|
|
|
1 | 2024-03-20T19:10:48.758Z | job assigned to worker 01HSEMAGQ40HW9PMJ2ZJKPXSH3 (queued for 46 s) |
|
2 | 2024-03-20T19:10:48.813Z | starting task 0: "setup" |
3 | 2024-03-20T19:10:48.839Z | ++ uname -s |
4 | 2024-03-20T19:10:48.839Z | + kern=SunOS |
5 | 2024-03-20T19:10:48.839Z | + case "$kern" in |
6 | 2024-03-20T19:10:48.840Z | + groupadd -g 12345 build |
7 | 2024-03-20T19:10:48.840Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-03-20T19:10:51.265Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-03-20T19:10:51.299Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-03-20T19:10:51.299Z | + home_fs=zfs |
11 | 2024-03-20T19:10:51.299Z | + [[ zfs == autofs ]] |
12 | 2024-03-20T19:10:51.299Z | + mkdir -p /home/build |
13 | 2024-03-20T19:10:51.299Z | + chown build:build /home/build /work |
14 | 2024-03-20T19:10:52.895Z | + chmod 0700 /home/build /work |
15 | 2024-03-20T19:10:52.922Z | process exited: duration 4085 ms, exit code 0 |
|
16 | 2024-03-20T19:10:52.974Z | starting task 1: "rust-toolchain" |
17 | 2024-03-20T19:10:53.002Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-03-20T19:10:53.002Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-03-20T19:10:53.138Z | info: downloading installer |
20 | 2024-03-20T19:10:53.952Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-03-20T19:10:53.953Z | warning: /opt/ooce/bin |
22 | 2024-03-20T19:10:53.953Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-03-20T19:10:53.953Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-03-20T19:10:53.953Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-03-20T19:10:53.953Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-03-20T19:10:53.953Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-03-20T19:10:53.953Z | error: cannot install while Rust is installed |
28 | 2024-03-20T19:10:53.953Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-03-20T19:10:54.012Z | info: profile set to 'default' |
30 | 2024-03-20T19:10:54.013Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-03-20T19:10:54.047Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-03-20T19:10:54.114Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-03-20T19:10:54.114Z | info: downloading component 'cargo' |
34 | 2024-03-20T19:10:54.330Z | info: downloading component 'clippy' |
35 | 2024-03-20T19:10:54.406Z | info: downloading component 'rust-docs' |
36 | 2024-03-20T19:10:54.637Z | info: downloading component 'rust-std' |
37 | 2024-03-20T19:10:55.064Z | info: downloading component 'rustc' |
38 | 2024-03-20T19:10:56.035Z | info: downloading component 'rustfmt' |
39 | 2024-03-20T19:10:56.596Z | info: installing component 'cargo' |
40 | 2024-03-20T19:11:01.269Z | info: installing component 'clippy' |
41 | 2024-03-20T19:11:01.344Z | info: installing component 'rust-docs' |
42 | 2024-03-20T19:11:01.380Z | info: installing component 'rust-std' |
43 | 2024-03-20T19:11:02.106Z | info: installing component 'rustc' |
44 | 2024-03-20T19:11:06.798Z | info: installing component 'rustfmt' |
45 | 2024-03-20T19:11:07.172Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-03-20T19:11:07.172Z | |
47 | 2024-03-20T19:11:07.308Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-03-20T19:11:07.308Z | |
49 | 2024-03-20T19:11:07.338Z | |
50 | 2024-03-20T19:11:07.338Z | Rust is installed now. Great! |
51 | 2024-03-20T19:11:07.338Z | |
52 | 2024-03-20T19:11:07.338Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-03-20T19:11:07.338Z | environment variable. This has not been done automatically. |
54 | 2024-03-20T19:11:07.338Z | |
55 | 2024-03-20T19:11:07.338Z | To configure your current shell, you need to source |
56 | 2024-03-20T19:11:07.338Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-03-20T19:11:07.338Z | |
58 | 2024-03-20T19:11:07.338Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-03-20T19:11:07.338Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-03-20T19:11:07.339Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-03-20T19:11:07.387Z | + rustc --version |
62 | 2024-03-20T19:11:07.510Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-03-20T19:11:07.544Z | process exited: duration 14523 ms, exit code 0 |
|
64 | 2024-03-20T19:11:07.621Z | starting task 2: "authentication" |
65 | 2024-03-20T19:11:07.678Z | process exited: duration 61 ms, exit code 0 |
|
66 | 2024-03-20T19:11:07.738Z | starting task 3: "clone repository" |
67 | 2024-03-20T19:11:07.767Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-03-20T19:11:07.767Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-03-20T19:11:07.792Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-03-20T19:11:12.917Z | + cd /work/oxidecomputer/omicron |
71 | 2024-03-20T19:11:12.917Z | + git fetch origin c51bf3e4049d10eba26d61b5cd0faa0608fe2755 |
72 | 2024-03-20T19:11:13.318Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-03-20T19:11:13.318Z | * branch c51bf3e4049d10eba26d61b5cd0faa0608fe2755 -> FETCH_HEAD |
74 | 2024-03-20T19:11:13.355Z | + [[ -n ajs/sled-agent-api-to-manage-phys-disks/instance-tests ]] |
75 | 2024-03-20T19:11:13.355Z | ++ git branch --show-current |
76 | 2024-03-20T19:11:13.355Z | + current=main |
77 | 2024-03-20T19:11:13.356Z | + [[ main != ajs/sled-agent-api-to-manage-phys-disks/instance-tests ]] |
78 | 2024-03-20T19:11:13.356Z | + git branch -f ajs/sled-agent-api-to-manage-phys-disks/instance-tests c51bf3e4049d10eba26d61b5cd0faa0608fe2755 |
79 | 2024-03-20T19:11:13.356Z | + git checkout -f ajs/sled-agent-api-to-manage-phys-disks/instance-tests |
80 | 2024-03-20T19:11:13.504Z | Switched to branch 'ajs/sled-agent-api-to-manage-phys-disks/instance-tests' |
81 | 2024-03-20T19:11:13.545Z | + git reset --hard c51bf3e4049d10eba26d61b5cd0faa0608fe2755 |
82 | 2024-03-20T19:11:13.579Z | HEAD is now at c51bf3e40 fix unused test functions |
83 | 2024-03-20T19:11:13.579Z | process exited: duration 5812 ms, exit code 0 |
|
84 | 2024-03-20T19:11:13.655Z | starting task 4: "build" |
85 | 2024-03-20T19:11:13.693Z | + target_os=illumos |
86 | 2024-03-20T19:11:13.694Z | + NEXTEST_VERSION=0.9.67 |
87 | 2024-03-20T19:11:13.694Z | + cargo --version |
88 | 2024-03-20T19:11:13.694Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
89 | 2024-03-20T19:11:13.814Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
90 | 2024-03-20T19:11:13.814Z | info: downloading component 'cargo' |
91 | 2024-03-20T19:11:13.955Z | info: downloading component 'clippy' |
92 | 2024-03-20T19:11:14.009Z | info: downloading component 'rust-docs' |
93 | 2024-03-20T19:11:14.205Z | info: downloading component 'rust-std' |
94 | 2024-03-20T19:11:14.552Z | info: downloading component 'rustc' |
95 | 2024-03-20T19:11:15.298Z | info: downloading component 'rustfmt' |
96 | 2024-03-20T19:11:15.345Z | info: installing component 'cargo' |
97 | 2024-03-20T19:11:16.425Z | info: installing component 'clippy' |
98 | 2024-03-20T19:11:16.793Z | info: installing component 'rust-docs' |
99 | 2024-03-20T19:11:19.036Z | info: installing component 'rust-std' |
100 | 2024-03-20T19:11:21.202Z | info: installing component 'rustc' |
101 | 2024-03-20T19:11:25.819Z | info: installing component 'rustfmt' |
102 | 2024-03-20T19:11:26.265Z | cargo 1.76.0 (c84b36747 2024-01-18) |
103 | 2024-03-20T19:11:26.297Z | + rustc --version |
104 | 2024-03-20T19:11:26.350Z | rustc 1.76.0 (07dca489a 2024-02-04) |
105 | 2024-03-20T19:11:26.377Z | + curl -sSfL --retry 10 https://get.nexte.st/0.9.67/illumos |
106 | 2024-03-20T19:11:26.377Z | + gunzip |
107 | 2024-03-20T19:11:26.377Z | + tar -xvf - -C /home/build/.cargo/bin |
108 | 2024-03-20T19:11:27.291Z | x cargo-nextest, 11234272 bytes, 21942 tape blocks |
109 | 2024-03-20T19:11:27.351Z | + TEST_TMPDIR=/var/tmp/omicron_tmp |
110 | 2024-03-20T19:11:27.351Z | + echo 'tests will store ephemeral output in /var/tmp/omicron_tmp' |
111 | 2024-03-20T19:11:27.351Z | tests will store ephemeral output in /var/tmp/omicron_tmp |
112 | 2024-03-20T19:11:27.352Z | + mkdir /var/tmp/omicron_tmp |
113 | 2024-03-20T19:11:27.352Z | + OUTPUT_DIR=/work |
114 | 2024-03-20T19:11:27.352Z | + echo 'tests will store non-ephemeral output in /work' |
115 | 2024-03-20T19:11:27.352Z | tests will store non-ephemeral output in /work |
116 | 2024-03-20T19:11:27.352Z | + mkdir -p /work |
117 | 2024-03-20T19:11:27.352Z | + source ./env.sh |
118 | 2024-03-20T19:11:27.352Z | ++ set -o xtrace |
119 | 2024-03-20T19:11:27.353Z | ++++ dirname ./env.sh |
120 | 2024-03-20T19:11:27.353Z | +++ readlink -f . |
121 | 2024-03-20T19:11:27.353Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
122 | 2024-03-20T19:11:27.353Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
123 | 2024-03-20T19:11:27.353Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
124 | 2024-03-20T19:11:27.353Z | ++ 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 |
125 | 2024-03-20T19:11:27.353Z | ++ 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 |
126 | 2024-03-20T19:11:27.353Z | ++ 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 |
127 | 2024-03-20T19:11:27.353Z | ++ 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 |
128 | 2024-03-20T19:11:27.354Z | ++ 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 |
129 | 2024-03-20T19:11:27.354Z | ++ 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 |
130 | 2024-03-20T19:11:27.354Z | ++ unset OMICRON_WS |
131 | 2024-03-20T19:11:27.354Z | ++ set +o xtrace |
132 | 2024-03-20T19:11:27.354Z | |
133 | 2024-03-20T19:11:27.354Z | ##### ##### ###### ##### ###### #### # # # #### # |
134 | 2024-03-20T19:11:27.354Z | # # # # # # # # # # # # # # # |
135 | 2024-03-20T19:11:27.355Z | # # # # ##### # # ##### # # # # # #### # |
136 | 2024-03-20T19:11:27.355Z | ##### ##### # ##### # # # # # # # # # |
137 | 2024-03-20T19:11:27.355Z | # # # # # # # # # # # # # # # |
138 | 2024-03-20T19:11:27.355Z | # # # ###### # # ###### ### # #### # #### # |
139 | 2024-03-20T19:11:27.355Z | |
140 | 2024-03-20T19:11:31.893Z | Startup: Refreshing catalog 'helios-dev' ... Done |
141 | 2024-03-20T19:11:33.550Z | Startup: Caching catalogs ... Done |
142 | 2024-03-20T19:11:35.437Z | Planning: Solver setup ... Done (1.434s) |
143 | 2024-03-20T19:11:35.963Z | Planning: Running solver ... Done (0.028s) |
144 | 2024-03-20T19:11:35.963Z | Planning: Finding local manifests ... Done (0.002s) |
145 | 2024-03-20T19:11:35.963Z | Planning: Fetching manifests: 0/4 0% complete |
146 | 2024-03-20T19:11:35.963Z | Planning: Fetching manifests: 4/4 100% complete |
147 | 2024-03-20T19:11:36.016Z | Planning: Package planning ... Done (0.061s) |
148 | 2024-03-20T19:11:36.075Z | Planning: Merging actions ... Done (0.060s) |
149 | 2024-03-20T19:11:36.474Z | Planning: Checking for conflicting actions ... Done (0.381s) |
150 | 2024-03-20T19:11:36.515Z | Planning: Consolidating action changes ... Done (0.014s) |
151 | 2024-03-20T19:11:37.122Z | Planning: Evaluating mediators ... Done (0.657s) |
152 | 2024-03-20T19:11:37.155Z | Planning: Planning completed in 3.54 seconds |
153 | 2024-03-20T19:11:37.155Z | Packages to install: 4 |
154 | 2024-03-20T19:11:37.155Z | Mediators to change: 2 |
155 | 2024-03-20T19:11:37.155Z | Services to change: 1 |
156 | 2024-03-20T19:11:37.181Z | Estimated space available: 148.35 GB |
157 | 2024-03-20T19:11:37.181Z | Estimated space to be consumed: 1.43 GB |
158 | 2024-03-20T19:11:37.181Z | Create boot environment: No |
159 | 2024-03-20T19:11:37.182Z | Create backup boot environment: No |
160 | 2024-03-20T19:11:37.182Z | Rebuild boot archive: No |
161 | 2024-03-20T19:11:37.182Z | |
162 | 2024-03-20T19:11:37.182Z | Changed mediators: |
163 | 2024-03-20T19:11:37.182Z | mediator clang: |
164 | 2024-03-20T19:11:37.182Z | version: None -> 15 (system default) |
165 | 2024-03-20T19:11:37.182Z | |
166 | 2024-03-20T19:11:37.182Z | mediator llvm: |
167 | 2024-03-20T19:11:37.182Z | version: 14 (system default) -> 15 (system default) |
168 | 2024-03-20T19:11:37.182Z | |
169 | 2024-03-20T19:11:37.182Z | Changed packages: |
170 | 2024-03-20T19:11:37.182Z | helios-dev |
171 | 2024-03-20T19:11:37.182Z | developer/build-essential |
172 | 2024-03-20T19:11:37.182Z | None -> 11-2.0 |
173 | 2024-03-20T19:11:37.182Z | library/libxmlsec1 |
174 | 2024-03-20T19:11:37.182Z | None -> 1.2.35-2.0 |
175 | 2024-03-20T19:11:37.182Z | ooce/developer/clang-15 |
176 | 2024-03-20T19:11:37.182Z | None -> 15.0.7-2.0 |
177 | 2024-03-20T19:11:37.182Z | ooce/developer/llvm-15 |
178 | 2024-03-20T19:11:37.182Z | None -> 15.0.7-2.0 |
179 | 2024-03-20T19:11:37.182Z | |
180 | 2024-03-20T19:11:37.182Z | Services: |
181 | 2024-03-20T19:11:37.182Z | restart_fmri: |
182 | 2024-03-20T19:11:37.182Z | svc:/system/update-man-index:default |
183 | 2024-03-20T19:11:37.216Z | |
184 | 2024-03-20T19:11:37.216Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
185 | 2024-03-20T19:11:42.218Z | Download: 1167/3290 items 39.0/212.6MB 18% complete (7.5M/s) |
186 | 2024-03-20T19:11:47.200Z | Download: 1198/3290 items 80.3/212.6MB 37% complete (8.2M/s) |
187 | 2024-03-20T19:11:52.315Z | Download: 2221/3290 items 119.2/212.6MB 56% complete (8.3M/s) |
188 | 2024-03-20T19:11:57.341Z | Download: 3248/3290 items 185.4/212.6MB 87% complete (10.4M/s) |
189 | 2024-03-20T19:11:59.148Z | Download: Completed 212.60 MB in 21.95 seconds (9.7M/s) |
190 | 2024-03-20T19:11:59.402Z | Actions: 1/3689 actions (Installing new actions) |
191 | 2024-03-20T19:12:04.840Z | Actions: 2580/3689 actions (Installing new actions) |
192 | 2024-03-20T19:12:05.173Z | Actions: Completed 3689 actions in 5.78 seconds. |
193 | 2024-03-20T19:12:05.441Z | Done (0.263s) |
194 | 2024-03-20T19:12:05.441Z | Done (0.000s) |
195 | 2024-03-20T19:12:05.745Z | Done (0.304s) |
196 | 2024-03-20T19:12:10.944Z | Done (5.066s) |
197 | 2024-03-20T19:12:11.028Z | Done (0.020s) |
198 | 2024-03-20T19:12:11.062Z | Done (0.000s) |
199 | 2024-03-20T19:12:11.206Z | Done (0.000s) |
200 | 2024-03-20T19:12:11.845Z | Planning: Evaluating mediator changes ... Done |
201 | 2024-03-20T19:12:12.119Z | Planning: Checking for conflicting actions ... Done |
202 | 2024-03-20T19:12:12.151Z | Planning: Consolidating action changes ... Done |
203 | 2024-03-20T19:12:12.426Z | Planning: Evaluating mediators ... Done |
204 | 2024-03-20T19:12:12.467Z | Planning: Planning completed in 0.59 seconds |
205 | 2024-03-20T19:12:12.494Z | Mediators to change: 2 |
206 | 2024-03-20T19:12:12.494Z | Create boot environment: No |
207 | 2024-03-20T19:12:12.494Z | Create backup boot environment: No |
208 | 2024-03-20T19:12:12.548Z | Done |
209 | 2024-03-20T19:12:12.548Z | Done |
210 | 2024-03-20T19:12:12.791Z | Done |
211 | 2024-03-20T19:12:17.315Z | Done |
212 | 2024-03-20T19:12:17.387Z | Done |
213 | 2024-03-20T19:12:17.387Z | Done |
214 | 2024-03-20T19:12:17.513Z | Done |
215 | 2024-03-20T19:12:24.064Z | Planning: Evaluating mediator changes ... Done |
216 | 2024-03-20T19:12:24.065Z | Planning: Merging actions ... Done |
217 | 2024-03-20T19:12:24.065Z | Planning: Checking for conflicting actions ... Done |
218 | 2024-03-20T19:12:24.065Z | Planning: Consolidating action changes ... Done |
219 | 2024-03-20T19:12:24.202Z | Planning: Evaluating mediators ... Done |
220 | 2024-03-20T19:12:24.254Z | Planning: Planning completed in 1.06 seconds |
221 | 2024-03-20T19:12:24.254Z | Packages to change: 1 |
222 | 2024-03-20T19:12:24.255Z | Mediators to change: 1 |
223 | 2024-03-20T19:12:24.255Z | Services to change: 1 |
224 | 2024-03-20T19:12:24.255Z | Create boot environment: No |
225 | 2024-03-20T19:12:24.255Z | Create backup boot environment: Yes |
226 | 2024-03-20T19:12:24.257Z | Actions: 1/6 actions (Updating modified actions) |
227 | 2024-03-20T19:12:24.258Z | Actions: Completed 6 actions in 0.00 seconds. |
228 | 2024-03-20T19:12:24.258Z | Done |
229 | 2024-03-20T19:12:24.258Z | Done |
230 | 2024-03-20T19:12:24.259Z | Done |
231 | 2024-03-20T19:12:25.214Z | Done |
232 | 2024-03-20T19:12:25.347Z | Done |
233 | 2024-03-20T19:12:25.385Z | Done |
234 | 2024-03-20T19:12:25.385Z | Done |
235 | 2024-03-20T19:12:25.919Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
236 | 2024-03-20T19:12:25.919Z | clang system 15 system |
237 | 2024-03-20T19:12:25.919Z | csh system system illumos |
238 | 2024-03-20T19:12:25.920Z | ctags system system illumos |
239 | 2024-03-20T19:12:25.920Z | gcc vendor 12 vendor |
240 | 2024-03-20T19:12:25.920Z | gcc system 10 system |
241 | 2024-03-20T19:12:25.920Z | gcc system 7 system |
242 | 2024-03-20T19:12:25.920Z | go system 1.20 system |
243 | 2024-03-20T19:12:25.921Z | go system 1.19 system |
244 | 2024-03-20T19:12:25.921Z | llvm system 15 system |
245 | 2024-03-20T19:12:25.921Z | llvm system 14 system |
246 | 2024-03-20T19:12:25.921Z | mariadb system 10.6 system |
247 | 2024-03-20T19:12:25.921Z | mta vendor vendor dma |
248 | 2024-03-20T19:12:25.921Z | openjdk system 17 system |
249 | 2024-03-20T19:12:25.921Z | openjdk system 11 system |
250 | 2024-03-20T19:12:25.921Z | openjdk system 1.8 system |
251 | 2024-03-20T19:12:25.921Z | openssl vendor 3 vendor |
252 | 2024-03-20T19:12:25.922Z | perl system 5.36 system |
253 | 2024-03-20T19:12:25.922Z | postgresql system 15 system |
254 | 2024-03-20T19:12:25.922Z | postgresql system 13 system |
255 | 2024-03-20T19:12:25.922Z | python vendor 3 vendor |
256 | 2024-03-20T19:12:25.922Z | python system 2 system |
257 | 2024-03-20T19:12:25.922Z | python3 system 3.11 system |
258 | 2024-03-20T19:12:25.922Z | ruby system 3.0 system |
259 | 2024-03-20T19:12:25.922Z | words vendor vendor american-english |
260 | 2024-03-20T19:12:25.922Z | words system system australian-english |
261 | 2024-03-20T19:12:25.922Z | words system system british-english |
262 | 2024-03-20T19:12:25.923Z | words system system canadian-english |
263 | 2024-03-20T19:12:25.923Z | words system system french |
264 | 2024-03-20T19:12:25.923Z | words system system italian |
265 | 2024-03-20T19:12:25.923Z | words system system ngerman |
266 | 2024-03-20T19:12:25.923Z | words system system ogerman |
267 | 2024-03-20T19:12:25.923Z | words system system spanish |
268 | 2024-03-20T19:12:26.330Z | PUBLISHER TYPE STATUS P LOCATION |
269 | 2024-03-20T19:12:26.331Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
270 | 2024-03-20T19:12:27.876Z | FMRI IFO |
271 | 2024-03-20T19:12:27.877Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
272 | 2024-03-20T19:12:27.877Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
273 | 2024-03-20T19:12:27.877Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
274 | 2024-03-20T19:12:27.877Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
275 | 2024-03-20T19:12:27.877Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
276 | 2024-03-20T19:12:27.877Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
277 | 2024-03-20T19:12:27.877Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
278 | 2024-03-20T19:12:27.877Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
279 | 2024-03-20T19:12:27.877Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
280 | 2024-03-20T19:12:27.877Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
281 | 2024-03-20T19:12:27.877Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
282 | 2024-03-20T19:12:27.878Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
283 | 2024-03-20T19:12:28.121Z | + set -o errexit |
284 | 2024-03-20T19:12:28.572Z | +++ dirname ./tools/ci_download_cockroachdb |
285 | 2024-03-20T19:12:28.572Z | ++ cd ./tools |
286 | 2024-03-20T19:12:28.572Z | ++ pwd |
287 | 2024-03-20T19:12:28.572Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
288 | 2024-03-20T19:12:28.572Z | ++ basename ./tools/ci_download_cockroachdb |
289 | 2024-03-20T19:12:28.573Z | + ARG0=ci_download_cockroachdb |
290 | 2024-03-20T19:12:28.573Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
291 | 2024-03-20T19:12:28.573Z | + CIDL_VERSION=v22.1.9 |
292 | 2024-03-20T19:12:28.573Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
293 | 2024-03-20T19:12:28.573Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
294 | 2024-03-20T19:12:28.573Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
295 | 2024-03-20T19:12:28.573Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
296 | 2024-03-20T19:12:28.573Z | + TARGET_DIR=out |
297 | 2024-03-20T19:12:28.573Z | + DOWNLOAD_DIR=out/downloads |
298 | 2024-03-20T19:12:28.573Z | + DEST_DIR=./out/cockroachdb |
299 | 2024-03-20T19:12:28.573Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
300 | 2024-03-20T19:12:28.573Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
301 | 2024-03-20T19:12:28.573Z | + main |
302 | 2024-03-20T19:12:28.573Z | + [[ 0 != 0 ]] |
303 | 2024-03-20T19:12:28.573Z | + CIDL_OS=solaris2.11 |
304 | 2024-03-20T19:12:28.573Z | + [[ 0 != 0 ]] |
305 | 2024-03-20T19:12:28.573Z | + configure_os solaris2.11 |
306 | 2024-03-20T19:12:28.573Z | + echo 'current directory: /work/oxidecomputer/omicron' |
307 | 2024-03-20T19:12:28.573Z | current directory: /work/oxidecomputer/omicron |
308 | 2024-03-20T19:12:28.573Z | configuring based on OS: "solaris2.11" |
309 | 2024-03-20T19:12:28.573Z | + echo 'configuring based on OS: "solaris2.11"' |
310 | 2024-03-20T19:12:28.573Z | + case "$1" in |
311 | 2024-03-20T19:12:28.573Z | + CIDL_BUILD=illumos |
312 | 2024-03-20T19:12:28.574Z | + CIDL_SUFFIX=tar.gz |
313 | 2024-03-20T19:12:28.574Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
314 | 2024-03-20T19:12:28.574Z | + CIDL_URL_BASE=https://illumos.org/downloads |
315 | 2024-03-20T19:12:28.574Z | + CIDL_ASSEMBLE=do_assemble_illumos |
316 | 2024-03-20T19:12:28.574Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
317 | 2024-03-20T19:12:28.574Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
318 | 2024-03-20T19:12:28.574Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
319 | 2024-03-20T19:12:28.574Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
320 | 2024-03-20T19:12:28.574Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
321 | 2024-03-20T19:12:28.574Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
322 | 2024-03-20T19:12:28.574Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
323 | 2024-03-20T19:12:28.574Z | + CIDL_SHA256FUNC=do_sha256sum |
324 | 2024-03-20T19:12:28.574Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
325 | 2024-03-20T19:12:28.574Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
326 | 2024-03-20T19:12:28.574Z | + mkdir -p out/downloads |
327 | 2024-03-20T19:12:28.574Z | + mkdir -p ./out/cockroachdb |
328 | 2024-03-20T19:12:28.574Z | + local DO_DOWNLOAD=true |
329 | 2024-03-20T19:12:28.574Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
330 | 2024-03-20T19:12:28.574Z | + '[' true == true ']' |
331 | 2024-03-20T19:12:28.574Z | + echo Downloading... |
332 | 2024-03-20T19:12:28.574Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
333 | 2024-03-20T19:12:28.574Z | Downloading... |
334 | 2024-03-20T19:12:28.574Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
335 | 2024-03-20T19:12:34.044Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
336 | 2024-03-20T19:12:34.082Z | ++ sha256sum |
337 | 2024-03-20T19:12:34.083Z | ++ awk '{print $1}' |
338 | 2024-03-20T19:12:34.117Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
339 | 2024-03-20T19:12:34.118Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
340 | 2024-03-20T19:12:34.118Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
341 | 2024-03-20T19:12:34.118Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
342 | 2024-03-20T19:12:37.078Z | + do_assemble_illumos |
343 | 2024-03-20T19:12:37.078Z | + rm -r ./out/cockroachdb |
344 | 2024-03-20T19:12:37.106Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
345 | 2024-03-20T19:12:37.441Z | + ./out/cockroachdb/bin/cockroach version |
346 | 2024-03-20T19:12:37.614Z | Build Tag: v22.1.9-dirty |
347 | 2024-03-20T19:12:37.614Z | Build Time: 2022/10/26 21:17:46 |
348 | 2024-03-20T19:12:37.614Z | Distribution: OSS |
349 | 2024-03-20T19:12:37.614Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
350 | 2024-03-20T19:12:37.614Z | Go Version: go1.17.13 |
351 | 2024-03-20T19:12:37.614Z | C Compiler: gcc 10.3.0 |
352 | 2024-03-20T19:12:37.614Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
353 | 2024-03-20T19:12:37.614Z | Build Type: release |
354 | 2024-03-20T19:12:37.640Z | + set -o errexit |
355 | 2024-03-20T19:12:37.667Z | +++ dirname ./tools/ci_download_clickhouse |
356 | 2024-03-20T19:12:37.667Z | ++ cd ./tools |
357 | 2024-03-20T19:12:37.667Z | ++ pwd |
358 | 2024-03-20T19:12:37.667Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
359 | 2024-03-20T19:12:37.667Z | ++ basename ./tools/ci_download_clickhouse |
360 | 2024-03-20T19:12:37.667Z | + ARG0=ci_download_clickhouse |
361 | 2024-03-20T19:12:37.667Z | + TARGET_DIR=out |
362 | 2024-03-20T19:12:37.667Z | + DOWNLOAD_DIR=out/downloads |
363 | 2024-03-20T19:12:37.667Z | + DEST_DIR=./out/clickhouse |
364 | 2024-03-20T19:12:37.667Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
365 | 2024-03-20T19:12:37.667Z | + CIDL_VERSION=v23.8.7.24 |
366 | 2024-03-20T19:12:37.667Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
367 | 2024-03-20T19:12:37.667Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
368 | 2024-03-20T19:12:37.667Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
369 | 2024-03-20T19:12:37.667Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
370 | 2024-03-20T19:12:37.667Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
371 | 2024-03-20T19:12:37.667Z | + main |
372 | 2024-03-20T19:12:37.668Z | + [[ 0 != 0 ]] |
373 | 2024-03-20T19:12:37.668Z | + CIDL_OS=solaris2.11 |
374 | 2024-03-20T19:12:37.668Z | + [[ 0 != 0 ]] |
375 | 2024-03-20T19:12:37.668Z | + configure_os solaris2.11 |
376 | 2024-03-20T19:12:37.668Z | + echo 'current directory: /work/oxidecomputer/omicron' |
377 | 2024-03-20T19:12:37.668Z | current directory: /work/oxidecomputer/omicron |
378 | 2024-03-20T19:12:37.668Z | configuring based on OS: "solaris2.11" |
379 | 2024-03-20T19:12:37.668Z | + echo 'configuring based on OS: "solaris2.11"' |
380 | 2024-03-20T19:12:37.668Z | + CIDL_DASHREV= |
381 | 2024-03-20T19:12:37.668Z | + case "$1" in |
382 | 2024-03-20T19:12:37.668Z | + CIDL_PLATFORM=illumos |
383 | 2024-03-20T19:12:37.668Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
384 | 2024-03-20T19:12:37.668Z | + CIDL_MD5FUNC=do_md5sum |
385 | 2024-03-20T19:12:37.668Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
386 | 2024-03-20T19:12:37.668Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
387 | 2024-03-20T19:12:37.668Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
388 | 2024-03-20T19:12:37.668Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
389 | 2024-03-20T19:12:37.668Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
390 | 2024-03-20T19:12:37.668Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
391 | 2024-03-20T19:12:37.668Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
392 | 2024-03-20T19:12:37.668Z | + mkdir -p out/downloads |
393 | 2024-03-20T19:12:37.668Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
394 | 2024-03-20T19:12:37.668Z | + mkdir -p ./out/clickhouse |
395 | 2024-03-20T19:12:37.669Z | + local DO_DOWNLOAD=true |
396 | 2024-03-20T19:12:37.669Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
397 | 2024-03-20T19:12:37.669Z | + '[' true == true ']' |
398 | 2024-03-20T19:12:37.669Z | + echo Downloading... |
399 | 2024-03-20T19:12:37.669Z | Downloading... |
400 | 2024-03-20T19:12:37.669Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
401 | 2024-03-20T19:12:37.669Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
402 | 2024-03-20T19:12:45.599Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
403 | 2024-03-20T19:12:45.633Z | ++ md5sum |
404 | 2024-03-20T19:12:45.633Z | ++ awk '{print $1}' |
405 | 2024-03-20T19:12:45.873Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
406 | 2024-03-20T19:12:45.874Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
407 | 2024-03-20T19:12:45.874Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
408 | 2024-03-20T19:12:45.874Z | + mkdir -p ./out/clickhouse |
409 | 2024-03-20T19:12:45.922Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
410 | 2024-03-20T19:12:51.089Z | + [[ solaris2.11 == darwin* ]] |
411 | 2024-03-20T19:12:51.089Z | + ./out/clickhouse/clickhouse server --version |
412 | 2024-03-20T19:12:51.230Z | ClickHouse server version 23.8.7.1. |
413 | 2024-03-20T19:12:51.265Z | + set -o errexit |
414 | 2024-03-20T19:12:51.297Z | +++ dirname ./tools/ci_download_console |
415 | 2024-03-20T19:12:51.298Z | ++ cd ./tools |
416 | 2024-03-20T19:12:51.298Z | ++ pwd |
417 | 2024-03-20T19:12:51.298Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
418 | 2024-03-20T19:12:51.298Z | ++ basename ./tools/ci_download_console |
419 | 2024-03-20T19:12:51.298Z | + ARG0=ci_download_console |
420 | 2024-03-20T19:12:51.298Z | + TARGET_DIR=out |
421 | 2024-03-20T19:12:51.298Z | + DOWNLOAD_DIR=out/downloads |
422 | 2024-03-20T19:12:51.298Z | + DEST_DIR=./out/console-assets |
423 | 2024-03-20T19:12:51.298Z | + source /work/oxidecomputer/omicron/tools/console_version |
424 | 2024-03-20T19:12:51.298Z | ++ COMMIT=784e8aac273dc282b6218994d09042aa5928a198 |
425 | 2024-03-20T19:12:51.298Z | ++ SHA2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 |
426 | 2024-03-20T19:12:51.298Z | + URL=https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
427 | 2024-03-20T19:12:51.298Z | + TARBALL_FILE=out/downloads/console.tar.gz |
428 | 2024-03-20T19:12:51.298Z | + main |
429 | 2024-03-20T19:12:51.298Z | + [[ 0 != 0 ]] |
430 | 2024-03-20T19:12:51.298Z | + echo 'URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz' |
431 | 2024-03-20T19:12:51.298Z | + echo 'Local file: out/downloads/console.tar.gz' |
432 | 2024-03-20T19:12:51.298Z | URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
433 | 2024-03-20T19:12:51.298Z | Local file: out/downloads/console.tar.gz |
434 | 2024-03-20T19:12:51.298Z | + local DO_DOWNLOAD=true |
435 | 2024-03-20T19:12:51.299Z | + [[ -f out/downloads/console.tar.gz ]] |
436 | 2024-03-20T19:12:51.299Z | + mkdir -p out/downloads |
437 | 2024-03-20T19:12:51.299Z | + '[' true == true ']' |
438 | 2024-03-20T19:12:51.299Z | + echo Downloading... |
439 | 2024-03-20T19:12:51.299Z | Downloading... |
440 | 2024-03-20T19:12:51.299Z | + do_download_curl https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz out/downloads/console.tar.gz |
441 | 2024-03-20T19:12:51.299Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
442 | 2024-03-20T19:12:51.604Z | ++ do_sha256sum out/downloads/console.tar.gz |
443 | 2024-03-20T19:12:51.604Z | ++ case "$OSTYPE" in |
444 | 2024-03-20T19:12:51.604Z | ++ SHA=sha256sum |
445 | 2024-03-20T19:12:51.636Z | ++ sha256sum |
446 | 2024-03-20T19:12:51.636Z | ++ awk '{print $1}' |
447 | 2024-03-20T19:12:51.637Z | + calculated_sha2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 |
448 | 2024-03-20T19:12:51.637Z | + [[ b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 != \b\5\a\f\d\1\2\4\3\e\4\0\e\8\6\d\3\a\7\7\9\f\0\8\9\f\e\6\1\e\d\9\c\b\3\f\b\b\d\6\d\5\9\e\5\4\7\e\5\2\2\a\5\9\c\1\b\0\e\4\b\7\d\8 ]] |
449 | 2024-03-20T19:12:51.637Z | + rm -rf ./out/console-assets |
450 | 2024-03-20T19:12:51.637Z | + mkdir -p ./out/console-assets |
451 | 2024-03-20T19:12:51.637Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
452 | 2024-03-20T19:12:51.637Z | + mkdir -p ./out/console-assets |
453 | 2024-03-20T19:12:51.637Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
454 | 2024-03-20T19:12:51.740Z | + set -o errexit |
455 | 2024-03-20T19:12:51.786Z | +++ dirname ./tools/ci_download_maghemite_openapi |
456 | 2024-03-20T19:12:51.786Z | ++ cd ./tools |
457 | 2024-03-20T19:12:51.786Z | ++ pwd |
458 | 2024-03-20T19:12:51.786Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
459 | 2024-03-20T19:12:51.786Z | ++ basename ./tools/ci_download_maghemite_openapi |
460 | 2024-03-20T19:12:51.786Z | + ARG0=ci_download_maghemite_openapi |
461 | 2024-03-20T19:12:51.786Z | + TARGET_DIR=out |
462 | 2024-03-20T19:12:51.787Z | + DOWNLOAD_DIR=out/downloads |
463 | 2024-03-20T19:12:51.787Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
464 | 2024-03-20T19:12:51.787Z | ++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb |
465 | 2024-03-20T19:12:51.787Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
466 | 2024-03-20T19:12:51.788Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json |
467 | 2024-03-20T19:12:51.788Z | + LOCAL_FILE=out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
468 | 2024-03-20T19:12:51.788Z | + main |
469 | 2024-03-20T19:12:51.788Z | + rm -rf out/downloads/root |
470 | 2024-03-20T19:12:51.788Z | + [[ 0 != 0 ]] |
471 | 2024-03-20T19:12:51.789Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json' |
472 | 2024-03-20T19:12:51.789Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json |
473 | 2024-03-20T19:12:51.789Z | + echo 'Local file: out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json' |
474 | 2024-03-20T19:12:51.789Z | Local file: out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
475 | 2024-03-20T19:12:51.789Z | + local DO_DOWNLOAD=true |
476 | 2024-03-20T19:12:51.789Z | + [[ -f out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json ]] |
477 | 2024-03-20T19:12:51.789Z | + mkdir -p out/downloads |
478 | 2024-03-20T19:12:51.789Z | + '[' true == true ']' |
479 | 2024-03-20T19:12:51.789Z | + echo Downloading... |
480 | 2024-03-20T19:12:51.789Z | Downloading... |
481 | 2024-03-20T19:12:51.789Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
482 | 2024-03-20T19:12:51.789Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json |
483 | 2024-03-20T19:12:52.105Z | ++ do_sha256sum out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
484 | 2024-03-20T19:12:52.105Z | ++ case "$OSTYPE" in |
485 | 2024-03-20T19:12:52.105Z | ++ SHA=sha256sum |
486 | 2024-03-20T19:12:52.163Z | ++ sha256sum |
487 | 2024-03-20T19:12:52.163Z | ++ awk '{print $1}' |
488 | 2024-03-20T19:12:52.163Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
489 | 2024-03-20T19:12:52.163Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
490 | 2024-03-20T19:12:52.163Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
491 | 2024-03-20T19:12:52.163Z | ++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb |
492 | 2024-03-20T19:12:52.163Z | ++ SHA2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e |
493 | 2024-03-20T19:12:52.163Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json |
494 | 2024-03-20T19:12:52.163Z | + LOCAL_FILE=out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
495 | 2024-03-20T19:12:52.163Z | + main |
496 | 2024-03-20T19:12:52.163Z | + rm -rf out/downloads/root |
497 | 2024-03-20T19:12:52.163Z | + [[ 0 != 0 ]] |
498 | 2024-03-20T19:12:52.164Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json' |
499 | 2024-03-20T19:12:52.164Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json |
500 | 2024-03-20T19:12:52.164Z | + echo 'Local file: out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json' |
501 | 2024-03-20T19:12:52.164Z | + local DO_DOWNLOAD=true |
502 | 2024-03-20T19:12:52.164Z | Local file: out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
503 | 2024-03-20T19:12:52.164Z | + [[ -f out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json ]] |
504 | 2024-03-20T19:12:52.164Z | + mkdir -p out/downloads |
505 | 2024-03-20T19:12:52.164Z | + '[' true == true ']' |
506 | 2024-03-20T19:12:52.164Z | + echo Downloading... |
507 | 2024-03-20T19:12:52.165Z | Downloading... |
508 | 2024-03-20T19:12:52.165Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
509 | 2024-03-20T19:12:52.165Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json |
510 | 2024-03-20T19:12:52.951Z | ++ do_sha256sum out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
511 | 2024-03-20T19:12:52.951Z | ++ case "$OSTYPE" in |
512 | 2024-03-20T19:12:52.951Z | ++ SHA=sha256sum |
513 | 2024-03-20T19:12:52.977Z | ++ sha256sum |
514 | 2024-03-20T19:12:52.977Z | ++ awk '{print $1}' |
515 | 2024-03-20T19:12:52.977Z | + calculated_sha2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e |
516 | 2024-03-20T19:12:52.977Z | + [[ 768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e != \7\6\8\b\3\8\a\d\9\b\0\1\2\9\9\b\e\6\6\a\8\9\9\2\4\1\1\5\8\1\2\3\f\c\9\0\e\a\2\4\0\7\0\8\a\5\1\7\c\8\a\c\f\a\5\2\b\4\b\2\e\b\8\e ]] |
517 | 2024-03-20T19:12:52.977Z | + set -o errexit |
518 | 2024-03-20T19:12:52.977Z | +++ dirname ./tools/ci_download_dendrite_openapi |
519 | 2024-03-20T19:12:52.977Z | ++ cd ./tools |
520 | 2024-03-20T19:12:52.977Z | ++ pwd |
521 | 2024-03-20T19:12:52.977Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
522 | 2024-03-20T19:12:52.977Z | ++ basename ./tools/ci_download_dendrite_openapi |
523 | 2024-03-20T19:12:52.977Z | + ARG0=ci_download_dendrite_openapi |
524 | 2024-03-20T19:12:52.977Z | + TARGET_DIR=out |
525 | 2024-03-20T19:12:52.977Z | + DOWNLOAD_DIR=out/downloads |
526 | 2024-03-20T19:12:52.977Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
527 | 2024-03-20T19:12:52.977Z | ++ COMMIT=41ddeab9d43d90a51e6fc1c236dc9982fc76f922 |
528 | 2024-03-20T19:12:52.977Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
529 | 2024-03-20T19:12:52.977Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json |
530 | 2024-03-20T19:12:52.977Z | + LOCAL_FILE=out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json |
531 | 2024-03-20T19:12:52.978Z | + main |
532 | 2024-03-20T19:12:52.978Z | + [[ 0 != 0 ]] |
533 | 2024-03-20T19:12:52.978Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json' |
534 | 2024-03-20T19:12:52.978Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json |
535 | 2024-03-20T19:12:52.978Z | + echo 'Local file: out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json' |
536 | 2024-03-20T19:12:52.978Z | + local DO_DOWNLOAD=true |
537 | 2024-03-20T19:12:52.978Z | Local file: out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json |
538 | 2024-03-20T19:12:52.978Z | + [[ -f out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json ]] |
539 | 2024-03-20T19:12:52.978Z | + mkdir -p out/downloads |
540 | 2024-03-20T19:12:53.003Z | + '[' true == true ']' |
541 | 2024-03-20T19:12:53.003Z | + echo Downloading... |
542 | 2024-03-20T19:12:53.004Z | Downloading... |
543 | 2024-03-20T19:12:53.004Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json |
544 | 2024-03-20T19:12:53.004Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json |
545 | 2024-03-20T19:12:53.263Z | ++ do_sha256sum out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json |
546 | 2024-03-20T19:12:53.263Z | ++ case "$OSTYPE" in |
547 | 2024-03-20T19:12:53.264Z | ++ SHA=sha256sum |
548 | 2024-03-20T19:12:53.320Z | ++ sha256sum |
549 | 2024-03-20T19:12:53.320Z | ++ awk '{print $1}' |
550 | 2024-03-20T19:12:53.320Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
551 | 2024-03-20T19:12:53.320Z | + [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]] |
552 | 2024-03-20T19:12:53.320Z | + set -o errexit |
553 | 2024-03-20T19:12:53.320Z | +++ dirname ./tools/ci_download_dendrite_stub |
554 | 2024-03-20T19:12:53.320Z | ++ cd ./tools |
555 | 2024-03-20T19:12:53.320Z | ++ pwd |
556 | 2024-03-20T19:12:53.320Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
557 | 2024-03-20T19:12:53.321Z | ++ basename ./tools/ci_download_dendrite_stub |
558 | 2024-03-20T19:12:53.321Z | + ARG0=ci_download_dendrite_stub |
559 | 2024-03-20T19:12:53.321Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
560 | 2024-03-20T19:12:53.321Z | ++ CIDL_SHA256_ILLUMOS=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20 |
561 | 2024-03-20T19:12:53.321Z | ++ CIDL_SHA256_LINUX_DPD=f753444cae478cdedcde743a20a9df5965ed28cddab0f9632f3c263c66cd6397 |
562 | 2024-03-20T19:12:53.322Z | ++ CIDL_SHA256_LINUX_SWADM=66eab497b955751d0704c3cd97ac5c1ed373aa656fc37ccba86ae9900b5ae96d |
563 | 2024-03-20T19:12:53.322Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
564 | 2024-03-20T19:12:53.322Z | ++ COMMIT=41ddeab9d43d90a51e6fc1c236dc9982fc76f922 |
565 | 2024-03-20T19:12:53.322Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
566 | 2024-03-20T19:12:53.322Z | + TARGET_DIR=out |
567 | 2024-03-20T19:12:53.322Z | + DOWNLOAD_DIR=out/downloads |
568 | 2024-03-20T19:12:53.322Z | + DEST_DIR=./out/dendrite-stub |
569 | 2024-03-20T19:12:53.322Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
570 | 2024-03-20T19:12:53.322Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
571 | 2024-03-20T19:12:53.323Z | + REPO=oxidecomputer/dendrite |
572 | 2024-03-20T19:12:53.323Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922 |
573 | 2024-03-20T19:12:53.323Z | + main |
574 | 2024-03-20T19:12:53.323Z | + [[ 0 != 0 ]] |
575 | 2024-03-20T19:12:53.323Z | + CIDL_OS=solaris2.11 |
576 | 2024-03-20T19:12:53.323Z | + [[ 0 != 0 ]] |
577 | 2024-03-20T19:12:53.323Z | + configure_os solaris2.11 |
578 | 2024-03-20T19:12:53.323Z | + echo 'current directory: /work/oxidecomputer/omicron' |
579 | 2024-03-20T19:12:53.323Z | current directory: /work/oxidecomputer/omicron |
580 | 2024-03-20T19:12:53.324Z | + echo 'configuring based on OS: "solaris2.11"' |
581 | 2024-03-20T19:12:53.324Z | configuring based on OS: "solaris2.11" |
582 | 2024-03-20T19:12:53.324Z | + case "$1" in |
583 | 2024-03-20T19:12:53.324Z | + SET_BINARIES= |
584 | 2024-03-20T19:12:53.324Z | + CIDL_SHA256=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20 |
585 | 2024-03-20T19:12:53.324Z | + CIDL_SHA256FUNC=do_sha256sum |
586 | 2024-03-20T19:12:53.324Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
587 | 2024-03-20T19:12:53.324Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz |
588 | 2024-03-20T19:12:53.324Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
589 | 2024-03-20T19:12:53.324Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz' |
590 | 2024-03-20T19:12:53.324Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
591 | 2024-03-20T19:12:53.325Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz |
592 | 2024-03-20T19:12:53.325Z | + mkdir -p out/downloads |
593 | 2024-03-20T19:12:53.325Z | Local file: out/downloads/dendrite-stub.tar.gz |
594 | 2024-03-20T19:12:53.325Z | + mkdir -p ./out/dendrite-stub |
595 | 2024-03-20T19:12:53.325Z | + fetch_and_verify |
596 | 2024-03-20T19:12:53.325Z | + local DO_DOWNLOAD=true |
597 | 2024-03-20T19:12:53.325Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
598 | 2024-03-20T19:12:53.325Z | + '[' true == true ']' |
599 | 2024-03-20T19:12:53.325Z | + echo Downloading... |
600 | 2024-03-20T19:12:53.325Z | Downloading... |
601 | 2024-03-20T19:12:53.325Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
602 | 2024-03-20T19:12:53.325Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz |
603 | 2024-03-20T19:13:14.785Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
604 | 2024-03-20T19:13:14.814Z | ++ sha256sum |
605 | 2024-03-20T19:13:14.815Z | ++ awk '{print $1}' |
606 | 2024-03-20T19:13:14.815Z | + calculated_sha256=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20 |
607 | 2024-03-20T19:13:14.815Z | + [[ 8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20 != \8\e\b\b\8\8\9\a\5\5\5\c\e\5\9\c\b\0\3\7\3\a\1\e\c\9\5\9\5\5\3\6\e\0\1\5\c\9\5\1\f\6\f\c\4\d\8\9\3\0\8\b\4\e\3\f\0\9\c\8\3\b\2\0 ]] |
608 | 2024-03-20T19:13:14.815Z | + do_untar out/downloads/dendrite-stub.tar.gz |
609 | 2024-03-20T19:13:14.815Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
610 | 2024-03-20T19:13:15.744Z | + do_assemble |
611 | 2024-03-20T19:13:15.744Z | + rm -r ./out/dendrite-stub |
612 | 2024-03-20T19:13:15.777Z | + mkdir ./out/dendrite-stub |
613 | 2024-03-20T19:13:15.777Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
614 | 2024-03-20T19:13:15.912Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
615 | 2024-03-20T19:13:15.966Z | + set -o errexit |
616 | 2024-03-20T19:13:15.966Z | +++ dirname ./tools/ci_download_maghemite_mgd |
617 | 2024-03-20T19:13:15.966Z | ++ cd ./tools |
618 | 2024-03-20T19:13:15.966Z | ++ pwd |
619 | 2024-03-20T19:13:15.966Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
620 | 2024-03-20T19:13:15.966Z | ++ basename ./tools/ci_download_maghemite_mgd |
621 | 2024-03-20T19:13:15.966Z | + ARG0=ci_download_maghemite_mgd |
622 | 2024-03-20T19:13:15.967Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
623 | 2024-03-20T19:13:15.967Z | ++ CIDL_SHA256=813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b |
624 | 2024-03-20T19:13:15.967Z | ++ MGD_LINUX_SHA256=03bf4e9fbe7d46be5dbcf83f9cd67520383f843767939e06d0db93ce4e584111 |
625 | 2024-03-20T19:13:15.967Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
626 | 2024-03-20T19:13:15.967Z | ++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb |
627 | 2024-03-20T19:13:15.967Z | ++ SHA2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e |
628 | 2024-03-20T19:13:15.967Z | + TARGET_DIR=out |
629 | 2024-03-20T19:13:15.967Z | + DOWNLOAD_DIR=out/downloads |
630 | 2024-03-20T19:13:15.967Z | + DEST_DIR=./out/mgd |
631 | 2024-03-20T19:13:15.967Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
632 | 2024-03-20T19:13:15.967Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
633 | 2024-03-20T19:13:15.967Z | + REPO=oxidecomputer/maghemite |
634 | 2024-03-20T19:13:15.968Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb |
635 | 2024-03-20T19:13:15.968Z | + main |
636 | 2024-03-20T19:13:15.968Z | + rm -rf out/downloads/root |
637 | 2024-03-20T19:13:15.968Z | + [[ 0 != 0 ]] |
638 | 2024-03-20T19:13:15.968Z | + CIDL_OS=solaris2.11 |
639 | 2024-03-20T19:13:15.968Z | + [[ 0 != 0 ]] |
640 | 2024-03-20T19:13:15.968Z | + configure_os solaris2.11 |
641 | 2024-03-20T19:13:15.968Z | + echo 'current directory: /work/oxidecomputer/omicron' |
642 | 2024-03-20T19:13:15.968Z | current directory: /work/oxidecomputer/omicron |
643 | 2024-03-20T19:13:15.968Z | + echo 'configuring based on OS: "solaris2.11"' |
644 | 2024-03-20T19:13:15.968Z | + case "$1" in |
645 | 2024-03-20T19:13:15.968Z | configuring based on OS: "solaris2.11" |
646 | 2024-03-20T19:13:15.968Z | + SET_BINARIES= |
647 | 2024-03-20T19:13:15.969Z | + CIDL_SHA256FUNC=do_sha256sum |
648 | 2024-03-20T19:13:15.969Z | + TARBALL_FILENAME=mgd.tar.gz |
649 | 2024-03-20T19:13:15.969Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz |
650 | 2024-03-20T19:13:15.969Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
651 | 2024-03-20T19:13:15.969Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz' |
652 | 2024-03-20T19:13:15.969Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz |
653 | 2024-03-20T19:13:15.969Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
654 | 2024-03-20T19:13:15.969Z | Local file: out/downloads/mgd.tar.gz |
655 | 2024-03-20T19:13:15.969Z | + mkdir -p out/downloads |
656 | 2024-03-20T19:13:15.969Z | + mkdir -p ./out/mgd |
657 | 2024-03-20T19:13:16.008Z | + fetch_and_verify |
658 | 2024-03-20T19:13:16.008Z | + local DO_DOWNLOAD=true |
659 | 2024-03-20T19:13:16.008Z | + [[ -f out/downloads/mgd.tar.gz ]] |
660 | 2024-03-20T19:13:16.008Z | + '[' true == true ']' |
661 | 2024-03-20T19:13:16.008Z | + echo Downloading... |
662 | 2024-03-20T19:13:16.008Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz out/downloads/mgd.tar.gz |
663 | 2024-03-20T19:13:16.009Z | Downloading... |
664 | 2024-03-20T19:13:16.009Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz |
665 | 2024-03-20T19:13:25.671Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
666 | 2024-03-20T19:13:25.699Z | ++ sha256sum |
667 | 2024-03-20T19:13:25.699Z | ++ awk '{print $1}' |
668 | 2024-03-20T19:13:25.699Z | + calculated_sha256=813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b |
669 | 2024-03-20T19:13:25.699Z | + [[ 813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b != \8\1\3\f\e\3\d\4\0\8\f\5\3\8\a\9\d\7\1\2\1\a\6\1\6\f\c\e\5\f\8\7\e\6\c\4\2\c\f\2\8\0\0\e\2\0\c\1\a\2\7\5\9\c\2\4\c\9\e\8\b\7\7\b ]] |
670 | 2024-03-20T19:13:25.699Z | + do_untar out/downloads/mgd.tar.gz |
671 | 2024-03-20T19:13:25.699Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
672 | 2024-03-20T19:13:26.282Z | + do_assemble |
673 | 2024-03-20T19:13:26.282Z | + rm -r ./out/mgd |
674 | 2024-03-20T19:13:26.326Z | + mkdir ./out/mgd |
675 | 2024-03-20T19:13:26.327Z | + cp -r out/downloads/root ./out/mgd/root |
676 | 2024-03-20T19:13:26.356Z | + set -o errexit |
677 | 2024-03-20T19:13:26.356Z | +++ dirname ./tools/ci_download_transceiver_control |
678 | 2024-03-20T19:13:26.356Z | ++ cd ./tools |
679 | 2024-03-20T19:13:26.356Z | ++ pwd |
680 | 2024-03-20T19:13:26.356Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
681 | 2024-03-20T19:13:26.356Z | ++ basename ./tools/ci_download_transceiver_control |
682 | 2024-03-20T19:13:26.356Z | + ARG0=ci_download_transceiver_control |
683 | 2024-03-20T19:13:26.356Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
684 | 2024-03-20T19:13:26.356Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
685 | 2024-03-20T19:13:26.356Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
686 | 2024-03-20T19:13:26.356Z | + TARGET_DIR=out |
687 | 2024-03-20T19:13:26.356Z | + DOWNLOAD_DIR=out/downloads |
688 | 2024-03-20T19:13:26.356Z | + DEST_DIR=./out/transceiver-control |
689 | 2024-03-20T19:13:26.356Z | + BIN_DIR=/opt/oxide/bin |
690 | 2024-03-20T19:13:26.356Z | + BINARY=xcvradm |
691 | 2024-03-20T19:13:26.356Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
692 | 2024-03-20T19:13:26.356Z | + REPO=oxidecomputer/transceiver-control |
693 | 2024-03-20T19:13:26.356Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
694 | 2024-03-20T19:13:26.385Z | + main |
695 | 2024-03-20T19:13:26.385Z | + [[ 0 != 0 ]] |
696 | 2024-03-20T19:13:26.385Z | + CIDL_OS=solaris2.11 |
697 | 2024-03-20T19:13:26.385Z | + [[ 0 != 0 ]] |
698 | 2024-03-20T19:13:26.385Z | + configure_os solaris2.11 |
699 | 2024-03-20T19:13:26.385Z | + echo 'current directory: /work/oxidecomputer/omicron' |
700 | 2024-03-20T19:13:26.385Z | + echo 'configuring based on OS: "solaris2.11"' |
701 | 2024-03-20T19:13:26.385Z | current directory: /work/oxidecomputer/omicron |
702 | 2024-03-20T19:13:26.386Z | configuring based on OS: "solaris2.11" |
703 | 2024-03-20T19:13:26.386Z | + case "$1" in |
704 | 2024-03-20T19:13:26.386Z | + SET_BINARIES= |
705 | 2024-03-20T19:13:26.386Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
706 | 2024-03-20T19:13:26.386Z | + CIDL_SHA256FUNC=do_sha256sum |
707 | 2024-03-20T19:13:26.386Z | + ARCHIVE_FILENAME=xcvradm.gz |
708 | 2024-03-20T19:13:26.386Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
709 | 2024-03-20T19:13:26.386Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
710 | 2024-03-20T19:13:26.386Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
711 | 2024-03-20T19:13:26.386Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
712 | 2024-03-20T19:13:26.386Z | Local file: out/downloads/xcvradm.gz |
713 | 2024-03-20T19:13:26.386Z | + echo 'Local file: out/downloads/xcvradm.gz' |
714 | 2024-03-20T19:13:26.386Z | + mkdir -p out/downloads |
715 | 2024-03-20T19:13:26.386Z | + mkdir -p ./out/transceiver-control |
716 | 2024-03-20T19:13:26.386Z | + fetch_and_verify |
717 | 2024-03-20T19:13:26.386Z | + local DO_DOWNLOAD=true |
718 | 2024-03-20T19:13:26.387Z | + [[ -f out/downloads/xcvradm.gz ]] |
719 | 2024-03-20T19:13:26.387Z | + '[' true == true ']' |
720 | 2024-03-20T19:13:26.387Z | + echo Downloading... |
721 | 2024-03-20T19:13:26.387Z | Downloading... |
722 | 2024-03-20T19:13:26.387Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
723 | 2024-03-20T19:13:26.387Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
724 | 2024-03-20T19:13:30.914Z | ++ do_sha256sum out/downloads/xcvradm.gz |
725 | 2024-03-20T19:13:30.979Z | ++ sha256sum |
726 | 2024-03-20T19:13:30.979Z | ++ awk '{print $1}' |
727 | 2024-03-20T19:13:30.979Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
728 | 2024-03-20T19:13:30.979Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
729 | 2024-03-20T19:13:30.979Z | + do_unpack out/downloads/xcvradm.gz |
730 | 2024-03-20T19:13:30.979Z | + mkdir -p out/downloads/root//opt/oxide/bin |
731 | 2024-03-20T19:13:30.979Z | + gzip -dc out/downloads/xcvradm.gz |
732 | 2024-03-20T19:13:30.979Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
733 | 2024-03-20T19:13:30.979Z | + do_assemble |
734 | 2024-03-20T19:13:30.979Z | + rm -r ./out/transceiver-control |
735 | 2024-03-20T19:13:30.979Z | + mkdir ./out/transceiver-control |
736 | 2024-03-20T19:13:30.979Z | + cp -r out/downloads/root ./out/transceiver-control/root |
737 | 2024-03-20T19:13:30.979Z | + set -o errexit |
738 | 2024-03-20T19:13:30.979Z | +++ dirname ./tools/ci_download_thundermuffin |
739 | 2024-03-20T19:13:30.979Z | ++ cd ./tools |
740 | 2024-03-20T19:13:30.979Z | ++ pwd |
741 | 2024-03-20T19:13:30.979Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
742 | 2024-03-20T19:13:30.979Z | ++ basename ./tools/ci_download_thundermuffin |
743 | 2024-03-20T19:13:30.979Z | + ARG0=ci_download_thundermuffin |
744 | 2024-03-20T19:13:30.979Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
745 | 2024-03-20T19:13:30.980Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
746 | 2024-03-20T19:13:30.980Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
747 | 2024-03-20T19:13:30.980Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
748 | 2024-03-20T19:13:30.980Z | + TARGET_DIR=out |
749 | 2024-03-20T19:13:30.980Z | + DOWNLOAD_DIR=out/downloads |
750 | 2024-03-20T19:13:30.980Z | + DEST_DIR=./out/thundermuffin |
751 | 2024-03-20T19:13:30.980Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
752 | 2024-03-20T19:13:30.980Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
753 | 2024-03-20T19:13:30.980Z | + REPO=oxidecomputer/thundermuffin |
754 | 2024-03-20T19:13:30.980Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
755 | 2024-03-20T19:13:30.980Z | + main |
756 | 2024-03-20T19:13:30.980Z | + rm -rf out/downloads/root |
757 | 2024-03-20T19:13:30.980Z | + [[ 0 != 0 ]] |
758 | 2024-03-20T19:13:30.980Z | + CIDL_OS=solaris2.11 |
759 | 2024-03-20T19:13:30.980Z | + [[ 0 != 0 ]] |
760 | 2024-03-20T19:13:30.980Z | + configure_os solaris2.11 |
761 | 2024-03-20T19:13:30.980Z | + echo 'current directory: /work/oxidecomputer/omicron' |
762 | 2024-03-20T19:13:30.980Z | + echo 'configuring based on OS: "solaris2.11"' |
763 | 2024-03-20T19:13:30.980Z | current directory: /work/oxidecomputer/omicron |
764 | 2024-03-20T19:13:30.980Z | configuring based on OS: "solaris2.11" |
765 | 2024-03-20T19:13:30.980Z | + case "$1" in |
766 | 2024-03-20T19:13:30.980Z | + SET_BINARIES= |
767 | 2024-03-20T19:13:30.980Z | + CIDL_SHA256FUNC=do_sha256sum |
768 | 2024-03-20T19:13:30.980Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
769 | 2024-03-20T19:13:30.981Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
770 | 2024-03-20T19:13:30.981Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
771 | 2024-03-20T19:13:30.981Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
772 | 2024-03-20T19:13:30.981Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
773 | 2024-03-20T19:13:30.981Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
774 | 2024-03-20T19:13:30.981Z | Local file: out/downloads/thundermuffin.tar.gz |
775 | 2024-03-20T19:13:30.981Z | + mkdir -p out/downloads |
776 | 2024-03-20T19:13:30.981Z | + mkdir -p ./out/thundermuffin |
777 | 2024-03-20T19:13:30.981Z | + fetch_and_verify |
778 | 2024-03-20T19:13:30.981Z | + local DO_DOWNLOAD=true |
779 | 2024-03-20T19:13:30.981Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
780 | 2024-03-20T19:13:30.981Z | + '[' true == true ']' |
781 | 2024-03-20T19:13:30.981Z | + echo Downloading... |
782 | 2024-03-20T19:13:30.981Z | Downloading... |
783 | 2024-03-20T19:13:30.981Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
784 | 2024-03-20T19:13:30.981Z | + curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
785 | 2024-03-20T19:13:34.265Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
786 | 2024-03-20T19:13:34.265Z | ++ sha256sum |
787 | 2024-03-20T19:13:34.265Z | ++ awk '{print $1}' |
788 | 2024-03-20T19:13:34.265Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
789 | 2024-03-20T19:13:34.266Z | + [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]] |
790 | 2024-03-20T19:13:34.266Z | + do_untar out/downloads/thundermuffin.tar.gz |
791 | 2024-03-20T19:13:34.266Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
792 | 2024-03-20T19:13:34.266Z | + do_assemble |
793 | 2024-03-20T19:13:34.266Z | + rm -r ./out/thundermuffin |
794 | 2024-03-20T19:13:34.266Z | + mkdir ./out/thundermuffin |
795 | 2024-03-20T19:13:34.266Z | + cp -r out/downloads/root ./out/thundermuffin/root |
796 | 2024-03-20T19:13:34.266Z | All builder prerequisites installed successfully, and PATH looks valid |
797 | 2024-03-20T19:13:34.266Z | |
798 | 2024-03-20T19:13:34.267Z | real 2:06.733259241 |
799 | 2024-03-20T19:13:34.267Z | user 44.365368538 |
800 | 2024-03-20T19:13:34.267Z | sys 11.544619134 |
801 | 2024-03-20T19:13:34.267Z | trap 0.015991214 |
802 | 2024-03-20T19:13:34.267Z | tflt 0.010913671 |
803 | 2024-03-20T19:13:34.267Z | dflt 0.018181161 |
804 | 2024-03-20T19:13:34.267Z | kflt 0.005606316 |
805 | 2024-03-20T19:13:34.267Z | lock 1.451311921 |
806 | 2024-03-20T19:13:34.268Z | slp 4:30.344310029 |
807 | 2024-03-20T19:13:34.268Z | lat 4.686758226 |
808 | 2024-03-20T19:13:34.268Z | stop 0.075678176 |
809 | 2024-03-20T19:13:34.268Z | |
810 | 2024-03-20T19:13:34.268Z | ##### # # # # ##### |
811 | 2024-03-20T19:13:34.268Z | # # # # # # # # |
812 | 2024-03-20T19:13:34.268Z | ##### # # # # # # |
813 | 2024-03-20T19:13:34.269Z | # # # # # # # # |
814 | 2024-03-20T19:13:34.269Z | # # # # # # # # |
815 | 2024-03-20T19:13:34.269Z | ##### #### # ###### ##### |
816 | 2024-03-20T19:13:34.269Z | |
817 | 2024-03-20T19:13:34.323Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
818 | 2024-03-20T19:13:34.798Z | Updating git repository `https://github.com/oxidecomputer/samael` |
819 | 2024-03-20T19:13:35.246Z | Updating git repository `https://github.com/oxidecomputer/zone` |
820 | 2024-03-20T19:13:35.628Z | Updating crates.io index |
821 | 2024-03-20T19:13:35.687Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
822 | 2024-03-20T19:13:36.709Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
823 | 2024-03-20T19:13:37.407Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
824 | 2024-03-20T19:13:39.355Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
825 | 2024-03-20T19:13:39.729Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
826 | 2024-03-20T19:13:40.078Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
827 | 2024-03-20T19:13:41.066Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
828 | 2024-03-20T19:13:43.509Z | Updating git repository `https://github.com/oxidecomputer/opte` |
829 | 2024-03-20T19:13:44.539Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
830 | 2024-03-20T19:13:44.585Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
831 | 2024-03-20T19:13:45.108Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
832 | 2024-03-20T19:13:45.525Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
833 | 2024-03-20T19:13:45.888Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
834 | 2024-03-20T19:13:46.460Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
835 | 2024-03-20T19:13:46.851Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
836 | 2024-03-20T19:13:47.303Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
837 | 2024-03-20T19:13:47.709Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
838 | 2024-03-20T19:13:48.170Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
839 | 2024-03-20T19:13:48.795Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
840 | 2024-03-20T19:13:49.478Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
841 | 2024-03-20T19:13:49.931Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
842 | 2024-03-20T19:13:50.499Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
843 | 2024-03-20T19:13:51.097Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
844 | 2024-03-20T19:13:57.713Z | Updating git repository `https://github.com/jgallagher/nix` |
845 | 2024-03-20T19:13:57.771Z | Updating git repository `https://github.com/cbiffle/hubpack` |
846 | 2024-03-20T19:13:57.771Z | Updating git repository `https://github.com/oxidecomputer/typify` |
847 | 2024-03-20T19:13:57.895Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
848 | 2024-03-20T19:13:57.895Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
849 | 2024-03-20T19:13:57.896Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
850 | 2024-03-20T19:13:57.896Z | Downloading crates ... |
851 | 2024-03-20T19:13:57.896Z | Downloaded async-stream-impl v0.3.5 |
852 | 2024-03-20T19:13:57.896Z | Downloaded aead v0.5.2 |
853 | 2024-03-20T19:13:57.896Z | Downloaded anstyle v1.0.2 |
854 | 2024-03-20T19:13:57.896Z | Downloaded approx v0.5.1 |
855 | 2024-03-20T19:13:57.896Z | Downloaded futures-channel v0.3.30 |
856 | 2024-03-20T19:13:57.897Z | Downloaded generic-array v0.14.7 |
857 | 2024-03-20T19:13:57.897Z | Downloaded futures-util v0.3.30 |
858 | 2024-03-20T19:13:57.897Z | Downloaded http-body v0.4.5 |
859 | 2024-03-20T19:13:58.024Z | Downloaded hashbrown v0.14.3 |
860 | 2024-03-20T19:13:58.024Z | Downloaded indexmap v2.2.5 |
861 | 2024-03-20T19:13:58.025Z | Downloaded http v1.0.0 |
862 | 2024-03-20T19:13:58.025Z | Downloaded remove_dir_all v0.5.3 |
863 | 2024-03-20T19:13:58.025Z | Downloaded radium v0.7.0 |
864 | 2024-03-20T19:13:58.025Z | Downloaded scopeguard v1.2.0 |
865 | 2024-03-20T19:13:58.025Z | Downloaded termtree v0.4.1 |
866 | 2024-03-20T19:13:58.026Z | Downloaded structmeta-derive v0.3.0 |
867 | 2024-03-20T19:13:58.026Z | Downloaded textwrap v0.11.0 |
868 | 2024-03-20T19:13:58.026Z | Downloaded ryu v1.0.15 |
869 | 2024-03-20T19:13:58.026Z | Downloaded structopt v0.3.26 |
870 | 2024-03-20T19:13:58.027Z | Downloaded curve25519-dalek-derive v0.1.0 |
871 | 2024-03-20T19:13:58.027Z | Downloaded phf_shared v0.10.0 |
872 | 2024-03-20T19:13:58.027Z | Downloaded rpassword v7.3.1 |
873 | 2024-03-20T19:13:58.028Z | Downloaded rand_core v0.5.1 |
874 | 2024-03-20T19:13:58.028Z | Downloaded serde_plain v1.0.2 |
875 | 2024-03-20T19:13:58.028Z | Downloaded pin-project-lite v0.2.13 |
876 | 2024-03-20T19:13:58.028Z | Downloaded similar-asserts v1.5.0 |
877 | 2024-03-20T19:13:58.028Z | Downloaded swrite v0.1.0 |
878 | 2024-03-20T19:13:58.028Z | Downloaded darling_macro v0.14.4 |
879 | 2024-03-20T19:13:58.029Z | Downloaded darling_macro v0.20.3 |
880 | 2024-03-20T19:13:58.029Z | Downloaded strum_macros v0.24.3 |
881 | 2024-03-20T19:13:58.029Z | Downloaded path-slash v0.1.5 |
882 | 2024-03-20T19:13:58.029Z | Downloaded psl-types v2.0.11 |
883 | 2024-03-20T19:13:58.029Z | Downloaded num_enum_derive v0.7.2 |
884 | 2024-03-20T19:13:58.029Z | Downloaded paste v1.0.14 |
885 | 2024-03-20T19:13:58.075Z | Downloaded scroll_derive v0.12.0 |
886 | 2024-03-20T19:13:58.075Z | Downloaded futures v0.3.30 |
887 | 2024-03-20T19:13:58.075Z | Downloaded semver-parser v0.10.2 |
888 | 2024-03-20T19:13:58.075Z | Downloaded dirs v5.0.1 |
889 | 2024-03-20T19:13:58.075Z | Downloaded dirs-next v2.0.0 |
890 | 2024-03-20T19:13:58.075Z | Downloaded plain v0.2.3 |
891 | 2024-03-20T19:13:58.076Z | Downloaded time-core v0.1.2 |
892 | 2024-03-20T19:13:58.076Z | Downloaded serde_urlencoded v0.7.1 |
893 | 2024-03-20T19:13:58.076Z | Downloaded tiny-keccak v2.0.2 |
894 | 2024-03-20T19:13:58.076Z | Downloaded dof v0.3.0 |
895 | 2024-03-20T19:13:58.076Z | Downloaded normalize-line-endings v0.3.0 |
896 | 2024-03-20T19:13:58.076Z | Downloaded vsss-rs v3.3.4 |
897 | 2024-03-20T19:13:58.076Z | Downloaded num v0.4.1 |
898 | 2024-03-20T19:13:58.077Z | Downloaded try-lock v0.2.4 |
899 | 2024-03-20T19:13:58.077Z | Downloaded foreign-types-macros v0.2.3 |
900 | 2024-03-20T19:13:58.077Z | Downloaded foreign-types-shared v0.3.1 |
901 | 2024-03-20T19:13:58.077Z | Downloaded usdt-macro v0.3.5 |
902 | 2024-03-20T19:13:58.077Z | Downloaded doc-comment v0.3.3 |
903 | 2024-03-20T19:13:58.077Z | Downloaded packed_struct_codegen v0.10.1 |
904 | 2024-03-20T19:13:58.078Z | Downloaded want v0.3.1 |
905 | 2024-03-20T19:13:58.078Z | Downloaded endian-type v0.1.2 |
906 | 2024-03-20T19:13:58.078Z | Downloaded smawk v0.3.1 |
907 | 2024-03-20T19:13:58.078Z | Downloaded serde-big-array v0.4.1 |
908 | 2024-03-20T19:13:58.078Z | Downloaded number_prefix v0.4.0 |
909 | 2024-03-20T19:13:58.078Z | Downloaded shell-words v1.1.0 |
910 | 2024-03-20T19:13:58.078Z | Downloaded which v4.4.0 |
911 | 2024-03-20T19:13:58.078Z | Downloaded dtrace-parser v0.2.0 |
912 | 2024-03-20T19:13:58.078Z | Downloaded num-derive v0.4.0 |
913 | 2024-03-20T19:13:58.079Z | Downloaded slog-bunyan v2.5.0 |
914 | 2024-03-20T19:13:58.112Z | Downloaded nom v7.1.3 |
915 | 2024-03-20T19:13:58.112Z | Downloaded tinyvec_macros v0.1.1 |
916 | 2024-03-20T19:13:58.112Z | Downloaded option-ext v0.2.0 |
917 | 2024-03-20T19:13:58.112Z | Downloaded ref-cast-impl v1.0.20 |
918 | 2024-03-20T19:13:58.112Z | Downloaded olpc-cjson v0.1.3 |
919 | 2024-03-20T19:13:58.112Z | Downloaded polyval v0.6.1 |
920 | 2024-03-20T19:13:58.112Z | Downloaded diesel_derives v2.1.2 |
921 | 2024-03-20T19:13:58.112Z | Downloaded xattr v1.0.1 |
922 | 2024-03-20T19:13:58.112Z | Downloaded wyz v0.5.1 |
923 | 2024-03-20T19:13:58.112Z | Downloaded yasna v0.5.2 |
924 | 2024-03-20T19:13:58.151Z | Downloaded derive_more v0.99.17 |
925 | 2024-03-20T19:13:58.151Z | Downloaded x509-cert v0.2.4 |
926 | 2024-03-20T19:13:58.151Z | Downloaded sync_wrapper v0.1.2 |
927 | 2024-03-20T19:13:58.151Z | Downloaded portable-atomic v1.4.3 |
928 | 2024-03-20T19:13:58.593Z | Downloaded p521 v0.13.3 |
929 | 2024-03-20T19:13:58.593Z | Downloaded packed_struct v0.10.1 |
930 | 2024-03-20T19:13:58.593Z | Downloaded winnow v0.5.15 |
931 | 2024-03-20T19:13:58.593Z | Downloaded winnow v0.6.1 |
932 | 2024-03-20T19:13:59.040Z | Downloaded openssl v0.10.60 |
933 | 2024-03-20T19:13:59.040Z | Downloaded tabled_derive v0.7.0 |
934 | 2024-03-20T19:13:59.040Z | Downloaded sled v0.34.7 |
935 | 2024-03-20T19:13:59.040Z | Downloaded synstructure v0.12.6 |
936 | 2024-03-20T19:13:59.040Z | Downloaded slog-json v2.6.1 |
937 | 2024-03-20T19:13:59.040Z | Downloaded zerocopy v0.6.4 |
938 | 2024-03-20T19:13:59.040Z | Downloaded derive-where v1.2.7 |
939 | 2024-03-20T19:13:59.041Z | Downloaded dhcproto v0.11.0 |
940 | 2024-03-20T19:13:59.041Z | Downloaded postcard v1.0.8 |
941 | 2024-03-20T19:13:59.041Z | Downloaded oso v0.27.0 |
942 | 2024-03-20T19:13:59.041Z | Downloaded encoding_rs v0.8.33 |
943 | 2024-03-20T19:13:59.041Z | Downloaded openssl-sys v0.9.96 |
944 | 2024-03-20T19:13:59.041Z | Downloaded expectorate v1.1.0 |
945 | 2024-03-20T19:13:59.041Z | Downloaded russh v0.42.0 |
946 | 2024-03-20T19:13:59.041Z | Downloaded tower v0.4.13 |
947 | 2024-03-20T19:13:59.041Z | Downloaded aho-corasick v1.1.2 |
948 | 2024-03-20T19:13:59.041Z | Downloaded num-bigint-dig v0.8.4 |
949 | 2024-03-20T19:13:59.041Z | Downloaded tough v0.16.0 |
950 | 2024-03-20T19:13:59.042Z | Downloaded zerocopy v0.7.32 |
951 | 2024-03-20T19:13:59.042Z | Downloaded tabled v0.15.0 |
952 | 2024-03-20T19:13:59.042Z | Downloaded regex v1.10.3 |
953 | 2024-03-20T19:13:59.042Z | Downloaded smoltcp v0.11.0 |
954 | 2024-03-20T19:13:59.042Z | Downloaded zerocopy-derive v0.2.0 |
955 | 2024-03-20T19:13:59.042Z | Downloaded regex-automata v0.4.5 |
956 | 2024-03-20T19:13:59.042Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
957 | 2024-03-20T19:13:59.042Z | Downloaded rustls v0.22.2 |
958 | 2024-03-20T19:13:59.042Z | Downloaded rustix v0.38.31 |
959 | 2024-03-20T19:13:59.042Z | Downloaded bstr v1.9.0 |
960 | 2024-03-20T19:13:59.042Z | Downloaded bstr v0.2.17 |
961 | 2024-03-20T19:13:59.042Z | Downloaded smoltcp v0.9.1 |
962 | 2024-03-20T19:13:59.042Z | Downloaded rustls v0.21.9 |
963 | 2024-03-20T19:13:59.042Z | Downloaded polar-core v0.27.0 |
964 | 2024-03-20T19:13:59.042Z | Downloaded ring v0.17.8 |
965 | 2024-03-20T19:13:59.084Z | Downloaded ring v0.16.20 |
966 | 2024-03-20T19:13:59.084Z | Downloaded reqwest v0.11.24 |
967 | 2024-03-20T19:13:59.084Z | Downloaded petgraph v0.6.4 |
968 | 2024-03-20T19:13:59.085Z | Downloaded chrono v0.4.34 |
969 | 2024-03-20T19:13:59.085Z | Downloaded bitvec v1.0.1 |
970 | 2024-03-20T19:13:59.085Z | Downloaded bindgen v0.69.2 |
971 | 2024-03-20T19:13:59.085Z | Downloaded blake3 v1.5.0 |
972 | 2024-03-20T19:13:59.085Z | Downloaded clap v2.34.0 |
973 | 2024-03-20T19:13:59.085Z | Downloaded clap_builder v4.5.1 |
974 | 2024-03-20T19:13:59.086Z | Downloaded aes-gcm v0.10.3 |
975 | 2024-03-20T19:13:59.086Z | Downloaded aes v0.8.3 |
976 | 2024-03-20T19:13:59.086Z | Downloaded unicode_categories v0.1.1 |
977 | 2024-03-20T19:13:59.086Z | Downloaded winapi v0.3.9 |
978 | 2024-03-20T19:13:59.086Z | Downloaded mio v0.8.11 |
979 | 2024-03-20T19:13:59.086Z | Downloaded minimal-lexical v0.2.1 |
980 | 2024-03-20T19:13:59.086Z | Downloaded postgres-types v0.2.6 |
981 | 2024-03-20T19:13:59.087Z | Downloaded postgres-protocol v0.6.6 |
982 | 2024-03-20T19:13:59.087Z | Downloaded tokio v1.36.0 |
983 | 2024-03-20T19:13:59.087Z | Downloaded derive_builder_core v0.12.0 |
984 | 2024-03-20T19:13:59.087Z | Downloaded derive_builder v0.12.0 |
985 | 2024-03-20T19:13:59.087Z | Downloaded sha3 v0.10.8 |
986 | 2024-03-20T19:13:59.087Z | Downloaded csv v1.3.0 |
987 | 2024-03-20T19:13:59.087Z | Downloaded num-complex v0.4.4 |
988 | 2024-03-20T19:13:59.088Z | Downloaded ecdsa v0.16.9 |
989 | 2024-03-20T19:13:59.088Z | Downloaded openapiv3 v2.0.0 |
990 | 2024-03-20T19:13:59.141Z | Downloaded diesel v2.1.4 |
991 | 2024-03-20T19:13:59.141Z | Downloaded ratatui v0.26.1 |
992 | 2024-03-20T19:13:59.190Z | Downloaded snafu v0.7.5 |
993 | 2024-03-20T19:13:59.190Z | Downloaded syn v2.0.52 |
994 | 2024-03-20T19:13:59.190Z | Downloaded object v0.32.1 |
995 | 2024-03-20T19:13:59.190Z | Downloaded object v0.30.4 |
996 | 2024-03-20T19:13:59.227Z | Downloaded webpki-roots v0.25.2 |
997 | 2024-03-20T19:13:59.227Z | Downloaded zerocopy-derive v0.6.4 |
998 | 2024-03-20T19:13:59.227Z | Downloaded zip v0.6.6 |
999 | 2024-03-20T19:13:59.227Z | Downloaded libc v0.2.153 |
1000 | 2024-03-20T19:13:59.260Z | Downloaded shlex v1.3.0 |
1001 | 2024-03-20T19:13:59.260Z | Downloaded topological-sort v0.2.2 |
1002 | 2024-03-20T19:13:59.261Z | Downloaded resolv-conf v0.7.0 |
1003 | 2024-03-20T19:13:59.261Z | Downloaded dyn-clone v1.0.17 |
1004 | 2024-03-20T19:13:59.261Z | Downloaded trust-dns-proto v0.22.0 |
1005 | 2024-03-20T19:13:59.261Z | Downloaded utf8parse v0.2.1 |
1006 | 2024-03-20T19:13:59.261Z | Downloaded socket2 v0.5.5 |
1007 | 2024-03-20T19:13:59.299Z | Downloaded snafu-derive v0.7.5 |
1008 | 2024-03-20T19:13:59.299Z | Downloaded env_logger v0.10.0 |
1009 | 2024-03-20T19:13:59.299Z | Downloaded predicates-core v1.0.6 |
1010 | 2024-03-20T19:13:59.299Z | Downloaded predicates v3.1.0 |
1011 | 2024-03-20T19:13:59.299Z | Downloaded russh-keys v0.42.0 |
1012 | 2024-03-20T19:13:59.300Z | Downloaded proc-macro-error-attr v1.0.4 |
1013 | 2024-03-20T19:13:59.300Z | Downloaded compact_str v0.7.1 |
1014 | 2024-03-20T19:13:59.300Z | Downloaded base64 v0.22.0 |
1015 | 2024-03-20T19:13:59.300Z | Downloaded base64 v0.21.7 |
1016 | 2024-03-20T19:13:59.300Z | Downloaded take_mut v0.2.2 |
1017 | 2024-03-20T19:13:59.300Z | Downloaded oso-derive v0.27.0 |
1018 | 2024-03-20T19:13:59.300Z | Downloaded derive_builder_macro v0.12.0 |
1019 | 2024-03-20T19:13:59.300Z | Downloaded serde_derive v1.0.197 |
1020 | 2024-03-20T19:13:59.348Z | Downloaded pest_meta v2.7.6 |
1021 | 2024-03-20T19:13:59.348Z | Downloaded miniz_oxide v0.7.1 |
1022 | 2024-03-20T19:13:59.348Z | Downloaded tokio-postgres v0.7.10 |
1023 | 2024-03-20T19:13:59.348Z | Downloaded toml_edit v0.22.6 |
1024 | 2024-03-20T19:13:59.348Z | Downloaded toml_edit v0.19.15 |
1025 | 2024-03-20T19:13:59.395Z | Downloaded regex-automata v0.1.10 |
1026 | 2024-03-20T19:13:59.395Z | Downloaded dof v0.1.5 |
1027 | 2024-03-20T19:13:59.395Z | Downloaded dirs-sys v0.4.1 |
1028 | 2024-03-20T19:13:59.395Z | Downloaded vcpkg v0.2.15 |
1029 | 2024-03-20T19:13:59.428Z | Downloaded trybuild v1.0.89 |
1030 | 2024-03-20T19:13:59.428Z | Downloaded backtrace v0.3.69 |
1031 | 2024-03-20T19:13:59.466Z | Downloaded toml v0.8.10 |
1032 | 2024-03-20T19:13:59.466Z | Downloaded tabwriter v1.4.0 |
1033 | 2024-03-20T19:13:59.466Z | Downloaded toolchain_find v0.2.0 |
1034 | 2024-03-20T19:13:59.467Z | Downloaded rayon v1.9.0 |
1035 | 2024-03-20T19:13:59.467Z | Downloaded quick-xml v0.30.0 |
1036 | 2024-03-20T19:13:59.467Z | Downloaded yansi v0.5.1 |
1037 | 2024-03-20T19:13:59.467Z | Downloaded thread-id v4.2.0 |
1038 | 2024-03-20T19:13:59.467Z | Downloaded thiserror-no-std v2.0.2 |
1039 | 2024-03-20T19:13:59.467Z | Downloaded serde_spanned v0.6.5 |
1040 | 2024-03-20T19:13:59.467Z | Downloaded serde-hex v0.1.0 |
1041 | 2024-03-20T19:13:59.467Z | Downloaded once_cell v1.19.0 |
1042 | 2024-03-20T19:13:59.501Z | Downloaded omicron-zone-package v0.11.0 |
1043 | 2024-03-20T19:13:59.501Z | Downloaded p256 v0.13.2 |
1044 | 2024-03-20T19:13:59.501Z | Downloaded socket2 v0.4.9 |
1045 | 2024-03-20T19:13:59.501Z | Downloaded toml_datetime v0.6.5 |
1046 | 2024-03-20T19:13:59.501Z | Downloaded toml v0.7.8 |
1047 | 2024-03-20T19:13:59.501Z | Downloaded tinyvec v1.6.0 |
1048 | 2024-03-20T19:13:59.502Z | Downloaded plotters v0.3.5 |
1049 | 2024-03-20T19:13:59.502Z | Downloaded prettyplease v0.2.16 |
1050 | 2024-03-20T19:13:59.533Z | Downloaded oorandom v11.1.3 |
1051 | 2024-03-20T19:13:59.534Z | Downloaded reedline v0.30.0 |
1052 | 2024-03-20T19:13:59.534Z | Downloaded spin v0.9.8 |
1053 | 2024-03-20T19:13:59.534Z | Downloaded owo-colors v4.0.0 |
1054 | 2024-03-20T19:13:59.534Z | Downloaded serde v1.0.197 |
1055 | 2024-03-20T19:13:59.534Z | Downloaded pbkdf2 v0.12.2 |
1056 | 2024-03-20T19:13:59.534Z | Downloaded pbkdf2 v0.11.0 |
1057 | 2024-03-20T19:13:59.535Z | Downloaded fallible-iterator v0.2.0 |
1058 | 2024-03-20T19:13:59.535Z | Downloaded openssl-probe v0.1.5 |
1059 | 2024-03-20T19:13:59.535Z | Downloaded openssl-macros v0.1.1 |
1060 | 2024-03-20T19:13:59.535Z | Downloaded opaque-debug v0.3.0 |
1061 | 2024-03-20T19:13:59.535Z | Downloaded tokio-native-tls v0.3.1 |
1062 | 2024-03-20T19:13:59.568Z | Downloaded tokio-macros v2.2.0 |
1063 | 2024-03-20T19:13:59.568Z | Downloaded ed25519-dalek v2.0.0 |
1064 | 2024-03-20T19:13:59.568Z | Downloaded errno v0.3.8 |
1065 | 2024-03-20T19:13:59.569Z | Downloaded cfg-expr v0.15.6 |
1066 | 2024-03-20T19:13:59.569Z | Downloaded smf v0.2.2 |
1067 | 2024-03-20T19:13:59.569Z | Downloaded slog-envlogger v2.2.0 |
1068 | 2024-03-20T19:13:59.569Z | Downloaded slog-dtrace v0.3.0 |
1069 | 2024-03-20T19:13:59.569Z | Downloaded slog v2.7.0 |
1070 | 2024-03-20T19:13:59.569Z | Downloaded slab v0.4.9 |
1071 | 2024-03-20T19:13:59.569Z | Downloaded signal-hook v0.3.17 |
1072 | 2024-03-20T19:13:59.569Z | Downloaded whoami v1.5.0 |
1073 | 2024-03-20T19:13:59.569Z | Downloaded rstest_macros v0.18.2 |
1074 | 2024-03-20T19:13:59.570Z | Downloaded elliptic-curve v0.13.8 |
1075 | 2024-03-20T19:13:59.605Z | Downloaded trust-dns-server v0.22.1 |
1076 | 2024-03-20T19:13:59.605Z | Downloaded trust-dns-resolver v0.22.0 |
1077 | 2024-03-20T19:13:59.605Z | Downloaded clap v4.5.1 |
1078 | 2024-03-20T19:13:59.605Z | Downloaded chacha20poly1305 v0.10.1 |
1079 | 2024-03-20T19:13:59.606Z | Downloaded slog-async v2.8.0 |
1080 | 2024-03-20T19:13:59.606Z | Downloaded siphasher v0.3.11 |
1081 | 2024-03-20T19:13:59.606Z | Downloaded signal-hook-registry v1.4.1 |
1082 | 2024-03-20T19:13:59.606Z | Downloaded signal-hook-mio v0.2.3 |
1083 | 2024-03-20T19:13:59.650Z | Downloaded parking_lot v0.12.1 |
1084 | 2024-03-20T19:13:59.650Z | Downloaded tap v1.0.1 |
1085 | 2024-03-20T19:13:59.650Z | Downloaded sha2 v0.10.8 |
1086 | 2024-03-20T19:13:59.650Z | Downloaded trust-dns-client v0.22.0 |
1087 | 2024-03-20T19:13:59.650Z | Downloaded rtoolbox v0.0.1 |
1088 | 2024-03-20T19:13:59.650Z | Downloaded dtrace-parser v0.1.14 |
1089 | 2024-03-20T19:13:59.650Z | Downloaded downcast v0.11.0 |
1090 | 2024-03-20T19:13:59.651Z | Downloaded dhcproto-macros v0.1.0 |
1091 | 2024-03-20T19:13:59.651Z | Downloaded num-iter v0.1.44 |
1092 | 2024-03-20T19:13:59.651Z | Downloaded num-integer v0.1.46 |
1093 | 2024-03-20T19:13:59.651Z | Downloaded foreign-types v0.3.2 |
1094 | 2024-03-20T19:13:59.651Z | Downloaded tracing v0.1.40 |
1095 | 2024-03-20T19:13:59.651Z | Downloaded serde_with v3.6.1 |
1096 | 2024-03-20T19:13:59.651Z | Downloaded papergrid v0.11.0 |
1097 | 2024-03-20T19:13:59.651Z | Downloaded precomputed-hash v0.1.1 |
1098 | 2024-03-20T19:13:59.651Z | Downloaded num-bigint v0.4.4 |
1099 | 2024-03-20T19:13:59.688Z | Downloaded match_cfg v0.1.0 |
1100 | 2024-03-20T19:13:59.689Z | Downloaded sha1 v0.10.6 |
1101 | 2024-03-20T19:13:59.689Z | Downloaded rfc6979 v0.4.0 |
1102 | 2024-03-20T19:13:59.689Z | Downloaded ena v0.14.2 |
1103 | 2024-03-20T19:13:59.689Z | Downloaded ed25519 v1.5.3 |
1104 | 2024-03-20T19:13:59.689Z | Downloaded wait-timeout v0.2.0 |
1105 | 2024-03-20T19:13:59.689Z | Downloaded tracing-core v0.1.32 |
1106 | 2024-03-20T19:13:59.689Z | Downloaded rayon-core v1.12.1 |
1107 | 2024-03-20T19:13:59.689Z | Downloaded pretty_assertions v1.4.0 |
1108 | 2024-03-20T19:13:59.689Z | Downloaded proc-macro-error v1.0.4 |
1109 | 2024-03-20T19:13:59.689Z | Downloaded serde_derive_internals v0.26.0 |
1110 | 2024-03-20T19:13:59.689Z | Downloaded num-conv v0.1.0 |
1111 | 2024-03-20T19:13:59.689Z | Downloaded enum-as-inner v0.5.1 |
1112 | 2024-03-20T19:13:59.689Z | Downloaded either v1.10.0 |
1113 | 2024-03-20T19:13:59.689Z | Downloaded ed25519 v2.2.2 |
1114 | 2024-03-20T19:13:59.689Z | Downloaded smallvec v1.13.1 |
1115 | 2024-03-20T19:13:59.689Z | Downloaded parking_lot_core v0.8.6 |
1116 | 2024-03-20T19:13:59.689Z | Downloaded maplit v1.0.2 |
1117 | 2024-03-20T19:13:59.689Z | Downloaded rcgen v0.12.1 |
1118 | 2024-03-20T19:13:59.724Z | Downloaded memchr v2.7.1 |
1119 | 2024-03-20T19:13:59.724Z | Downloaded signature v2.1.0 |
1120 | 2024-03-20T19:13:59.725Z | Downloaded quote v1.0.35 |
1121 | 2024-03-20T19:13:59.725Z | Downloaded pest_derive v2.7.6 |
1122 | 2024-03-20T19:13:59.725Z | Downloaded mime_guess v2.0.4 |
1123 | 2024-03-20T19:13:59.725Z | Downloaded curve25519-dalek v4.1.1 |
1124 | 2024-03-20T19:13:59.725Z | Downloaded walkdir v2.4.0 |
1125 | 2024-03-20T19:13:59.725Z | Downloaded utf-8 v0.7.6 |
1126 | 2024-03-20T19:13:59.725Z | Downloaded time v0.3.34 |
1127 | 2024-03-20T19:13:59.786Z | Downloaded cookie_store v0.20.0 |
1128 | 2024-03-20T19:13:59.786Z | Downloaded smallvec v0.6.14 |
1129 | 2024-03-20T19:13:59.786Z | Downloaded slog-term v2.9.0 |
1130 | 2024-03-20T19:13:59.786Z | Downloaded slog-stdlog v4.1.1 |
1131 | 2024-03-20T19:13:59.786Z | Downloaded poly1305 v0.8.0 |
1132 | 2024-03-20T19:13:59.786Z | Downloaded plotters-backend v0.3.5 |
1133 | 2024-03-20T19:13:59.786Z | Downloaded platforms v3.0.2 |
1134 | 2024-03-20T19:13:59.787Z | Downloaded parking_lot v0.11.2 |
1135 | 2024-03-20T19:13:59.787Z | Downloaded macaddr v1.0.1 |
1136 | 2024-03-20T19:13:59.787Z | Downloaded slog-scope v4.4.0 |
1137 | 2024-03-20T19:13:59.787Z | Downloaded zerocopy v0.3.0 |
1138 | 2024-03-20T19:13:59.830Z | Downloaded corncobs v0.1.3 |
1139 | 2024-03-20T19:13:59.830Z | Downloaded arc-swap v1.6.0 |
1140 | 2024-03-20T19:13:59.830Z | Downloaded waitgroup v0.1.2 |
1141 | 2024-03-20T19:13:59.830Z | Downloaded vte_generate_state_changes v0.1.1 |
1142 | 2024-03-20T19:13:59.830Z | Downloaded tracing-attributes v0.1.27 |
1143 | 2024-03-20T19:13:59.831Z | Downloaded pest v2.7.6 |
1144 | 2024-03-20T19:13:59.831Z | Downloaded proptest v1.4.0 |
1145 | 2024-03-20T19:13:59.831Z | Downloaded syn v1.0.109 |
1146 | 2024-03-20T19:13:59.831Z | Downloaded tokio-rustls v0.24.1 |
1147 | 2024-03-20T19:13:59.831Z | Downloaded managed v0.8.0 |
1148 | 2024-03-20T19:13:59.831Z | Downloaded display-error-chain v0.2.0 |
1149 | 2024-03-20T19:13:59.831Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1150 | 2024-03-20T19:13:59.831Z | Downloaded dirs-sys-next v0.1.2 |
1151 | 2024-03-20T19:13:59.832Z | Downloaded serde_repr v0.1.16 |
1152 | 2024-03-20T19:13:59.832Z | Downloaded serde-big-array v0.5.1 |
1153 | 2024-03-20T19:13:59.832Z | Downloaded rand_core v0.6.4 |
1154 | 2024-03-20T19:13:59.832Z | Downloaded foreign-types-shared v0.1.1 |
1155 | 2024-03-20T19:13:59.833Z | Downloaded foreign-types v0.5.0 |
1156 | 2024-03-20T19:13:59.833Z | Downloaded nix v0.27.1 |
1157 | 2024-03-20T19:13:59.833Z | Downloaded bytes v1.5.0 |
1158 | 2024-03-20T19:13:59.872Z | Downloaded usdt-macro v0.5.0 |
1159 | 2024-03-20T19:13:59.873Z | Downloaded ref-cast v1.0.20 |
1160 | 2024-03-20T19:13:59.873Z | Downloaded rand_xorshift v0.3.0 |
1161 | 2024-03-20T19:13:59.873Z | Downloaded rand_seeder v0.2.3 |
1162 | 2024-03-20T19:13:59.873Z | Downloaded quick-error v1.2.3 |
1163 | 2024-03-20T19:13:59.873Z | Downloaded uuid v1.7.0 |
1164 | 2024-03-20T19:13:59.873Z | Downloaded tower-service v0.3.2 |
1165 | 2024-03-20T19:13:59.873Z | Downloaded tower-layer v0.3.2 |
1166 | 2024-03-20T19:13:59.873Z | Downloaded pretty-hex v0.4.1 |
1167 | 2024-03-20T19:13:59.873Z | Downloaded pretty-hex v0.2.1 |
1168 | 2024-03-20T19:13:59.873Z | Downloaded predicates-tree v1.0.9 |
1169 | 2024-03-20T19:13:59.873Z | Downloaded nu-ansi-term v0.50.0 |
1170 | 2024-03-20T19:13:59.873Z | Downloaded memmap2 v0.7.1 |
1171 | 2024-03-20T19:13:59.873Z | Downloaded sqlparser v0.43.1 |
1172 | 2024-03-20T19:13:59.873Z | Downloaded spki v0.7.2 |
1173 | 2024-03-20T19:13:59.873Z | Downloaded spin v0.5.2 |
1174 | 2024-03-20T19:13:59.873Z | Downloaded memmap v0.7.0 |
1175 | 2024-03-20T19:13:59.873Z | Downloaded md-5 v0.10.5 |
1176 | 2024-03-20T19:13:59.873Z | Downloaded maybe-uninit v2.0.0 |
1177 | 2024-03-20T19:13:59.873Z | Downloaded vte v0.11.1 |
1178 | 2024-03-20T19:13:59.918Z | Downloaded serde_yaml v0.9.25 |
1179 | 2024-03-20T19:13:59.918Z | Downloaded pathdiff v0.2.1 |
1180 | 2024-03-20T19:13:59.918Z | Downloaded clang-sys v1.6.1 |
1181 | 2024-03-20T19:13:59.918Z | Downloaded flume v0.11.0 |
1182 | 2024-03-20T19:13:59.918Z | Downloaded equivalent v1.0.1 |
1183 | 2024-03-20T19:13:59.918Z | Downloaded strsim v0.10.0 |
1184 | 2024-03-20T19:13:59.918Z | Downloaded rustls-native-certs v0.7.0 |
1185 | 2024-03-20T19:13:59.919Z | Downloaded regress v0.9.0 |
1186 | 2024-03-20T19:13:59.919Z | Downloaded md5 v0.7.0 |
1187 | 2024-03-20T19:13:59.919Z | Downloaded matches v0.1.10 |
1188 | 2024-03-20T19:13:59.919Z | Downloaded uuid v0.8.2 |
1189 | 2024-03-20T19:13:59.957Z | Downloaded tinytemplate v1.2.1 |
1190 | 2024-03-20T19:13:59.957Z | Downloaded time-macros v0.2.17 |
1191 | 2024-03-20T19:13:59.957Z | Downloaded flate2 v1.0.28 |
1192 | 2024-03-20T19:13:59.957Z | Downloaded url v2.5.0 |
1193 | 2024-03-20T19:13:59.957Z | Downloaded clap_derive v4.5.0 |
1194 | 2024-03-20T19:13:59.958Z | Downloaded blake2 v0.10.6 |
1195 | 2024-03-20T19:13:59.958Z | Downloaded version_check v0.9.4 |
1196 | 2024-03-20T19:13:59.958Z | Downloaded vec_map v0.8.2 |
1197 | 2024-03-20T19:13:59.958Z | Downloaded serde_with_macros v3.6.1 |
1198 | 2024-03-20T19:13:59.959Z | Downloaded serde_tokenstream v0.1.7 |
1199 | 2024-03-20T19:13:59.959Z | Downloaded pkcs1 v0.7.5 |
1200 | 2024-03-20T19:13:59.959Z | Downloaded fatfs v0.3.6 |
1201 | 2024-03-20T19:13:59.959Z | Downloaded unsafe-libyaml v0.2.10 |
1202 | 2024-03-20T19:13:59.959Z | Downloaded signature v1.6.4 |
1203 | 2024-03-20T19:13:59.959Z | Downloaded regex-syntax v0.8.2 |
1204 | 2024-03-20T19:14:00.001Z | Downloaded const-oid v0.9.6 |
1205 | 2024-03-20T19:14:00.001Z | Downloaded threadpool v1.8.1 |
1206 | 2024-03-20T19:14:00.001Z | Downloaded thread_local v1.1.7 |
1207 | 2024-03-20T19:14:00.001Z | Downloaded pkcs8 v0.10.2 |
1208 | 2024-03-20T19:14:00.001Z | Downloaded pem-rfc7468 v0.7.0 |
1209 | 2024-03-20T19:14:00.001Z | Downloaded diff v0.1.13 |
1210 | 2024-03-20T19:14:00.001Z | Downloaded regex-syntax v0.6.29 |
1211 | 2024-03-20T19:14:00.002Z | Downloaded serde_tokenstream v0.2.0 |
1212 | 2024-03-20T19:14:00.002Z | Downloaded pin-utils v0.1.0 |
1213 | 2024-03-20T19:14:00.002Z | Downloaded percent-encoding v2.3.1 |
1214 | 2024-03-20T19:14:00.002Z | Downloaded flagset v0.4.3 |
1215 | 2024-03-20T19:14:00.002Z | Downloaded textwrap v0.16.1 |
1216 | 2024-03-20T19:14:00.480Z | Downloaded cc v1.0.83 |
1217 | 2024-03-20T19:14:00.480Z | Downloaded pem v3.0.2 |
1218 | 2024-03-20T19:14:00.480Z | Downloaded fnv v1.0.7 |
1219 | 2024-03-20T19:14:00.480Z | Downloaded fixedbitset v0.4.2 |
1220 | 2024-03-20T19:14:00.480Z | Downloaded ff v0.13.0 |
1221 | 2024-03-20T19:14:00.480Z | Downloaded fd-lock v4.0.2 |
1222 | 2024-03-20T19:14:00.480Z | Downloaded fd-lock v3.0.13 |
1223 | 2024-03-20T19:14:00.480Z | Downloaded fastrand v2.0.1 |
1224 | 2024-03-20T19:14:00.480Z | Downloaded embedded-io v0.4.0 |
1225 | 2024-03-20T19:14:00.480Z | Downloaded russh-cryptovec v0.7.0 |
1226 | 2024-03-20T19:14:00.480Z | Downloaded peeking_take_while v0.1.2 |
1227 | 2024-03-20T19:14:00.481Z | Downloaded float-cmp v0.9.0 |
1228 | 2024-03-20T19:14:00.481Z | Downloaded filetime v0.2.23 |
1229 | 2024-03-20T19:14:00.481Z | Downloaded tar v0.4.40 |
1230 | 2024-03-20T19:14:00.481Z | Downloaded publicsuffix v2.2.3 |
1231 | 2024-03-20T19:14:00.481Z | Downloaded steno v0.4.0 |
1232 | 2024-03-20T19:14:00.481Z | Downloaded pest_generator v2.7.6 |
1233 | 2024-03-20T19:14:00.481Z | Downloaded digest v0.10.7 |
1234 | 2024-03-20T19:14:00.481Z | Downloaded difflib v0.4.0 |
1235 | 2024-03-20T19:14:00.481Z | Downloaded usdt-impl v0.3.5 |
1236 | 2024-03-20T19:14:00.481Z | Downloaded usdt v0.5.0 |
1237 | 2024-03-20T19:14:00.481Z | Downloaded usdt v0.3.5 |
1238 | 2024-03-20T19:14:00.481Z | Downloaded thiserror v1.0.57 |
1239 | 2024-03-20T19:14:00.481Z | Downloaded term v0.7.0 |
1240 | 2024-03-20T19:14:00.481Z | Downloaded tempfile v3.10.0 |
1241 | 2024-03-20T19:14:00.481Z | Downloaded target-lexicon v0.12.13 |
1242 | 2024-03-20T19:14:00.481Z | Downloaded rustc-demangle v0.1.23 |
1243 | 2024-03-20T19:14:00.481Z | Downloaded der v0.7.8 |
1244 | 2024-03-20T19:14:00.481Z | Downloaded mime v0.3.17 |
1245 | 2024-03-20T19:14:00.481Z | Downloaded usdt-impl v0.5.0 |
1246 | 2024-03-20T19:14:00.482Z | Downloaded usdt-attr-macro v0.5.0 |
1247 | 2024-03-20T19:14:00.482Z | Downloaded usdt-attr-macro v0.3.5 |
1248 | 2024-03-20T19:14:00.482Z | Downloaded untrusted v0.9.0 |
1249 | 2024-03-20T19:14:00.482Z | Downloaded untrusted v0.7.1 |
1250 | 2024-03-20T19:14:00.482Z | Downloaded universal-hash v0.5.1 |
1251 | 2024-03-20T19:14:00.482Z | Downloaded thiserror-impl-no-std v2.0.2 |
1252 | 2024-03-20T19:14:00.482Z | Downloaded thiserror-impl v1.0.57 |
1253 | 2024-03-20T19:14:00.482Z | Downloaded tempdir v0.3.7 |
1254 | 2024-03-20T19:14:00.482Z | Downloaded target-spec v3.1.0 |
1255 | 2024-03-20T19:14:00.482Z | Downloaded semver v1.0.22 |
1256 | 2024-03-20T19:14:00.482Z | Downloaded sct v0.7.0 |
1257 | 2024-03-20T19:14:00.482Z | Downloaded rust-argon2 v1.0.1 |
1258 | 2024-03-20T19:14:00.482Z | Downloaded serde_json v1.0.114 |
1259 | 2024-03-20T19:14:00.482Z | Downloaded memoffset v0.7.1 |
1260 | 2024-03-20T19:14:00.482Z | Downloaded zeroize_derive v1.4.2 |
1261 | 2024-03-20T19:14:00.482Z | Downloaded bitflags v2.4.2 |
1262 | 2024-03-20T19:14:00.482Z | Downloaded semver v0.11.0 |
1263 | 2024-03-20T19:14:00.482Z | Downloaded semver v0.1.20 |
1264 | 2024-03-20T19:14:00.482Z | Downloaded secrecy v0.8.0 |
1265 | 2024-03-20T19:14:00.482Z | Downloaded sec1 v0.7.3 |
1266 | 2024-03-20T19:14:00.482Z | Downloaded proc-macro2 v1.0.78 |
1267 | 2024-03-20T19:14:00.482Z | Downloaded num-traits v0.2.18 |
1268 | 2024-03-20T19:14:00.482Z | Downloaded darling_core v0.20.3 |
1269 | 2024-03-20T19:14:00.482Z | Downloaded radix_trie v0.2.1 |
1270 | 2024-03-20T19:14:00.483Z | Downloaded idna v0.5.0 |
1271 | 2024-03-20T19:14:00.483Z | Downloaded idna v0.3.0 |
1272 | 2024-03-20T19:14:00.483Z | Downloaded idna v0.2.3 |
1273 | 2024-03-20T19:14:00.483Z | Downloaded basic-toml v0.1.8 |
1274 | 2024-03-20T19:14:00.483Z | Downloaded termcolor v1.2.0 |
1275 | 2024-03-20T19:14:00.483Z | Downloaded structmeta v0.3.0 |
1276 | 2024-03-20T19:14:00.483Z | Downloaded structmeta v0.2.0 |
1277 | 2024-03-20T19:14:00.483Z | Downloaded strsim v0.11.0 |
1278 | 2024-03-20T19:14:00.483Z | Downloaded pkg-config v0.3.27 |
1279 | 2024-03-20T19:14:00.483Z | Downloaded pin-project-internal v1.1.3 |
1280 | 2024-03-20T19:14:00.483Z | Downloaded password-hash v0.5.0 |
1281 | 2024-03-20T19:14:00.483Z | Downloaded password-hash v0.4.2 |
1282 | 2024-03-20T19:14:00.483Z | Downloaded partial-io v0.5.4 |
1283 | 2024-03-20T19:14:00.483Z | Downloaded parking_lot_core v0.9.8 |
1284 | 2024-03-20T19:14:00.483Z | Downloaded num-rational v0.4.1 |
1285 | 2024-03-20T19:14:00.483Z | Downloaded lru-cache v0.1.2 |
1286 | 2024-03-20T19:14:00.483Z | Downloaded cookie v0.17.0 |
1287 | 2024-03-20T19:14:00.483Z | Downloaded parse-display-derive v0.9.0 |
1288 | 2024-03-20T19:14:00.483Z | Downloaded parse-display v0.9.0 |
1289 | 2024-03-20T19:14:00.483Z | Downloaded lru v0.12.1 |
1290 | 2024-03-20T19:14:00.483Z | Downloaded fragile v2.0.0 |
1291 | 2024-03-20T19:14:00.483Z | Downloaded der_derive v0.7.2 |
1292 | 2024-03-20T19:14:00.483Z | Downloaded criterion v0.5.1 |
1293 | 2024-03-20T19:14:00.483Z | Downloaded strsim v0.8.0 |
1294 | 2024-03-20T19:14:00.483Z | Downloaded rustls-pki-types v1.3.0 |
1295 | 2024-03-20T19:14:00.484Z | Downloaded num_enum_derive v0.5.11 |
1296 | 2024-03-20T19:14:00.484Z | Downloaded num_enum v0.7.2 |
1297 | 2024-03-20T19:14:00.484Z | Downloaded num_enum v0.5.11 |
1298 | 2024-03-20T19:14:00.484Z | Downloaded num_cpus v1.16.0 |
1299 | 2024-03-20T19:14:00.484Z | Downloaded subprocess v0.2.9 |
1300 | 2024-03-20T19:14:00.484Z | Downloaded rustls-pemfile v1.0.3 |
1301 | 2024-03-20T19:14:00.484Z | Downloaded rustfmt-wrapper v0.2.0 |
1302 | 2024-03-20T19:14:00.484Z | Downloaded rustc_version v0.1.7 |
1303 | 2024-03-20T19:14:00.484Z | Downloaded rustc-hash v1.1.0 |
1304 | 2024-03-20T19:14:00.484Z | Downloaded parse-size v1.0.0 |
1305 | 2024-03-20T19:14:00.484Z | Downloaded funty v2.0.0 |
1306 | 2024-03-20T19:14:00.484Z | Downloaded fs-err v2.11.0 |
1307 | 2024-03-20T19:14:00.484Z | Downloaded form_urlencoded v1.2.1 |
1308 | 2024-03-20T19:14:00.484Z | Downloaded deranged v0.3.11 |
1309 | 2024-03-20T19:14:00.484Z | Downloaded data-encoding v2.4.0 |
1310 | 2024-03-20T19:14:00.484Z | Downloaded zerocopy-derive v0.7.32 |
1311 | 2024-03-20T19:14:00.484Z | Downloaded crossterm v0.27.0 |
1312 | 2024-03-20T19:14:00.484Z | Downloaded rustls-pemfile v2.1.1 |
1313 | 2024-03-20T19:14:00.484Z | Downloaded rustc_version v0.4.0 |
1314 | 2024-03-20T19:14:00.484Z | Downloaded ciborium v0.2.2 |
1315 | 2024-03-20T19:14:00.484Z | Downloaded num_threads v0.1.6 |
1316 | 2024-03-20T19:14:00.919Z | Downloaded defmt-parser v0.3.3 |
1317 | 2024-03-20T19:14:00.919Z | Downloaded defmt-macros v0.3.6 |
1318 | 2024-03-20T19:14:00.919Z | Downloaded defmt v0.3.5 |
1319 | 2024-03-20T19:14:00.919Z | Downloaded debug-ignore v1.0.5 |
1320 | 2024-03-20T19:14:00.919Z | Downloaded datatest-stable v0.2.3 |
1321 | 2024-03-20T19:14:00.919Z | Downloaded zeroize v1.7.0 |
1322 | 2024-03-20T19:14:00.919Z | Downloaded strum_macros v0.26.1 |
1323 | 2024-03-20T19:14:00.919Z | Downloaded rustls-webpki v0.102.1 |
1324 | 2024-03-20T19:14:00.919Z | Downloaded lalrpop v0.19.12 |
1325 | 2024-03-20T19:14:00.920Z | Downloaded hyper v0.14.28 |
1326 | 2024-03-20T19:14:00.920Z | Downloaded constant_time_eq v0.3.0 |
1327 | 2024-03-20T19:14:00.920Z | Downloaded console v0.15.8 |
1328 | 2024-03-20T19:14:00.920Z | Downloaded cancel-safe-futures v0.1.5 |
1329 | 2024-03-20T19:14:00.920Z | Downloaded blowfish v0.9.1 |
1330 | 2024-03-20T19:14:00.920Z | Downloaded blake2b_simd v1.0.1 |
1331 | 2024-03-20T19:14:00.920Z | Downloaded supports-color v3.0.0 |
1332 | 2024-03-20T19:14:00.920Z | Downloaded strum_macros v0.25.2 |
1333 | 2024-03-20T19:14:00.920Z | Downloaded strip-ansi-escapes v0.2.0 |
1334 | 2024-03-20T19:14:00.920Z | Downloaded unicode-normalization v0.1.22 |
1335 | 2024-03-20T19:14:00.920Z | Downloaded subtle v2.5.0 |
1336 | 2024-03-20T19:14:00.920Z | Downloaded structopt-derive v0.4.18 |
1337 | 2024-03-20T19:14:00.920Z | Downloaded stringprep v0.1.3 |
1338 | 2024-03-20T19:14:00.920Z | Downloaded string_cache v0.8.7 |
1339 | 2024-03-20T19:14:00.920Z | Downloaded static_assertions v1.1.0 |
1340 | 2024-03-20T19:14:00.921Z | Downloaded stable_deref_trait v1.2.0 |
1341 | 2024-03-20T19:14:00.921Z | Downloaded sqlformat v0.2.3 |
1342 | 2024-03-20T19:14:00.921Z | Downloaded similar v2.4.0 |
1343 | 2024-03-20T19:14:00.921Z | Downloaded signal-hook-tokio v0.3.1 |
1344 | 2024-03-20T19:14:00.921Z | Downloaded rsa v0.9.2 |
1345 | 2024-03-20T19:14:00.921Z | Downloaded crossbeam-channel v0.5.8 |
1346 | 2024-03-20T19:14:00.921Z | Downloaded strum v0.26.1 |
1347 | 2024-03-20T19:14:00.921Z | Downloaded strum v0.25.0 |
1348 | 2024-03-20T19:14:00.921Z | Downloaded stability v0.1.1 |
1349 | 2024-03-20T19:14:00.921Z | Downloaded sqlparser_derive v0.2.2 |
1350 | 2024-03-20T19:14:00.921Z | Downloaded pin-project v1.1.3 |
1351 | 2024-03-20T19:14:00.921Z | Downloaded unicode-segmentation v1.10.1 |
1352 | 2024-03-20T19:14:00.921Z | Downloaded typed-path v0.7.0 |
1353 | 2024-03-20T19:14:00.921Z | Downloaded tokio-util v0.7.10 |
1354 | 2024-03-20T19:14:00.921Z | Downloaded rustls-webpki v0.101.7 |
1355 | 2024-03-20T19:14:00.921Z | Downloaded bcs v0.1.6 |
1356 | 2024-03-20T19:14:00.921Z | Downloaded rstest v0.18.2 |
1357 | 2024-03-20T19:14:00.921Z | Downloaded ron v0.8.1 |
1358 | 2024-03-20T19:14:00.922Z | Downloaded rand_chacha v0.3.1 |
1359 | 2024-03-20T19:14:00.922Z | Downloaded mockall_derive v0.12.0 |
1360 | 2024-03-20T19:14:00.922Z | Downloaded darling_core v0.14.4 |
1361 | 2024-03-20T19:14:00.922Z | Downloaded ctr v0.9.2 |
1362 | 2024-03-20T19:14:00.922Z | Downloaded crypto-bigint v0.5.2 |
1363 | 2024-03-20T19:14:00.950Z | Downloaded itertools v0.12.1 |
1364 | 2024-03-20T19:14:00.950Z | Downloaded hyper v1.1.0 |
1365 | 2024-03-20T19:14:00.951Z | Downloaded camino-tempfile v1.1.1 |
1366 | 2024-03-20T19:14:00.951Z | Downloaded base64ct v1.6.0 |
1367 | 2024-03-20T19:14:00.951Z | Downloaded anyhow v1.0.79 |
1368 | 2024-03-20T19:14:00.951Z | Downloaded allocator-api2 v0.2.16 |
1369 | 2024-03-20T19:14:00.951Z | Downloaded native-tls v0.2.11 |
1370 | 2024-03-20T19:14:00.951Z | Downloaded multer v3.0.0 |
1371 | 2024-03-20T19:14:00.951Z | Downloaded darling v0.14.4 |
1372 | 2024-03-20T19:14:00.951Z | Downloaded ppv-lite86 v0.2.17 |
1373 | 2024-03-20T19:14:00.951Z | Downloaded powerfmt v0.2.0 |
1374 | 2024-03-20T19:14:00.951Z | Downloaded serde_path_to_error v0.1.16 |
1375 | 2024-03-20T19:14:00.951Z | Downloaded rand_chacha v0.2.2 |
1376 | 2024-03-20T19:14:00.951Z | Downloaded r2d2 v0.8.10 |
1377 | 2024-03-20T19:14:00.951Z | Downloaded darling v0.20.3 |
1378 | 2024-03-20T19:14:00.951Z | Downloaded crossbeam-utils v0.8.19 |
1379 | 2024-03-20T19:14:00.951Z | Downloaded crossbeam-epoch v0.9.18 |
1380 | 2024-03-20T19:14:00.951Z | Downloaded crc-any v2.4.3 |
1381 | 2024-03-20T19:14:00.951Z | Downloaded tungstenite v0.20.1 |
1382 | 2024-03-20T19:14:00.951Z | Downloaded phf_shared v0.11.2 |
1383 | 2024-03-20T19:14:00.952Z | Downloaded phf v0.11.2 |
1384 | 2024-03-20T19:14:00.952Z | Downloaded nodrop v0.1.14 |
1385 | 2024-03-20T19:14:00.952Z | Downloaded nanorand v0.7.0 |
1386 | 2024-03-20T19:14:00.952Z | Downloaded csv-core v0.1.11 |
1387 | 2024-03-20T19:14:00.952Z | Downloaded crc32fast v1.3.2 |
1388 | 2024-03-20T19:14:00.952Z | Downloaded rustyline v13.0.0 |
1389 | 2024-03-20T19:14:00.952Z | Downloaded nibble_vec v0.1.0 |
1390 | 2024-03-20T19:14:00.952Z | Downloaded newtype-uuid v1.0.1 |
1391 | 2024-03-20T19:14:00.952Z | Downloaded multimap v0.10.0 |
1392 | 2024-03-20T19:14:00.952Z | Downloaded mockall v0.12.0 |
1393 | 2024-03-20T19:14:00.952Z | Downloaded crc-catalog v2.2.0 |
1394 | 2024-03-20T19:14:00.952Z | Downloaded libm v0.2.7 |
1395 | 2024-03-20T19:14:00.952Z | Downloaded newtype_derive v0.1.6 |
1396 | 2024-03-20T19:14:00.952Z | Downloaded newline-converter v0.3.0 |
1397 | 2024-03-20T19:14:00.952Z | Downloaded new_debug_unreachable v1.0.4 |
1398 | 2024-03-20T19:14:00.952Z | Downloaded nested v0.1.1 |
1399 | 2024-03-20T19:14:00.953Z | Downloaded crypto-common v0.1.6 |
1400 | 2024-03-20T19:14:00.953Z | Downloaded crossbeam-deque v0.8.3 |
1401 | 2024-03-20T19:14:00.953Z | Downloaded criterion-plot v0.5.0 |
1402 | 2024-03-20T19:14:00.953Z | Downloaded unicode-ident v1.0.12 |
1403 | 2024-03-20T19:14:00.953Z | Downloaded unicode-bidi v0.3.15 |
1404 | 2024-03-20T19:14:00.953Z | Downloaded ucd-trie v0.1.6 |
1405 | 2024-03-20T19:14:00.953Z | Downloaded typenum v1.16.0 |
1406 | 2024-03-20T19:14:00.953Z | Downloaded tui-tree-widget v0.17.0 |
1407 | 2024-03-20T19:14:00.953Z | Downloaded rand v0.7.3 |
1408 | 2024-03-20T19:14:00.953Z | Downloaded itertools v0.10.5 |
1409 | 2024-03-20T19:14:00.953Z | Downloaded convert_case v0.4.0 |
1410 | 2024-03-20T19:14:00.953Z | Downloaded bytecount v0.6.3 |
1411 | 2024-03-20T19:14:00.953Z | Downloaded buf-list v1.0.3 |
1412 | 2024-03-20T19:14:00.953Z | Downloaded bcrypt-pbkdf v0.10.0 |
1413 | 2024-03-20T19:14:00.953Z | Downloaded cstr-argument v0.1.2 |
1414 | 2024-03-20T19:14:00.953Z | Downloaded crunchy v0.2.2 |
1415 | 2024-03-20T19:14:00.954Z | Downloaded crucible-workspace-hack v0.1.0 |
1416 | 2024-03-20T19:14:00.954Z | Downloaded crc v3.0.1 |
1417 | 2024-03-20T19:14:00.954Z | Downloaded cpufeatures v0.2.12 |
1418 | 2024-03-20T19:14:00.954Z | Downloaded unicode-xid v0.2.4 |
1419 | 2024-03-20T19:14:00.954Z | Downloaded unicode-width v0.1.11 |
1420 | 2024-03-20T19:14:00.954Z | Downloaded unicode-linebreak v0.1.5 |
1421 | 2024-03-20T19:14:00.954Z | Downloaded unicase v2.7.0 |
1422 | 2024-03-20T19:14:00.954Z | Downloaded unarray v0.1.4 |
1423 | 2024-03-20T19:14:00.954Z | Downloaded toml v0.5.11 |
1424 | 2024-03-20T19:14:00.954Z | Downloaded tokio-tungstenite v0.20.1 |
1425 | 2024-03-20T19:14:00.954Z | Downloaded tokio-stream v0.1.14 |
1426 | 2024-03-20T19:14:00.954Z | Downloaded tokio-rustls v0.25.0 |
1427 | 2024-03-20T19:14:00.954Z | Downloaded test-strategy v0.3.1 |
1428 | 2024-03-20T19:14:00.954Z | Downloaded schemars v0.8.16 |
1429 | 2024-03-20T19:14:00.954Z | Downloaded salty v0.2.0 |
1430 | 2024-03-20T19:14:00.955Z | Downloaded rand v0.8.5 |
1431 | 2024-03-20T19:14:00.955Z | Downloaded rand v0.4.6 |
1432 | 2024-03-20T19:14:00.955Z | Downloaded libxml v0.3.3 |
1433 | 2024-03-20T19:14:00.955Z | Downloaded colored v2.1.0 |
1434 | 2024-03-20T19:14:00.955Z | Downloaded cipher v0.4.4 |
1435 | 2024-03-20T19:14:00.955Z | Downloaded ciborium-ll v0.2.2 |
1436 | 2024-03-20T19:14:00.955Z | Downloaded cfg-if v1.0.0 |
1437 | 2024-03-20T19:14:00.955Z | Downloaded cexpr v0.6.0 |
1438 | 2024-03-20T19:14:00.955Z | Downloaded cargo_toml v0.19.0 |
1439 | 2024-03-20T19:14:00.955Z | Downloaded cargo_metadata v0.18.1 |
1440 | 2024-03-20T19:14:00.955Z | Downloaded block-buffer v0.10.4 |
1441 | 2024-03-20T19:14:00.955Z | Downloaded backoff v0.4.0 |
1442 | 2024-03-20T19:14:00.955Z | Downloaded http v0.2.12 |
1443 | 2024-03-20T19:14:00.955Z | Downloaded camino v1.1.6 |
1444 | 2024-03-20T19:14:00.955Z | Downloaded bzip2 v0.4.4 |
1445 | 2024-03-20T19:14:00.955Z | Downloaded bitflags v1.3.2 |
1446 | 2024-03-20T19:14:00.955Z | Downloaded indicatif v0.17.8 |
1447 | 2024-03-20T19:14:00.955Z | Downloaded heapless v0.7.16 |
1448 | 2024-03-20T19:14:00.955Z | Downloaded constant_time_eq v0.2.6 |
1449 | 2024-03-20T19:14:00.955Z | Downloaded byteorder v1.5.0 |
1450 | 2024-03-20T19:14:00.955Z | Downloaded termios v0.3.3 |
1451 | 2024-03-20T19:14:00.955Z | Downloaded terminal_size v0.3.0 |
1452 | 2024-03-20T19:14:00.955Z | Downloaded headers v0.3.9 |
1453 | 2024-03-20T19:14:00.956Z | Downloaded cassowary v0.3.0 |
1454 | 2024-03-20T19:14:00.956Z | Downloaded autocfg v1.1.0 |
1455 | 2024-03-20T19:14:00.956Z | Downloaded structmeta-derive v0.2.0 |
1456 | 2024-03-20T19:14:00.956Z | Downloaded scroll v0.12.0 |
1457 | 2024-03-20T19:14:00.956Z | Downloaded same-file v1.0.6 |
1458 | 2024-03-20T19:14:00.956Z | Downloaded block-padding v0.3.3 |
1459 | 2024-03-20T19:14:00.956Z | Downloaded schemars_derive v0.8.16 |
1460 | 2024-03-20T19:14:00.956Z | Downloaded scheduled-thread-pool v0.2.7 |
1461 | 2024-03-20T19:14:00.956Z | Downloaded indexmap v1.9.3 |
1462 | 2024-03-20T19:14:00.956Z | Downloaded hyper-util v0.1.2 |
1463 | 2024-03-20T19:14:00.985Z | Downloaded cobs v0.2.3 |
1464 | 2024-03-20T19:14:00.985Z | Downloaded cast v0.3.0 |
1465 | 2024-03-20T19:14:00.986Z | Downloaded bitfield v0.14.0 |
1466 | 2024-03-20T19:14:00.986Z | Downloaded base16ct v0.2.0 |
1467 | 2024-03-20T19:14:00.986Z | Downloaded rusty-fork v0.3.0 |
1468 | 2024-03-20T19:14:00.986Z | Downloaded rustversion v1.0.14 |
1469 | 2024-03-20T19:14:00.986Z | Downloaded relative-path v1.9.0 |
1470 | 2024-03-20T19:14:00.986Z | Downloaded primeorder v0.13.6 |
1471 | 2024-03-20T19:14:00.986Z | Downloaded log v0.4.21 |
1472 | 2024-03-20T19:14:00.986Z | Downloaded lock_api v0.4.10 |
1473 | 2024-03-20T19:14:00.986Z | Downloaded libtest-mimic v0.6.1 |
1474 | 2024-03-20T19:14:00.987Z | Downloaded libloading v0.7.4 |
1475 | 2024-03-20T19:14:00.987Z | Downloaded hyper-staticfile v0.9.5 |
1476 | 2024-03-20T19:14:00.987Z | Downloaded hyper-rustls v0.26.0 |
1477 | 2024-03-20T19:14:00.987Z | Downloaded hyper-rustls v0.24.2 |
1478 | 2024-03-20T19:14:00.987Z | Downloaded httptest v0.15.5 |
1479 | 2024-03-20T19:14:00.987Z | Downloaded httparse v1.8.0 |
1480 | 2024-03-20T19:14:00.987Z | Downloaded ciborium-io v0.2.2 |
1481 | 2024-03-20T19:14:00.987Z | Downloaded castaway v0.2.2 |
1482 | 2024-03-20T19:14:00.987Z | Downloaded async-trait v0.1.77 |
1483 | 2024-03-20T19:14:00.987Z | Downloaded assert_cmd v2.0.14 |
1484 | 2024-03-20T19:14:00.987Z | Downloaded anstream v0.6.11 |
1485 | 2024-03-20T19:14:00.988Z | Downloaded addr2line v0.21.0 |
1486 | 2024-03-20T19:14:00.988Z | Downloaded proc-macro-crate v1.3.1 |
1487 | 2024-03-20T19:14:00.988Z | Downloaded linked-hash-map v0.5.6 |
1488 | 2024-03-20T19:14:00.988Z | Downloaded linear-map v1.2.0 |
1489 | 2024-03-20T19:14:01.037Z | Downloaded libsw v3.3.1 |
1490 | 2024-03-20T19:14:01.037Z | Downloaded libefi-sys v0.1.0 |
1491 | 2024-03-20T19:14:01.037Z | Downloaded lazycell v1.3.0 |
1492 | 2024-03-20T19:14:01.037Z | Downloaded lazy_static v1.4.0 |
1493 | 2024-03-20T19:14:01.037Z | Downloaded lalrpop-util v0.19.12 |
1494 | 2024-03-20T19:14:01.037Z | Downloaded kstat-rs v0.2.3 |
1495 | 2024-03-20T19:14:01.038Z | Downloaded is-terminal v0.4.9 |
1496 | 2024-03-20T19:14:01.038Z | Downloaded ipnetwork v0.20.0 |
1497 | 2024-03-20T19:14:01.038Z | Downloaded ipnet v2.9.0 |
1498 | 2024-03-20T19:14:01.039Z | Downloaded internet-checksum v0.2.1 |
1499 | 2024-03-20T19:14:01.039Z | Downloaded inout v0.1.3 |
1500 | 2024-03-20T19:14:01.039Z | Downloaded indoc v2.0.3 |
1501 | 2024-03-20T19:14:01.039Z | Downloaded indoc v1.0.9 |
1502 | 2024-03-20T19:14:01.039Z | Downloaded impl-trait-for-tuples v0.2.2 |
1503 | 2024-03-20T19:14:01.039Z | Downloaded iana-time-zone v0.1.57 |
1504 | 2024-03-20T19:14:01.039Z | Downloaded hyper-tls v0.5.0 |
1505 | 2024-03-20T19:14:01.039Z | Downloaded humantime v2.1.0 |
1506 | 2024-03-20T19:14:01.039Z | Downloaded hubpack v0.1.2 |
1507 | 2024-03-20T19:14:01.039Z | Downloaded httpdate v1.0.3 |
1508 | 2024-03-20T19:14:01.039Z | Downloaded hex-literal v0.4.1 |
1509 | 2024-03-20T19:14:01.039Z | Downloaded hex v0.4.3 |
1510 | 2024-03-20T19:14:01.040Z | Downloaded chacha20 v0.9.1 |
1511 | 2024-03-20T19:14:01.040Z | Downloaded arrayvec v0.7.4 |
1512 | 2024-03-20T19:14:01.040Z | Downloaded argon2 v0.5.3 |
1513 | 2024-03-20T19:14:01.040Z | Downloaded ahash v0.8.8 |
1514 | 2024-03-20T19:14:01.040Z | Downloaded plotters-svg v0.3.5 |
1515 | 2024-03-20T19:14:01.040Z | Downloaded keccak v0.1.4 |
1516 | 2024-03-20T19:14:01.040Z | Downloaded itoa v1.0.9 |
1517 | 2024-03-20T19:14:01.040Z | Downloaded is_ci v1.2.0 |
1518 | 2024-03-20T19:14:01.040Z | Downloaded instant v0.1.12 |
1519 | 2024-03-20T19:14:01.077Z | Downloaded ident_case v1.0.1 |
1520 | 2024-03-20T19:14:01.077Z | Downloaded hubpack_derive v0.1.1 |
1521 | 2024-03-20T19:14:01.077Z | Downloaded http-range v0.1.5 |
1522 | 2024-03-20T19:14:01.077Z | Downloaded http-body v1.0.0 |
1523 | 2024-03-20T19:14:01.077Z | Downloaded hostname v0.3.1 |
1524 | 2024-03-20T19:14:01.077Z | Downloaded home v0.5.5 |
1525 | 2024-03-20T19:14:01.078Z | Downloaded heck v0.4.1 |
1526 | 2024-03-20T19:14:01.078Z | Downloaded headers-core v0.2.0 |
1527 | 2024-03-20T19:14:01.078Z | Downloaded h2 v0.3.24 |
1528 | 2024-03-20T19:14:01.078Z | Downloaded hkdf v0.12.4 |
1529 | 2024-03-20T19:14:01.078Z | Downloaded guppy v0.17.5 |
1530 | 2024-03-20T19:14:01.078Z | Downloaded goblin v0.8.0 |
1531 | 2024-03-20T19:14:01.078Z | Downloaded gimli v0.28.0 |
1532 | 2024-03-20T19:14:01.110Z | Downloaded atomicwrites v0.4.3 |
1533 | 2024-03-20T19:14:01.110Z | Downloaded highway v1.1.0 |
1534 | 2024-03-20T19:14:01.110Z | Downloaded heck v0.3.3 |
1535 | 2024-03-20T19:14:01.110Z | Downloaded heapless v0.8.0 |
1536 | 2024-03-20T19:14:01.110Z | Downloaded glob v0.3.1 |
1537 | 2024-03-20T19:14:01.111Z | Downloaded atty v0.2.14 |
1538 | 2024-03-20T19:14:01.111Z | Downloaded hashbrown v0.12.3 |
1539 | 2024-03-20T19:14:01.111Z | Downloaded guppy-workspace-hack v0.1.0 |
1540 | 2024-03-20T19:14:01.111Z | Downloaded clap_lex v0.7.0 |
1541 | 2024-03-20T19:14:01.111Z | Downloaded cbc v0.1.2 |
1542 | 2024-03-20T19:14:01.111Z | Downloaded cargo-platform v0.1.3 |
1543 | 2024-03-20T19:14:01.111Z | Downloaded bit-vec v0.6.3 |
1544 | 2024-03-20T19:14:01.111Z | Downloaded bb8 v0.8.3 |
1545 | 2024-03-20T19:14:01.111Z | Downloaded hmac v0.12.1 |
1546 | 2024-03-20T19:14:01.145Z | Downloaded hashbrown v0.13.2 |
1547 | 2024-03-20T19:14:01.145Z | Downloaded hash32 v0.3.1 |
1548 | 2024-03-20T19:14:01.145Z | Downloaded hash32 v0.2.1 |
1549 | 2024-03-20T19:14:01.145Z | Downloaded half v2.3.1 |
1550 | 2024-03-20T19:14:01.146Z | Downloaded group v0.13.0 |
1551 | 2024-03-20T19:14:01.146Z | Downloaded globset v0.4.13 |
1552 | 2024-03-20T19:14:01.146Z | Downloaded ghash v0.5.0 |
1553 | 2024-03-20T19:14:01.146Z | Downloaded getrandom v0.2.12 |
1554 | 2024-03-20T19:14:01.146Z | Downloaded getrandom v0.1.16 |
1555 | 2024-03-20T19:14:01.146Z | Downloaded getopts v0.2.21 |
1556 | 2024-03-20T19:14:01.146Z | Downloaded gethostname v0.4.3 |
1557 | 2024-03-20T19:14:01.146Z | Downloaded colorchoice v1.0.0 |
1558 | 2024-03-20T19:14:01.146Z | Downloaded bit-set v0.5.3 |
1559 | 2024-03-20T19:14:01.146Z | Downloaded atomic-waker v1.1.1 |
1560 | 2024-03-20T19:14:01.147Z | Downloaded async-stream v0.3.5 |
1561 | 2024-03-20T19:14:01.147Z | Downloaded async-recursion v1.0.5 |
1562 | 2024-03-20T19:14:01.180Z | Downloaded assert_matches v1.5.0 |
1563 | 2024-03-20T19:14:01.180Z | Downloaded ascii-canvas v3.0.0 |
1564 | 2024-03-20T19:14:01.180Z | Downloaded arrayref v0.3.7 |
1565 | 2024-03-20T19:14:01.180Z | Downloaded array-init v0.0.4 |
1566 | 2024-03-20T19:14:01.180Z | Downloaded anstyle-parse v0.2.1 |
1567 | 2024-03-20T19:14:01.180Z | Downloaded ansi_term v0.12.1 |
1568 | 2024-03-20T19:14:01.180Z | Downloaded futures-sink v0.3.30 |
1569 | 2024-03-20T19:14:01.180Z | Downloaded futures-macro v0.3.30 |
1570 | 2024-03-20T19:14:01.180Z | Downloaded futures-io v0.3.30 |
1571 | 2024-03-20T19:14:01.180Z | Downloaded futures-executor v0.3.30 |
1572 | 2024-03-20T19:14:01.181Z | Downloaded fxhash v0.2.1 |
1573 | 2024-03-20T19:14:01.181Z | Downloaded futures-timer v3.0.2 |
1574 | 2024-03-20T19:14:01.181Z | Downloaded futures-task v0.3.30 |
1575 | 2024-03-20T19:14:01.216Z | Downloaded futures-core v0.3.30 |
1576 | 2024-03-20T19:14:01.216Z | Downloaded cookie v0.18.0 |
1577 | 2024-03-20T19:14:01.216Z | Downloaded adler v1.0.2 |
1578 | 2024-03-20T19:14:01.216Z | Downloaded anstyle-query v1.0.0 |
1579 | 2024-03-20T19:14:01.216Z | Downloaded anes v0.1.6 |
1580 | 2024-03-20T19:14:01.756Z | Compiling proc-macro2 v1.0.78 |
1581 | 2024-03-20T19:14:01.756Z | Compiling unicode-ident v1.0.12 |
1582 | 2024-03-20T19:14:01.756Z | Compiling libc v0.2.153 |
1583 | 2024-03-20T19:14:01.757Z | Compiling cfg-if v1.0.0 |
1584 | 2024-03-20T19:14:01.799Z | Compiling serde v1.0.197 |
1585 | 2024-03-20T19:14:01.799Z | Compiling version_check v0.9.4 |
1586 | 2024-03-20T19:14:01.799Z | Compiling autocfg v1.1.0 |
1587 | 2024-03-20T19:14:01.800Z | Compiling memchr v2.7.1 |
1588 | 2024-03-20T19:14:01.800Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.78/build.rs --error-format=json --json=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"' -C metadata=342f05de96069ad6 -C extra-filename=-342f05de96069ad6 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-342f05de96069ad6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1589 | 2024-03-20T19:14:01.800Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.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 -C metadata=70491f1a21eac1d2 -C extra-filename=-70491f1a21eac1d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1590 | 2024-03-20T19:14:01.801Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=980c303988e700db -C extra-filename=-980c303988e700db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1591 | 2024-03-20T19:14:01.831Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/build.rs --error-format=json --json=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"' -C metadata=ac535bf2d3b6c373 -C extra-filename=-ac535bf2d3b6c373 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-ac535bf2d3b6c373 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1592 | 2024-03-20T19:14:01.831Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-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 -C metadata=7a913854489a5af3 -C extra-filename=-7a913854489a5af3 --out-dir /work/oxidecomputer/omicron/target/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-03-20T19:14:01.831Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/build.rs --error-format=json --json=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"' -C metadata=5fd69908f410d3fb -C extra-filename=-5fd69908f410d3fb --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-5fd69908f410d3fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1594 | 2024-03-20T19:14:01.832Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1d8a52f36e2fec96 -C extra-filename=-1d8a52f36e2fec96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1595 | 2024-03-20T19:14:01.832Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-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 -C metadata=12a945efa0936a33 -C extra-filename=-12a945efa0936a33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1596 | 2024-03-20T19:14:02.029Z | Compiling byteorder v1.5.0 |
1597 | 2024-03-20T19:14:02.054Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ee70016887b171ea -C extra-filename=-ee70016887b171ea --out-dir /work/oxidecomputer/omicron/target/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-03-20T19:14:02.079Z | Compiling once_cell v1.19.0 |
1599 | 2024-03-20T19:14:02.080Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.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"' -C metadata=3c25f391c5524dbf -C extra-filename=-3c25f391c5524dbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1600 | 2024-03-20T19:14:02.907Z | Compiling log v0.4.21 |
1601 | 2024-03-20T19:14:02.948Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.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="std"' -C metadata=2abfed8e51c766cf -C extra-filename=-2abfed8e51c766cf --out-dir /work/oxidecomputer/omicron/target/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-03-20T19:14:02.949Z | Compiling syn v1.0.109 |
1603 | 2024-03-20T19:14:02.949Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde-5fd69908f410d3fb/build-script-build` |
1604 | 2024-03-20T19:14:02.949Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=6b5543242469b88b -C extra-filename=-6b5543242469b88b --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-6b5543242469b88b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1605 | 2024-03-20T19:14:02.949Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-342f05de96069ad6/build-script-build` |
1606 | 2024-03-20T19:14:02.949Z | Compiling itoa v1.0.9 |
1607 | 2024-03-20T19:14:02.949Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-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 -C metadata=b30ed7c35ebb4b42 -C extra-filename=-b30ed7c35ebb4b42 --out-dir /work/oxidecomputer/omicron/target/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-03-20T19:14:02.949Z | Compiling scopeguard v1.2.0 |
1609 | 2024-03-20T19:14:02.949Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard /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 -C metadata=f5c1467dbbbbcd41 -C extra-filename=-f5c1467dbbbbcd41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1610 | 2024-03-20T19:14:02.949Z | Running `/work/oxidecomputer/omicron/target/debug/build/libc-ac535bf2d3b6c373/build-script-build` |
1611 | 2024-03-20T19:14:02.949Z | Compiling lock_api v0.4.10 |
1612 | 2024-03-20T19:14:02.949Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.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="atomic_usize"' --cfg 'feature="default"' -C metadata=8185568f64add0e9 -C extra-filename=-8185568f64add0e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-8185568f64add0e9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1613 | 2024-03-20T19:14:02.949Z | Compiling smallvec v1.13.1 |
1614 | 2024-03-20T19:14:02.949Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-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 -C metadata=f15605284eda4bd1 -C extra-filename=-f15605284eda4bd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1615 | 2024-03-20T19:14:02.950Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=6b8d316e1cea3f77 -C extra-filename=-6b8d316e1cea3f77 --out-dir /work/oxidecomputer/omicron/target/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` |
1616 | 2024-03-20T19:14:02.950Z | Compiling thiserror v1.0.57 |
1617 | 2024-03-20T19:14:02.950Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.57/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b95eb234ada4a69f -C extra-filename=-b95eb234ada4a69f --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-b95eb234ada4a69f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1618 | 2024-03-20T19:14:02.950Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.78/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=fd52f7f67b160361 -C extra-filename=-fd52f7f67b160361 --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-70491f1a21eac1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg wrap_proc_macro --cfg proc_macro_span` |
1619 | 2024-03-20T19:14:03.014Z | Compiling parking_lot_core v0.9.8 |
1620 | 2024-03-20T19:14:03.062Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.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 -C metadata=ff6aac7a248bf37c -C extra-filename=-ff6aac7a248bf37c --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-ff6aac7a248bf37c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1621 | 2024-03-20T19:14:03.189Z | Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-8185568f64add0e9/build-script-build` |
1622 | 2024-03-20T19:14:03.242Z | Running `/work/oxidecomputer/omicron/target/debug/build/syn-6b5543242469b88b/build-script-build` |
1623 | 2024-03-20T19:14:03.273Z | Compiling libm v0.2.7 |
1624 | 2024-03-20T19:14:03.301Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=c075feee7c737b97 -C extra-filename=-c075feee7c737b97 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-c075feee7c737b97 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1625 | 2024-03-20T19:14:03.331Z | Compiling num-traits v0.2.18 |
1626 | 2024-03-20T19:14:03.331Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=090ecf79a24e4fdc -C extra-filename=-090ecf79a24e4fdc --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-090ecf79a24e4fdc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1627 | 2024-03-20T19:14:03.365Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-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="atomic_usize"' --cfg 'feature="default"' -C metadata=431ebead5e7f5a84 -C extra-filename=-431ebead5e7f5a84 --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-f5c1467dbbbbcd41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound` |
1628 | 2024-03-20T19:14:03.492Z | Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-b95eb234ada4a69f/build-script-build` |
1629 | 2024-03-20T19:14:03.537Z | Compiling ryu v1.0.15 |
1630 | 2024-03-20T19:14:03.538Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.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 -C metadata=3ee438a4c06a12f7 -C extra-filename=-3ee438a4c06a12f7 --out-dir /work/oxidecomputer/omicron/target/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-03-20T19:14:03.575Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-ff6aac7a248bf37c/build-script-build` |
1632 | 2024-03-20T19:14:03.575Z | Compiling ahash v0.8.8 |
1633 | 2024-03-20T19:14:03.575Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.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"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' -C metadata=5d4705aa27705935 -C extra-filename=-5d4705aa27705935 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-5d4705aa27705935 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1634 | 2024-03-20T19:14:03.657Z | Compiling quote v1.0.35 |
1635 | 2024-03-20T19:14:03.698Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=135b4d7a084d06f6 -C extra-filename=-135b4d7a084d06f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1636 | 2024-03-20T19:14:03.730Z | Running `/work/oxidecomputer/omicron/target/debug/build/libm-c075feee7c737b97/build-script-build` |
1637 | 2024-03-20T19:14:03.767Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-090ecf79a24e4fdc/build-script-build` |
1638 | 2024-03-20T19:14:03.767Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-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 --cfg 'feature="default"' -C metadata=08c3263bc1059c33 -C extra-filename=-08c3263bc1059c33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1639 | 2024-03-20T19:14:03.798Z | Compiling serde_json v1.0.114 |
1640 | 2024-03-20T19:14:03.798Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.114/build.rs --error-format=json --json=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"' -C metadata=1761b2a83e8bfd43 -C extra-filename=-1761b2a83e8bfd43 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-1761b2a83e8bfd43 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1641 | 2024-03-20T19:14:03.881Z | Compiling pin-project-lite v0.2.13 |
1642 | 2024-03-20T19:14:03.881Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.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 -C metadata=ec19a30392e61059 -C extra-filename=-ec19a30392e61059 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1643 | 2024-03-20T19:14:03.924Z | Compiling getrandom v0.2.12 |
1644 | 2024-03-20T19:14:03.970Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-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 --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' -C metadata=bf6fa5bec279b28c -C extra-filename=-bf6fa5bec279b28c --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-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1645 | 2024-03-20T19:14:04.020Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.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 -C metadata=51d19885448c7f76 -C extra-filename=-51d19885448c7f76 --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-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1646 | 2024-03-20T19:14:04.135Z | Compiling syn v2.0.52 |
1647 | 2024-03-20T19:14:04.172Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.52/src/lib.rs --error-format=json --json=diagnostic-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"' --cfg 'feature="visit-mut"' -C metadata=f03df9f88b4c240c -C extra-filename=-f03df9f88b4c240c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1648 | 2024-03-20T19:14:04.222Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=04cb6edf107049e9 -C extra-filename=-04cb6edf107049e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests` |
1649 | 2024-03-20T19:14:04.269Z | Compiling rand_core v0.6.4 |
1650 | 2024-03-20T19:14:04.297Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=4fa4ac482618385e -C extra-filename=-4fa4ac482618385e --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-bf6fa5bec279b28c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1651 | 2024-03-20T19:14:04.387Z | Compiling parking_lot v0.12.1 |
1652 | 2024-03-20T19:14:04.415Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.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"' -C metadata=54ad4a7edca3918d -C extra-filename=-54ad4a7edca3918d --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-431ebead5e7f5a84.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-51d19885448c7f76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1653 | 2024-03-20T19:14:04.474Z | Compiling cc v1.0.83 |
1654 | 2024-03-20T19:14:04.514Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c3998c2f7cb74e54 -C extra-filename=-c3998c2f7cb74e54 --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1655 | 2024-03-20T19:14:04.552Z | Running `/work/oxidecomputer/omicron/target/debug/build/ahash-5d4705aa27705935/build-script-build` |
1656 | 2024-03-20T19:14:04.584Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-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="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=21b07e30d4dab7ed -C extra-filename=-21b07e30d4dab7ed --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-08c3263bc1059c33.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_to_int_unchecked --cfg has_reverse_bits --cfg has_leading_trailing_ones --cfg has_div_euclid --cfg has_copysign --cfg has_is_subnormal --cfg has_total_cmp --cfg has_int_to_from_bytes --cfg has_float_to_from_bytes` |
1657 | 2024-03-20T19:14:04.623Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-1761b2a83e8bfd43/build-script-build` |
1658 | 2024-03-20T19:14:04.670Z | Compiling allocator-api2 v0.2.16 |
1659 | 2024-03-20T19:14:04.711Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.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="alloc"' -C metadata=64a2fa6ca32b4304 -C extra-filename=-64a2fa6ca32b4304 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1660 | 2024-03-20T19:14:04.748Z | Compiling signal-hook-registry v1.4.1 |
1661 | 2024-03-20T19:14:04.748Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-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 -C metadata=a55da2c545e7ab16 -C extra-filename=-a55da2c545e7ab16 --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1662 | 2024-03-20T19:14:04.884Z | Compiling typenum v1.16.0 |
1663 | 2024-03-20T19:14:04.912Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.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 -C metadata=33cb1f75cfc009fb -C extra-filename=-33cb1f75cfc009fb --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-33cb1f75cfc009fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1664 | 2024-03-20T19:14:05.216Z | Compiling mio v0.8.11 |
1665 | 2024-03-20T19:14:05.252Z | Running `/home/build/.rustup/toolchains/1.76.0-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"' -C metadata=1e3eaf16406257ce -C extra-filename=-1e3eaf16406257ce --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-6b8d316e1cea3f77.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1666 | 2024-03-20T19:14:05.312Z | Compiling generic-array v0.14.7 |
1667 | 2024-03-20T19:14:05.349Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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"' -C metadata=7eb006674a64d979 -C extra-filename=-7eb006674a64d979 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-7eb006674a64d979 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1668 | 2024-03-20T19:14:05.486Z | Compiling num_cpus v1.16.0 |
1669 | 2024-03-20T19:14:05.521Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus /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 -C metadata=0b9dd2f2c8b5721e -C extra-filename=-0b9dd2f2c8b5721e --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1670 | 2024-03-20T19:14:05.653Z | Compiling futures-core v0.3.30 |
1671 | 2024-03-20T19:14:05.692Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=89d5efafb6bf0fea -C extra-filename=-89d5efafb6bf0fea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1672 | 2024-03-20T19:14:05.791Z | Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-7eb006674a64d979/build-script-build` |
1673 | 2024-03-20T19:14:05.865Z | Compiling spin v0.5.2 |
1674 | 2024-03-20T19:14:05.893Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name spin /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 -C metadata=9a6ac86a7e90fb01 -C extra-filename=-9a6ac86a7e90fb01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1675 | 2024-03-20T19:14:05.893Z | Compiling subtle v2.5.0 |
1676 | 2024-03-20T19:14:05.921Z | Running `/home/build/.rustup/toolchains/1.76.0-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"' -C metadata=2151f14b9e999606 -C extra-filename=-2151f14b9e999606 --out-dir /work/oxidecomputer/omicron/target/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-03-20T19:14:05.962Z | Running `/work/oxidecomputer/omicron/target/debug/build/typenum-33cb1f75cfc009fb/build-script-main` |
1678 | 2024-03-20T19:14:06.079Z | Compiling fnv v1.0.7 |
1679 | 2024-03-20T19:14:06.109Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv /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"' -C metadata=db9135e52485f533 -C extra-filename=-db9135e52485f533 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1680 | 2024-03-20T19:14:06.150Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-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 -C metadata=b28ce282fa537781 -C extra-filename=-b28ce282fa537781 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1681 | 2024-03-20T19:14:06.186Z | Compiling socket2 v0.5.5 |
1682 | 2024-03-20T19:14:06.649Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=8026b7206aa531bc -C extra-filename=-8026b7206aa531bc --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1683 | 2024-03-20T19:14:06.650Z | Compiling equivalent v1.0.1 |
1684 | 2024-03-20T19:14:06.683Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent /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 -C metadata=8ca3907e31bd9b35 -C extra-filename=-8ca3907e31bd9b35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1685 | 2024-03-20T19:14:06.683Z | Compiling heck v0.4.1 |
1686 | 2024-03-20T19:14:06.683Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=a8c1128ccf1e31c1 -C extra-filename=-a8c1128ccf1e31c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1687 | 2024-03-20T19:14:06.683Z | Compiling futures-sink v0.3.30 |
1688 | 2024-03-20T19:14:06.683Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=667f4f9ff0e6f027 -C extra-filename=-667f4f9ff0e6f027 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1689 | 2024-03-20T19:14:06.684Z | Compiling slab v0.4.9 |
1690 | 2024-03-20T19:14:06.684Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b0cfc04688f41b86 -C extra-filename=-b0cfc04688f41b86 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-b0cfc04688f41b86 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1691 | 2024-03-20T19:14:06.684Z | Compiling pin-utils v0.1.0 |
1692 | 2024-03-20T19:14:06.684Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0e271b12ba19f63e -C extra-filename=-0e271b12ba19f63e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1693 | 2024-03-20T19:14:06.684Z | Compiling futures-channel v0.3.30 |
1694 | 2024-03-20T19:14:06.684Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.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="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=3820f669074b4f30 -C extra-filename=-3820f669074b4f30 --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-89d5efafb6bf0fea.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1695 | 2024-03-20T19:14:06.710Z | Compiling futures-io v0.3.30 |
1696 | 2024-03-20T19:14:06.710Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.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="std"' -C metadata=fcfc55d12e511fa2 -C extra-filename=-fcfc55d12e511fa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1697 | 2024-03-20T19:14:06.763Z | Running `/work/oxidecomputer/omicron/target/debug/build/slab-b0cfc04688f41b86/build-script-build` |
1698 | 2024-03-20T19:14:07.268Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c5b38bc1ea2a2e2f -C extra-filename=-c5b38bc1ea2a2e2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1699 | 2024-03-20T19:14:07.296Z | Compiling futures-task v0.3.30 |
1700 | 2024-03-20T19:14:07.296Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.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="alloc"' --cfg 'feature="std"' -C metadata=8caf83743321fd0c -C extra-filename=-8caf83743321fd0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1701 | 2024-03-20T19:14:07.297Z | Compiling const-oid v0.9.6 |
1702 | 2024-03-20T19:14:07.297Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' -C metadata=6aceee1def2f4da4 -C extra-filename=-6aceee1def2f4da4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1703 | 2024-03-20T19:14:07.297Z | Compiling iana-time-zone v0.1.57 |
1704 | 2024-03-20T19:14:07.297Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.57/src/lib.rs --error-format=json --json=diagnostic-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"' -C metadata=439b324f550e1b64 -C extra-filename=-439b324f550e1b64 --out-dir /work/oxidecomputer/omicron/target/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-03-20T19:14:07.297Z | Compiling regex-syntax v0.8.2 |
1706 | 2024-03-20T19:14:07.297Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=6a64fa9230d1c2fe -C extra-filename=-6a64fa9230d1c2fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1707 | 2024-03-20T19:14:07.297Z | Compiling rustix v0.38.31 |
1708 | 2024-03-20T19:14:07.297Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.31/build.rs --error-format=json --json=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="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=8be381a602af64ff -C extra-filename=-8be381a602af64ff --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-8be381a602af64ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1709 | 2024-03-20T19:14:07.297Z | Compiling errno v0.3.8 |
1710 | 2024-03-20T19:14:07.298Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=66ade5f2b34113e6 -C extra-filename=-66ade5f2b34113e6 --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1711 | 2024-03-20T19:14:07.298Z | Compiling lazy_static v1.4.0 |
1712 | 2024-03-20T19:14:07.298Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-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="spin"' --cfg 'feature="spin_no_std"' -C metadata=62c4a58c39ad7790 -C extra-filename=-62c4a58c39ad7790 --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-9a6ac86a7e90fb01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1713 | 2024-03-20T19:14:07.394Z | Compiling aho-corasick v1.1.2 |
1714 | 2024-03-20T19:14:07.419Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=68ea511be1183fba -C extra-filename=-68ea511be1183fba --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-1d8a52f36e2fec96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1715 | 2024-03-20T19:14:07.419Z | Compiling tinyvec_macros v0.1.1 |
1716 | 2024-03-20T19:14:07.419Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94402d8576ed68f3 -C extra-filename=-94402d8576ed68f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1717 | 2024-03-20T19:14:07.449Z | Compiling tracing-core v0.1.32 |
1718 | 2024-03-20T19:14:07.449Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=53e71c23e89b2f48 -C extra-filename=-53e71c23e89b2f48 --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-3c25f391c5524dbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1719 | 2024-03-20T19:14:07.535Z | Compiling tinyvec v1.6.0 |
1720 | 2024-03-20T19:14:07.570Z | Running `/home/build/.rustup/toolchains/1.76.0-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"' -C metadata=3198fd9f254b9688 -C extra-filename=-3198fd9f254b9688 --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-94402d8576ed68f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1721 | 2024-03-20T19:14:07.885Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustix-8be381a602af64ff/build-script-build` |
1722 | 2024-03-20T19:14:07.989Z | Compiling pkg-config v0.3.27 |
1723 | 2024-03-20T19:14:08.041Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.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 -C metadata=638be2ab58094a40 -C extra-filename=-638be2ab58094a40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1724 | 2024-03-20T19:14:08.365Z | Compiling dyn-clone v1.0.17 |
1725 | 2024-03-20T19:14:08.394Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a512eddf3afdc0f8 -C extra-filename=-a512eddf3afdc0f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1726 | 2024-03-20T19:14:08.554Z | Compiling ppv-lite86 v0.2.17 |
1727 | 2024-03-20T19:14:08.592Z | Running `/home/build/.rustup/toolchains/1.76.0-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"' -C metadata=a7dee96d0234d4d9 -C extra-filename=-a7dee96d0234d4d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1728 | 2024-03-20T19:14:08.756Z | Compiling unicode-normalization v0.1.22 |
1729 | 2024-03-20T19:14:08.796Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.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="default"' --cfg 'feature="std"' -C metadata=294acc61f7135d3c -C extra-filename=-294acc61f7135d3c --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-3198fd9f254b9688.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1730 | 2024-03-20T19:14:08.796Z | Compiling schemars v0.8.16 |
1731 | 2024-03-20T19:14:08.796Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.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="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid"' --cfg 'feature="uuid08"' --cfg 'feature="uuid1"' -C metadata=8f680ace54ae352d -C extra-filename=-8f680ace54ae352d --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-8f680ace54ae352d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1732 | 2024-03-20T19:14:09.118Z | Compiling uuid v0.8.2 |
1733 | 2024-03-20T19:14:09.146Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=c967a759470b32c3 -C extra-filename=-c967a759470b32c3 --out-dir /work/oxidecomputer/omicron/target/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-03-20T19:14:09.146Z | Running `/work/oxidecomputer/omicron/target/debug/build/schemars-8f680ace54ae352d/build-script-build` |
1735 | 2024-03-20T19:14:09.182Z | Compiling unicode-bidi v0.3.15 |
1736 | 2024-03-20T19:14:09.220Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.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"' -C metadata=6eae947a556dbfcc -C extra-filename=-6eae947a556dbfcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1737 | 2024-03-20T19:14:09.221Z | Compiling cpufeatures v0.2.12 |
1738 | 2024-03-20T19:14:09.221Z | Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=bc63a1637c76373c -C extra-filename=-bc63a1637c76373c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1739 | 2024-03-20T19:14:09.310Z | Compiling unicode-width v0.1.11 |
1740 | 2024-03-20T19:14:09.344Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-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"' -C metadata=620fc96bc50b8225 -C extra-filename=-620fc96bc50b8225 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1741 | 2024-03-20T19:14:09.453Z | Compiling rand_chacha v0.3.1 |
1742 | 2024-03-20T19:14:09.487Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=472fef5d71b2fb51 -C extra-filename=-472fef5d71b2fb51 --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-a7dee96d0234d4d9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1743 | 2024-03-20T19:14:09.615Z | Compiling spin v0.9.8 |
1744 | 2024-03-20T19:14:10.170Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name spin /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"' -C metadata=318730f9456e7117 -C extra-filename=-318730f9456e7117 --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-431ebead5e7f5a84.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1745 | 2024-03-20T19:14:10.170Z | Compiling regex-automata v0.4.5 |
1746 | 2024-03-20T19:14:10.170Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.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="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --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"' -C metadata=51bf6104d225a7cd -C extra-filename=-51bf6104d225a7cd --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-68ea511be1183fba.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1747 | 2024-03-20T19:14:10.170Z | Compiling serde_derive_internals v0.26.0 |
1748 | 2024-03-20T19:14:10.171Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.26.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 -C metadata=b43684d2f6132ad9 -C extra-filename=-b43684d2f6132ad9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1749 | 2024-03-20T19:14:10.526Z | Compiling powerfmt v0.2.0 |
1750 | 2024-03-20T19:14:10.553Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1c1471ac895a0601 -C extra-filename=-1c1471ac895a0601 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1751 | 2024-03-20T19:14:10.900Z | Compiling percent-encoding v2.3.1 |
1752 | 2024-03-20T19:14:10.933Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a1534a45757afc45 -C extra-filename=-a1534a45757afc45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1753 | 2024-03-20T19:14:11.015Z | Compiling time-core v0.1.2 |
1754 | 2024-03-20T19:14:11.047Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=11a34715250e183d -C extra-filename=-11a34715250e183d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1755 | 2024-03-20T19:14:11.191Z | Compiling base64 v0.21.7 |
1756 | 2024-03-20T19:14:11.627Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=617eb63bc076f209 -C extra-filename=-617eb63bc076f209 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1757 | 2024-03-20T19:14:11.661Z | Compiling num-conv v0.1.0 |
1758 | 2024-03-20T19:14:11.661Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' -C metadata=ec4552f396937679 -C extra-filename=-ec4552f396937679 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1759 | 2024-03-20T19:14:11.661Z | Compiling time-macros v0.2.17 |
1760 | 2024-03-20T19:14:11.661Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.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 --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-tuple-struct-fields --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"' -C metadata=c56fb773f20a57de -C extra-filename=-c56fb773f20a57de --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-ec4552f396937679.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-11a34715250e183d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1761 | 2024-03-20T19:14:11.866Z | Compiling deranged v0.3.11 |
1762 | 2024-03-20T19:14:11.893Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' -C metadata=d9fce4f0ae8d58f7 -C extra-filename=-d9fce4f0ae8d58f7 --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-1c1471ac895a0601.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1763 | 2024-03-20T19:14:12.001Z | Compiling rand v0.8.5 |
1764 | 2024-03-20T19:14:12.027Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=dbd9f544a3d8a488 -C extra-filename=-dbd9f544a3d8a488 --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-6b8d316e1cea3f77.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-472fef5d71b2fb51.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1765 | 2024-03-20T19:14:12.469Z | Compiling num_threads v0.1.6 |
1766 | 2024-03-20T19:14:12.503Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-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 -C metadata=55bc563a28b885df -C extra-filename=-55bc563a28b885df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1767 | 2024-03-20T19:14:12.608Z | Compiling form_urlencoded v1.2.1 |
1768 | 2024-03-20T19:14:12.644Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=af24b9bd95b41eab -C extra-filename=-af24b9bd95b41eab --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-a1534a45757afc45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1769 | 2024-03-20T19:14:12.678Z | Compiling ring v0.17.8 |
1770 | 2024-03-20T19:14:12.678Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' -C metadata=b7b962f6b8472457 -C extra-filename=-b7b962f6b8472457 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-b7b962f6b8472457 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1771 | 2024-03-20T19:14:12.922Z | Compiling httparse v1.8.0 |
1772 | 2024-03-20T19:14:12.950Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.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"' -C metadata=5f5b0553dbdafeff -C extra-filename=-5f5b0553dbdafeff --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-5f5b0553dbdafeff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1773 | 2024-03-20T19:14:13.344Z | Running `/work/oxidecomputer/omicron/target/debug/build/httparse-5f5b0553dbdafeff/build-script-build` |
1774 | 2024-03-20T19:14:13.376Z | Compiling either v1.10.0 |
1775 | 2024-03-20T19:14:13.408Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=29735c8c8d06ffc5 -C extra-filename=-29735c8c8d06ffc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1776 | 2024-03-20T19:14:13.580Z | Compiling semver v1.0.22 |
1777 | 2024-03-20T19:14:13.612Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.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="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=30dd95ce171298e7 -C extra-filename=-30dd95ce171298e7 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-30dd95ce171298e7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1778 | 2024-03-20T19:14:13.734Z | Running `/home/build/.rustup/toolchains/1.76.0-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"' -C metadata=8d112f43b54c713b -C extra-filename=-8d112f43b54c713b --out-dir /work/oxidecomputer/omicron/target/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` |
1779 | 2024-03-20T19:14:13.767Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-b7b962f6b8472457/build-script-build` |
1780 | 2024-03-20T19:14:13.793Z | Compiling ucd-trie v0.1.6 |
1781 | 2024-03-20T19:14:13.818Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.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"' -C metadata=4f930ff470cdcf8e -C extra-filename=-4f930ff470cdcf8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1782 | 2024-03-20T19:14:14.052Z | Running `/work/oxidecomputer/omicron/target/debug/build/semver-30dd95ce171298e7/build-script-build` |
1783 | 2024-03-20T19:14:14.119Z | Compiling regex v1.10.3 |
1784 | 2024-03-20T19:14:14.967Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="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"' -C metadata=450325c62a6d239c -C extra-filename=-450325c62a6d239c --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-68ea511be1183fba.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-51bf6104d225a7cd.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1785 | 2024-03-20T19:14:15.045Z | Compiling idna v0.5.0 |
1786 | 2024-03-20T19:14:15.045Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1765f3d46829277c -C extra-filename=-1765f3d46829277c --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-6eae947a556dbfcc.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1787 | 2024-03-20T19:14:15.045Z | Compiling untrusted v0.9.0 |
1788 | 2024-03-20T19:14:15.045Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=63b74bc618967792 -C extra-filename=-63b74bc618967792 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1789 | 2024-03-20T19:14:15.045Z | Compiling time v0.3.34 |
1790 | 2024-03-20T19:14:15.045Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.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 --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-tuple-struct-fields --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"' -C metadata=8bd96344c454c4a8 -C extra-filename=-8bd96344c454c4a8 --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-d9fce4f0ae8d58f7.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-ec4552f396937679.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-55bc563a28b885df.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-1c1471ac895a0601.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-11a34715250e183d.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-c56fb773f20a57de.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1791 | 2024-03-20T19:14:15.045Z | Compiling adler v1.0.2 |
1792 | 2024-03-20T19:14:15.045Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name adler /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 -C metadata=c05f91390b88e2e4 -C extra-filename=-c05f91390b88e2e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1793 | 2024-03-20T19:14:15.045Z | Compiling vcpkg v0.2.15 |
1794 | 2024-03-20T19:14:15.045Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg /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 -C metadata=8cd81638d0c61304 -C extra-filename=-8cd81638d0c61304 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1795 | 2024-03-20T19:14:15.075Z | Compiling url v2.5.0 |
1796 | 2024-03-20T19:14:15.075Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-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"' -C metadata=144db740d796ae92 -C extra-filename=-144db740d796ae92 --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-af24b9bd95b41eab.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-1765f3d46829277c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1797 | 2024-03-20T19:14:15.679Z | Compiling miniz_oxide v0.7.1 |
1798 | 2024-03-20T19:14:15.709Z | Running `/home/build/.rustup/toolchains/1.76.0-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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="with-alloc"' -C metadata=c2de8f879975e76c -C extra-filename=-c2de8f879975e76c --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-c05f91390b88e2e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1799 | 2024-03-20T19:14:16.293Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' -C metadata=18ca64581d0ce742 -C extra-filename=-18ca64581d0ce742 --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-980c303988e700db.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bf6fa5bec279b28c.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-63b74bc618967792.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test` |
1800 | 2024-03-20T19:14:16.502Z | Compiling serde_derive v1.0.197 |
1801 | 2024-03-20T19:14:16.532Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.197/src/lib.rs --error-format=json --json=diagnostic-rendered-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"' -C metadata=de612c12f3e33c54 -C extra-filename=-de612c12f3e33c54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1802 | 2024-03-20T19:14:16.667Z | Compiling zerocopy-derive v0.7.32 |
1803 | 2024-03-20T19:14:16.698Z | Compiling zeroize_derive v1.4.2 |
1804 | 2024-03-20T19:14:16.698Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=902d15f667741545 -C extra-filename=-902d15f667741545 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1805 | 2024-03-20T19:14:16.698Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4ea82d96d0013403 -C extra-filename=-4ea82d96d0013403 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1806 | 2024-03-20T19:14:16.731Z | Compiling thiserror-impl v1.0.57 |
1807 | 2024-03-20T19:14:16.731Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c652d18f81473493 -C extra-filename=-c652d18f81473493 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1808 | 2024-03-20T19:14:16.947Z | Compiling tokio-macros v2.2.0 |
1809 | 2024-03-20T19:14:16.981Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.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 -C metadata=1e2e477a9a3e34fc -C extra-filename=-1e2e477a9a3e34fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1810 | 2024-03-20T19:14:18.207Z | Compiling zeroize v1.7.0 |
1811 | 2024-03-20T19:14:18.232Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-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"' --cfg 'feature="zeroize_derive"' -C metadata=16f5845f6e5fac03 -C extra-filename=-16f5845f6e5fac03 --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-4ea82d96d0013403.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1812 | 2024-03-20T19:14:18.551Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array /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"' -C metadata=2b2bdf58ce2422f9 -C extra-filename=-2b2bdf58ce2422f9 --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-b28ce282fa537781.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence` |
1813 | 2024-03-20T19:14:18.577Z | Compiling futures-macro v0.3.30 |
1814 | 2024-03-20T19:14:18.606Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da47602161e83f7f -C extra-filename=-da47602161e83f7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1815 | 2024-03-20T19:14:18.859Z | Compiling zerocopy v0.7.32 |
1816 | 2024-03-20T19:14:18.888Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.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="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' -C metadata=c85bb0d6d2fb70d6 -C extra-filename=-c85bb0d6d2fb70d6 --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-ee70016887b171ea.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-902d15f667741545.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1817 | 2024-03-20T19:14:18.998Z | Compiling tracing-attributes v0.1.27 |
1818 | 2024-03-20T19:14:19.030Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f0dd4a81cce24c2c -C extra-filename=-f0dd4a81cce24c2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1819 | 2024-03-20T19:14:19.229Z | Compiling schemars_derive v0.8.16 |
1820 | 2024-03-20T19:14:19.261Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8a5f1b4e89f0327b -C extra-filename=-8a5f1b4e89f0327b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-b43684d2f6132ad9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1821 | 2024-03-20T19:14:19.568Z | Compiling openssl-sys v0.9.96 |
1822 | 2024-03-20T19:14:19.595Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.96/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 -C metadata=9cfa24790b7ed89f -C extra-filename=-9cfa24790b7ed89f --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-9cfa24790b7ed89f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-638be2ab58094a40.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-8cd81638d0c61304.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1823 | 2024-03-20T19:14:19.698Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=38d19793f26827c9 -C extra-filename=-38d19793f26827c9 --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-c652d18f81473493.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access` |
1824 | 2024-03-20T19:14:19.748Z | Compiling crypto-common v0.1.6 |
1825 | 2024-03-20T19:14:19.774Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=088c06576c896f41 -C extra-filename=-088c06576c896f41 --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-2b2bdf58ce2422f9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-b28ce282fa537781.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1826 | 2024-03-20T19:14:19.833Z | Compiling block-buffer v0.10.4 |
1827 | 2024-03-20T19:14:19.859Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=3d9b6c7266bb18e9 -C extra-filename=-3d9b6c7266bb18e9 --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-2b2bdf58ce2422f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1828 | 2024-03-20T19:14:19.953Z | Compiling pest v2.7.6 |
1829 | 2024-03-20T19:14:19.980Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' -C metadata=d7c5c51e4058a70f -C extra-filename=-d7c5c51e4058a70f --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-1d8a52f36e2fec96.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-4f930ff470cdcf8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1830 | 2024-03-20T19:14:20.087Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.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="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' -C metadata=bbfc89eae5e2d3b2 -C extra-filename=-bbfc89eae5e2d3b2 --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-980c303988e700db.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bf6fa5bec279b28c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c85bb0d6d2fb70d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'` |
1831 | 2024-03-20T19:14:20.195Z | Compiling digest v0.10.7 |
1832 | 2024-03-20T19:14:20.232Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' -C metadata=a6c53878d7a38e90 -C extra-filename=-a6c53878d7a38e90 --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-3d9b6c7266bb18e9.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6aceee1def2f4da4.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-088c06576c896f41.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1833 | 2024-03-20T19:14:20.523Z | Compiling futures-util v0.3.30 |
1834 | 2024-03-20T19:14:20.554Z | Compiling base64ct v1.6.0 |
1835 | 2024-03-20T19:14:20.554Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.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="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"' -C metadata=61761f61c51300b8 -C extra-filename=-61761f61c51300b8 --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-3820f669074b4f30.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-fcfc55d12e511fa2.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-da47602161e83f7f.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8caf83743321fd0c.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-0e271b12ba19f63e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-c5b38bc1ea2a2e2f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1836 | 2024-03-20T19:14:20.554Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=1d4bdcf392c0c077 -C extra-filename=-1d4bdcf392c0c077 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1837 | 2024-03-20T19:14:20.674Z | Compiling hashbrown v0.14.3 |
1838 | 2024-03-20T19:14:20.700Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-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 --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -C metadata=903a53ee9c1698c0 -C extra-filename=-903a53ee9c1698c0 --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-bbfc89eae5e2d3b2.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-64a2fa6ca32b4304.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1839 | 2024-03-20T19:14:20.700Z | Compiling try-lock v0.2.4 |
1840 | 2024-03-20T19:14:20.700Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-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 -C metadata=8812c45f1703c49e -C extra-filename=-8812c45f1703c49e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1841 | 2024-03-20T19:14:20.830Z | Compiling crossbeam-utils v0.8.19 |
1842 | 2024-03-20T19:14:20.856Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.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"' -C metadata=26b9dbd22c4e5887 -C extra-filename=-26b9dbd22c4e5887 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-26b9dbd22c4e5887 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1843 | 2024-03-20T19:14:21.050Z | Compiling slog v2.7.0 |
1844 | 2024-03-20T19:14:21.489Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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"' -C metadata=5fc8e5575ae1ea6d -C extra-filename=-5fc8e5575ae1ea6d --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-5fc8e5575ae1ea6d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1845 | 2024-03-20T19:14:21.515Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-26b9dbd22c4e5887/build-script-build` |
1846 | 2024-03-20T19:14:21.515Z | Compiling want v0.3.1 |
1847 | 2024-03-20T19:14:21.515Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=77b4488483d613fe -C extra-filename=-77b4488483d613fe --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-8812c45f1703c49e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1848 | 2024-03-20T19:14:21.542Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-5fc8e5575ae1ea6d/build-script-build` |
1849 | 2024-03-20T19:14:21.597Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-9cfa24790b7ed89f/build-script-main` |
1850 | 2024-03-20T19:14:21.637Z | Compiling utf8parse v0.2.1 |
1851 | 2024-03-20T19:14:21.670Z | Running `/home/build/.rustup/toolchains/1.76.0-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"' -C metadata=57d9909e328a9bd8 -C extra-filename=-57d9909e328a9bd8 --out-dir /work/oxidecomputer/omicron/target/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-03-20T19:14:21.696Z | Compiling tower-service v0.3.2 |
1853 | 2024-03-20T19:14:21.696Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=30d127c240675800 -C extra-filename=-30d127c240675800 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1854 | 2024-03-20T19:14:21.792Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog /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"' -C metadata=995bdcbdcd07cd38 -C extra-filename=-995bdcbdcd07cd38 --out-dir /work/oxidecomputer/omicron/target/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` |
1855 | 2024-03-20T19:14:21.818Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.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"' -C metadata=c5dccfdcc558c4c0 -C extra-filename=-c5dccfdcc558c4c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1856 | 2024-03-20T19:14:21.850Z | Compiling async-trait v0.1.77 |
1857 | 2024-03-20T19:14:21.875Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.77/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c56091f50fd6d6f0 -C extra-filename=-c56091f50fd6d6f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/async-trait-c56091f50fd6d6f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1858 | 2024-03-20T19:14:22.263Z | Compiling httpdate v1.0.3 |
1859 | 2024-03-20T19:14:22.296Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f7a1e4bfdebec0a6 -C extra-filename=-f7a1e4bfdebec0a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1860 | 2024-03-20T19:14:22.336Z | Compiling anstyle v1.0.2 |
1861 | 2024-03-20T19:14:22.336Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c3a3dddff120d61f -C extra-filename=-c3a3dddff120d61f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1862 | 2024-03-20T19:14:22.382Z | Running `/work/oxidecomputer/omicron/target/debug/build/async-trait-c56091f50fd6d6f0/build-script-build` |
1863 | 2024-03-20T19:14:22.416Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.77/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e6be8cdf06d0bd46 -C extra-filename=-e6be8cdf06d0bd46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1864 | 2024-03-20T19:14:22.508Z | Compiling tracing v0.1.40 |
1865 | 2024-03-20T19:14:22.547Z | Compiling ring v0.16.20 |
1866 | 2024-03-20T19:14:22.547Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -C metadata=35451fe41ca1a314 -C extra-filename=-35451fe41ca1a314 --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-2abfed8e51c766cf.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-f0dd4a81cce24c2c.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-53e71c23e89b2f48.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1867 | 2024-03-20T19:14:22.547Z | Running `/home/build/.rustup/toolchains/1.76.0-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"' -C metadata=44fe96e26fd703a5 -C extra-filename=-44fe96e26fd703a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-44fe96e26fd703a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1868 | 2024-03-20T19:14:22.691Z | Compiling foreign-types-shared v0.1.1 |
1869 | 2024-03-20T19:14:22.721Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared /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 -C metadata=8aef0d6c95d30ea6 -C extra-filename=-8aef0d6c95d30ea6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1870 | 2024-03-20T19:14:22.753Z | Compiling openssl-probe v0.1.5 |
1871 | 2024-03-20T19:14:22.753Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe /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 -C metadata=ac9e745afe46f238 -C extra-filename=-ac9e745afe46f238 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1872 | 2024-03-20T19:14:22.824Z | Compiling openssl v0.10.60 |
1873 | 2024-03-20T19:14:22.849Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.60/build.rs --error-format=json --json=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"' -C metadata=0bb0a0778fccde3f -C extra-filename=-0bb0a0778fccde3f --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-0bb0a0778fccde3f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1874 | 2024-03-20T19:14:22.999Z | Compiling winnow v0.5.15 |
1875 | 2024-03-20T19:14:23.031Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e7e1b9efdb1d96c2 -C extra-filename=-e7e1b9efdb1d96c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1876 | 2024-03-20T19:14:23.031Z | Compiling foreign-types v0.3.2 |
1877 | 2024-03-20T19:14:23.031Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types /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 -C metadata=bc66d735be7e778a -C extra-filename=-bc66d735be7e778a --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-8aef0d6c95d30ea6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1878 | 2024-03-20T19:14:23.469Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ea5ca821882ec114 -C extra-filename=-ea5ca821882ec114 --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-6b8d316e1cea3f77.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` |
1879 | 2024-03-20T19:14:23.497Z | Compiling pem-rfc7468 v0.7.0 |
1880 | 2024-03-20T19:14:23.497Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=c0ec443ce0be2bb1 -C extra-filename=-c0ec443ce0be2bb1 --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-1d4bdcf392c0c077.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1881 | 2024-03-20T19:14:23.497Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-0bb0a0778fccde3f/build-script-build` |
1882 | 2024-03-20T19:14:23.497Z | Compiling der_derive v0.7.2 |
1883 | 2024-03-20T19:14:23.497Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der_derive-0.7.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 -C metadata=233a25c962eb21a0 -C extra-filename=-233a25c962eb21a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1884 | 2024-03-20T19:14:23.620Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=38978e6989816a15 -C extra-filename=-38978e6989816a15 --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-de612c12f3e33c54.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1885 | 2024-03-20T19:14:23.646Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-44fe96e26fd703a5/build-script-build` |
1886 | 2024-03-20T19:14:23.808Z | Compiling openssl-macros v0.1.1 |
1887 | 2024-03-20T19:14:23.838Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d537141aa31aa999 -C extra-filename=-d537141aa31aa999 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1888 | 2024-03-20T19:14:24.134Z | Compiling backtrace v0.3.69 |
1889 | 2024-03-20T19:14:24.170Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e05b1e7a3e7c2289 -C extra-filename=-e05b1e7a3e7c2289 --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-e05b1e7a3e7c2289 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1890 | 2024-03-20T19:14:24.582Z | Compiling gimli v0.28.0 |
1891 | 2024-03-20T19:14:24.622Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-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="read"' --cfg 'feature="read-core"' -C metadata=a81ff7258e600d6d -C extra-filename=-a81ff7258e600d6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1892 | 2024-03-20T19:14:24.622Z | Compiling flagset v0.4.3 |
1893 | 2024-03-20T19:14:24.622Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-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 -C metadata=aea66f20f6946780 -C extra-filename=-aea66f20f6946780 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1894 | 2024-03-20T19:14:24.783Z | Compiling untrusted v0.7.1 |
1895 | 2024-03-20T19:14:24.813Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8b80b7f9cdecbad1 -C extra-filename=-8b80b7f9cdecbad1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1896 | 2024-03-20T19:14:24.951Z | Compiling ipnet v2.9.0 |
1897 | 2024-03-20T19:14:24.985Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=625ad031c02df8c5 -C extra-filename=-625ad031c02df8c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1898 | 2024-03-20T19:14:24.985Z | Compiling mime v0.3.17 |
1899 | 2024-03-20T19:14:24.985Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mime /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 -C metadata=b01eabea68b99a88 -C extra-filename=-b01eabea68b99a88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1900 | 2024-03-20T19:14:25.314Z | Running `/home/build/.rustup/toolchains/1.76.0-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"' -C metadata=3d575e387bdf95bf -C extra-filename=-3d575e387bdf95bf --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-3c25f391c5524dbf.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-9a6ac86a7e90fb01.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8b80b7f9cdecbad1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -l static=ring-core -l static=ring-test` |
1901 | 2024-03-20T19:14:25.562Z | Compiling futures-executor v0.3.30 |
1902 | 2024-03-20T19:14:31.926Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.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="std"' -C metadata=ff152435fb53ec9e -C extra-filename=-ff152435fb53ec9e --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-89d5efafb6bf0fea.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8caf83743321fd0c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1903 | 2024-03-20T19:14:31.926Z | Compiling der v0.7.8 |
1904 | 2024-03-20T19:14:31.926Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=996b9ba85656a83e -C extra-filename=-996b9ba85656a83e --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-6aceee1def2f4da4.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-233a25c962eb21a0.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-aea66f20f6946780.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c0ec443ce0be2bb1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1905 | 2024-03-20T19:14:32.110Z | Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-e05b1e7a3e7c2289/build-script-build` |
1906 | 2024-03-20T19:14:32.110Z | Compiling pest_meta v2.7.6 |
1907 | 2024-03-20T19:14:32.110Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.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"' -C metadata=d29658619b240099 -C extra-filename=-d29658619b240099 --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-3c25f391c5524dbf.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-d7c5c51e4058a70f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1908 | 2024-03-20T19:14:32.110Z | Compiling anstyle-parse v0.2.1 |
1909 | 2024-03-20T19:14:32.111Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="utf8"' -C metadata=c7522d056bf53745 -C extra-filename=-c7522d056bf53745 --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-57d9909e328a9bd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1910 | 2024-03-20T19:14:32.111Z | Compiling object v0.32.1 |
1911 | 2024-03-20T19:14:32.111Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-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 --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' -C metadata=47c40cd1010b7542 -C extra-filename=-47c40cd1010b7542 --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-1d8a52f36e2fec96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1912 | 2024-03-20T19:14:32.111Z | Compiling native-tls v0.2.11 |
1913 | 2024-03-20T19:14:32.111Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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 -C metadata=58a43cfdaf9d19a2 -C extra-filename=-58a43cfdaf9d19a2 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-58a43cfdaf9d19a2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1914 | 2024-03-20T19:14:32.111Z | Compiling anyhow v1.0.79 |
1915 | 2024-03-20T19:14:32.111Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.79/build.rs --error-format=json --json=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"' -C metadata=a5369e54d97c3c7d -C extra-filename=-a5369e54d97c3c7d --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-a5369e54d97c3c7d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1916 | 2024-03-20T19:14:32.111Z | Compiling colorchoice v1.0.0 |
1917 | 2024-03-20T19:14:32.111Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-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 -C metadata=8e89472298a3933c -C extra-filename=-8e89472298a3933c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1918 | 2024-03-20T19:14:32.112Z | Compiling rustversion v1.0.14 |
1919 | 2024-03-20T19:14:32.112Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/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 -C metadata=61a3c02c36879e66 -C extra-filename=-61a3c02c36879e66 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-61a3c02c36879e66 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1920 | 2024-03-20T19:14:32.112Z | Compiling anstyle-query v1.0.0 |
1921 | 2024-03-20T19:14:32.112Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.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 -C metadata=3662792a1ebce4cb -C extra-filename=-3662792a1ebce4cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1922 | 2024-03-20T19:14:32.112Z | Compiling rustls v0.21.9 |
1923 | 2024-03-20T19:14:32.112Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.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="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=58f5fb43b66757c9 -C extra-filename=-58f5fb43b66757c9 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-58f5fb43b66757c9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1924 | 2024-03-20T19:14:32.113Z | Compiling rustc-demangle v0.1.23 |
1925 | 2024-03-20T19:14:32.113Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-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 -C metadata=5f526b079f7fdbb9 -C extra-filename=-5f526b079f7fdbb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1926 | 2024-03-20T19:14:32.113Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-58f5fb43b66757c9/build-script-build` |
1927 | 2024-03-20T19:14:32.113Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-61a3c02c36879e66/build-script-build` |
1928 | 2024-03-20T19:14:32.113Z | Compiling spki v0.7.2 |
1929 | 2024-03-20T19:14:32.113Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spki-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 --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=547654552caef2d8 -C extra-filename=-547654552caef2d8 --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-996b9ba85656a83e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1930 | 2024-03-20T19:14:32.113Z | Compiling sct v0.7.0 |
1931 | 2024-03-20T19:14:32.113Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-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 -C metadata=cec829e4d5e6ed57 -C extra-filename=-cec829e4d5e6ed57 --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-3d575e387bdf95bf.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8b80b7f9cdecbad1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out` |
1932 | 2024-03-20T19:14:32.113Z | Compiling anstream v0.6.11 |
1933 | 2024-03-20T19:14:32.113Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=8ba0801f8b131545 -C extra-filename=-8ba0801f8b131545 --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-c3a3dddff120d61f.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-c7522d056bf53745.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-3662792a1ebce4cb.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-8e89472298a3933c.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-57d9909e328a9bd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1934 | 2024-03-20T19:14:32.113Z | Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-a5369e54d97c3c7d/build-script-build` |
1935 | 2024-03-20T19:14:32.113Z | Compiling addr2line v0.21.0 |
1936 | 2024-03-20T19:14:32.113Z | Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=7846890df1f8b8db -C extra-filename=-7846890df1f8b8db --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-a81ff7258e600d6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1937 | 2024-03-20T19:14:32.114Z | Compiling bytes v1.5.0 |
1938 | 2024-03-20T19:14:32.114Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-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="serde"' --cfg 'feature="std"' -C metadata=6aecfa5f524ba23c -C extra-filename=-6aecfa5f524ba23c --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1939 | 2024-03-20T19:14:32.114Z | Compiling bitflags v2.4.2 |
1940 | 2024-03-20T19:14:32.114Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.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="serde"' --cfg 'feature="std"' -C metadata=bed5a12aa0e3caec -C extra-filename=-bed5a12aa0e3caec --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1941 | 2024-03-20T19:14:32.114Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.114/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=75a66103386c9c73 -C extra-filename=-75a66103386c9c73 --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-b30ed7c35ebb4b42.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ee438a4c06a12f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg limb_width_64` |
1942 | 2024-03-20T19:14:32.114Z | Compiling indexmap v2.2.5 |
1943 | 2024-03-20T19:14:32.114Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=a8835a8e44aa2410 -C extra-filename=-a8835a8e44aa2410 --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-8ca3907e31bd9b35.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-903a53ee9c1698c0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1944 | 2024-03-20T19:14:32.114Z | Compiling chrono v0.4.34 |
1945 | 2024-03-20T19:14:32.114Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.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="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"' -C metadata=5e3bfc1001098ea4 -C extra-filename=-5e3bfc1001098ea4 --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-439b324f550e1b64.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1946 | 2024-03-20T19:14:32.153Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=6341173b0c3a13b4 -C extra-filename=-6341173b0c3a13b4 --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-bed5a12aa0e3caec.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-66ade5f2b34113e6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish` |
1947 | 2024-03-20T19:14:32.153Z | Compiling uuid v1.7.0 |
1948 | 2024-03-20T19:14:32.153Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=697cf6b6c911435d -C extra-filename=-697cf6b6c911435d --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-bf6fa5bec279b28c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1949 | 2024-03-20T19:14:32.153Z | Compiling tokio v1.36.0 |
1950 | 2024-03-20T19:14:32.153Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.36.0/src/lib.rs --error-format=json --json=diagnostic-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="num_cpus"' --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"' -C metadata=0937806844202a95 -C extra-filename=-0937806844202a95 --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-6aecfa5f524ba23c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-1e3eaf16406257ce.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-0b9dd2f2c8b5721e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-a55da2c545e7ab16.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-1e2e477a9a3e34fc.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1951 | 2024-03-20T19:14:32.154Z | Compiling http v0.2.12 |
1952 | 2024-03-20T19:14:32.154Z | Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=3ad4984bdc555529 -C extra-filename=-3ad4984bdc555529 --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-6aecfa5f524ba23c.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1953 | 2024-03-20T19:14:32.154Z | Compiling toml_datetime v0.6.5 |
1954 | 2024-03-20T19:14:32.154Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.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="serde"' -C metadata=ae216f68cb6abb6a -C extra-filename=-ae216f68cb6abb6a --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1955 | 2024-03-20T19:14:32.154Z | Compiling serde_spanned v0.6.5 |
1956 | 2024-03-20T19:14:32.154Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.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="serde"' -C metadata=66c108e515ac78d3 -C extra-filename=-66c108e515ac78d3 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1957 | 2024-03-20T19:14:32.154Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.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="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=bb58e2c0a69e4d14 -C extra-filename=-bb58e2c0a69e4d14 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1958 | 2024-03-20T19:14:32.154Z | Compiling toml_edit v0.19.15 |
1959 | 2024-03-20T19:14:32.154Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=64c0da0a5c1565b4 -C extra-filename=-64c0da0a5c1565b4 --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-a8835a8e44aa2410.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-66c108e515ac78d3.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ae216f68cb6abb6a.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-e7e1b9efdb1d96c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1960 | 2024-03-20T19:14:32.154Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.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="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid"' --cfg 'feature="uuid08"' --cfg 'feature="uuid1"' -C metadata=39351d1913f1f03d -C extra-filename=-39351d1913f1f03d --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-6aecfa5f524ba23c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a512eddf3afdc0f8.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-8a5f1b4e89f0327b.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern uuid08=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c967a759470b32c3.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic` |
1961 | 2024-03-20T19:14:32.154Z | Compiling http-body v0.4.5 |
1962 | 2024-03-20T19:14:32.154Z | Running `/home/build/.rustup/toolchains/1.76.0-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.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 -C metadata=0344883fd30e6eeb -C extra-filename=-0344883fd30e6eeb --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-6aecfa5f524ba23c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1963 | 2024-03-20T19:14:32.154Z | Compiling rustc_version v0.4.0 |
1964 | 2024-03-20T19:14:32.154Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c06feaa745b8ece6 -C extra-filename=-c06feaa745b8ece6 --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-bb58e2c0a69e4d14.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1965 | 2024-03-20T19:14:32.154Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.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="default"' -C metadata=645ea29e213c9d27 -C extra-filename=-645ea29e213c9d27 --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-bed5a12aa0e3caec.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bc66d735be7e778a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-d537141aa31aa999.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ea5ca821882ec114.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 ossl300` |
1966 | 2024-03-20T19:14:32.154Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e77a0b80ebe48d56 -C extra-filename=-e77a0b80ebe48d56 --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-7846890df1f8b8db.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-c2de8f879975e76c.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-47c40cd1010b7542.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-5f526b079f7fdbb9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1967 | 2024-03-20T19:14:32.154Z | Compiling terminal_size v0.3.0 |
1968 | 2024-03-20T19:14:32.155Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.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 -C metadata=5bae60aee6e52599 -C extra-filename=-5bae60aee6e52599 --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-6341173b0c3a13b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1969 | 2024-03-20T19:14:32.155Z | Compiling pest_generator v2.7.6 |
1970 | 2024-03-20T19:14:32.155Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.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"' -C metadata=7be1a8c6344afc41 -C extra-filename=-7be1a8c6344afc41 --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-d7c5c51e4058a70f.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-d29658619b240099.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1971 | 2024-03-20T19:14:32.155Z | Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-58a43cfdaf9d19a2/build-script-build` |
1972 | 2024-03-20T19:14:32.155Z | Compiling rustls-webpki v0.101.7 |
1973 | 2024-03-20T19:14:32.155Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=aca7b52d887bed1b -C extra-filename=-aca7b52d887bed1b --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-18ca64581d0ce742.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-63b74bc618967792.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out` |
1974 | 2024-03-20T19:14:32.155Z | Compiling cookie v0.17.0 |
1975 | 2024-03-20T19:14:32.155Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.17.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="percent-encode"' --cfg 'feature="percent-encoding"' -C metadata=9b35e0d21cc9d4b6 -C extra-filename=-9b35e0d21cc9d4b6 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-9b35e0d21cc9d4b6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1976 | 2024-03-20T19:14:32.370Z | Compiling clap_lex v0.7.0 |
1977 | 2024-03-20T19:14:32.415Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e6c8188aaff50e44 -C extra-filename=-e6c8188aaff50e44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1978 | 2024-03-20T19:14:32.819Z | Compiling strsim v0.11.0 |
1979 | 2024-03-20T19:14:32.850Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-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 -C metadata=390397d5fd7c386a -C extra-filename=-390397d5fd7c386a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1980 | 2024-03-20T19:14:33.532Z | Compiling unicode-xid v0.2.4 |
1981 | 2024-03-20T19:14:34.078Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid /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"' -C metadata=0bf6080e5b7e69ad -C extra-filename=-0bf6080e5b7e69ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1982 | 2024-03-20T19:14:34.078Z | Compiling crc32fast v1.3.2 |
1983 | 2024-03-20T19:14:34.078Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.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="default"' --cfg 'feature="std"' -C metadata=06ba3b50e0ef9a8e -C extra-filename=-06ba3b50e0ef9a8e --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-06ba3b50e0ef9a8e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1984 | 2024-03-20T19:14:34.078Z | Compiling pest_derive v2.7.6 |
1985 | 2024-03-20T19:14:34.079Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6d76bb4bd51d7158 -C extra-filename=-6d76bb4bd51d7158 --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-d7c5c51e4058a70f.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-7be1a8c6344afc41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1986 | 2024-03-20T19:14:34.079Z | Compiling clap_builder v4.5.1 |
1987 | 2024-03-20T19:14:34.079Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.1/src/lib.rs --error-format=json --json=diagnostic-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="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="unstable-styles"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=5e573668e29cd32a -C extra-filename=-5e573668e29cd32a --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-8ba0801f8b131545.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-c3a3dddff120d61f.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-e6c8188aaff50e44.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-390397d5fd7c386a.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-5bae60aee6e52599.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1988 | 2024-03-20T19:14:34.110Z | Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-06ba3b50e0ef9a8e/build-script-build` |
1989 | 2024-03-20T19:14:34.110Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.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="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=be99e5fc756d5106 -C extra-filename=-be99e5fc756d5106 --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-2abfed8e51c766cf.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-aca7b52d887bed1b.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-cec829e4d5e6ed57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out` |
1990 | 2024-03-20T19:14:34.162Z | Running `/work/oxidecomputer/omicron/target/debug/build/cookie-9b35e0d21cc9d4b6/build-script-build` |
1991 | 2024-03-20T19:14:34.230Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.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="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c50d7e24e8e0d956 -C extra-filename=-c50d7e24e8e0d956 --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-e77a0b80ebe48d56.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg error_generic_member_access` |
1992 | 2024-03-20T19:14:34.733Z | Compiling serde_urlencoded v0.7.1 |
1993 | 2024-03-20T19:14:34.734Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=327a462a4842a87e -C extra-filename=-327a462a4842a87e --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-af24b9bd95b41eab.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ee438a4c06a12f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1994 | 2024-03-20T19:14:34.734Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d04453147b30520c -C extra-filename=-d04453147b30520c --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` |
1995 | 2024-03-20T19:14:34.927Z | Compiling futures v0.3.30 |
1996 | 2024-03-20T19:14:34.958Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-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 --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=7f8d1a4c7393b54e -C extra-filename=-7f8d1a4c7393b54e --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-3820f669074b4f30.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-ff152435fb53ec9e.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-fcfc55d12e511fa2.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8caf83743321fd0c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1997 | 2024-03-20T19:14:35.013Z | Compiling clap_derive v4.5.0 |
1998 | 2024-03-20T19:14:35.040Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.5.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="default"' -C metadata=59f2997d00ca8c7e -C extra-filename=-59f2997d00ca8c7e --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-a8c1128ccf1e31c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1999 | 2024-03-20T19:14:35.040Z | Compiling idna v0.3.0 |
2000 | 2024-03-20T19:14:35.040Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f9d2f40becab242f -C extra-filename=-f9d2f40becab242f --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-6eae947a556dbfcc.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2001 | 2024-03-20T19:14:36.460Z | Compiling encoding_rs v0.8.33 |
2002 | 2024-03-20T19:14:36.498Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.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="alloc"' --cfg 'feature="default"' -C metadata=d2419314a2b71b17 -C extra-filename=-d2419314a2b71b17 --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-980c303988e700db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2003 | 2024-03-20T19:14:36.498Z | Compiling tokio-util v0.7.10 |
2004 | 2024-03-20T19:14:36.498Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.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="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="tracing"' -C metadata=b027a785f4e5eb07 -C extra-filename=-b027a785f4e5eb07 --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-6aecfa5f524ba23c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2005 | 2024-03-20T19:14:36.917Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls /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 -C metadata=50cc5945165cdbca -C extra-filename=-50cc5945165cdbca --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-2abfed8e51c766cf.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-ac9e745afe46f238.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ea5ca821882ec114.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` |
2006 | 2024-03-20T19:14:37.446Z | Compiling h2 v0.3.24 |
2007 | 2024-03-20T19:14:37.480Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.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 -C metadata=100cc10da9961527 -C extra-filename=-100cc10da9961527 --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-6aecfa5f524ba23c.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-c5b38bc1ea2a2e2f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2008 | 2024-03-20T19:14:37.652Z | Compiling psl-types v2.0.11 |
2009 | 2024-03-20T19:14:38.091Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name psl_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/psl-types-2.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4d253b2a016b0118 -C extra-filename=-4d253b2a016b0118 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2010 | 2024-03-20T19:14:38.091Z | Compiling publicsuffix v2.2.3 |
2011 | 2024-03-20T19:14:38.092Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/publicsuffix-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' -C metadata=ea6efd0133743f04 -C extra-filename=-ea6efd0133743f04 --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-f9d2f40becab242f.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-4d253b2a016b0118.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2012 | 2024-03-20T19:14:38.092Z | Compiling tokio-native-tls v0.3.1 |
2013 | 2024-03-20T19:14:38.092Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=05c5e92004136e39 -C extra-filename=-05c5e92004136e39 --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-50cc5945165cdbca.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
2014 | 2024-03-20T19:14:38.381Z | Compiling tokio-rustls v0.24.1 |
2015 | 2024-03-20T19:14:38.415Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=630948c6e9ae2efb -C extra-filename=-630948c6e9ae2efb --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-be99e5fc756d5106.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out` |
2016 | 2024-03-20T19:14:38.590Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-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="percent-encode"' --cfg 'feature="percent-encoding"' -C metadata=125ade214803c611 -C extra-filename=-125ade214803c611 --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-a1534a45757afc45.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2017 | 2024-03-20T19:14:38.693Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-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"' --cfg 'feature="std"' -C metadata=cefa2dedbe8d87d7 -C extra-filename=-cefa2dedbe8d87d7 --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-980c303988e700db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg crc32fast_stdarchx86` |
2018 | 2024-03-20T19:14:39.047Z | Compiling pkcs8 v0.10.2 |
2019 | 2024-03-20T19:14:39.073Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=0b7b8f541d35c6e1 -C extra-filename=-0b7b8f541d35c6e1 --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-996b9ba85656a83e.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-547654552caef2d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2020 | 2024-03-20T19:14:39.332Z | Compiling clap v4.5.1 |
2021 | 2024-03-20T19:14:39.371Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.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="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="unstable-styles"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=e45c956993785a51 -C extra-filename=-e45c956993785a51 --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-5e573668e29cd32a.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-59f2997d00ca8c7e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2022 | 2024-03-20T19:14:39.459Z | Compiling sha2 v0.10.8 |
2023 | 2024-03-20T19:14:39.486Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' -C metadata=a0af2af4befdc9ac -C extra-filename=-a0af2af4befdc9ac --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-980c303988e700db.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2024 | 2024-03-20T19:14:39.512Z | Compiling hmac v0.12.1 |
2025 | 2024-03-20T19:14:39.565Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' -C metadata=00025fcde1c50750 -C extra-filename=-00025fcde1c50750 --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-a6c53878d7a38e90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2026 | 2024-03-20T19:14:39.597Z | Compiling cookie_store v0.20.0 |
2027 | 2024-03-20T19:14:39.597Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-0.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="public_suffix"' --cfg 'feature="publicsuffix"' -C metadata=09ad8ddc48ad56ba -C extra-filename=-09ad8ddc48ad56ba --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-125ade214803c611.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-f9d2f40becab242f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-ea6efd0133743f04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2028 | 2024-03-20T19:14:39.626Z | Compiling openapiv3 v2.0.0 |
2029 | 2024-03-20T19:14:39.652Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' -C metadata=831e5927df80e2b7 -C extra-filename=-831e5927df80e2b7 --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-a8835a8e44aa2410.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2030 | 2024-03-20T19:14:40.189Z | Compiling crossbeam-epoch v0.9.18 |
2031 | 2024-03-20T19:14:40.226Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5696f49e87e7e9eb -C extra-filename=-5696f49e87e7e9eb --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-c5dccfdcc558c4c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2032 | 2024-03-20T19:14:40.551Z | Compiling rustls-pemfile v1.0.3 |
2033 | 2024-03-20T19:14:40.579Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.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 -C metadata=0fb438b34b2d4e0d -C extra-filename=-0fb438b34b2d4e0d --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-617eb63bc076f209.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2034 | 2024-03-20T19:14:40.888Z | Compiling num-integer v0.1.46 |
2035 | 2024-03-20T19:14:40.919Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=451e0d2b9dfe66d2 -C extra-filename=-451e0d2b9dfe66d2 --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-21b07e30d4dab7ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2036 | 2024-03-20T19:14:40.982Z | Compiling thread-id v4.2.0 |
2037 | 2024-03-20T19:14:41.009Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a2bfec303f661e1f -C extra-filename=-a2bfec303f661e1f --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2038 | 2024-03-20T19:14:41.100Z | Compiling bitflags v1.3.2 |
2039 | 2024-03-20T19:14:41.148Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=7c0e576e00deb96c -C extra-filename=-7c0e576e00deb96c --out-dir /work/oxidecomputer/omicron/target/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-03-20T19:14:41.192Z | Compiling webpki-roots v0.25.2 |
2041 | 2024-03-20T19:14:41.218Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bd7330cb0bbec0cc -C extra-filename=-bd7330cb0bbec0cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2042 | 2024-03-20T19:14:41.337Z | Compiling sync_wrapper v0.1.2 |
2043 | 2024-03-20T19:14:41.368Z | Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=04bae0dc93200231 -C extra-filename=-04bae0dc93200231 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2044 | 2024-03-20T19:14:41.461Z | Compiling block-padding v0.3.3 |
2045 | 2024-03-20T19:14:41.487Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=51ee63e7469d9b72 -C extra-filename=-51ee63e7469d9b72 --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-2b2bdf58ce2422f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2046 | 2024-03-20T19:14:41.595Z | Compiling bit-vec v0.6.3 |
2047 | 2024-03-20T19:14:41.667Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec /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"' -C metadata=be1bb453946354ab -C extra-filename=-be1bb453946354ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2048 | 2024-03-20T19:14:41.694Z | Compiling unicode-segmentation v1.10.1 |
2049 | 2024-03-20T19:14:41.694Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.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 -C metadata=25e9de3528ba2d87 -C extra-filename=-25e9de3528ba2d87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2050 | 2024-03-20T19:14:41.731Z | Compiling data-encoding v2.4.0 |
2051 | 2024-03-20T19:14:41.731Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.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"' -C metadata=21eb80e9e8ebe971 -C extra-filename=-21eb80e9e8ebe971 --out-dir /work/oxidecomputer/omicron/target/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-03-20T19:14:41.759Z | Compiling inout v0.1.3 |
2053 | 2024-03-20T19:14:41.759Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' -C metadata=7933e1db1f12eba9 -C extra-filename=-7933e1db1f12eba9 --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-51ee63e7469d9b72.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2054 | 2024-03-20T19:14:41.967Z | Compiling siphasher v0.3.11 |
2055 | 2024-03-20T19:14:41.992Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=133f7f9717270c02 -C extra-filename=-133f7f9717270c02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2056 | 2024-03-20T19:14:41.992Z | Compiling cipher v0.4.4 |
2057 | 2024-03-20T19:14:41.992Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' -C metadata=402b3a96df9ca873 -C extra-filename=-402b3a96df9ca873 --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-088c06576c896f41.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7933e1db1f12eba9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2058 | 2024-03-20T19:14:42.243Z | Compiling synstructure v0.12.6 |
2059 | 2024-03-20T19:14:42.277Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/synstructure-0.12.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="proc-macro"' -C metadata=c8a69fb569489b2b -C extra-filename=-c8a69fb569489b2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-0bf6080e5b7e69ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2060 | 2024-03-20T19:14:42.303Z | Compiling hex v0.4.3 |
2061 | 2024-03-20T19:14:42.303Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=db60d4c20d2823cc -C extra-filename=-db60d4c20d2823cc --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2062 | 2024-03-20T19:14:42.381Z | Compiling scroll_derive v0.12.0 |
2063 | 2024-03-20T19:14:42.416Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=765e33d16b1ff90e -C extra-filename=-765e33d16b1ff90e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2064 | 2024-03-20T19:14:42.416Z | Compiling stable_deref_trait v1.2.0 |
2065 | 2024-03-20T19:14:42.446Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait /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 -C metadata=582a0be4df1a882a -C extra-filename=-582a0be4df1a882a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2066 | 2024-03-20T19:14:42.446Z | Compiling ff v0.13.0 |
2067 | 2024-03-20T19:14:42.446Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=6611eb4731189f69 -C extra-filename=-6611eb4731189f69 --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-4fa4ac482618385e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2068 | 2024-03-20T19:14:42.515Z | Compiling minimal-lexical v0.2.1 |
2069 | 2024-03-20T19:14:42.552Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=f998b5f863db48e3 -C extra-filename=-f998b5f863db48e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2070 | 2024-03-20T19:14:42.657Z | Compiling plain v0.2.3 |
2071 | 2024-03-20T19:14:42.683Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name plain /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 -C metadata=31854da1a1e562b0 -C extra-filename=-31854da1a1e562b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2072 | 2024-03-20T19:14:42.826Z | Compiling base16ct v0.2.0 |
2073 | 2024-03-20T19:14:42.854Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=3df99549457fce56 -C extra-filename=-3df99549457fce56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2074 | 2024-03-20T19:14:42.882Z | Compiling nom v7.1.3 |
2075 | 2024-03-20T19:14:42.882Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1a7eb10f63693edb -C extra-filename=-1a7eb10f63693edb --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-1d8a52f36e2fec96.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-f998b5f863db48e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2076 | 2024-03-20T19:14:42.973Z | Compiling group v0.13.0 |
2077 | 2024-03-20T19:14:43.004Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=547b3c2635021fdc -C extra-filename=-547b3c2635021fdc --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-6611eb4731189f69.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2078 | 2024-03-20T19:14:43.103Z | Compiling sec1 v0.7.3 |
2079 | 2024-03-20T19:14:43.129Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sec1-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' -C metadata=e60b7e509226bfb1 -C extra-filename=-e60b7e509226bfb1 --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-3df99549457fce56.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-996b9ba85656a83e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-0b7b8f541d35c6e1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2080 | 2024-03-20T19:14:43.244Z | Compiling hyper v0.14.28 |
2081 | 2024-03-20T19:14:43.270Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' -C metadata=2c327e510c1f0a14 -C extra-filename=-2c327e510c1f0a14 --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-6aecfa5f524ba23c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-100cc10da9961527.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-0344883fd30e6eeb.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-8d112f43b54c713b.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f7a1e4bfdebec0a6.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-30d127c240675800.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-77b4488483d613fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2082 | 2024-03-20T19:14:43.365Z | Compiling hkdf v0.12.4 |
2083 | 2024-03-20T19:14:43.392Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=a9fb4855d11d87bd -C extra-filename=-a9fb4855d11d87bd --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-00025fcde1c50750.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2084 | 2024-03-20T19:14:43.591Z | Compiling flate2 v1.0.28 |
2085 | 2024-03-20T19:14:43.591Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -C metadata=57a9568c453a51a4 -C extra-filename=-57a9568c453a51a4 --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-cefa2dedbe8d87d7.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-c2de8f879975e76c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2086 | 2024-03-20T19:14:43.619Z | Compiling crypto-bigint v0.5.2 |
2087 | 2024-03-20T19:14:43.619Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.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="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=7a6440f633d82463 -C extra-filename=-7a6440f633d82463 --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-2b2bdf58ce2422f9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2088 | 2024-03-20T19:14:43.663Z | Compiling zerocopy-derive v0.6.4 |
2089 | 2024-03-20T19:14:43.691Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.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 -C metadata=f86a3dc640476cb8 -C extra-filename=-f86a3dc640476cb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2090 | 2024-03-20T19:14:43.734Z | Compiling zerocopy-derive v0.2.0 |
2091 | 2024-03-20T19:14:43.781Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.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 -C metadata=6bf9da31a9f77c7e -C extra-filename=-6bf9da31a9f77c7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-c8a69fb569489b2b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2092 | 2024-03-20T19:14:43.852Z | Compiling scroll v0.12.0 |
2093 | 2024-03-20T19:14:43.852Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' -C metadata=38fa85ce78955f71 -C extra-filename=-38fa85ce78955f71 --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-765e33d16b1ff90e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2094 | 2024-03-20T19:14:44.297Z | Compiling goblin v0.8.0 |
2095 | 2024-03-20T19:14:44.323Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/goblin-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="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"' -C metadata=deb5c65f5f5a93ee -C extra-filename=-deb5c65f5f5a93ee --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-2abfed8e51c766cf.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-31854da1a1e562b0.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-38fa85ce78955f71.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2096 | 2024-03-20T19:14:44.393Z | Compiling itertools v0.10.5 |
2097 | 2024-03-20T19:14:44.419Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=fe659cae1f4f223b -C extra-filename=-fe659cae1f4f223b --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-29735c8c8d06ffc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2098 | 2024-03-20T19:14:45.621Z | Compiling zerocopy v0.3.0 |
2099 | 2024-03-20T19:14:45.651Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-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 -C metadata=0da092f55f2e8e4f -C extra-filename=-0da092f55f2e8e4f --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-ee70016887b171ea.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-6bf9da31a9f77c7e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2100 | 2024-03-20T19:14:45.723Z | Compiling usdt-impl v0.5.0 |
2101 | 2024-03-20T19:14:45.749Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' -C metadata=e05f68b1342fee83 -C extra-filename=-e05f68b1342fee83 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-e05f68b1342fee83 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2102 | 2024-03-20T19:14:45.813Z | Compiling usdt-impl v0.3.5 |
2103 | 2024-03-20T19:14:45.838Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.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="asm"' -C metadata=b29735a69ac65060 -C extra-filename=-b29735a69ac65060 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-b29735a69ac65060 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2104 | 2024-03-20T19:14:46.065Z | Compiling winnow v0.6.1 |
2105 | 2024-03-20T19:14:46.604Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ccf344a41d16b00c -C extra-filename=-ccf344a41d16b00c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2106 | 2024-03-20T19:14:46.604Z | Compiling fixedbitset v0.4.2 |
2107 | 2024-03-20T19:14:46.604Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset /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 -C metadata=283c13f9261a241c -C extra-filename=-283c13f9261a241c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2108 | 2024-03-20T19:14:46.604Z | Compiling managed v0.8.0 |
2109 | 2024-03-20T19:14:46.604Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name managed /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"' -C metadata=4254128bc37ffddd -C extra-filename=-4254128bc37ffddd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2110 | 2024-03-20T19:14:46.604Z | Compiling pretty-hex v0.4.1 |
2111 | 2024-03-20T19:14:46.605Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /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"' -C metadata=9e8a878aa7eb3c7b -C extra-filename=-9e8a878aa7eb3c7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2112 | 2024-03-20T19:14:46.605Z | Compiling signal-hook v0.3.17 |
2113 | 2024-03-20T19:14:46.605Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=9655e73be3c53b0b -C extra-filename=-9655e73be3c53b0b --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-9655e73be3c53b0b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2114 | 2024-03-20T19:14:46.605Z | Compiling petgraph v0.6.4 |
2115 | 2024-03-20T19:14:46.605Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-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 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"' -C metadata=e03317ffd257cff1 -C extra-filename=-e03317ffd257cff1 --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-283c13f9261a241c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2116 | 2024-03-20T19:14:46.605Z | Compiling dof v0.1.5 |
2117 | 2024-03-20T19:14:46.605Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-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 -C metadata=bfd9ede14d676ec0 -C extra-filename=-bfd9ede14d676ec0 --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-38d19793f26827c9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0da092f55f2e8e4f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2118 | 2024-03-20T19:14:46.645Z | Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-b29735a69ac65060/build-script-build` |
2119 | 2024-03-20T19:14:46.671Z | Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-9655e73be3c53b0b/build-script-build` |
2120 | 2024-03-20T19:14:46.710Z | Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-e05f68b1342fee83/build-script-build` |
2121 | 2024-03-20T19:14:46.737Z | Compiling zerocopy v0.6.4 |
2122 | 2024-03-20T19:14:46.737Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=590e009e477044e3 -C extra-filename=-590e009e477044e3 --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-ee70016887b171ea.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-f86a3dc640476cb8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2123 | 2024-03-20T19:14:46.799Z | Compiling elliptic-curve v0.13.8 |
2124 | 2024-03-20T19:14:46.825Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' -C metadata=e8d8bf4e25df132f -C extra-filename=-e8d8bf4e25df132f --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-3df99549457fce56.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-7a6440f633d82463.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-6611eb4731189f69.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-547b3c2635021fdc.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c0ec443ce0be2bb1.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-0b7b8f541d35c6e1.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-e60b7e509226bfb1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2125 | 2024-03-20T19:14:46.866Z | Compiling phf_shared v0.10.0 |
2126 | 2024-03-20T19:14:46.892Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d859ec681b84f7b3 -C extra-filename=-d859ec681b84f7b3 --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-133f7f9717270c02.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2127 | 2024-03-20T19:14:47.202Z | Compiling bit-set v0.5.3 |
2128 | 2024-03-20T19:14:47.238Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_set /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"' -C metadata=27499d9b5a601208 -C extra-filename=-27499d9b5a601208 --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-be1bb453946354ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2129 | 2024-03-20T19:14:47.308Z | Compiling dtrace-parser v0.2.0 |
2130 | 2024-03-20T19:14:47.355Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e9e9e76a7a486184 -C extra-filename=-e9e9e76a7a486184 --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-d7c5c51e4058a70f.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-6d76bb4bd51d7158.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2131 | 2024-03-20T19:14:47.451Z | Compiling dtrace-parser v0.1.14 |
2132 | 2024-03-20T19:14:47.488Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-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 -C metadata=122f0d05c21fbf17 -C extra-filename=-122f0d05c21fbf17 --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-d7c5c51e4058a70f.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-6d76bb4bd51d7158.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2133 | 2024-03-20T19:14:47.488Z | Compiling ipnetwork v0.20.0 |
2134 | 2024-03-20T19:14:47.488Z | Compiling new_debug_unreachable v1.0.4 |
2135 | 2024-03-20T19:14:47.489Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' -C metadata=f17680ce5a756063 -C extra-filename=-f17680ce5a756063 --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-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2136 | 2024-03-20T19:14:47.489Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-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 -C metadata=790aed8a41185dae -C extra-filename=-790aed8a41185dae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2137 | 2024-03-20T19:14:47.621Z | Compiling static_assertions v1.1.0 |
2138 | 2024-03-20T19:14:47.646Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions /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 -C metadata=7aa140c674e3bb93 -C extra-filename=-7aa140c674e3bb93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2139 | 2024-03-20T19:14:47.722Z | Compiling precomputed-hash v0.1.1 |
2140 | 2024-03-20T19:14:47.747Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash /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 -C metadata=fb1edac7ceef463b -C extra-filename=-fb1edac7ceef463b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2141 | 2024-03-20T19:14:47.825Z | Compiling string_cache v0.8.7 |
2142 | 2024-03-20T19:14:47.851Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' -C metadata=33f63dff621ea474 -C extra-filename=-33f63dff621ea474 --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-790aed8a41185dae.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-d859ec681b84f7b3.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-fb1edac7ceef463b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2143 | 2024-03-20T19:14:48.240Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-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="asm"' -C metadata=751fc8d88b518c07 -C extra-filename=-751fc8d88b518c07 --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-ee70016887b171ea.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-bfd9ede14d676ec0.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-122f0d05c21fbf17.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-a2bfec303f661e1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard` |
2144 | 2024-03-20T19:14:48.308Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=b715f9e47ea90777 -C extra-filename=-b715f9e47ea90777 --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-6b8d316e1cea3f77.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-a55da2c545e7ab16.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2145 | 2024-03-20T19:14:48.938Z | Compiling hyper-tls v0.5.0 |
2146 | 2024-03-20T19:14:48.965Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.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 -C metadata=1e82a6e7f8586b7a -C extra-filename=-1e82a6e7f8586b7a --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-6aecfa5f524ba23c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-50cc5945165cdbca.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-05c5e92004136e39.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
2147 | 2024-03-20T19:14:49.075Z | Compiling hyper-rustls v0.24.2 |
2148 | 2024-03-20T19:14:49.103Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1bab410a4f660781 -C extra-filename=-1bab410a4f660781 --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-61761f61c51300b8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-be99e5fc756d5106.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-630948c6e9ae2efb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out` |
2149 | 2024-03-20T19:14:49.104Z | Compiling dof v0.3.0 |
2150 | 2024-03-20T19:14:49.104Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' -C metadata=54601a5e6c0c66d9 -C extra-filename=-54601a5e6c0c66d9 --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-deb5c65f5f5a93ee.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c85bb0d6d2fb70d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2151 | 2024-03-20T19:14:49.142Z | Compiling toml_edit v0.22.6 |
2152 | 2024-03-20T19:14:49.167Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.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="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=d69b616d8ada4d82 -C extra-filename=-d69b616d8ada4d82 --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-a8835a8e44aa2410.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-66c108e515ac78d3.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ae216f68cb6abb6a.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-ccf344a41d16b00c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2153 | 2024-03-20T19:14:49.238Z | Compiling num-iter v0.1.44 |
2154 | 2024-03-20T19:14:49.264Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' -C metadata=8a4f5f1eb5a1a1b3 -C extra-filename=-8a4f5f1eb5a1a1b3 --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-451e0d2b9dfe66d2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2155 | 2024-03-20T19:14:49.387Z | Compiling reqwest v0.11.24 |
2156 | 2024-03-20T19:14:49.825Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="cookie_crate"' --cfg 'feature="cookie_store"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-tls"' --cfg 'feature="json"' --cfg 'feature="native-tls-crate"' --cfg 'feature="rustls"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="serde_json"' --cfg 'feature="stream"' --cfg 'feature="tokio-native-tls"' --cfg 'feature="tokio-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --cfg 'feature="webpki-roots"' -C metadata=399e79ef4e90a050 -C extra-filename=-399e79ef4e90a050 --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-617eb63bc076f209.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-125ade214803c611.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-09ad8ddc48ad56ba.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-d2419314a2b71b17.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-100cc10da9961527.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-0344883fd30e6eeb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-1bab410a4f660781.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-1e82a6e7f8586b7a.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b01eabea68b99a88.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-50cc5945165cdbca.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-be99e5fc756d5106.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0fb438b34b2d4e0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-04bae0dc93200231.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-05c5e92004136e39.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-630948c6e9ae2efb.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-30d127c240675800.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-bd7330cb0bbec0cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64` |
2157 | 2024-03-20T19:14:49.826Z | Compiling serde_tokenstream v0.1.7 |
2158 | 2024-03-20T19:14:49.826Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.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 -C metadata=541e5f2f365f1a6f -C extra-filename=-541e5f2f365f1a6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2159 | 2024-03-20T19:14:49.861Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' -C metadata=ca9ded886892fed2 -C extra-filename=-ca9ded886892fed2 --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-ee70016887b171ea.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-54601a5e6c0c66d9.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-e9e9e76a7a486184.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-a2bfec303f661e1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard` |
2160 | 2024-03-20T19:14:49.861Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2161 | 2024-03-20T19:14:49.861Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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 -C metadata=36d1d60e81e302cf -C extra-filename=-36d1d60e81e302cf --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-36d1d60e81e302cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-638be2ab58094a40.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2162 | 2024-03-20T19:14:49.889Z | Compiling num-bigint v0.4.4 |
2163 | 2024-03-20T19:14:49.889Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.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="rand"' --cfg 'feature="std"' -C metadata=246b26f09786fdb2 -C extra-filename=-246b26f09786fdb2 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-246b26f09786fdb2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2164 | 2024-03-20T19:14:50.231Z | Compiling matches v0.1.10 |
2165 | 2024-03-20T19:14:50.267Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name matches /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 -C metadata=664ec475a67c1ce0 -C extra-filename=-664ec475a67c1ce0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2166 | 2024-03-20T19:14:50.336Z | Compiling idna v0.2.3 |
2167 | 2024-03-20T19:14:50.379Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c5f4b460fdb48679 -C extra-filename=-c5f4b460fdb48679 --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-664ec475a67c1ce0.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-6eae947a556dbfcc.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2168 | 2024-03-20T19:14:50.656Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-246b26f09786fdb2/build-script-build` |
2169 | 2024-03-20T19:14:51.027Z | Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-36d1d60e81e302cf/build-script-build` |
2170 | 2024-03-20T19:14:51.053Z | Compiling toml v0.7.8 |
2171 | 2024-03-20T19:14:51.081Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=bd80c006a042a786 -C extra-filename=-bd80c006a042a786 --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-38978e6989816a15.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-66c108e515ac78d3.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ae216f68cb6abb6a.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-64c0da0a5c1565b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2172 | 2024-03-20T19:14:51.216Z | Compiling heapless v0.7.16 |
2173 | 2024-03-20T19:14:51.248Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.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="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=daea142978a598c1 -C extra-filename=-daea142978a598c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-daea142978a598c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c06feaa745b8ece6.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2174 | 2024-03-20T19:14:51.526Z | Compiling enum-as-inner v0.5.1 |
2175 | 2024-03-20T19:14:51.552Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=db0587d23916f20e -C extra-filename=-db0587d23916f20e --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-a8c1128ccf1e31c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2176 | 2024-03-20T19:14:51.633Z | Compiling regex-automata v0.1.10 |
2177 | 2024-03-20T19:14:51.665Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f8861666dcaff791 -C extra-filename=-f8861666dcaff791 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2178 | 2024-03-20T19:14:51.666Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2179 | 2024-03-20T19:14:51.666Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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 -C metadata=7a58e5c93571eb21 -C extra-filename=-7a58e5c93571eb21 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-7a58e5c93571eb21 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2180 | 2024-03-20T19:14:51.703Z | Compiling lalrpop-util v0.19.12 |
2181 | 2024-03-20T19:14:51.703Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4772c578c774ae0f -C extra-filename=-4772c578c774ae0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2182 | 2024-03-20T19:14:52.028Z | Compiling bstr v0.2.17 |
2183 | 2024-03-20T19:14:52.061Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-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="default"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-automata"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=354ed4aae11869be -C extra-filename=-354ed4aae11869be --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-62c4a58c39ad7790.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-f8861666dcaff791.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2184 | 2024-03-20T19:14:52.061Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-daea142978a598c1/build-script-build` |
2185 | 2024-03-20T19:14:52.120Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys /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 -C metadata=37da7ad4377a8b02 -C extra-filename=-37da7ad4377a8b02 --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-6b8d316e1cea3f77.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-bd5d8c5bae313f3d/out/lib -l static=bz2` |
2186 | 2024-03-20T19:14:52.252Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-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="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=ffdb14edb5f31fca -C extra-filename=-ffdb14edb5f31fca --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-451e0d2b9dfe66d2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg u64_digit --cfg has_try_from --cfg use_addcarry` |
2187 | 2024-03-20T19:14:52.387Z | Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-7a58e5c93571eb21/build-script-build` |
2188 | 2024-03-20T19:14:52.430Z | Compiling usdt-attr-macro v0.3.5 |
2189 | 2024-03-20T19:14:52.455Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-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 --cfg 'feature="asm"' -C metadata=b198d8bbddb2080b -C extra-filename=-b198d8bbddb2080b --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-122f0d05c21fbf17.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-541e5f2f365f1a6f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-751fc8d88b518c07.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2190 | 2024-03-20T19:14:52.512Z | Compiling trust-dns-proto v0.22.0 |
2191 | 2024-03-20T19:14:52.546Z | Compiling usdt-macro v0.3.5 |
2192 | 2024-03-20T19:14:52.546Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=ed4ca6b5ebcd15e1 -C extra-filename=-ed4ca6b5ebcd15e1 --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-e6be8cdf06d0bd46.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-21eb80e9e8ebe971.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-db0587d23916f20e.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-fcfc55d12e511fa2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-c5f4b460fdb48679.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-3198fd9f254b9688.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2193 | 2024-03-20T19:14:52.546Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-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 --cfg 'feature="asm"' -C metadata=4d1c75b4e9007b88 -C extra-filename=-4d1c75b4e9007b88 --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-122f0d05c21fbf17.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-541e5f2f365f1a6f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-751fc8d88b518c07.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2194 | 2024-03-20T19:14:52.968Z | Compiling signal-hook-mio v0.2.3 |
2195 | 2024-03-20T19:14:53.001Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.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="mio-0_8"' --cfg 'feature="support-v0_8"' -C metadata=e26baa7dc393bd3b -C extra-filename=-e26baa7dc393bd3b --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-6b8d316e1cea3f77.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-1e3eaf16406257ce.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2196 | 2024-03-20T19:14:53.107Z | Compiling diesel_table_macro_syntax v0.1.0 |
2197 | 2024-03-20T19:14:53.547Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_table_macro_syntax-0.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 -C metadata=fe48636d21048ea1 -C extra-filename=-fe48636d21048ea1 --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-f03df9f88b4c240c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2198 | 2024-03-20T19:14:53.578Z | Compiling scheduled-thread-pool v0.2.7 |
2199 | 2024-03-20T19:14:53.578Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ea7e9e95b2acd8e6 -C extra-filename=-ea7e9e95b2acd8e6 --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-54ad4a7edca3918d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2200 | 2024-03-20T19:14:53.578Z | Compiling hash32 v0.2.1 |
2201 | 2024-03-20T19:14:53.578Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 /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 -C metadata=805aaac0a91fda2a -C extra-filename=-805aaac0a91fda2a --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-ee70016887b171ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2202 | 2024-03-20T19:14:53.756Z | Compiling smoltcp v0.9.1 |
2203 | 2024-03-20T19:14:53.785Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=aaaee1037ac94787 -C extra-filename=-aaaee1037ac94787 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-aaaee1037ac94787 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2204 | 2024-03-20T19:14:53.786Z | Compiling predicates-core v1.0.6 |
2205 | 2024-03-20T19:14:54.260Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.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 -C metadata=b55ee153c811977d -C extra-filename=-b55ee153c811977d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2206 | 2024-03-20T19:14:54.301Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.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="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=400b486cae9fc56a -C extra-filename=-400b486cae9fc56a --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-805aaac0a91fda2a.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-582a0be4df1a882a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics` |
2207 | 2024-03-20T19:14:54.302Z | Compiling usdt v0.3.5 |
2208 | 2024-03-20T19:14:54.302Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-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="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=15f97496cfe610b8 -C extra-filename=-15f97496cfe610b8 --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-122f0d05c21fbf17.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-b198d8bbddb2080b.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-751fc8d88b518c07.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-4d1c75b4e9007b88.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2209 | 2024-03-20T19:14:54.302Z | Compiling diesel_derives v2.1.2 |
2210 | 2024-03-20T19:14:54.302Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_derives-2.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 --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' -C metadata=b7330f85004b4e6b -C extra-filename=-b7330f85004b4e6b --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-fe48636d21048ea1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2211 | 2024-03-20T19:14:54.302Z | Compiling r2d2 v0.8.10 |
2212 | 2024-03-20T19:14:54.302Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0665997f3629c9a2 -C extra-filename=-0665997f3629c9a2 --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-2abfed8e51c766cf.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-ea7e9e95b2acd8e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2213 | 2024-03-20T19:14:54.423Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-aaaee1037ac94787/build-script-build` |
2214 | 2024-03-20T19:14:54.450Z | Compiling crossterm v0.27.0 |
2215 | 2024-03-20T19:14:54.485Z | Running `/home/build/.rustup/toolchains/1.76.0-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="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' -C metadata=8542092650763994 -C extra-filename=-8542092650763994 --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-bed5a12aa0e3caec.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-1e3eaf16406257ce.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-e26baa7dc393bd3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2216 | 2024-03-20T19:14:54.926Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys /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 -C metadata=05241e374f7f2401 -C extra-filename=-05241e374f7f2401 --out-dir /work/oxidecomputer/omicron/target/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` |
2217 | 2024-03-20T19:14:54.953Z | Compiling yasna v0.5.2 |
2218 | 2024-03-20T19:14:54.953Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bit-vec"' --cfg 'feature="default"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --cfg 'feature="time"' -C metadata=9505c6c6a004631d -C extra-filename=-9505c6c6a004631d --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-be1bb453946354ab.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-ffdb14edb5f31fca.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2219 | 2024-03-20T19:14:54.953Z | Compiling bzip2 v0.4.4 |
2220 | 2024-03-20T19:14:54.953Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 /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 -C metadata=53855cad2d61ceb5 -C extra-filename=-53855cad2d61ceb5 --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-37da7ad4377a8b02.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.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-bd5d8c5bae313f3d/out/lib` |
2221 | 2024-03-20T19:14:55.191Z | Compiling strum_macros v0.25.2 |
2222 | 2024-03-20T19:14:55.226Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.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 -C metadata=5816f63b375210cc -C extra-filename=-5816f63b375210cc --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-a8c1128ccf1e31c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-d04453147b30520c.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2223 | 2024-03-20T19:14:56.117Z | Compiling md-5 v0.10.5 |
2224 | 2024-03-20T19:14:56.160Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.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="std"' -C metadata=95ddd80219fcceda -C extra-filename=-95ddd80219fcceda --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-a6c53878d7a38e90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2225 | 2024-03-20T19:14:56.349Z | Compiling hubpack_derive v0.1.1 |
2226 | 2024-03-20T19:14:56.391Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3fe472772c1c8797 -C extra-filename=-3fe472772c1c8797 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2227 | 2024-03-20T19:14:56.391Z | Compiling bstr v1.9.0 |
2228 | 2024-03-20T19:14:56.391Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=56bee3b2739ce422 -C extra-filename=-56bee3b2739ce422 --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-1d8a52f36e2fec96.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-51bf6104d225a7cd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2229 | 2024-03-20T19:14:57.275Z | Compiling stringprep v0.1.3 |
2230 | 2024-03-20T19:14:57.301Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name stringprep /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-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 -C metadata=c70e4727cf884194 -C extra-filename=-c70e4727cf884194 --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-6eae947a556dbfcc.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2231 | 2024-03-20T19:14:57.526Z | Compiling console v0.15.8 |
2232 | 2024-03-20T19:14:58.000Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=ecd543c2b58c8b48 -C extra-filename=-ecd543c2b58c8b48 --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-62c4a58c39ad7790.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2233 | 2024-03-20T19:14:58.030Z | Compiling float-cmp v0.9.0 |
2234 | 2024-03-20T19:14:58.030Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' -C metadata=ed3734b0ea4be59f -C extra-filename=-ed3734b0ea4be59f --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-21b07e30d4dab7ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2235 | 2024-03-20T19:14:58.097Z | Compiling fallible-iterator v0.2.0 |
2236 | 2024-03-20T19:14:58.126Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2fe14cc2404ff086 -C extra-filename=-2fe14cc2404ff086 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2237 | 2024-03-20T19:14:58.152Z | Compiling normalize-line-endings v0.3.0 |
2238 | 2024-03-20T19:14:58.152Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings /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 -C metadata=bfbd24c0c4f3838d -C extra-filename=-bfbd24c0c4f3838d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2239 | 2024-03-20T19:14:58.268Z | Compiling difflib v0.4.0 |
2240 | 2024-03-20T19:14:58.294Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name difflib /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 -C metadata=6290a94fd7899125 -C extra-filename=-6290a94fd7899125 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2241 | 2024-03-20T19:14:58.684Z | Compiling postgres-protocol v0.6.6 |
2242 | 2024-03-20T19:14:58.721Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-0.6.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"' -C metadata=d45fc8a5c8bbe801 -C extra-filename=-d45fc8a5c8bbe801 --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-617eb63bc076f209.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-2fe14cc2404ff086.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-00025fcde1c50750.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-95ddd80219fcceda.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-c70e4727cf884194.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2243 | 2024-03-20T19:14:58.752Z | Compiling predicates v3.1.0 |
2244 | 2024-03-20T19:14:58.779Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-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="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=faa495f1c4f12fa0 -C extra-filename=-faa495f1c4f12fa0 --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-c3a3dddff120d61f.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-6290a94fd7899125.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-ed3734b0ea4be59f.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-bfbd24c0c4f3838d.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-b55ee153c811977d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2245 | 2024-03-20T19:14:58.806Z | Compiling hubpack v0.1.2 |
2246 | 2024-03-20T19:14:58.806Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6e7220f8b1920659 -C extra-filename=-6e7220f8b1920659 --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-3fe472772c1c8797.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2247 | 2024-03-20T19:14:59.179Z | Compiling zip v0.6.6 |
2248 | 2024-03-20T19:14:59.214Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' -C metadata=41e088f95a91c6b7 -C extra-filename=-41e088f95a91c6b7 --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-ee70016887b171ea.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-53855cad2d61ceb5.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-cefa2dedbe8d87d7.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.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-bd5d8c5bae313f3d/out/lib` |
2249 | 2024-03-20T19:14:59.567Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=a703ca3348e0e465 -C extra-filename=-a703ca3348e0e465 --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-7c0e576e00deb96c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-400b486cae9fc56a.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-4254128bc37ffddd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2250 | 2024-03-20T19:14:59.630Z | Compiling similar v2.4.0 |
2251 | 2024-03-20T19:14:59.656Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-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 --cfg 'feature="bstr"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' -C metadata=871159d04b2d3ddf -C extra-filename=-871159d04b2d3ddf --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-354ed4aae11869be.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-25e9de3528ba2d87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2252 | 2024-03-20T19:14:59.834Z | Compiling phf_shared v0.11.2 |
2253 | 2024-03-20T19:14:59.863Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=fa73beba1fefbb84 -C extra-filename=-fa73beba1fefbb84 --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-133f7f9717270c02.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2254 | 2024-03-20T19:15:00.161Z | Compiling tokio-stream v0.1.14 |
2255 | 2024-03-20T19:15:00.193Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.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="net"' --cfg 'feature="time"' -C metadata=3811752c0578f7fd -C extra-filename=-3811752c0578f7fd --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-89d5efafb6bf0fea.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2256 | 2024-03-20T19:15:00.253Z | Compiling serde_repr v0.1.16 |
2257 | 2024-03-20T19:15:00.297Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f18fcf40897582ac -C extra-filename=-f18fcf40897582ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2258 | 2024-03-20T19:15:00.382Z | Compiling phf v0.11.2 |
2259 | 2024-03-20T19:15:00.432Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a2420ec8dd0905e2 -C extra-filename=-a2420ec8dd0905e2 --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-fa73beba1fefbb84.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2260 | 2024-03-20T19:15:00.647Z | Compiling postgres-types v0.2.6 |
2261 | 2024-03-20T19:15:00.673Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-0.2.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="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"' -C metadata=697ac57de36da886 -C extra-filename=-697ac57de36da886 --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-6aecfa5f524ba23c.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-2fe14cc2404ff086.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-d45fc8a5c8bbe801.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2262 | 2024-03-20T19:15:01.007Z | Compiling whoami v1.5.0 |
2263 | 2024-03-20T19:15:01.035Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-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="web"' --cfg 'feature="web-sys"' -C metadata=e2ae5922343e9bab -C extra-filename=-e2ae5922343e9bab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2264 | 2024-03-20T19:15:01.130Z | Compiling serde_tokenstream v0.2.0 |
2265 | 2024-03-20T19:15:01.157Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b22abd21a27fa8e5 -C extra-filename=-b22abd21a27fa8e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2266 | 2024-03-20T19:15:01.423Z | Compiling tokio-postgres v0.7.10 |
2267 | 2024-03-20T19:15:01.454Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.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="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=5dacc20e32105a42 -C extra-filename=-5dacc20e32105a42 --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-e6be8cdf06d0bd46.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-2fe14cc2404ff086.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-a2420ec8dd0905e2.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-d45fc8a5c8bbe801.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-697ac57de36da886.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-e2ae5922343e9bab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2268 | 2024-03-20T19:15:01.454Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2269 | 2024-03-20T19:15:01.454Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/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"' -C metadata=fa9424cdf320c306 -C extra-filename=-fa9424cdf320c306 --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-7c0e576e00deb96c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e7220f8b1920659.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-f18fcf40897582ac.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-a703ca3348e0e465.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-5816f63b375210cc.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-590e009e477044e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2270 | 2024-03-20T19:15:01.566Z | Compiling regress v0.9.0 |
2271 | 2024-03-20T19:15:01.591Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-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="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1d982a80737a6d6b -C extra-filename=-1d982a80737a6d6b --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-903a53ee9c1698c0.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2272 | 2024-03-20T19:15:01.618Z | Compiling getopts v0.2.21 |
2273 | 2024-03-20T19:15:01.618Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name getopts /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getopts-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=546a7eb753089bb3 -C extra-filename=-546a7eb753089bb3 --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-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2274 | 2024-03-20T19:15:01.768Z | Compiling unsafe-libyaml v0.2.10 |
2275 | 2024-03-20T19:15:01.799Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.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 -C metadata=21d3de22991e498f -C extra-filename=-21d3de22991e498f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2276 | 2024-03-20T19:15:01.958Z | Compiling camino v1.1.6 |
2277 | 2024-03-20T19:15:01.996Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.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="serde"' --cfg 'feature="serde1"' -C metadata=fdc28e60d8f86ed5 -C extra-filename=-fdc28e60d8f86ed5 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-fdc28e60d8f86ed5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2278 | 2024-03-20T19:15:02.312Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2279 | 2024-03-20T19:15:02.340Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/90d3282/progenitor-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 -C metadata=eb3fc225a0b06c66 -C extra-filename=-eb3fc225a0b06c66 --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-6aecfa5f524ba23c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64` |
2280 | 2024-03-20T19:15:03.542Z | Compiling strsim v0.10.0 |
2281 | 2024-03-20T19:15:04.004Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-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 -C metadata=76477e16a6288729 -C extra-filename=-76477e16a6288729 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2282 | 2024-03-20T19:15:04.005Z | Running `/work/oxidecomputer/omicron/target/debug/build/camino-fdc28e60d8f86ed5/build-script-build` |
2283 | 2024-03-20T19:15:04.005Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=aa5affffdef128b1 -C extra-filename=-aa5affffdef128b1 --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-38978e6989816a15.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` |
2284 | 2024-03-20T19:15:04.005Z | Compiling ident_case v1.0.1 |
2285 | 2024-03-20T19:15:04.005Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ident_case /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 -C metadata=f19a442f824e47b0 -C extra-filename=-f19a442f824e47b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2286 | 2024-03-20T19:15:04.005Z | Compiling serde_yaml v0.9.25 |
2287 | 2024-03-20T19:15:04.005Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.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 -C metadata=800b31898016e6a8 -C extra-filename=-800b31898016e6a8 --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-a8835a8e44aa2410.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ee438a4c06a12f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-21d3de22991e498f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2288 | 2024-03-20T19:15:04.006Z | Compiling fastrand v2.0.1 |
2289 | 2024-03-20T19:15:04.006Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c16f82958b9bdd6c -C extra-filename=-c16f82958b9bdd6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2290 | 2024-03-20T19:15:04.006Z | Compiling dirs-sys-next v0.1.2 |
2291 | 2024-03-20T19:15:04.006Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7583a51e7ec01c70 -C extra-filename=-7583a51e7ec01c70 --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2292 | 2024-03-20T19:15:04.006Z | Compiling match_cfg v0.1.0 |
2293 | 2024-03-20T19:15:04.006Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg /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"' -C metadata=22bf2f9a6e8efd73 -C extra-filename=-22bf2f9a6e8efd73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2294 | 2024-03-20T19:15:04.034Z | Compiling tempfile v3.10.0 |
2295 | 2024-03-20T19:15:04.034Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.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 -C metadata=6edbf390221c6541 -C extra-filename=-6edbf390221c6541 --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-980c303988e700db.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-c16f82958b9bdd6c.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6341173b0c3a13b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2296 | 2024-03-20T19:15:04.034Z | Compiling dirs-next v2.0.0 |
2297 | 2024-03-20T19:15:04.034Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1795876847d37563 -C extra-filename=-1795876847d37563 --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-980c303988e700db.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-7583a51e7ec01c70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2298 | 2024-03-20T19:15:04.034Z | Compiling term v0.7.0 |
2299 | 2024-03-20T19:15:04.034Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=e642081554db0b17 -C extra-filename=-e642081554db0b17 --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-1795876847d37563.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2300 | 2024-03-20T19:15:04.034Z | Compiling hostname v0.3.1 |
2301 | 2024-03-20T19:15:04.035Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname /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"' -C metadata=535c46064946cfa5 -C extra-filename=-535c46064946cfa5 --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-6b8d316e1cea3f77.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-22bf2f9a6e8efd73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2302 | 2024-03-20T19:15:04.148Z | Compiling toml v0.8.10 |
2303 | 2024-03-20T19:15:04.174Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=beec0720f2c50234 -C extra-filename=-beec0720f2c50234 --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-38978e6989816a15.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-66c108e515ac78d3.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ae216f68cb6abb6a.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d69b616d8ada4d82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2304 | 2024-03-20T19:15:04.353Z | Compiling sha1 v0.10.6 |
2305 | 2024-03-20T19:15:04.381Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d5c71938ac202827 -C extra-filename=-d5c71938ac202827 --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-980c303988e700db.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2306 | 2024-03-20T19:15:04.711Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2307 | 2024-03-20T19:15:04.739Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c5ebe0a/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7e520be7567091c5 -C extra-filename=-7e520be7567091c5 --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-a8c1128ccf1e31c1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2308 | 2024-03-20T19:15:05.231Z | Compiling instant v0.1.12 |
2309 | 2024-03-20T19:15:05.676Z | Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=0a7219532de93018 -C extra-filename=-0a7219532de93018 --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-980c303988e700db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2310 | 2024-03-20T19:15:05.702Z | Compiling rustls-pki-types v1.3.0 |
2311 | 2024-03-20T19:15:05.702Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.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="std"' -C metadata=7b61185d32fc35f8 -C extra-filename=-7b61185d32fc35f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2312 | 2024-03-20T19:15:05.702Z | Compiling http v1.0.0 |
2313 | 2024-03-20T19:15:05.702Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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"' -C metadata=67c8b9dad3854477 -C extra-filename=-67c8b9dad3854477 --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-6aecfa5f524ba23c.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2314 | 2024-03-20T19:15:05.703Z | Compiling crossbeam-channel v0.5.8 |
2315 | 2024-03-20T19:15:05.703Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3caa7d886ff74e6f -C extra-filename=-3caa7d886ff74e6f --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-980c303988e700db.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2316 | 2024-03-20T19:15:05.790Z | Compiling atty v0.2.14 |
2317 | 2024-03-20T19:15:05.816Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name atty /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 -C metadata=bc207275872cf9fb -C extra-filename=-bc207275872cf9fb --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2318 | 2024-03-20T19:15:05.900Z | Compiling thread_local v1.1.7 |
2319 | 2024-03-20T19:15:05.927Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.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 -C metadata=148c9ff4fbbb7b96 -C extra-filename=-148c9ff4fbbb7b96 --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-980c303988e700db.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2320 | 2024-03-20T19:15:06.035Z | Compiling quick-error v1.2.3 |
2321 | 2024-03-20T19:15:06.061Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_error /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 -C metadata=f6fbc9cc513eac06 -C extra-filename=-f6fbc9cc513eac06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2322 | 2024-03-20T19:15:06.142Z | Compiling paste v1.0.14 |
2323 | 2024-03-20T19:15:06.169Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=605e10bfb12faca7 -C extra-filename=-605e10bfb12faca7 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-605e10bfb12faca7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2324 | 2024-03-20T19:15:06.209Z | Compiling slog-async v2.8.0 |
2325 | 2024-03-20T19:15:06.209Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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"' -C metadata=2c838743e0160a8c -C extra-filename=-2c838743e0160a8c --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-2c838743e0160a8c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2326 | 2024-03-20T19:15:06.413Z | Compiling parking_lot_core v0.8.6 |
2327 | 2024-03-20T19:15:06.459Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=17feb5f7bce05c6f -C extra-filename=-17feb5f7bce05c6f --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-17feb5f7bce05c6f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2328 | 2024-03-20T19:15:06.511Z | Compiling darling_core v0.20.3 |
2329 | 2024-03-20T19:15:06.540Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=1d029f60497e8dfb -C extra-filename=-1d029f60497e8dfb --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-db9135e52485f533.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-f19a442f824e47b0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-76477e16a6288729.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2330 | 2024-03-20T19:15:06.603Z | Compiling proc-macro-crate v1.3.1 |
2331 | 2024-03-20T19:15:06.632Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1b85024877f3a820 -C extra-filename=-1b85024877f3a820 --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-3c25f391c5524dbf.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-64c0da0a5c1565b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2332 | 2024-03-20T19:15:06.669Z | Running `/work/oxidecomputer/omicron/target/debug/build/paste-605e10bfb12faca7/build-script-build` |
2333 | 2024-03-20T19:15:06.701Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-2c838743e0160a8c/build-script-build` |
2334 | 2024-03-20T19:15:06.731Z | Compiling take_mut v0.2.2 |
2335 | 2024-03-20T19:15:06.731Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut /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 -C metadata=4c34cc32e456d859 -C extra-filename=-4c34cc32e456d859 --out-dir /work/oxidecomputer/omicron/target/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-03-20T19:15:06.771Z | Compiling rustls v0.22.2 |
2337 | 2024-03-20T19:15:06.771Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.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="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=304ca1cbf122cb7a -C extra-filename=-304ca1cbf122cb7a --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-304ca1cbf122cb7a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2338 | 2024-03-20T19:15:06.854Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-17feb5f7bce05c6f/build-script-build` |
2339 | 2024-03-20T19:15:06.905Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async /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"' -C metadata=eeefe9d1f4cb38bf -C extra-filename=-eeefe9d1f4cb38bf --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-3caa7d886ff74e6f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-4c34cc32e456d859.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-148c9ff4fbbb7b96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128` |
2340 | 2024-03-20T19:15:06.942Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=62989711e651ca20 -C extra-filename=-62989711e651ca20 --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-980c303988e700db.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-0a7219532de93018.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2341 | 2024-03-20T19:15:07.089Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-304ca1cbf122cb7a/build-script-build` |
2342 | 2024-03-20T19:15:07.118Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=169712c035341330 -C extra-filename=-169712c035341330 --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` |
2343 | 2024-03-20T19:15:07.254Z | Compiling diesel v2.1.4 |
2344 | 2024-03-20T19:15:07.305Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="bitflags"' --cfg 'feature="byteorder"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="ipnetwork"' --cfg 'feature="itoa"' --cfg 'feature="libc"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="pq-sys"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' -C metadata=949fa3c719518569 -C extra-filename=-949fa3c719518569 --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-bed5a12aa0e3caec.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-b7330f85004b4e6b.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-0665997f3629c9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
2345 | 2024-03-20T19:15:07.467Z | Compiling rustls-webpki v0.102.1 |
2346 | 2024-03-20T19:15:07.494Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=2bda59b4fdd555c1 -C extra-filename=-2bda59b4fdd555c1 --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-18ca64581d0ce742.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-63b74bc618967792.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out` |
2347 | 2024-03-20T19:15:07.561Z | Compiling slog-json v2.6.1 |
2348 | 2024-03-20T19:15:07.588Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=8eb9c62fc8ee5b1a -C extra-filename=-8eb9c62fc8ee5b1a --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-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2349 | 2024-03-20T19:15:07.619Z | Compiling fxhash v0.2.1 |
2350 | 2024-03-20T19:15:07.645Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fxhash /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 -C metadata=c5a6087f0e37f727 -C extra-filename=-c5a6087f0e37f727 --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-ee70016887b171ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2351 | 2024-03-20T19:15:08.203Z | Compiling slog-bunyan v2.5.0 |
2352 | 2024-03-20T19:15:08.238Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=891598d647538f18 -C extra-filename=-891598d647538f18 --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-535c46064946cfa5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-8eb9c62fc8ee5b1a.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2353 | 2024-03-20T19:15:08.238Z | Compiling parking_lot v0.11.2 |
2354 | 2024-03-20T19:15:08.238Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=bd0b1d6408ed80da -C extra-filename=-bd0b1d6408ed80da --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-0a7219532de93018.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-431ebead5e7f5a84.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-62989711e651ca20.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2355 | 2024-03-20T19:15:08.238Z | Compiling rustls-pemfile v2.1.1 |
2356 | 2024-03-20T19:15:08.239Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=38b869fdf61e2173 -C extra-filename=-38b869fdf61e2173 --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-617eb63bc076f209.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2357 | 2024-03-20T19:15:08.239Z | Compiling multer v3.0.0 |
2358 | 2024-03-20T19:15:08.239Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.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 --cfg 'feature="default"' -C metadata=318e368f2b39a1e1 -C extra-filename=-318e368f2b39a1e1 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-318e368f2b39a1e1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2359 | 2024-03-20T19:15:08.239Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=bfcd6c3dcc8bdfd2 -C extra-filename=-bfcd6c3dcc8bdfd2 --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-2abfed8e51c766cf.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-2bda59b4fdd555c1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out` |
2360 | 2024-03-20T19:15:08.299Z | Compiling debug-ignore v1.0.5 |
2361 | 2024-03-20T19:15:08.325Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore /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 -C metadata=be15c627c67ed998 -C extra-filename=-be15c627c67ed998 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2362 | 2024-03-20T19:15:08.373Z | Running `/work/oxidecomputer/omicron/target/debug/build/multer-318e368f2b39a1e1/build-script-build` |
2363 | 2024-03-20T19:15:08.434Z | Compiling sled v0.34.7 |
2364 | 2024-03-20T19:15:08.460Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' -C metadata=0d924f6d5199d796 -C extra-filename=-0d924f6d5199d796 --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-cefa2dedbe8d87d7.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-5696f49e87e7e9eb.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-c5a6087f0e37f727.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-bd0b1d6408ed80da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2365 | 2024-03-20T19:15:08.460Z | Compiling slog-term v2.9.0 |
2366 | 2024-03-20T19:15:08.460Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a3d8168545802535 -C extra-filename=-a3d8168545802535 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-bc207275872cf9fb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-148c9ff4fbbb7b96.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2367 | 2024-03-20T19:15:08.744Z | Compiling async-stream-impl v0.3.5 |
2368 | 2024-03-20T19:15:08.778Z | Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=bbeb974a7e6cd2d9 -C extra-filename=-bbeb974a7e6cd2d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2369 | 2024-03-20T19:15:09.242Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2370 | 2024-03-20T19:15:09.269Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/29ae98d/dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=6850c7ffc5939e34 -C extra-filename=-6850c7ffc5939e34 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-6850c7ffc5939e34 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2371 | 2024-03-20T19:15:09.481Z | Compiling atomic-waker v1.1.1 |
2372 | 2024-03-20T19:15:09.524Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ca4ece80fcfa154a -C extra-filename=-ca4ece80fcfa154a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2373 | 2024-03-20T19:15:09.561Z | Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-6850c7ffc5939e34/build-script-build` |
2374 | 2024-03-20T19:15:09.623Z | Compiling waitgroup v0.1.2 |
2375 | 2024-03-20T19:15:10.062Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=23b5f6bf672f3d19 -C extra-filename=-23b5f6bf672f3d19 --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-ca4ece80fcfa154a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2376 | 2024-03-20T19:15:10.062Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-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 --cfg 'feature="default"' -C metadata=884130e21cfbc9f4 -C extra-filename=-884130e21cfbc9f4 --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-6aecfa5f524ba23c.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-d2419314a2b71b17.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-67c8b9dad3854477.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-8d112f43b54c713b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b01eabea68b99a88.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2377 | 2024-03-20T19:15:10.062Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2378 | 2024-03-20T19:15:10.062Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/29ae98d/dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=91d7f985056b779f -C extra-filename=-91d7f985056b779f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2379 | 2024-03-20T19:15:10.062Z | Compiling async-stream v0.3.5 |
2380 | 2024-03-20T19:15:10.063Z | Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=6fe7743c47064bb0 -C extra-filename=-6fe7743c47064bb0 --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-bbeb974a7e6cd2d9.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2381 | 2024-03-20T19:15:10.283Z | Compiling serde_path_to_error v0.1.16 |
2382 | 2024-03-20T19:15:10.311Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aa5b8a5176fd9fa1 -C extra-filename=-aa5b8a5176fd9fa1 --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-b30ed7c35ebb4b42.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2383 | 2024-03-20T19:15:10.626Z | Compiling half v2.3.1 |
2384 | 2024-03-20T19:15:10.659Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-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 -C metadata=dab6ca9eb48a92a3 -C extra-filename=-dab6ca9eb48a92a3 --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-980c303988e700db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2385 | 2024-03-20T19:15:11.054Z | Compiling ciborium-io v0.2.2 |
2386 | 2024-03-20T19:15:11.088Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=93bfb3a01564aefe -C extra-filename=-93bfb3a01564aefe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2387 | 2024-03-20T19:15:11.088Z | Compiling strum_macros v0.26.1 |
2388 | 2024-03-20T19:15:11.088Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.26.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 -C metadata=aced48bff4500061 -C extra-filename=-aced48bff4500061 --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-a8c1128ccf1e31c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-d04453147b30520c.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2389 | 2024-03-20T19:15:11.175Z | Compiling ciborium-ll v0.2.2 |
2390 | 2024-03-20T19:15:11.201Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=daf634329f6b7c63 -C extra-filename=-daf634329f6b7c63 --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-93bfb3a01564aefe.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-dab6ca9eb48a92a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2391 | 2024-03-20T19:15:11.537Z | Compiling ciborium v0.2.2 |
2392 | 2024-03-20T19:15:11.566Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=725e70086ca63127 -C extra-filename=-725e70086ca63127 --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-93bfb3a01564aefe.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-daf634329f6b7c63.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2393 | 2024-03-20T19:15:11.689Z | Compiling darling_macro v0.20.3 |
2394 | 2024-03-20T19:15:11.715Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.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 -C metadata=732a39e206f60b94 -C extra-filename=-732a39e206f60b94 --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-1d029f60497e8dfb.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2395 | 2024-03-20T19:15:11.839Z | Compiling tokio-rustls v0.25.0 |
2396 | 2024-03-20T19:15:11.865Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=3d9950f7b141fe0b -C extra-filename=-3d9950f7b141fe0b --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-bfcd6c3dcc8bdfd2.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out` |
2397 | 2024-03-20T19:15:12.183Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/29ae98d/dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=bac2dd5acd3b247d -C extra-filename=-bac2dd5acd3b247d --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-6fe7743c47064bb0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-91d7f985056b779f.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-af24b9bd95b41eab.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-535c46064946cfa5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-884130e21cfbc9f4.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-aa5b8a5176fd9fa1.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d5c71938ac202827.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-891598d647538f18.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-8eb9c62fc8ee5b1a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-3d9950f7b141fe0b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-15f97496cfe610b8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-23b5f6bf672f3d19.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out` |
2398 | 2024-03-20T19:15:13.128Z | Compiling darling v0.20.3 |
2399 | 2024-03-20T19:15:13.599Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=2eae45232a04769a -C extra-filename=-2eae45232a04769a --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-1d029f60497e8dfb.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-732a39e206f60b94.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2400 | 2024-03-20T19:15:13.599Z | Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
2401 | 2024-03-20T19:15:13.599Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_common --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/1d8b818/mg-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 -C metadata=5b5eb3092617a220 -C extra-filename=-5b5eb3092617a220 --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-c3a3dddff120d61f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2402 | 2024-03-20T19:15:13.599Z | Compiling serde_with_macros v3.6.1 |
2403 | 2024-03-20T19:15:13.599Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.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 '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' -C metadata=1a0969b3e4fdee72 -C extra-filename=-1a0969b3e4fdee72 --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-2eae45232a04769a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2404 | 2024-03-20T19:15:13.599Z | Compiling wait-timeout v0.2.0 |
2405 | 2024-03-20T19:15:13.600Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout /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 -C metadata=e8a585130783d302 -C extra-filename=-e8a585130783d302 --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2406 | 2024-03-20T19:15:13.927Z | Compiling num_enum_derive v0.7.2 |
2407 | 2024-03-20T19:15:13.953Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_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 --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' -C metadata=ef88673552d8720e -C extra-filename=-ef88673552d8720e --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-1b85024877f3a820.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2408 | 2024-03-20T19:15:16.023Z | Compiling strum v0.26.1 |
2409 | 2024-03-20T19:15:16.058Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.26.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=e0e8e885cafb6a8c -C extra-filename=-e0e8e885cafb6a8c --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-aced48bff4500061.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2410 | 2024-03-20T19:15:16.058Z | Compiling serde_with v3.6.1 |
2411 | 2024-03-20T19:15:16.058Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.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 '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=4eb2f80cc0fd6448 -C extra-filename=-4eb2f80cc0fd6448 --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-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-1a0969b3e4fdee72.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2412 | 2024-03-20T19:15:16.058Z | Compiling structmeta-derive v0.3.0 |
2413 | 2024-03-20T19:15:16.059Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1c751ca5ccbc98eb -C extra-filename=-1c751ca5ccbc98eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2414 | 2024-03-20T19:15:16.799Z | Compiling num_enum v0.7.2 |
2415 | 2024-03-20T19:15:16.834Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c6aeb3209d1c2a4f -C extra-filename=-c6aeb3209d1c2a4f --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-ef88673552d8720e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2416 | 2024-03-20T19:15:16.916Z | Compiling rusty-fork v0.3.0 |
2417 | 2024-03-20T19:15:16.942Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' -C metadata=e1361235f905e035 -C extra-filename=-e1361235f905e035 --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-db9135e52485f533.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f6fbc9cc513eac06.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-e8a585130783d302.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2418 | 2024-03-20T19:15:16.977Z | Compiling rdb v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
2419 | 2024-03-20T19:15:16.977Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rdb --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/1d8b818/rdb/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3e66bd47c9608489 -C extra-filename=-3e66bd47c9608489 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rmeta --extern mg_common=/work/oxidecomputer/omicron/target/debug/deps/libmg_common-5b5eb3092617a220.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2420 | 2024-03-20T19:15:17.558Z | Compiling newtype-uuid v1.0.1 |
2421 | 2024-03-20T19:15:17.586Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-1.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="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=33a770dffbec51cf -C extra-filename=-33a770dffbec51cf --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-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2422 | 2024-03-20T19:15:17.851Z | Compiling structmeta-derive v0.2.0 |
2423 | 2024-03-20T19:15:17.888Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=669b3c13f236b08b -C extra-filename=-669b3c13f236b08b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2424 | 2024-03-20T19:15:18.175Z | Compiling rand_xorshift v0.3.0 |
2425 | 2024-03-20T19:15:18.204Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=457dde3678e64dd8 -C extra-filename=-457dde3678e64dd8 --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-4fa4ac482618385e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2426 | 2024-03-20T19:15:18.448Z | Compiling unarray v0.1.4 |
2427 | 2024-03-20T19:15:18.474Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4d2a858d5a06edaf -C extra-filename=-4d2a858d5a06edaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2428 | 2024-03-20T19:15:18.580Z | Compiling structmeta v0.3.0 |
2429 | 2024-03-20T19:15:18.623Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dfad2bcabaea597a -C extra-filename=-dfad2bcabaea597a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-1c751ca5ccbc98eb.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2430 | 2024-03-20T19:15:18.623Z | Compiling proptest v1.4.0 |
2431 | 2024-03-20T19:15:18.624Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-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 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"' -C metadata=306e0ab8c545559c -C extra-filename=-306e0ab8c545559c --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-27499d9b5a601208.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be1bb453946354ab.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-472fef5d71b2fb51.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-457dde3678e64dd8.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-e1361235f905e035.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-4d2a858d5a06edaf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2432 | 2024-03-20T19:15:18.959Z | Compiling parse-display-derive v0.9.0 |
2433 | 2024-03-20T19:15:18.986Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-derive-0.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 -C metadata=3267648c5d40bc94 -C extra-filename=-3267648c5d40bc94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-dfad2bcabaea597a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2434 | 2024-03-20T19:15:18.986Z | Compiling bgp v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
2435 | 2024-03-20T19:15:18.986Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bgp --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/1d8b818/bgp/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=88e43d0470a19aea -C extra-filename=-88e43d0470a19aea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern mg_common=/work/oxidecomputer/omicron/target/debug/deps/libmg_common-5b5eb3092617a220.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1a7eb10f63693edb.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-c6aeb3209d1c2a4f.rmeta --extern rdb=/work/oxidecomputer/omicron/target/debug/deps/librdb-3e66bd47c9608489.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-891598d647538f18.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2436 | 2024-03-20T19:15:19.263Z | Compiling backoff v0.4.0 |
2437 | 2024-03-20T19:15:19.295Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' -C metadata=5854896ab8f65f6e -C extra-filename=-5854896ab8f65f6e --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-89d5efafb6bf0fea.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bf6fa5bec279b28c.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-0a7219532de93018.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2438 | 2024-03-20T19:15:19.552Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2439 | 2024-03-20T19:15:19.590Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9a98ec35fdc259a0 -C extra-filename=-9a98ec35fdc259a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2440 | 2024-03-20T19:15:19.913Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2441 | 2024-03-20T19:15:19.949Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c5ebe0a/typify-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 -C metadata=513da06b5e726db4 -C extra-filename=-513da06b5e726db4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-7e520be7567091c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2442 | 2024-03-20T19:15:19.978Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2443 | 2024-03-20T19:15:19.978Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' -C metadata=f2497396aab64c55 -C extra-filename=-f2497396aab64c55 --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-33a770dffbec51cf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2444 | 2024-03-20T19:15:20.189Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2445 | 2024-03-20T19:15:20.225Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fe8e2cab88f7876c -C extra-filename=-fe8e2cab88f7876c --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-db60d4c20d2823cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2446 | 2024-03-20T19:15:20.295Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2447 | 2024-03-20T19:15:20.326Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' -C metadata=889fa7b66fefcb68 -C extra-filename=-889fa7b66fefcb68 --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-995bdcbdcd07cd38.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-9a98ec35fdc259a0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2448 | 2024-03-20T19:15:20.352Z | Compiling macaddr v1.0.1 |
2449 | 2024-03-20T19:15:20.352Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' -C metadata=91213d316a08f92d -C extra-filename=-91213d316a08f92d --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2450 | 2024-03-20T19:15:20.497Z | Compiling structmeta v0.2.0 |
2451 | 2024-03-20T19:15:20.535Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6d0cdedd9ec54ad9 -C extra-filename=-6d0cdedd9ec54ad9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-669b3c13f236b08b.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2452 | 2024-03-20T19:15:20.568Z | Compiling camino-tempfile v1.1.1 |
2453 | 2024-03-20T19:15:20.568Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7d793f93514239ce -C extra-filename=-7d793f93514239ce --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-aa5affffdef128b1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2454 | 2024-03-20T19:15:20.788Z | Compiling proc-macro-error-attr v1.0.4 |
2455 | 2024-03-20T19:15:20.822Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fad66f71676b7c98 -C extra-filename=-fad66f71676b7c98 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-fad66f71676b7c98 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2456 | 2024-03-20T19:15:20.867Z | Compiling test-strategy v0.3.1 |
2457 | 2024-03-20T19:15:20.896Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1bb162c8381bd8c5 -C extra-filename=-1bb162c8381bd8c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-6d0cdedd9ec54ad9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2458 | 2024-03-20T19:15:20.933Z | Compiling proc-macro-error v1.0.4 |
2459 | 2024-03-20T19:15:21.375Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=1366d0f3bcaee02a -C extra-filename=-1366d0f3bcaee02a --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-1366d0f3bcaee02a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2460 | 2024-03-20T19:15:21.425Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-fad66f71676b7c98/build-script-build` |
2461 | 2024-03-20T19:15:21.425Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=426a2ad6f15fb025 -C extra-filename=-426a2ad6f15fb025 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2462 | 2024-03-20T19:15:21.426Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-1366d0f3bcaee02a/build-script-build` |
2463 | 2024-03-20T19:15:21.426Z | Compiling same-file v1.0.6 |
2464 | 2024-03-20T19:15:21.426Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=93c1583377344c3a -C extra-filename=-93c1583377344c3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2465 | 2024-03-20T19:15:21.567Z | Compiling walkdir v2.4.0 |
2466 | 2024-03-20T19:15:21.606Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-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 -C metadata=6cdfd32f8061647e -C extra-filename=-6cdfd32f8061647e --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-93c1583377344c3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2467 | 2024-03-20T19:15:21.952Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=aa0253cdef2bd0fa -C extra-filename=-aa0253cdef2bd0fa --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-426a2ad6f15fb025.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback` |
2468 | 2024-03-20T19:15:22.200Z | Compiling usdt-macro v0.5.0 |
2469 | 2024-03-20T19:15:22.228Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=a5353cf00ba13a6d -C extra-filename=-a5353cf00ba13a6d --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-e9e9e76a7a486184.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-ca9ded886892fed2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2470 | 2024-03-20T19:15:22.575Z | Compiling usdt-attr-macro v0.5.0 |
2471 | 2024-03-20T19:15:22.600Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=377d0d9574b0bc11 -C extra-filename=-377d0d9574b0bc11 --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-e9e9e76a7a486184.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-ca9ded886892fed2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2472 | 2024-03-20T19:15:23.240Z | Compiling parse-display v0.9.0 |
2473 | 2024-03-20T19:15:23.780Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.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="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' -C metadata=1e6b28bdf30fd2d4 -C extra-filename=-1e6b28bdf30fd2d4 --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-3267648c5d40bc94.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2474 | 2024-03-20T19:15:23.780Z | Compiling memmap v0.7.0 |
2475 | 2024-03-20T19:15:23.780Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap /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 -C metadata=b9c741d7a711c399 -C extra-filename=-b9c741d7a711c399 --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2476 | 2024-03-20T19:15:23.824Z | Compiling heapless v0.8.0 |
2477 | 2024-03-20T19:15:23.824Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=99c20305208f1968 -C extra-filename=-99c20305208f1968 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-99c20305208f1968 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2478 | 2024-03-20T19:15:28.008Z | Compiling termtree v0.4.1 |
2479 | 2024-03-20T19:15:28.156Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3cd34e04b646fdd1 -C extra-filename=-3cd34e04b646fdd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2480 | 2024-03-20T19:15:28.156Z | Compiling usdt v0.5.0 |
2481 | 2024-03-20T19:15:28.156Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=4258ebc422c1fe64 -C extra-filename=-4258ebc422c1fe64 --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-54601a5e6c0c66d9.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-e9e9e76a7a486184.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-deb5c65f5f5a93ee.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-b9c741d7a711c399.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-377d0d9574b0bc11.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-ca9ded886892fed2.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-a5353cf00ba13a6d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2482 | 2024-03-20T19:15:28.156Z | Compiling predicates-tree v1.0.9 |
2483 | 2024-03-20T19:15:28.156Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.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 -C metadata=e6c526a8ec957ffc -C extra-filename=-e6c526a8ec957ffc --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-b55ee153c811977d.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-3cd34e04b646fdd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2484 | 2024-03-20T19:15:28.156Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-99c20305208f1968/build-script-build` |
2485 | 2024-03-20T19:15:28.156Z | Compiling num_enum_derive v0.5.11 |
2486 | 2024-03-20T19:15:28.156Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' -C metadata=04c0202edd49aea4 -C extra-filename=-04c0202edd49aea4 --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-1b85024877f3a820.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2487 | 2024-03-20T19:15:28.156Z | Compiling hash32 v0.3.1 |
2488 | 2024-03-20T19:15:28.156Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 /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 -C metadata=5d46faedb6eb351c -C extra-filename=-5d46faedb6eb351c --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-ee70016887b171ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2489 | 2024-03-20T19:15:28.156Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2490 | 2024-03-20T19:15:28.156Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c5ebe0a/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=2e5b967204277f98 -C extra-filename=-2e5b967204277f98 --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-7e520be7567091c5.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-513da06b5e726db4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2491 | 2024-03-20T19:15:28.156Z | Compiling smoltcp v0.11.0 |
2492 | 2024-03-20T19:15:28.156Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=ca0116a8c62d4513 -C extra-filename=-ca0116a8c62d4513 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-ca0116a8c62d4513 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2493 | 2024-03-20T19:15:28.156Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2494 | 2024-03-20T19:15:28.156Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/90d3282/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d677628268a50a6d -C extra-filename=-d677628268a50a6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getopts=/work/oxidecomputer/omicron/target/debug/deps/libgetopts-546a7eb753089bb3.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-2e5b967204277f98.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2495 | 2024-03-20T19:15:28.157Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2496 | 2024-03-20T19:15:28.157Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=33718d4f8774f2a3 -C extra-filename=-33718d4f8774f2a3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-33718d4f8774f2a3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2497 | 2024-03-20T19:15:28.157Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=285b2ed70ba96961 -C extra-filename=-285b2ed70ba96961 --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-5d46faedb6eb351c.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-582a0be4df1a882a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2498 | 2024-03-20T19:15:28.157Z | Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-33718d4f8774f2a3/build-script-build` |
2499 | 2024-03-20T19:15:28.157Z | Compiling cobs v0.2.3 |
2500 | 2024-03-20T19:15:28.157Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3fd1cea7f97f5675 -C extra-filename=-3fd1cea7f97f5675 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2501 | 2024-03-20T19:15:28.157Z | Compiling crucible-workspace-hack v0.1.0 |
2502 | 2024-03-20T19:15:28.157Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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 -C metadata=46a43025e66c88fc -C extra-filename=-46a43025e66c88fc --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-46a43025e66c88fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2503 | 2024-03-20T19:15:28.157Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-ca0116a8c62d4513/build-script-build` |
2504 | 2024-03-20T19:15:28.157Z | Compiling embedded-io v0.4.0 |
2505 | 2024-03-20T19:15:28.157Z | Running `/home/build/.rustup/toolchains/1.76.0-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"' -C metadata=bb29778d969aa912 -C extra-filename=-bb29778d969aa912 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2506 | 2024-03-20T19:15:28.157Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2507 | 2024-03-20T19:15:28.157Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4143c48adc6b68f3 -C extra-filename=-4143c48adc6b68f3 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-4143c48adc6b68f3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2508 | 2024-03-20T19:15:28.157Z | Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-46a43025e66c88fc/build-script-build` |
2509 | 2024-03-20T19:15:28.157Z | Compiling foreign-types-macros v0.2.3 |
2510 | 2024-03-20T19:15:28.157Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=21aba3c55d758482 -C extra-filename=-21aba3c55d758482 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2511 | 2024-03-20T19:15:28.158Z | Compiling postcard v1.0.8 |
2512 | 2024-03-20T19:15:28.158Z | Running `/home/build/.rustup/toolchains/1.76.0-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"' -C metadata=f3ca09dbcdd9fc8c -C extra-filename=-f3ca09dbcdd9fc8c --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-3fd1cea7f97f5675.rmeta --extern embedded_io=/work/oxidecomputer/omicron/target/debug/deps/libembedded_io-bb29778d969aa912.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2513 | 2024-03-20T19:15:28.158Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=1934a5bd669a40e1 -C extra-filename=-1934a5bd669a40e1 --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-7c0e576e00deb96c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-285b2ed70ba96961.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-4254128bc37ffddd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2514 | 2024-03-20T19:15:28.158Z | Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-4143c48adc6b68f3/build-script-build` |
2515 | 2024-03-20T19:15:28.158Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2516 | 2024-03-20T19:15:28.158Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/a4c956e/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"' -C metadata=5a7f8461a120683c -C extra-filename=-5a7f8461a120683c --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-5a7f8461a120683c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2517 | 2024-03-20T19:15:28.158Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2518 | 2024-03-20T19:15:28.159Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/a4c956e/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"' -C metadata=eb085a516065dff1 -C extra-filename=-eb085a516065dff1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2519 | 2024-03-20T19:15:28.159Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2520 | 2024-03-20T19:15:28.159Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94e284890a139288 -C extra-filename=-94e284890a139288 --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-94e284890a139288 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2521 | 2024-03-20T19:15:28.159Z | Compiling foreign-types-shared v0.3.1 |
2522 | 2024-03-20T19:15:28.159Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5c08a05d4af8d740 -C extra-filename=-5c08a05d4af8d740 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2523 | 2024-03-20T19:15:28.159Z | Running `/work/oxidecomputer/omicron/target/debug/build/opte-5a7f8461a120683c/build-script-build` |
2524 | 2024-03-20T19:15:28.159Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ec2f0fdefcce3348 -C extra-filename=-ec2f0fdefcce3348 --out-dir /work/oxidecomputer/omicron/target/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` |
2525 | 2024-03-20T19:15:28.160Z | Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-94e284890a139288/build-script-build` |
2526 | 2024-03-20T19:15:28.160Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack /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 -C metadata=704a6d61a1ba494f -C extra-filename=-704a6d61a1ba494f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2527 | 2024-03-20T19:15:28.160Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=93cb065b7cb66c90 -C extra-filename=-93cb065b7cb66c90 --out-dir /work/oxidecomputer/omicron/target/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` |
2528 | 2024-03-20T19:15:28.160Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2529 | 2024-03-20T19:15:28.160Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name derror_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/a4c956e/crates/derror-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 -C metadata=b269b3263919b4b2 -C extra-filename=-b269b3263919b4b2 --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-2eae45232a04769a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2530 | 2024-03-20T19:15:28.160Z | Compiling foreign-types v0.5.0 |
2531 | 2024-03-20T19:15:28.160Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9ab119944053726a -C extra-filename=-9ab119944053726a --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-21aba3c55d758482.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-5c08a05d4af8d740.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2532 | 2024-03-20T19:15:28.160Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2533 | 2024-03-20T19:15:28.160Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/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 -C metadata=41eb64e8fb76aa6c -C extra-filename=-41eb64e8fb76aa6c --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-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2534 | 2024-03-20T19:15:28.160Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2535 | 2024-03-20T19:15:28.160Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/a4c956e/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 -C metadata=b1bfe1d71b026495 -C extra-filename=-b1bfe1d71b026495 --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-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2536 | 2024-03-20T19:15:28.160Z | Compiling num_enum v0.5.11 |
2537 | 2024-03-20T19:15:28.161Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=79937bf8823922d6 -C extra-filename=-79937bf8823922d6 --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-04c0202edd49aea4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2538 | 2024-03-20T19:15:28.161Z | Compiling tabwriter v1.4.0 |
2539 | 2024-03-20T19:15:28.161Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabwriter-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_formatting"' --cfg 'feature="default"' -C metadata=614497814ef66dfd -C extra-filename=-614497814ef66dfd --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-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2540 | 2024-03-20T19:15:28.161Z | Compiling cstr-argument v0.1.2 |
2541 | 2024-03-20T19:15:28.161Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument /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 -C metadata=8ac8ce2aaf48a630 -C extra-filename=-8ac8ce2aaf48a630 --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-980c303988e700db.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2542 | 2024-03-20T19:15:28.161Z | Compiling pretty-hex v0.2.1 |
2543 | 2024-03-20T19:15:28.161Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /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"' -C metadata=dec582575c06d8ee -C extra-filename=-dec582575c06d8ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2544 | 2024-03-20T19:15:28.161Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2545 | 2024-03-20T19:15:28.161Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/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 -C metadata=aeb4511d74f78a77 -C extra-filename=-aeb4511d74f78a77 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-aeb4511d74f78a77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2546 | 2024-03-20T19:15:28.161Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/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 -C metadata=22af393ad8539018 -C extra-filename=-22af393ad8539018 --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-6b8d316e1cea3f77.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-41eb64e8fb76aa6c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l door` |
2547 | 2024-03-20T19:15:28.161Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2548 | 2024-03-20T19:15:28.162Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bb2ccc4c5b3b2866 -C extra-filename=-bb2ccc4c5b3b2866 --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-6b8d316e1cea3f77.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-ec2f0fdefcce3348.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-79937bf8823922d6.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-dec582575c06d8ee.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2549 | 2024-03-20T19:15:28.162Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2550 | 2024-03-20T19:15:28.162Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a160a081357f2375 -C extra-filename=-a160a081357f2375 --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-8ac8ce2aaf48a630.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-9ab119944053726a.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-93cb065b7cb66c90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2551 | 2024-03-20T19:15:28.236Z | Compiling colored v2.1.0 |
2552 | 2024-03-20T19:15:28.237Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dd2af96275a7f5d2 -C extra-filename=-dd2af96275a7f5d2 --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-62c4a58c39ad7790.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2553 | 2024-03-20T19:15:28.237Z | Running `/work/oxidecomputer/omicron/target/debug/build/libnet-aeb4511d74f78a77/build-script-build` |
2554 | 2024-03-20T19:15:28.237Z | Compiling socket2 v0.4.9 |
2555 | 2024-03-20T19:15:28.238Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-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="all"' -C metadata=e830c88db8a11628 -C extra-filename=-e830c88db8a11628 --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2556 | 2024-03-20T19:15:28.352Z | Compiling xattr v1.0.1 |
2557 | 2024-03-20T19:15:28.403Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-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="unsupported"' -C metadata=39b777e571ac7a48 -C extra-filename=-39b777e571ac7a48 --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2558 | 2024-03-20T19:15:28.509Z | Compiling filetime v0.2.23 |
2559 | 2024-03-20T19:15:28.560Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.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 -C metadata=beba8c826f2a274c -C extra-filename=-beba8c826f2a274c --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-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2560 | 2024-03-20T19:15:28.560Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2561 | 2024-03-20T19:15:28.560Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-46bdf39ddc5f7ef1/ca52bef/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=02d31612ddac10c5 -C extra-filename=-02d31612ddac10c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2562 | 2024-03-20T19:15:28.693Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2563 | 2024-03-20T19:15:28.725Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/a4c956e/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"' -C metadata=4e937026deba92e0 -C extra-filename=-4e937026deba92e0 --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-eb085a516065dff1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-f3ca09dbcdd9fc8c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1934a5bd669a40e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2564 | 2024-03-20T19:15:29.362Z | Compiling tar v0.4.40 |
2565 | 2024-03-20T19:15:29.362Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' -C metadata=43d426a631c80c04 -C extra-filename=-43d426a631c80c04 --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-beba8c826f2a274c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-39b777e571ac7a48.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2566 | 2024-03-20T19:15:29.362Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/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 -C metadata=594866cb674dc001 -C extra-filename=-594866cb674dc001 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-dd2af96275a7f5d2.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-bb2ccc4c5b3b2866.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-79937bf8823922d6.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-a160a081357f2375.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-93cb065b7cb66c90.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-22af393ad8539018.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-e830c88db8a11628.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat` |
2567 | 2024-03-20T19:15:29.362Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2568 | 2024-03-20T19:15:29.362Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/git/checkouts/zone-9383037a9395112c/f1920d5/zone_cfg_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 -C metadata=9fc53f7b9f7b3f99 -C extra-filename=-9fc53f7b9f7b3f99 --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-a8c1128ccf1e31c1.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-aa0253cdef2bd0fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2569 | 2024-03-20T19:15:29.898Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/a4c956e/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"' -C metadata=0bd240c4bc44e54c -C extra-filename=-0bd240c4bc44e54c --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-980c303988e700db.rmeta --extern derror_macro=/work/oxidecomputer/omicron/target/debug/deps/libderror_macro-b269b3263919b4b2.so --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a512eddf3afdc0f8.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-eb085a516065dff1.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-b1bfe1d71b026495.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-4e937026deba92e0.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-f3ca09dbcdd9fc8c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1934a5bd669a40e1.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-614497814ef66dfd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm` |
2570 | 2024-03-20T19:15:30.406Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2571 | 2024-03-20T19:15:30.406Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/a4c956e/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"' -C metadata=95cdad147fa35593 -C extra-filename=-95cdad147fa35593 --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-980c303988e700db.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-eb085a516065dff1.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-0bd240c4bc44e54c.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-02d31612ddac10c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1934a5bd669a40e1.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-614497814ef66dfd.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c85bb0d6d2fb70d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2572 | 2024-03-20T19:15:30.406Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2573 | 2024-03-20T19:15:30.406Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/fdf0585/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 -C metadata=03fa6b6caeb4275e -C extra-filename=-03fa6b6caeb4275e --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-6b8d316e1cea3f77.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2574 | 2024-03-20T19:15:30.478Z | Compiling num-derive v0.4.0 |
2575 | 2024-03-20T19:15:30.514Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.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 -C metadata=6c2619263f36e68d -C extra-filename=-6c2619263f36e68d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2576 | 2024-03-20T19:15:30.685Z | Compiling mockall_derive v0.12.0 |
2577 | 2024-03-20T19:15:30.711Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.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 -C metadata=5995008750e115b3 -C extra-filename=-5995008750e115b3 --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-980c303988e700db.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2578 | 2024-03-20T19:15:30.741Z | Compiling base64 v0.22.0 |
2579 | 2024-03-20T19:15:30.766Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=356ff9a5192dbc7e -C extra-filename=-356ff9a5192dbc7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2580 | 2024-03-20T19:15:31.395Z | Compiling downcast v0.11.0 |
2581 | 2024-03-20T19:15:31.423Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1f7c9f7d175ab432 -C extra-filename=-1f7c9f7d175ab432 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2582 | 2024-03-20T19:15:31.576Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2583 | 2024-03-20T19:15:31.602Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/90d3282/progenitor-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 -C metadata=0f4da38c02ba4e68 -C extra-filename=-0f4da38c02ba4e68 --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-831e5927df80e2b7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-d677628268a50a6d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-800b31898016e6a8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2584 | 2024-03-20T19:15:31.644Z | Compiling fragile v2.0.0 |
2585 | 2024-03-20T19:15:31.671Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e894b1308bbfa0ed -C extra-filename=-e894b1308bbfa0ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2586 | 2024-03-20T19:15:31.671Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2587 | 2024-03-20T19:15:31.671Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/a4c956e/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 -C metadata=6d1ecd69c959da9f -C extra-filename=-6d1ecd69c959da9f --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-6b8d316e1cea3f77.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-594866cb674dc001.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-0bd240c4bc44e54c.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-95cdad147fa35593.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-f3ca09dbcdd9fc8c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2588 | 2024-03-20T19:15:32.059Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2589 | 2024-03-20T19:15:32.086Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/fdf0585/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 -C metadata=fc0d7c84909613e3 -C extra-filename=-fc0d7c84909613e3 --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-03fa6b6caeb4275e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2590 | 2024-03-20T19:15:32.190Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2591 | 2024-03-20T19:15:32.229Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/git/checkouts/zone-9383037a9395112c/f1920d5/zone/src/lib.rs --error-format=json --json=diagnostic-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="sync"' -C metadata=a914d00a2e572314 -C extra-filename=-a914d00a2e572314 --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-fe659cae1f4f223b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-9fc53f7b9f7b3f99.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2592 | 2024-03-20T19:15:32.424Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
2593 | 2024-03-20T19:15:32.460Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/952c7d6/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 -C metadata=cb4c4704d95684a8 -C extra-filename=-cb4c4704d95684a8 --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-704a6d61a1ba494f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-6c2619263f36e68d.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2594 | 2024-03-20T19:15:32.461Z | Compiling smf v0.2.2 |
2595 | 2024-03-20T19:15:32.495Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-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 -C metadata=a1e41c2f9002e3d6 -C extra-filename=-a1e41c2f9002e3d6 --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-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2596 | 2024-03-20T19:15:32.564Z | Compiling pem v3.0.2 |
2597 | 2024-03-20T19:15:32.590Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0cb71a710de885d6 -C extra-filename=-0cb71a710de885d6 --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-617eb63bc076f209.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2598 | 2024-03-20T19:15:33.234Z | Compiling linked-hash-map v0.5.6 |
2599 | 2024-03-20T19:15:33.265Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map /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 -C metadata=118e2b4d5837c75a -C extra-filename=-118e2b4d5837c75a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2600 | 2024-03-20T19:15:33.265Z | Compiling humantime v2.1.0 |
2601 | 2024-03-20T19:15:33.266Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=89cb2d203a224f7e -C extra-filename=-89cb2d203a224f7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2602 | 2024-03-20T19:15:33.792Z | Compiling lru-cache v0.1.2 |
2603 | 2024-03-20T19:15:33.792Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache /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 -C metadata=1cda006f2a34fb96 -C extra-filename=-1cda006f2a34fb96 --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-118e2b4d5837c75a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2604 | 2024-03-20T19:15:33.792Z | Compiling headers-core v0.2.0 |
2605 | 2024-03-20T19:15:33.792Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name headers_core /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-core-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 -C metadata=07bb001fef48db39 -C extra-filename=-07bb001fef48db39 --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-3ad4984bdc555529.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2606 | 2024-03-20T19:15:33.792Z | Compiling password-hash v0.5.0 |
2607 | 2024-03-20T19:15:33.792Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=afee59289627ee61 -C extra-filename=-afee59289627ee61 --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-1d4bdcf392c0c077.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2608 | 2024-03-20T19:15:33.792Z | Compiling headers v0.3.9 |
2609 | 2024-03-20T19:15:33.792Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name headers /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-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 -C metadata=9f6e48ba9013d532 -C extra-filename=-9f6e48ba9013d532 --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-617eb63bc076f209.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-07bb001fef48db39.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f7a1e4bfdebec0a6.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b01eabea68b99a88.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d5c71938ac202827.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2610 | 2024-03-20T19:15:33.792Z | Compiling blake2 v0.10.6 |
2611 | 2024-03-20T19:15:33.792Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=144b4f39f1f7c4be -C extra-filename=-144b4f39f1f7c4be --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-a6c53878d7a38e90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2612 | 2024-03-20T19:15:33.792Z | Compiling itertools v0.12.1 |
2613 | 2024-03-20T19:15:33.793Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=2baf6454aeb93980 -C extra-filename=-2baf6454aeb93980 --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-29735c8c8d06ffc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2614 | 2024-03-20T19:15:34.478Z | Compiling argon2 v0.5.3 |
2615 | 2024-03-20T19:15:34.510Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=bd1d1801db21c345 -C extra-filename=-bd1d1801db21c345 --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-1d4bdcf392c0c077.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-144b4f39f1f7c4be.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-afee59289627ee61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2616 | 2024-03-20T19:15:34.784Z | Compiling swrite v0.1.0 |
2617 | 2024-03-20T19:15:34.812Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name swrite /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 -C metadata=a62c0f6c5943a826 -C extra-filename=-a62c0f6c5943a826 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2618 | 2024-03-20T19:15:34.885Z | Compiling derive-where v1.2.7 |
2619 | 2024-03-20T19:15:34.918Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2b44ebb5b3c74cea -C extra-filename=-2b44ebb5b3c74cea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2620 | 2024-03-20T19:15:35.345Z | Compiling rcgen v0.12.1 |
2621 | 2024-03-20T19:15:35.377Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' -C metadata=b8fd1eb3eadc8a85 -C extra-filename=-b8fd1eb3eadc8a85 --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-0cb71a710de885d6.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-9505c6c6a004631d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out` |
2622 | 2024-03-20T19:15:36.256Z | Compiling atomicwrites v0.4.3 |
2623 | 2024-03-20T19:15:36.288Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-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 -C metadata=3655500470576653 -C extra-filename=-3655500470576653 --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-6341173b0c3a13b4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2624 | 2024-03-20T19:15:36.564Z | Compiling subprocess v0.2.9 |
2625 | 2024-03-20T19:15:36.604Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3d08902ccd262d2a -C extra-filename=-3d08902ccd262d2a --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2626 | 2024-03-20T19:15:36.799Z | Compiling resolv-conf v0.7.0 |
2627 | 2024-03-20T19:15:36.837Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf /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"' -C metadata=b17683cade733f41 -C extra-filename=-b17683cade733f41 --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-535c46064946cfa5.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f6fbc9cc513eac06.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2628 | 2024-03-20T19:15:37.080Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2629 | 2024-03-20T19:15:37.201Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build 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 -C metadata=f6813246121b20ea -C extra-filename=-f6813246121b20ea --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-f6813246121b20ea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-bbfc89eae5e2d3b2.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-68ea511be1183fba.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3df99549457fce56.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-27499d9b5a601208.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be1bb453946354ab.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-354ed4aae11869be.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-56bee3b2739ce422.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-5e573668e29cd32a.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6aceee1def2f4da4.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-5696f49e87e7e9eb.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-088c06576c896f41.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-996b9ba85656a83e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-949fa3c719518569.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-54601a5e6c0c66d9.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8d8bf4e25df132f.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-6611eb4731189f69.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-fcfc55d12e511fa2.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8caf83743321fd0c.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bf6fa5bec279b28c.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-547b3c2635021fdc.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-903a53ee9c1698c0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-00025fcde1c50750.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7933e1db1f12eba9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-4772c578c774ae0f.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-4254128bc37ffddd.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-1e3eaf16406257ce.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1a7eb10f63693edb.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-ffdb14edb5f31fca.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-8a4f5f1eb5a1a1b3.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c0ec443ce0be2bb1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-697ac57de36da886.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-a7dee96d0234d4d9.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-faa495f1c4f12fa0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-472fef5d71b2fb51.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-51bf6104d225a7cd.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6341173b0c3a13b4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-871159d04b2d3ddf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-33f63dff621ea474.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-c56fb773f20a57de.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-bd80c006a042a786.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ae216f68cb6abb6a.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-64c0da0a5c1565b4.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d69b616d8ada4d82.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-6eae947a556dbfcc.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-15f97496cfe610b8.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-ca9ded886892fed2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-9505c6c6a004631d.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c85bb0d6d2fb70d6.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
2630 | 2024-03-20T19:15:37.373Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-f6813246121b20ea/build-script-build` |
2631 | 2024-03-20T19:15:37.470Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack 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 -C metadata=80b4bc977ce9316a -C extra-filename=-80b4bc977ce9316a --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-bbfc89eae5e2d3b2.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-68ea511be1183fba.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3df99549457fce56.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-27499d9b5a601208.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be1bb453946354ab.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-354ed4aae11869be.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-56bee3b2739ce422.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-5e573668e29cd32a.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6aceee1def2f4da4.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-5696f49e87e7e9eb.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-088c06576c896f41.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-996b9ba85656a83e.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-949fa3c719518569.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-54601a5e6c0c66d9.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8d8bf4e25df132f.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-6611eb4731189f69.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-fcfc55d12e511fa2.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8caf83743321fd0c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bf6fa5bec279b28c.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-547b3c2635021fdc.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-903a53ee9c1698c0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-00025fcde1c50750.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7933e1db1f12eba9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-4772c578c774ae0f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-4254128bc37ffddd.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-1e3eaf16406257ce.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1a7eb10f63693edb.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-ffdb14edb5f31fca.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-8a4f5f1eb5a1a1b3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c0ec443ce0be2bb1.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-697ac57de36da886.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-a7dee96d0234d4d9.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-faa495f1c4f12fa0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-472fef5d71b2fb51.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-51bf6104d225a7cd.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6341173b0c3a13b4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-871159d04b2d3ddf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-33f63dff621ea474.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-bd80c006a042a786.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ae216f68cb6abb6a.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-64c0da0a5c1565b4.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d69b616d8ada4d82.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-6eae947a556dbfcc.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-15f97496cfe610b8.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-ca9ded886892fed2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-9505c6c6a004631d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c85bb0d6d2fb70d6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
2632 | 2024-03-20T19:15:37.514Z | Compiling trust-dns-resolver v0.22.0 |
2633 | 2024-03-20T19:15:37.514Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_resolver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-resolver-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="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=c94f3245b8807f94 -C extra-filename=-c94f3245b8807f94 --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-980c303988e700db.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-1cda006f2a34fb96.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-b17683cade733f41.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2634 | 2024-03-20T19:15:37.515Z | Compiling arc-swap v1.6.0 |
2635 | 2024-03-20T19:15:37.515Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.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 -C metadata=2550af1542f0084a -C extra-filename=-2550af1542f0084a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2636 | 2024-03-20T19:15:37.515Z | Compiling mockall v0.12.0 |
2637 | 2024-03-20T19:15:37.544Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-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 -C metadata=9711295b31a6bec0 -C extra-filename=-9711295b31a6bec0 --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-980c303988e700db.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-1f7c9f7d175ab432.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-e894b1308bbfa0ed.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-5995008750e115b3.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-faa495f1c4f12fa0.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-e6c526a8ec957ffc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2638 | 2024-03-20T19:15:37.544Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2639 | 2024-03-20T19:15:37.544Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=56536a38ca488a63 -C extra-filename=-56536a38ca488a63 --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-80b4bc977ce9316a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
2640 | 2024-03-20T19:15:37.813Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2641 | 2024-03-20T19:15:37.851Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8301f6eb8fad901f -C extra-filename=-8301f6eb8fad901f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
2642 | 2024-03-20T19:15:38.041Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2643 | 2024-03-20T19:15:38.075Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a47a4d776080639b -C extra-filename=-a47a4d776080639b --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-bd1d1801db21c345.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
2644 | 2024-03-20T19:15:38.114Z | Compiling slog-scope v4.4.0 |
2645 | 2024-03-20T19:15:38.148Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope /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 -C metadata=f43bae1e2ff5c3d9 -C extra-filename=-f43bae1e2ff5c3d9 --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-2550af1542f0084a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2646 | 2024-03-20T19:15:38.312Z | Compiling semver v0.1.20 |
2647 | 2024-03-20T19:15:38.340Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name semver /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 -C metadata=dba12cca44c3ce32 -C extra-filename=-dba12cca44c3ce32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2648 | 2024-03-20T19:15:38.370Z | Compiling slog-stdlog v4.1.1 |
2649 | 2024-03-20T19:15:38.401Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=cb5037a33d491476 -C extra-filename=-cb5037a33d491476 --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-2abfed8e51c766cf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-f43bae1e2ff5c3d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2650 | 2024-03-20T19:15:38.471Z | Compiling cancel-safe-futures v0.1.5 |
2651 | 2024-03-20T19:15:38.471Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=21f7727c91c71c2c -C extra-filename=-21f7727c91c71c2c --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-21f7727c91c71c2c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2652 | 2024-03-20T19:15:38.593Z | Compiling rustc_version v0.1.7 |
2653 | 2024-03-20T19:15:38.627Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version /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 -C metadata=4288a2f61b5af2e4 -C extra-filename=-4288a2f61b5af2e4 --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-dba12cca44c3ce32.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2654 | 2024-03-20T19:15:38.718Z | Compiling slog-envlogger v2.2.0 |
2655 | 2024-03-20T19:15:38.718Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger /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"' -C metadata=489707f7caa2dd80 -C extra-filename=-489707f7caa2dd80 --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-2abfed8e51c766cf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-f43bae1e2ff5c3d9.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-cb5037a33d491476.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2656 | 2024-03-20T19:15:38.772Z | Compiling signature v2.1.0 |
2657 | 2024-03-20T19:15:38.772Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-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 --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=87fa9ebc53729cb3 -C extra-filename=-87fa9ebc53729cb3 --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-a6c53878d7a38e90.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2658 | 2024-03-20T19:15:38.810Z | Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-21f7727c91c71c2c/build-script-build` |
2659 | 2024-03-20T19:15:38.810Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=a793ffa56fa205b3 -C extra-filename=-a793ffa56fa205b3 --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-89d5efafb6bf0fea.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2660 | 2024-03-20T19:15:38.904Z | Compiling slog-dtrace v0.3.0 |
2661 | 2024-03-20T19:15:38.934Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7c91074811bdc16d -C extra-filename=-7c91074811bdc16d --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-7c91074811bdc16d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2662 | 2024-03-20T19:15:38.966Z | Compiling rayon-core v1.12.1 |
2663 | 2024-03-20T19:15:39.003Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f4733c6188dca178 -C extra-filename=-f4733c6188dca178 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-f4733c6188dca178 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2664 | 2024-03-20T19:15:39.044Z | Compiling newtype_derive v0.1.6 |
2665 | 2024-03-20T19:15:39.044Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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"' -C metadata=7642379ab00c1140 -C extra-filename=-7642379ab00c1140 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-7642379ab00c1140 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-4288a2f61b5af2e4.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2666 | 2024-03-20T19:15:39.194Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-7c91074811bdc16d/build-script-build` |
2667 | 2024-03-20T19:15:39.264Z | Compiling crossbeam-deque v0.8.3 |
2668 | 2024-03-20T19:15:39.308Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-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 --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b3c4c3177151a001 -C extra-filename=-b3c4c3177151a001 --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-980c303988e700db.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-5696f49e87e7e9eb.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2669 | 2024-03-20T19:15:39.308Z | Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-f4733c6188dca178/build-script-build` |
2670 | 2024-03-20T19:15:39.352Z | Compiling libsw v3.3.1 |
2671 | 2024-03-20T19:15:39.353Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-3.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' -C metadata=54f911ea7a4e298c -C extra-filename=-54f911ea7a4e298c --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-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2672 | 2024-03-20T19:15:39.353Z | Compiling is-terminal v0.4.9 |
2673 | 2024-03-20T19:15:39.353Z | Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-7642379ab00c1140/build-script-build` |
2674 | 2024-03-20T19:15:39.353Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.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 -C metadata=07069127a17cd079 -C extra-filename=-07069127a17cd079 --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-6341173b0c3a13b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2675 | 2024-03-20T19:15:39.408Z | Compiling linear-map v1.2.0 |
2676 | 2024-03-20T19:15:39.409Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name linear_map /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 -C metadata=170a65fc53887f22 -C extra-filename=-170a65fc53887f22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2677 | 2024-03-20T19:15:39.863Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive /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"' -C metadata=a066ba2ba3a2161f -C extra-filename=-a066ba2ba3a2161f --out-dir /work/oxidecomputer/omicron/target/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` |
2678 | 2024-03-20T19:15:39.863Z | Compiling owo-colors v4.0.0 |
2679 | 2024-03-20T19:15:39.863Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.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 -C metadata=21e9887b2a59a1a6 -C extra-filename=-21e9887b2a59a1a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2680 | 2024-03-20T19:15:39.863Z | Compiling steno v0.4.0 |
2681 | 2024-03-20T19:15:39.863Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/steno-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 -C metadata=84cbdf7fa6766d88 -C extra-filename=-84cbdf7fa6766d88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a066ba2ba3a2161f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2682 | 2024-03-20T19:15:39.864Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=40d7b3943423d395 -C extra-filename=-40d7b3943423d395 --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-b3c4c3177151a001.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2683 | 2024-03-20T19:15:39.864Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=233c233740c5a91e -C extra-filename=-233c233740c5a91e --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-5e3bfc1001098ea4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2684 | 2024-03-20T19:15:39.864Z | Compiling nibble_vec v0.1.0 |
2685 | 2024-03-20T19:15:39.865Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ad5717221127a63a -C extra-filename=-ad5717221127a63a --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-f15605284eda4bd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2686 | 2024-03-20T19:15:39.918Z | Compiling endian-type v0.1.2 |
2687 | 2024-03-20T19:15:39.949Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name endian_type /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 -C metadata=9878bc2ee7cdad50 -C extra-filename=-9878bc2ee7cdad50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2688 | 2024-03-20T19:15:40.095Z | Compiling radix_trie v0.2.1 |
2689 | 2024-03-20T19:15:40.145Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=31914b6898517cee -C extra-filename=-31914b6898517cee --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-9878bc2ee7cdad50.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-ad5717221127a63a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2690 | 2024-03-20T19:15:40.146Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2691 | 2024-03-20T19:15:40.146Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=699a5e2a24e76a04 -C extra-filename=-699a5e2a24e76a04 --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-80b4bc977ce9316a.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
2692 | 2024-03-20T19:15:40.434Z | Compiling rayon v1.9.0 |
2693 | 2024-03-20T19:15:40.478Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-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 -C metadata=3c0333554e1139b6 -C extra-filename=-3c0333554e1139b6 --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-29735c8c8d06ffc5.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-40d7b3943423d395.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2694 | 2024-03-20T19:15:40.979Z | Compiling glob v0.3.1 |
2695 | 2024-03-20T19:15:40.979Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name glob /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 -C metadata=23cedfca1f1a09fc -C extra-filename=-23cedfca1f1a09fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2696 | 2024-03-20T19:15:41.197Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2697 | 2024-03-20T19:15:41.228Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=910593e6fd20f86e -C extra-filename=-910593e6fd20f86e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2b44ebb5b3c74cea.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-54f911ea7a4e298c.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-170a65fc53887f22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
2698 | 2024-03-20T19:15:41.359Z | Compiling toml v0.5.11 |
2699 | 2024-03-20T19:15:41.395Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-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"' -C metadata=afa4c9634c10e2b4 -C extra-filename=-afa4c9634c10e2b4 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2700 | 2024-03-20T19:15:41.461Z | Compiling num-rational v0.4.1 |
2701 | 2024-03-20T19:15:41.494Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.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 -C metadata=44541355ec996e12 -C extra-filename=-44541355ec996e12 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-rational-44541355ec996e12 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2702 | 2024-03-20T19:15:41.552Z | Compiling num-complex v0.4.4 |
2703 | 2024-03-20T19:15:41.577Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-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 --cfg 'feature="libm"' -C metadata=0f2ec5d69ba17311 -C extra-filename=-0f2ec5d69ba17311 --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-21b07e30d4dab7ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2704 | 2024-03-20T19:15:42.194Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-rational-44541355ec996e12/build-script-build` |
2705 | 2024-03-20T19:15:42.246Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-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 -C metadata=8cc11b59b5be65d8 -C extra-filename=-8cc11b59b5be65d8 --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-451e0d2b9dfe66d2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_int_exp_fmt` |
2706 | 2024-03-20T19:15:42.377Z | Compiling termcolor v1.2.0 |
2707 | 2024-03-20T19:15:42.414Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-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 -C metadata=b868d2f25c6c0955 -C extra-filename=-b868d2f25c6c0955 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2708 | 2024-03-20T19:15:42.653Z | Compiling num v0.4.1 |
2709 | 2024-03-20T19:15:42.682Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-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="libm"' -C metadata=9f10828012a3e3e1 -C extra-filename=-9f10828012a3e3e1 --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-0f2ec5d69ba17311.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-8a4f5f1eb5a1a1b3.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-8cc11b59b5be65d8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2710 | 2024-03-20T19:15:42.767Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2711 | 2024-03-20T19:15:42.793Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b43c37731d53b273 -C extra-filename=-b43c37731d53b273 --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-80b4bc977ce9316a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
2712 | 2024-03-20T19:15:43.115Z | Compiling home v0.5.5 |
2713 | 2024-03-20T19:15:43.152Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d2c6a8e1c88275ec -C extra-filename=-d2c6a8e1c88275ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2714 | 2024-03-20T19:15:43.373Z | Compiling radium v0.7.0 |
2715 | 2024-03-20T19:15:43.808Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da833ba60dee6c82 -C extra-filename=-da833ba60dee6c82 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-da833ba60dee6c82 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2716 | 2024-03-20T19:15:43.842Z | Compiling maybe-uninit v2.0.0 |
2717 | 2024-03-20T19:15:43.842Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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 -C metadata=2389366b65699f97 -C extra-filename=-2389366b65699f97 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-2389366b65699f97 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2718 | 2024-03-20T19:15:43.880Z | Running `/work/oxidecomputer/omicron/target/debug/build/radium-da833ba60dee6c82/build-script-build` |
2719 | 2024-03-20T19:15:43.880Z | Compiling tap v1.0.1 |
2720 | 2024-03-20T19:15:43.881Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tap /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 -C metadata=1f22e98df0b8f0d2 -C extra-filename=-1f22e98df0b8f0d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2721 | 2024-03-20T19:15:43.914Z | Compiling convert_case v0.4.0 |
2722 | 2024-03-20T19:15:43.914Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=42260ae53805e822 -C extra-filename=-42260ae53805e822 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2723 | 2024-03-20T19:15:43.950Z | Compiling display-error-chain v0.2.0 |
2724 | 2024-03-20T19:15:43.976Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/display-error-chain-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bf419dfec19b310d -C extra-filename=-bf419dfec19b310d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2725 | 2024-03-20T19:15:44.025Z | Compiling wyz v0.5.1 |
2726 | 2024-03-20T19:15:44.052Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fb58df48391a79fe -C extra-filename=-fb58df48391a79fe --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-1f22e98df0b8f0d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2727 | 2024-03-20T19:15:44.108Z | Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-2389366b65699f97/build-script-build` |
2728 | 2024-03-20T19:15:44.185Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1cb6974208755004 -C extra-filename=-1cb6974208755004 --out-dir /work/oxidecomputer/omicron/target/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` |
2729 | 2024-03-20T19:15:44.340Z | Compiling newline-converter v0.3.0 |
2730 | 2024-03-20T19:15:44.383Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5efd44dc9c272ce5 -C extra-filename=-5efd44dc9c272ce5 --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-25e9de3528ba2d87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2731 | 2024-03-20T19:15:44.419Z | Compiling packed_struct v0.10.1 |
2732 | 2024-03-20T19:15:44.419Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=7f3daadff8859eed -C extra-filename=-7f3daadff8859eed --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-7f3daadff8859eed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2733 | 2024-03-20T19:15:44.472Z | Compiling crc-catalog v2.2.0 |
2734 | 2024-03-20T19:15:44.472Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-catalog-2.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 -C metadata=584b34e269a65c72 -C extra-filename=-584b34e269a65c72 --out-dir /work/oxidecomputer/omicron/target/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-03-20T19:15:44.502Z | Compiling funty v2.0.0 |
2736 | 2024-03-20T19:15:44.528Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d5326c02a34c00d0 -C extra-filename=-d5326c02a34c00d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2737 | 2024-03-20T19:15:44.528Z | Compiling num-bigint-dig v0.8.4 |
2738 | 2024-03-20T19:15:44.529Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=7c21abe8edd8cb47 -C extra-filename=-7c21abe8edd8cb47 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-7c21abe8edd8cb47 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2739 | 2024-03-20T19:15:44.581Z | Compiling crc v3.0.1 |
2740 | 2024-03-20T19:15:44.619Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-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 -C metadata=12b781ba37feba4c -C extra-filename=-12b781ba37feba4c --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-584b34e269a65c72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2741 | 2024-03-20T19:15:44.619Z | Compiling expectorate v1.1.0 |
2742 | 2024-03-20T19:15:44.619Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b34ecb9511b4db9b -C extra-filename=-b34ecb9511b4db9b --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-ecd543c2b58c8b48.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-5efd44dc9c272ce5.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-871159d04b2d3ddf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2743 | 2024-03-20T19:15:45.180Z | Compiling derive_more v0.99.17 |
2744 | 2024-03-20T19:15:45.228Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.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 --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"' -C metadata=dedb208d24807cf2 -C extra-filename=-dedb208d24807cf2 --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-42260ae53805e822.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2745 | 2024-03-20T19:15:45.229Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit /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 -C metadata=d51077df71b6e718 -C extra-filename=-d51077df71b6e718 --out-dir /work/oxidecomputer/omicron/target/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` |
2746 | 2024-03-20T19:15:45.229Z | Compiling packed_struct_codegen v0.10.1 |
2747 | 2024-03-20T19:15:45.229Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=71d2366efce9da3f -C extra-filename=-71d2366efce9da3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2748 | 2024-03-20T19:15:45.229Z | Compiling indexmap v1.9.3 |
2749 | 2024-03-20T19:15:45.229Z | Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-7f3daadff8859eed/build-script-build` |
2750 | 2024-03-20T19:15:45.230Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-7c21abe8edd8cb47/build-script-build` |
2751 | 2024-03-20T19:15:45.230Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=f09a61d597ec3252 -C extra-filename=-f09a61d597ec3252 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-f09a61d597ec3252 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2752 | 2024-03-20T19:15:45.230Z | Compiling nodrop v0.1.14 |
2753 | 2024-03-20T19:15:45.230Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nodrop /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 -C metadata=dcf73372ab15b9b6 -C extra-filename=-dcf73372ab15b9b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2754 | 2024-03-20T19:15:45.230Z | Compiling utf-8 v0.7.6 |
2755 | 2024-03-20T19:15:45.231Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 /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 -C metadata=c84491f7bfb958ad -C extra-filename=-c84491f7bfb958ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2756 | 2024-03-20T19:15:45.231Z | Compiling array-init v0.0.4 |
2757 | 2024-03-20T19:15:45.231Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name array_init /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 -C metadata=47f548cad5eb7a70 -C extra-filename=-47f548cad5eb7a70 --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-dcf73372ab15b9b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2758 | 2024-03-20T19:15:45.270Z | Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-f09a61d597ec3252/build-script-build` |
2759 | 2024-03-20T19:15:45.340Z | Compiling tungstenite v0.20.1 |
2760 | 2024-03-20T19:15:45.340Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-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"' -C metadata=7fc75eb1bcb42444 -C extra-filename=-7fc75eb1bcb42444 --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-ee70016887b171ea.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-21eb80e9e8ebe971.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-8d112f43b54c713b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d5c71938ac202827.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-c84491f7bfb958ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2761 | 2024-03-20T19:15:45.372Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=53309572b38547f8 -C extra-filename=-53309572b38547f8 --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-ee70016887b171ea.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-08c3263bc1059c33.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-8a4f5f1eb5a1a1b3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128` |
2762 | 2024-03-20T19:15:46.042Z | Compiling bitvec v1.0.1 |
2763 | 2024-03-20T19:15:46.077Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dc5251a1fdc3e17c -C extra-filename=-dc5251a1fdc3e17c --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-d5326c02a34c00d0.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-1cb6974208755004.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-1f22e98df0b8f0d2.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-fb58df48391a79fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2764 | 2024-03-20T19:15:46.113Z | Compiling smallvec v0.6.14 |
2765 | 2024-03-20T19:15:46.113Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec /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"' -C metadata=750b6f44d5d11bb0 -C extra-filename=-750b6f44d5d11bb0 --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-d51077df71b6e718.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2766 | 2024-03-20T19:15:46.297Z | Compiling pkcs1 v0.7.5 |
2767 | 2024-03-20T19:15:46.335Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=feec032bdd149ce4 -C extra-filename=-feec032bdd149ce4 --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-996b9ba85656a83e.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-0b7b8f541d35c6e1.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-547654552caef2d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2768 | 2024-03-20T19:15:46.455Z | Compiling bitfield v0.14.0 |
2769 | 2024-03-20T19:15:46.498Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield /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 -C metadata=44a2177e54565cd3 -C extra-filename=-44a2177e54565cd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2770 | 2024-03-20T19:15:46.690Z | Compiling hashbrown v0.12.3 |
2771 | 2024-03-20T19:15:47.139Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' -C metadata=6b9efe44486a05de -C extra-filename=-6b9efe44486a05de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2772 | 2024-03-20T19:15:47.173Z | Compiling serde-hex v0.1.0 |
2773 | 2024-03-20T19:15:47.174Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex /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 -C metadata=98514bdd8737c5c9 -C extra-filename=-98514bdd8737c5c9 --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-47f548cad5eb7a70.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-750b6f44d5d11bb0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2774 | 2024-03-20T19:15:47.174Z | Compiling tokio-tungstenite v0.20.1 |
2775 | 2024-03-20T19:15:47.174Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-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"' -C metadata=a55b33373ba6031a -C extra-filename=-a55b33373ba6031a --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-61761f61c51300b8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-7fc75eb1bcb42444.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2776 | 2024-03-20T19:15:47.352Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2777 | 2024-03-20T19:15:47.381Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/90d3282/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5a68c5e13781c2aa -C extra-filename=-5a68c5e13781c2aa --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-eb3fc225a0b06c66.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-d677628268a50a6d.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-0f4da38c02ba4e68.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64` |
2778 | 2024-03-20T19:15:47.527Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
2779 | 2024-03-20T19:15:47.568Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/1d8b818/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 -C metadata=cf6f81396c333432 -C extra-filename=-cf6f81396c333432 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern bgp=/work/oxidecomputer/omicron/target/debug/deps/libbgp-88e43d0470a19aea.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rmeta --extern rdb=/work/oxidecomputer/omicron/target/debug/deps/librdb-3e66bd47c9608489.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64` |
2780 | 2024-03-20T19:15:47.568Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2781 | 2024-03-20T19:15:47.568Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=732cb654e7e0b968 -C extra-filename=-732cb654e7e0b968 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
2782 | 2024-03-20T19:15:47.595Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2783 | 2024-03-20T19:15:47.595Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=16fe8c33c96057a2 -C extra-filename=-16fe8c33c96057a2 --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-356ff9a5192dbc7e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
2784 | 2024-03-20T19:15:47.647Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=1abd2053f376426f -C extra-filename=-1abd2053f376426f --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-6b9efe44486a05de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std` |
2785 | 2024-03-20T19:15:48.372Z | Compiling rsa v0.9.2 |
2786 | 2024-03-20T19:15:48.404Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rsa-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' -C metadata=de6453f91970b472 -C extra-filename=-de6453f91970b472 --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-ee70016887b171ea.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6aceee1def2f4da4.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-53309572b38547f8.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-8a4f5f1eb5a1a1b3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-feec032bdd149ce4.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-0b7b8f541d35c6e1.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-87fa9ebc53729cb3.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-547654552caef2d8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2787 | 2024-03-20T19:15:48.857Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=49eff785b7229eaf -C extra-filename=-49eff785b7229eaf --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-dc5251a1fdc3e17c.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-71d2366efce9da3f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2788 | 2024-03-20T19:15:49.040Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2789 | 2024-03-20T19:15:49.072Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=9c9f2e3bfedd2848 -C extra-filename=-9c9f2e3bfedd2848 --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-ee70016887b171ea.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-12b781ba37feba4c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-590e009e477044e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2790 | 2024-03-20T19:15:49.313Z | Compiling env_logger v0.10.0 |
2791 | 2024-03-20T19:15:49.352Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/src/lib.rs --error-format=json --json=diagnostic-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"' -C metadata=47f87905f0e66bb4 -C extra-filename=-47f87905f0e66bb4 --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-07069127a17cd079.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-b868d2f25c6c0955.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2792 | 2024-03-20T19:15:50.486Z | Compiling ron v0.8.1 |
2793 | 2024-03-20T19:15:50.513Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=ffade93e16c6b8e0 -C extra-filename=-ffade93e16c6b8e0 --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-617eb63bc076f209.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2794 | 2024-03-20T19:15:50.849Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2795 | 2024-03-20T19:15:50.884Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=9e5beafa0679d300 -C extra-filename=-9e5beafa0679d300 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-56536a38ca488a63.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5854896ab8f65f6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf6f81396c333432.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-1e6b28bdf30fd2d4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-eb3fc225a0b06c66.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
2796 | 2024-03-20T19:15:52.077Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2797 | 2024-03-20T19:15:52.106Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/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 -C metadata=e74a46ff220685c3 -C extra-filename=-e74a46ff220685c3 --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-44a2177e54565cd3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-49eff785b7229eaf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2798 | 2024-03-20T19:15:52.175Z | Compiling x509-cert v0.2.4 |
2799 | 2024-03-20T19:15:52.216Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x509-cert-0.2.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="std"' -C metadata=d04bf3119feb1f66 -C extra-filename=-d04bf3119feb1f66 --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-6aceee1def2f4da4.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-996b9ba85656a83e.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-547654552caef2d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2800 | 2024-03-20T19:15:52.682Z | Compiling hashbrown v0.13.2 |
2801 | 2024-03-20T19:15:52.722Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' -C metadata=94e4e7ba309d7872 -C extra-filename=-94e4e7ba309d7872 --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-bbfc89eae5e2d3b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2802 | 2024-03-20T19:15:52.788Z | Compiling arrayref v0.3.7 |
2803 | 2024-03-20T19:15:52.835Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayref /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 -C metadata=477e329b0fb4e5d0 -C extra-filename=-477e329b0fb4e5d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2804 | 2024-03-20T19:15:52.879Z | Compiling crc-any v2.4.3 |
2805 | 2024-03-20T19:15:52.914Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-any-2.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 -C metadata=2598e3c411c3e11b -C extra-filename=-2598e3c411c3e11b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2806 | 2024-03-20T19:15:52.915Z | Compiling arrayvec v0.7.4 |
2807 | 2024-03-20T19:15:52.915Z | Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=c9c1b634dcefec2a -C extra-filename=-c9c1b634dcefec2a --out-dir /work/oxidecomputer/omicron/target/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-03-20T19:15:53.245Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2809 | 2024-03-20T19:15:53.276Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2a476cbaa4137627 -C extra-filename=-2a476cbaa4137627 --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-ffade93e16c6b8e0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-9c9f2e3bfedd2848.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-590e009e477044e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2810 | 2024-03-20T19:15:53.315Z | Compiling constant_time_eq v0.3.0 |
2811 | 2024-03-20T19:15:53.349Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.3.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 -C metadata=5b32d0391bf1b5d5 -C extra-filename=-5b32d0391bf1b5d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2812 | 2024-03-20T19:15:53.485Z | Compiling path-slash v0.1.5 |
2813 | 2024-03-20T19:15:53.524Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3f90d698ca79fa8f -C extra-filename=-3f90d698ca79fa8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2814 | 2024-03-20T19:15:53.565Z | Compiling object v0.30.4 |
2815 | 2024-03-20T19:15:53.603Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' -C metadata=ef3269e7e4a0c920 -C extra-filename=-ef3269e7e4a0c920 --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-cefa2dedbe8d87d7.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-94e4e7ba309d7872.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1abd2053f376426f.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2816 | 2024-03-20T19:15:54.049Z | Compiling blake3 v1.5.0 |
2817 | 2024-03-20T19:15:54.049Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.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="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' -C metadata=b5de045d0b4a8c8c -C extra-filename=-b5de045d0b4a8c8c --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-b5de045d0b4a8c8c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2818 | 2024-03-20T19:15:54.087Z | Compiling memmap2 v0.7.1 |
2819 | 2024-03-20T19:15:54.087Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-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 -C metadata=e3874dcae2a88085 -C extra-filename=-e3874dcae2a88085 --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2820 | 2024-03-20T19:15:54.087Z | Compiling heck v0.3.3 |
2821 | 2024-03-20T19:15:54.087Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=12cdb6be815d4424 -C extra-filename=-12cdb6be815d4424 --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-25e9de3528ba2d87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2822 | 2024-03-20T19:15:54.087Z | Compiling textwrap v0.11.0 |
2823 | 2024-03-20T19:15:54.087Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-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 -C metadata=413954bee5843f60 -C extra-filename=-413954bee5843f60 --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-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2824 | 2024-03-20T19:15:54.177Z | Running `/work/oxidecomputer/omicron/target/debug/build/blake3-b5de045d0b4a8c8c/build-script-build` |
2825 | 2024-03-20T19:15:54.284Z | Compiling topological-sort v0.2.2 |
2826 | 2024-03-20T19:15:54.346Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f95a1301bee0cc84 -C extra-filename=-f95a1301bee0cc84 --out-dir /work/oxidecomputer/omicron/target/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-03-20T19:15:54.468Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-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="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' -C metadata=bda1b2dab1030737 -C extra-filename=-bda1b2dab1030737 --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-477e329b0fb4e5d0.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-c9c1b634dcefec2a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-5b32d0391bf1b5d5.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-e3874dcae2a88085.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3c0333554e1139b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/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` |
2828 | 2024-03-20T19:15:54.916Z | Compiling vec_map v0.8.2 |
2829 | 2024-03-20T19:15:54.917Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name vec_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vec_map-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 -C metadata=889956feeb361863 -C extra-filename=-889956feeb361863 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2830 | 2024-03-20T19:15:54.917Z | Compiling strsim v0.8.0 |
2831 | 2024-03-20T19:15:54.917Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-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 -C metadata=c89f4eb465b34cf4 -C extra-filename=-c89f4eb465b34cf4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2832 | 2024-03-20T19:15:54.951Z | Compiling ansi_term v0.12.1 |
2833 | 2024-03-20T19:15:54.951Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ansi_term /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-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 -C metadata=6ddf7a4dde139989 -C extra-filename=-6ddf7a4dde139989 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2834 | 2024-03-20T19:15:55.033Z | Compiling libefi-sys v0.1.0 |
2835 | 2024-03-20T19:15:55.084Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=57923c12001a9aa9 -C extra-filename=-57923c12001a9aa9 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-57923c12001a9aa9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2836 | 2024-03-20T19:15:55.176Z | Compiling clap v2.34.0 |
2837 | 2024-03-20T19:15:55.207Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-2.34.0/src/lib.rs --error-format=json --json=diagnostic-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_term"' --cfg 'feature="atty"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="vec_map"' -C metadata=351dce105c8916f8 -C extra-filename=-351dce105c8916f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libansi_term-6ddf7a4dde139989.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-bc207275872cf9fb.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-c89f4eb465b34cf4.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-413954bee5843f60.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-889956feeb361863.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2838 | 2024-03-20T19:15:55.334Z | Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-57923c12001a9aa9/build-script-build` |
2839 | 2024-03-20T19:15:55.388Z | Compiling omicron-zone-package v0.11.0 |
2840 | 2024-03-20T19:15:55.413Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-0.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 -C metadata=836c228aaab79d4e -C extra-filename=-836c228aaab79d4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-bda1b2dab1030737.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-beba8c826f2a274c.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3d575e387bdf95bf.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-bd80c006a042a786.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-f95a1301bee0cc84.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64` |
2841 | 2024-03-20T19:15:55.810Z | Compiling structopt-derive v0.4.18 |
2842 | 2024-03-20T19:15:55.843Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name structopt_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-derive-0.4.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 -C metadata=1cae3ebfb83f4730 -C extra-filename=-1cae3ebfb83f4730 --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-12cdb6be815d4424.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-aa0253cdef2bd0fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2843 | 2024-03-20T19:15:55.844Z | Compiling trust-dns-client v0.22.0 |
2844 | 2024-03-20T19:15:55.887Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_client --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-client-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 -C metadata=a827136269358aab -C extra-filename=-a827136269358aab --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-980c303988e700db.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-21eb80e9e8ebe971.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-31914b6898517cee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2845 | 2024-03-20T19:15:56.140Z | Compiling semver-parser v0.10.2 |
2846 | 2024-03-20T19:15:56.167Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name semver_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-parser-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 -C metadata=107ab8797a542c77 -C extra-filename=-107ab8797a542c77 --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-d7c5c51e4058a70f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2847 | 2024-03-20T19:15:57.900Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2848 | 2024-03-20T19:15:57.928Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=83c762147661914f -C extra-filename=-83c762147661914f --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-83c762147661914f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2849 | 2024-03-20T19:15:58.294Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2850 | 2024-03-20T19:15:58.343Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=63373e866e475f60 -C extra-filename=-63373e866e475f60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
2851 | 2024-03-20T19:15:58.386Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2852 | 2024-03-20T19:15:58.386Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mockall"' --cfg 'feature="testing"' -C metadata=ca72345e97b67dd7 -C extra-filename=-ca72345e97b67dd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-fc0d7c84909613e3.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-cb4c4704d95684a8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-9711295b31a6bec0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6d1ecd69c959da9f.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-95cdad147fa35593.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8301f6eb8fad901f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-e2ae5922343e9bab.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
2853 | 2024-03-20T19:15:58.436Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2854 | 2024-03-20T19:15:58.474Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3f40af50fc6337cf -C extra-filename=-3f40af50fc6337cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
2855 | 2024-03-20T19:16:00.400Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2856 | 2024-03-20T19:16:00.428Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="seed-gen"' -C metadata=de2b248eb9c8af00 -C extra-filename=-de2b248eb9c8af00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3655500470576653.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-beba8c826f2a274c.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
2857 | 2024-03-20T19:16:00.864Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2858 | 2024-03-20T19:16:00.908Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=31b5868f1a050513 -C extra-filename=-31b5868f1a050513 --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-6aecfa5f524ba23c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9f10828012a3e3e1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-b43c37731d53b273.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
2859 | 2024-03-20T19:16:00.943Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2860 | 2024-03-20T19:16:00.971Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2d6b57e9740f522b -C extra-filename=-2d6b57e9740f522b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
2861 | 2024-03-20T19:16:02.581Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2862 | 2024-03-20T19:16:02.611Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/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 -C metadata=7db132340b5ca625 -C extra-filename=-7db132340b5ca625 --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-ee70016887b171ea.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6aceee1def2f4da4.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-2598e3c411c3e11b.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-996b9ba85656a83e.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-47f87905f0e66bb4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-e74a46ff220685c3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-49eff785b7229eaf.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c0ec443ce0be2bb1.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-de6453f91970b472.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-98514bdd8737c5c9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d04bf3119feb1f66.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-590e009e477044e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2863 | 2024-03-20T19:16:02.850Z | Compiling keccak v0.1.4 |
2864 | 2024-03-20T19:16:02.879Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/keccak-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=eff9640768ec2811 -C extra-filename=-eff9640768ec2811 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2865 | 2024-03-20T19:16:02.909Z | Compiling structopt v0.3.26 |
2866 | 2024-03-20T19:16:02.909Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name structopt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-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 --cfg 'feature="default"' -C metadata=2c505ad354e75efa -C extra-filename=-2c505ad354e75efa --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-351dce105c8916f8.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-1cae3ebfb83f4730.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2867 | 2024-03-20T19:16:03.045Z | Running `/work/oxidecomputer/omicron/target/debug/build/tofino-83c762147661914f/build-script-build` |
2868 | 2024-03-20T19:16:03.129Z | Compiling sha3 v0.10.8 |
2869 | 2024-03-20T19:16:03.162Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=18e98e9e48a01bce -C extra-filename=-18e98e9e48a01bce --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-a6c53878d7a38e90.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-eff9640768ec2811.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2870 | 2024-03-20T19:16:03.576Z | Compiling trust-dns-server v0.22.1 |
2871 | 2024-03-20T19:16:03.604Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_server --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-server-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 -C metadata=39865239b6676153 -C extra-filename=-39865239b6676153 --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-e6be8cdf06d0bd46.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-db0587d23916f20e.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-ff152435fb53ec9e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-afa4c9634c10e2b4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-a827136269358aab.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2872 | 2024-03-20T19:16:03.633Z | Compiling semver v0.11.0 |
2873 | 2024-03-20T19:16:03.665Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name semver /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-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"' -C metadata=3b3142c6dcf71fdd -C extra-filename=-3b3142c6dcf71fdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver_parser=/work/oxidecomputer/omicron/target/debug/deps/libsemver_parser-107ab8797a542c77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2874 | 2024-03-20T19:16:03.925Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=04fecbd93a4f39a6 -C extra-filename=-04fecbd93a4f39a6 --out-dir /work/oxidecomputer/omicron/target/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` |
2875 | 2024-03-20T19:16:04.242Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2876 | 2024-03-20T19:16:04.269Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/73cd5a8/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 -C metadata=5aaf5179de87f687 -C extra-filename=-5aaf5179de87f687 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-e74a46ff220685c3.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-7db132340b5ca625.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-ef3269e7e4a0c920.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-3f90d698ca79fa8f.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-de6453f91970b472.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-9c9f2e3bfedd2848.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-2a476cbaa4137627.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-bd80c006a042a786.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d04bf3119feb1f66.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-590e009e477044e3.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.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-bd5d8c5bae313f3d/out/lib` |
2877 | 2024-03-20T19:16:04.355Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2878 | 2024-03-20T19:16:04.384Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5261b61fba90eb16 -C extra-filename=-5261b61fba90eb16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-79937bf8823922d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2879 | 2024-03-20T19:16:04.957Z | Compiling secrecy v0.8.0 |
2880 | 2024-03-20T19:16:05.012Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=60d1e75aba0cc8b7 -C extra-filename=-60d1e75aba0cc8b7 --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-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2881 | 2024-03-20T19:16:05.134Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2882 | 2024-03-20T19:16:05.169Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/6fffcc8/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 -C metadata=ef486e321f9a5dee -C extra-filename=-ef486e321f9a5dee --out-dir /work/oxidecomputer/omicron/target/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-03-20T19:16:05.194Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/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 -C metadata=276848ef01bcf101 -C extra-filename=-276848ef01bcf101 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-5261b61fba90eb16.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-2c505ad354e75efa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out -l static=pci` |
2884 | 2024-03-20T19:16:05.242Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2885 | 2024-03-20T19:16:05.267Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/6fffcc8/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 -C metadata=3d9d1a690638c900 -C extra-filename=-3d9d1a690638c900 --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-ef486e321f9a5dee.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2886 | 2024-03-20T19:16:05.626Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2887 | 2024-03-20T19:16:05.667Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bf8c6a7305dce9e0 -C extra-filename=-bf8c6a7305dce9e0 --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-6b8d316e1cea3f77.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-04fecbd93a4f39a6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2888 | 2024-03-20T19:16:05.822Z | Compiling toolchain_find v0.2.0 |
2889 | 2024-03-20T19:16:05.851Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-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 -C metadata=34e80d6ad3c7d650 -C extra-filename=-34e80d6ad3c7d650 --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-d2c6a8e1c88275ec.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3b3142c6dcf71fdd.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2890 | 2024-03-20T19:16:05.947Z | Compiling gethostname v0.4.3 |
2891 | 2024-03-20T19:16:05.976Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gethostname-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 -C metadata=4af3ac39ee685c10 -C extra-filename=-4af3ac39ee685c10 --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2892 | 2024-03-20T19:16:06.187Z | Compiling buf-list v1.0.3 |
2893 | 2024-03-20T19:16:06.223Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=c76e02f15f632695 -C extra-filename=-c76e02f15f632695 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-c76e02f15f632695 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2894 | 2024-03-20T19:16:06.426Z | Compiling platforms v3.0.2 |
2895 | 2024-03-20T19:16:06.458Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-3.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=548b0c051cb6ca4e -C extra-filename=-548b0c051cb6ca4e --out-dir /work/oxidecomputer/omicron/target/debug/build/platforms-548b0c051cb6ca4e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2896 | 2024-03-20T19:16:06.736Z | Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-c76e02f15f632695/build-script-build` |
2897 | 2024-03-20T19:16:06.766Z | Running `/work/oxidecomputer/omicron/target/debug/build/platforms-548b0c051cb6ca4e/build-script-build` |
2898 | 2024-03-20T19:16:06.800Z | Compiling rustfmt-wrapper v0.2.0 |
2899 | 2024-03-20T19:16:06.889Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8e8090c4744de862 -C extra-filename=-8e8090c4744de862 --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-38978e6989816a15.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-afa4c9634c10e2b4.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-34e80d6ad3c7d650.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2900 | 2024-03-20T19:16:06.889Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2901 | 2024-03-20T19:16:06.889Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=83fdc5411358700f -C extra-filename=-83fdc5411358700f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-a827136269358aab.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-39865239b6676153.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
2902 | 2024-03-20T19:16:06.925Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=abf878d1d1a926b5 -C extra-filename=-abf878d1d1a926b5 --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-6aecfa5f524ba23c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds` |
2903 | 2024-03-20T19:16:07.332Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name platforms --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=305cfbf4677b96f6 -C extra-filename=-305cfbf4677b96f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2904 | 2024-03-20T19:16:07.358Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2905 | 2024-03-20T19:16:07.358Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/dpd-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=17b0c7b65fd7cc8b -C extra-filename=-17b0c7b65fd7cc8b --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-17b0c7b65fd7cc8b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-836c228aaab79d4e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-8e8090c4744de862.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64` |
2906 | 2024-03-20T19:16:07.406Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
2907 | 2024-03-20T19:16:07.439Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/1d8b818/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 -C metadata=bce6aad87b94a293 -C extra-filename=-bce6aad87b94a293 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern mg_common=/work/oxidecomputer/omicron/target/debug/deps/libmg_common-5b5eb3092617a220.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64` |
2908 | 2024-03-20T19:16:07.828Z | Compiling curve25519-dalek v4.1.1 |
2909 | 2024-03-20T19:16:07.867Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=97a8c26849a57512 -C extra-filename=-97a8c26849a57512 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-97a8c26849a57512 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern platforms=/work/oxidecomputer/omicron/target/debug/deps/libplatforms-305cfbf4677b96f6.rlib --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c06feaa745b8ece6.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2910 | 2024-03-20T19:16:08.353Z | Compiling universal-hash v0.5.1 |
2911 | 2024-03-20T19:16:08.378Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7b0fd4e52ffbc0c7 -C extra-filename=-7b0fd4e52ffbc0c7 --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-088c06576c896f41.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2912 | 2024-03-20T19:16:08.406Z | Compiling opaque-debug v0.3.0 |
2913 | 2024-03-20T19:16:08.406Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=38956c25915cddb0 -C extra-filename=-38956c25915cddb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2914 | 2024-03-20T19:16:08.495Z | Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-97a8c26849a57512/build-script-build` |
2915 | 2024-03-20T19:16:08.538Z | Compiling pin-project-internal v1.1.3 |
2916 | 2024-03-20T19:16:08.572Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.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 -C metadata=34d43e706af36051 -C extra-filename=-34d43e706af36051 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2917 | 2024-03-20T19:16:08.619Z | Compiling curve25519-dalek-derive v0.1.0 |
2918 | 2024-03-20T19:16:08.664Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-derive-0.1.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 -C metadata=6cd329cb2f43fd91 -C extra-filename=-6cd329cb2f43fd91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2919 | 2024-03-20T19:16:09.391Z | Compiling unicase v2.7.0 |
2920 | 2024-03-20T19:16:09.435Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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 -C metadata=a9523f0e3c0b97e8 -C extra-filename=-a9523f0e3c0b97e8 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-a9523f0e3c0b97e8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2921 | 2024-03-20T19:16:09.722Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2922 | 2024-03-20T19:16:10.159Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1ff646cd72555b5f -C extra-filename=-1ff646cd72555b5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-56536a38ca488a63.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a47a4d776080639b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-1e6b28bdf30fd2d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-84cbdf7fa6766d88.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
2923 | 2024-03-20T19:16:10.188Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2924 | 2024-03-20T19:16:10.188Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d68cdaac0515ed64 -C extra-filename=-d68cdaac0515ed64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-910593e6fd20f86e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
2925 | 2024-03-20T19:16:11.283Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2926 | 2024-03-20T19:16:11.309Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=07befa7561496e8f -C extra-filename=-07befa7561496e8f --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-ca72345e97b67dd7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
2927 | 2024-03-20T19:16:11.930Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2928 | 2024-03-20T19:16:11.982Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3fe1015ea8b63e9b -C extra-filename=-3fe1015ea8b63e9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4af3ac39ee685c10.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-5261b61fba90eb16.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-bf8c6a7305dce9e0.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-3d9d1a690638c900.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-07befa7561496e8f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-276848ef01bcf101.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
2929 | 2024-03-20T19:16:12.142Z | Compiling doc-comment v0.3.3 |
2930 | 2024-03-20T19:16:12.171Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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 -C metadata=a5bf015633369d2f -C extra-filename=-a5bf015633369d2f --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-a5bf015633369d2f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2931 | 2024-03-20T19:16:12.412Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2932 | 2024-03-20T19:16:12.442Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1a1912a6e2794b2f -C extra-filename=-1a1912a6e2794b2f --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-bce6aad87b94a293.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-eb3fc225a0b06c66.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-07befa7561496e8f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
2933 | 2024-03-20T19:16:12.687Z | Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-a5bf015633369d2f/build-script-build` |
2934 | 2024-03-20T19:16:12.836Z | Compiling pin-project v1.1.3 |
2935 | 2024-03-20T19:16:12.867Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.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 -C metadata=de07d84e45cc4683 -C extra-filename=-de07d84e45cc4683 --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-34d43e706af36051.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2936 | 2024-03-20T19:16:12.968Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.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="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=4580cc12a6811996 -C extra-filename=-4580cc12a6811996 --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-980c303988e700db.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-6cd329cb2f43fd91.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.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"'` |
2937 | 2024-03-20T19:16:14.230Z | Running `/work/oxidecomputer/omicron/target/debug/build/unicase-a9523f0e3c0b97e8/build-script-build` |
2938 | 2024-03-20T19:16:14.788Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2939 | 2024-03-20T19:16:14.815Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=22dfc93d75787358 -C extra-filename=-22dfc93d75787358 --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-e6be8cdf06d0bd46.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60d1e75aba0cc8b7.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
2940 | 2024-03-20T19:16:15.020Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase /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 -C metadata=22517e3fbf17f45c -C extra-filename=-22517e3fbf17f45c --out-dir /work/oxidecomputer/omicron/target/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` |
2941 | 2024-03-20T19:16:15.175Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment /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 -C metadata=eab6502e68af0fa2 -C extra-filename=-eab6502e68af0fa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2942 | 2024-03-20T19:16:15.210Z | Compiling aead v0.5.2 |
2943 | 2024-03-20T19:16:15.211Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=006636b63ef3e5f2 -C extra-filename=-006636b63ef3e5f2 --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-088c06576c896f41.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2944 | 2024-03-20T19:16:15.352Z | Compiling vte_generate_state_changes v0.1.1 |
2945 | 2024-03-20T19:16:15.400Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-0.1.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 -C metadata=4982b8e50bd58df7 -C extra-filename=-4982b8e50bd58df7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2946 | 2024-03-20T19:16:15.532Z | Compiling mime_guess v2.0.4 |
2947 | 2024-03-20T19:16:15.569Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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"' -C metadata=ea64c2e9fcb884f5 -C extra-filename=-ea64c2e9fcb884f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-ea64c2e9fcb884f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-22517e3fbf17f45c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2948 | 2024-03-20T19:16:16.032Z | Compiling vte v0.11.1 |
2949 | 2024-03-20T19:16:16.077Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=537276d0e16699b7 -C extra-filename=-537276d0e16699b7 --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-57d9909e328a9bd8.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-4982b8e50bd58df7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2950 | 2024-03-20T19:16:16.426Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2951 | 2024-03-20T19:16:16.466Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="testing"' -C metadata=265427fc2150b375 -C extra-filename=-265427fc2150b375 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-22dfc93d75787358.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-3fe1015ea8b63e9b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
2952 | 2024-03-20T19:16:16.658Z | Compiling poly1305 v0.8.0 |
2953 | 2024-03-20T19:16:16.704Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=bf401129dc6b62ad -C extra-filename=-bf401129dc6b62ad --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-bc63a1637c76373c.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-38956c25915cddb0.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-7b0fd4e52ffbc0c7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2954 | 2024-03-20T19:16:18.056Z | Compiling chacha20 v0.9.1 |
2955 | 2024-03-20T19:16:18.096Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' -C metadata=18d3077823b1c206 -C extra-filename=-18d3077823b1c206 --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-980c303988e700db.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2956 | 2024-03-20T19:16:18.096Z | Compiling thiserror-impl-no-std v2.0.2 |
2957 | 2024-03-20T19:16:18.096Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0905640bdd1192fb -C extra-filename=-0905640bdd1192fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2958 | 2024-03-20T19:16:18.487Z | Compiling nanorand v0.7.0 |
2959 | 2024-03-20T19:16:18.527Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' -C metadata=118278b83ed031f2 -C extra-filename=-118278b83ed031f2 --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-bf6fa5bec279b28c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2960 | 2024-03-20T19:16:19.068Z | Compiling flume v0.11.0 |
2961 | 2024-03-20T19:16:19.536Z | Running `/home/build/.rustup/toolchains/1.76.0-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"' -C metadata=def8a1f3657677c6 -C extra-filename=-def8a1f3657677c6 --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-89d5efafb6bf0fea.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-118278b83ed031f2.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2962 | 2024-03-20T19:16:19.536Z | Compiling strip-ansi-escapes v0.2.0 |
2963 | 2024-03-20T19:16:19.536Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes /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 -C metadata=87a5d32be14d53bd -C extra-filename=-87a5d32be14d53bd --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-537276d0e16699b7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2964 | 2024-03-20T19:16:20.007Z | Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-ea64c2e9fcb884f5/build-script-build` |
2965 | 2024-03-20T19:16:20.008Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2966 | 2024-03-20T19:16:20.008Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=13f2409f015254c4 -C extra-filename=-13f2409f015254c4 --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-f17680ce5a756063.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-07befa7561496e8f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
2967 | 2024-03-20T19:16:20.008Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2968 | 2024-03-20T19:16:20.008Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=bd3b58537f0043a5 -C extra-filename=-bd3b58537f0043a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-bd3b58537f0043a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-699a5e2a24e76a04.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
2969 | 2024-03-20T19:16:20.044Z | Compiling fd-lock v3.0.13 |
2970 | 2024-03-20T19:16:20.045Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-3.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 -C metadata=41b0ecaa8a13e51a -C extra-filename=-41b0ecaa8a13e51a --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-980c303988e700db.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6341173b0c3a13b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2971 | 2024-03-20T19:16:20.045Z | Compiling kstat-rs v0.2.3 |
2972 | 2024-03-20T19:16:20.045Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kstat-rs-0.2.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 -C metadata=709d01f702754cfa -C extra-filename=-709d01f702754cfa --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-6b8d316e1cea3f77.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2973 | 2024-03-20T19:16:20.045Z | Compiling strum v0.25.0 |
2974 | 2024-03-20T19:16:20.045Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-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="std"' -C metadata=be0ac7f7ed060f77 -C extra-filename=-be0ac7f7ed060f77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2975 | 2024-03-20T19:16:20.141Z | Compiling nu-ansi-term v0.50.0 |
2976 | 2024-03-20T19:16:20.195Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.50.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d0a6101a9c05e476 -C extra-filename=-d0a6101a9c05e476 --out-dir /work/oxidecomputer/omicron/target/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-03-20T19:16:20.277Z | Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-bd3b58537f0043a5/build-script-build` |
2978 | 2024-03-20T19:16:20.316Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess /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"' -C metadata=8be371edb6aed398 -C extra-filename=-8be371edb6aed398 --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-b01eabea68b99a88.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-22517e3fbf17f45c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2979 | 2024-03-20T19:16:20.496Z | Compiling chacha20poly1305 v0.10.1 |
2980 | 2024-03-20T19:16:20.527Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=330cd05561751178 -C extra-filename=-330cd05561751178 --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-006636b63ef3e5f2.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-18d3077823b1c206.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-bf401129dc6b62ad.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2981 | 2024-03-20T19:16:20.701Z | Compiling reedline v0.30.0 |
2982 | 2024-03-20T19:16:20.738Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.30.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8cb9484c40028f46 -C extra-filename=-8cb9484c40028f46 --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-5e3bfc1001098ea4.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-41b0ecaa8a13e51a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-d0a6101a9c05e476.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-87a5d32be14d53bd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-be0ac7f7ed060f77.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-5816f63b375210cc.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-25e9de3528ba2d87.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2983 | 2024-03-20T19:16:20.812Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
2984 | 2024-03-20T19:16:20.845Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/952c7d6/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 -C metadata=007e9bbfd6499fa8 -C extra-filename=-007e9bbfd6499fa8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-704a6d61a1ba494f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64` |
2985 | 2024-03-20T19:16:21.085Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2986 | 2024-03-20T19:16:21.111Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 ipcc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2c2bd603228004b9 -C extra-filename=-2c2bd603228004b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/ipcc-2c2bd603228004b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2987 | 2024-03-20T19:16:21.146Z | Compiling thiserror-no-std v2.0.2 |
2988 | 2024-03-20T19:16:21.186Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=25092474fc86f624 -C extra-filename=-25092474fc86f624 --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-0905640bdd1192fb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2989 | 2024-03-20T19:16:21.233Z | Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-17b0c7b65fd7cc8b/build-script-build` |
2990 | 2024-03-20T19:16:21.269Z | Compiling vsss-rs v3.3.4 |
2991 | 2024-03-20T19:16:21.295Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vsss-rs-3.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=fef92b37dc9e2eff -C extra-filename=-fef92b37dc9e2eff --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-4580cc12a6811996.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8d8bf4e25df132f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-472fef5d71b2fb51.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-25092474fc86f624.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2992 | 2024-03-20T19:16:21.401Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2993 | 2024-03-20T19:16:21.427Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d1cf8badb1d2aea2 -C extra-filename=-d1cf8badb1d2aea2 --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-5e3bfc1001098ea4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a47a4d776080639b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
2994 | 2024-03-20T19:16:22.293Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f01433d4d26722b7 -C extra-filename=-f01433d4d26722b7 --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-5e3bfc1001098ea4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-eb3fc225a0b06c66.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
2995 | 2024-03-20T19:16:22.785Z | Running `/work/oxidecomputer/omicron/target/debug/build/ipcc-2c2bd603228004b9/build-script-build` |
2996 | 2024-03-20T19:16:22.785Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2997 | 2024-03-20T19:16:22.785Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' -C metadata=cbe85d9b688e3e5d -C extra-filename=-cbe85d9b688e3e5d --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-980c303988e700db.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-709d01f702754cfa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
2998 | 2024-03-20T19:16:23.310Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2999 | 2024-03-20T19:16:23.347Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/fdf0585/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"' -C metadata=ffde72626bd8f843 -C extra-filename=-ffde72626bd8f843 --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-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64` |
3000 | 2024-03-20T19:16:23.347Z | Compiling snafu-derive v0.7.5 |
3001 | 2024-03-20T19:16:23.347Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' -C metadata=cc6dd825d3549941 -C extra-filename=-cc6dd825d3549941 --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-a8c1128ccf1e31c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3002 | 2024-03-20T19:16:24.916Z | Compiling fs-err v2.11.0 |
3003 | 2024-03-20T19:16:24.946Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=98cf2bb34084ac3a -C extra-filename=-98cf2bb34084ac3a --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-98cf2bb34084ac3a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3004 | 2024-03-20T19:16:25.212Z | Compiling diff v0.1.13 |
3005 | 2024-03-20T19:16:25.247Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name diff /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 -C metadata=a9dfce8df970952b -C extra-filename=-a9dfce8df970952b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3006 | 2024-03-20T19:16:25.877Z | Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-98cf2bb34084ac3a/build-script-build` |
3007 | 2024-03-20T19:16:26.010Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=1d27543eb20ce46a -C extra-filename=-1d27543eb20ce46a --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-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-330cd05561751178.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60d1e75aba0cc8b7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-07befa7561496e8f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fef92b37dc9e2eff.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3008 | 2024-03-20T19:16:31.346Z | Compiling globset v0.4.13 |
3009 | 2024-03-20T19:16:31.457Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' -C metadata=e162adcb2a0a70da -C extra-filename=-e162adcb2a0a70da --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-68ea511be1183fba.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-56bee3b2739ce422.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3010 | 2024-03-20T19:16:31.457Z | Compiling olpc-cjson v0.1.3 |
3011 | 2024-03-20T19:16:31.457Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/olpc-cjson-0.1.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 -C metadata=25a44c699f2717f0 -C extra-filename=-25a44c699f2717f0 --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-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3012 | 2024-03-20T19:16:31.458Z | Compiling serde_plain v1.0.2 |
3013 | 2024-03-20T19:16:31.458Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=35525e2f0ffe3d73 -C extra-filename=-35525e2f0ffe3d73 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3014 | 2024-03-20T19:16:31.458Z | Compiling async-recursion v1.0.5 |
3015 | 2024-03-20T19:16:31.458Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.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 -C metadata=53a2f9c47ebf2369 -C extra-filename=-53a2f9c47ebf2369 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3016 | 2024-03-20T19:16:31.458Z | Compiling memoffset v0.7.1 |
3017 | 2024-03-20T19:16:31.458Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.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"' -C metadata=91bc079deecf60b3 -C extra-filename=-91bc079deecf60b3 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-91bc079deecf60b3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3018 | 2024-03-20T19:16:31.458Z | Compiling typed-path v0.7.0 |
3019 | 2024-03-20T19:16:31.458Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typed-path-0.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="std"' -C metadata=93e9384ce9b9aff1 -C extra-filename=-93e9384ce9b9aff1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3020 | 2024-03-20T19:16:31.459Z | Compiling snafu v0.7.5 |
3021 | 2024-03-20T19:16:31.459Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-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="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' --cfg 'feature="std"' -C metadata=902d7d5145d1abd4 -C extra-filename=-902d7d5145d1abd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-eab6502e68af0fa2.rmeta --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-de07d84e45cc4683.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-cc6dd825d3549941.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3022 | 2024-03-20T19:16:31.459Z | Compiling bytecount v0.6.3 |
3023 | 2024-03-20T19:16:31.459Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-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 -C metadata=d2c279734d6784ec -C extra-filename=-d2c279734d6784ec --out-dir /work/oxidecomputer/omicron/target/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-03-20T19:16:31.459Z | Compiling papergrid v0.11.0 |
3025 | 2024-03-20T19:16:31.459Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/papergrid-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=d0016df0fe718460 -C extra-filename=-d0016df0fe718460 --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-d2c279734d6784ec.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3026 | 2024-03-20T19:16:31.459Z | Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-91bc079deecf60b3/build-script-build` |
3027 | 2024-03-20T19:16:31.459Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1dc7337912681f81 -C extra-filename=-1dc7337912681f81 --out-dir /work/oxidecomputer/omicron/target/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 rustc_1_63` |
3028 | 2024-03-20T19:16:31.459Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2ddef206ca9828f9 -C extra-filename=-2ddef206ca9828f9 --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-980c303988e700db.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -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 native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3029 | 2024-03-20T19:16:31.459Z | Compiling tabled_derive v0.7.0 |
3030 | 2024-03-20T19:16:31.459Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled_derive-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4ddee67257acbe2d -C extra-filename=-4ddee67257acbe2d --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-a8c1128ccf1e31c1.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-aa0253cdef2bd0fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3031 | 2024-03-20T19:16:31.524Z | Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3032 | 2024-03-20T19:16:31.524Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/ef442ee/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4e1428724ad6010f -C extra-filename=-4e1428724ad6010f --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-a8c1128ccf1e31c1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3033 | 2024-03-20T19:16:31.524Z | Compiling tough v0.16.0 |
3034 | 2024-03-20T19:16:31.524Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' -C metadata=fc5b7b589cda4fc9 -C extra-filename=-fc5b7b589cda4fc9 --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-53a2f9c47ebf2369.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a512eddf3afdc0f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-e162adcb2a0a70da.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-25a44c699f2717f0.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-35525e2f0ffe3d73.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-902d7d5145d1abd4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-93e9384ce9b9aff1.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-63b74bc618967792.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64` |
3035 | 2024-03-20T19:16:31.524Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
3036 | 2024-03-20T19:16:31.524Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/fdf0585/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 -C metadata=a005a3fdf873ba20 -C extra-filename=-a005a3fdf873ba20 --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-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3037 | 2024-03-20T19:16:31.525Z | Compiling http-range v0.1.5 |
3038 | 2024-03-20T19:16:31.525Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c8f933eaaabe38a -C extra-filename=-3c8f933eaaabe38a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3039 | 2024-03-20T19:16:31.525Z | Compiling parse-size v1.0.0 |
3040 | 2024-03-20T19:16:31.525Z | Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=b31ab805a7686146 -C extra-filename=-b31ab805a7686146 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3041 | 2024-03-20T19:16:31.525Z | Compiling tabled v0.15.0 |
3042 | 2024-03-20T19:16:31.525Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' -C metadata=fafdbbb263f2d450 -C extra-filename=-fafdbbb263f2d450 --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-d0016df0fe718460.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-4ddee67257acbe2d.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3043 | 2024-03-20T19:16:31.525Z | Compiling hyper-staticfile v0.9.5 |
3044 | 2024-03-20T19:16:31.526Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.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 -C metadata=9488bd2907661119 -C extra-filename=-9488bd2907661119 --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-61761f61c51300b8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-3c8f933eaaabe38a.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f7a1e4bfdebec0a6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3045 | 2024-03-20T19:16:31.526Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
3046 | 2024-03-20T19:16:31.526Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/fdf0585/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 -C metadata=f21ce53b8aa5e655 -C extra-filename=-f21ce53b8aa5e655 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-bc207275872cf9fb.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-a005a3fdf873ba20.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-891598d647538f18.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64` |
3047 | 2024-03-20T19:16:32.018Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3048 | 2024-03-20T19:16:32.046Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7b0eb46995958ceb -C extra-filename=-7b0eb46995958ceb --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-5e3bfc1001098ea4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d1cf8badb1d2aea2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3049 | 2024-03-20T19:16:32.046Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-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"' -C metadata=d0e2d2e7779c12bd -C extra-filename=-d0e2d2e7779c12bd --out-dir /work/oxidecomputer/omicron/target/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` |
3050 | 2024-03-20T19:16:32.150Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3051 | 2024-03-20T19:16:32.183Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b4a1a9b5cd38b36b -C extra-filename=-b4a1a9b5cd38b36b --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-bf419dfec19b310d.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bc66d735be7e778a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ea5ca821882ec114.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3052 | 2024-03-20T19:16:32.809Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3053 | 2024-03-20T19:16:32.846Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/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 -C metadata=05a57e9db9684ce0 -C extra-filename=-05a57e9db9684ce0 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-05a57e9db9684ce0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3054 | 2024-03-20T19:16:33.125Z | Compiling prettyplease v0.2.16 |
3055 | 2024-03-20T19:16:33.185Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.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="verbatim"' -C metadata=f1596bb16ccf7464 -C extra-filename=-f1596bb16ccf7464 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-f1596bb16ccf7464 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3056 | 2024-03-20T19:16:33.832Z | Compiling salty v0.2.0 |
3057 | 2024-03-20T19:16:33.881Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/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 -C metadata=bedf6491aee32821 -C extra-filename=-bedf6491aee32821 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-bedf6491aee32821 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3058 | 2024-03-20T19:16:34.458Z | Compiling signature v1.6.4 |
3059 | 2024-03-20T19:16:34.458Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-1.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 -C metadata=96d208eacf66825f -C extra-filename=-96d208eacf66825f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3060 | 2024-03-20T19:16:34.458Z | Compiling ed25519 v1.5.3 |
3061 | 2024-03-20T19:16:34.458Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-1.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 -C metadata=8cb08c2881e50e59 -C extra-filename=-8cb08c2881e50e59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-96d208eacf66825f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3062 | 2024-03-20T19:16:34.458Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3063 | 2024-03-20T19:16:34.458Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=70a6029908a23ae4 -C extra-filename=-70a6029908a23ae4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5aaf5179de87f687.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-b31ab805a7686146.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-aa5b8a5176fd9fa1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3064 | 2024-03-20T19:16:37.166Z | Running `/work/oxidecomputer/omicron/target/debug/build/salty-bedf6491aee32821/build-script-build` |
3065 | 2024-03-20T19:16:37.197Z | Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-f1596bb16ccf7464/build-script-build` |
3066 | 2024-03-20T19:16:37.230Z | Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-05a57e9db9684ce0/build-script-build` |
3067 | 2024-03-20T19:16:37.300Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3068 | 2024-03-20T19:16:37.756Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/git/checkouts/nix-a6715c5f5bedbb76/c1a3636/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="acct"' --cfg 'feature="aio"' --cfg 'feature="default"' --cfg 'feature="dir"' --cfg 'feature="env"' --cfg 'feature="event"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="hostname"' --cfg 'feature="inotify"' --cfg 'feature="ioctl"' --cfg 'feature="kmod"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="mount"' --cfg 'feature="mqueue"' --cfg 'feature="net"' --cfg 'feature="personality"' --cfg 'feature="pin-utils"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="pthread"' --cfg 'feature="ptrace"' --cfg 'feature="quota"' --cfg 'feature="reboot"' --cfg 'feature="resource"' --cfg 'feature="sched"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="term"' --cfg 'feature="time"' --cfg 'feature="ucontext"' --cfg 'feature="uio"' --cfg 'feature="user"' --cfg 'feature="zerocopy"' -C metadata=9a68f2fc69a2fcee -C extra-filename=-9a68f2fc69a2fcee --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-7c0e576e00deb96c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-d0e2d2e7779c12bd.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-0e271b12ba19f63e.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3069 | 2024-03-20T19:16:37.793Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3070 | 2024-03-20T19:16:37.793Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=89e8e9445aeca0b3 -C extra-filename=-89e8e9445aeca0b3 --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-ee70016887b171ea.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-12b781ba37feba4c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-590e009e477044e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3071 | 2024-03-20T19:16:37.849Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3072 | 2024-03-20T19:16:37.849Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=422782d251992bc8 -C extra-filename=-422782d251992bc8 --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-80b4bc977ce9316a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3073 | 2024-03-20T19:16:38.013Z | Compiling serde-big-array v0.5.1 |
3074 | 2024-03-20T19:16:38.039Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f264bf3a2d0c7d96 -C extra-filename=-f264bf3a2d0c7d96 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3075 | 2024-03-20T19:16:38.223Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3076 | 2024-03-20T19:16:38.662Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/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 -C metadata=91db18e06b642277 -C extra-filename=-91db18e06b642277 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3077 | 2024-03-20T19:16:39.102Z | Compiling crunchy v0.2.2 |
3078 | 2024-03-20T19:16:39.102Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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"' -C metadata=02f1ebad0d209721 -C extra-filename=-02f1ebad0d209721 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-02f1ebad0d209721 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3079 | 2024-03-20T19:16:39.134Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3080 | 2024-03-20T19:16:39.134Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2afea2ab6e719315 -C extra-filename=-2afea2ab6e719315 --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-91db18e06b642277.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3081 | 2024-03-20T19:16:39.468Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=754453fc7c6c108c -C extra-filename=-754453fc7c6c108c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-8cb08c2881e50e59.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl` |
3082 | 2024-03-20T19:16:39.521Z | Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-02f1ebad0d209721/build-script-build` |
3083 | 2024-03-20T19:16:39.551Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3084 | 2024-03-20T19:16:39.551Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=05c2c783ea8ecd88 -C extra-filename=-05c2c783ea8ecd88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1d27543eb20ce46a.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-13f2409f015254c4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-83fdc5411358700f.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f01433d4d26722b7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9488bd2907661119.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d68cdaac0515ed64.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-22dfc93d75787358.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf6f81396c333432.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d1cf8badb1d2aea2.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1a1912a6e2794b2f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6d1ecd69c959da9f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cbe85d9b688e3e5d.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7b0eb46995958ceb.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-f21ce53b8aa5e655.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-3fe1015ea8b63e9b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-07befa7561496e8f.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-265427fc2150b375.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-276848ef01bcf101.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3085 | 2024-03-20T19:16:39.581Z | Compiling clang-sys v1.6.1 |
3086 | 2024-03-20T19:16:39.581Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.6.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=f451b96014a88bc1 -C extra-filename=-f451b96014a88bc1 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-f451b96014a88bc1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3087 | 2024-03-20T19:16:40.248Z | Compiling signal-hook-tokio v0.3.1 |
3088 | 2024-03-20T19:16:40.336Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' -C metadata=329dbc3d8aa6e9f7 -C extra-filename=-329dbc3d8aa6e9f7 --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-89d5efafb6bf0fea.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3089 | 2024-03-20T19:16:40.488Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/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 -C metadata=1a00407143d33319 -C extra-filename=-1a00407143d33319 --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-e6be8cdf06d0bd46.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5854896ab8f65f6e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-c5a6087f0e37f727.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e7220f8b1920659.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5aaf5179de87f687.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-1cda006f2a34fb96.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-9a68f2fc69a2fcee.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-f264bf3a2d0c7d96.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-33f63dff621ea474.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-89e8e9445aeca0b3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-15f97496cfe610b8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.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-bd5d8c5bae313f3d/out/lib` |
3090 | 2024-03-20T19:16:40.585Z | Compiling serde-big-array v0.4.1 |
3091 | 2024-03-20T19:16:40.615Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-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 -C metadata=79844fd70de58ddd -C extra-filename=-79844fd70de58ddd --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3092 | 2024-03-20T19:16:40.757Z | Compiling tiny-keccak v2.0.2 |
3093 | 2024-03-20T19:16:40.788Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=9338af4ba2aec1c2 -C extra-filename=-9338af4ba2aec1c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-9338af4ba2aec1c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3094 | 2024-03-20T19:16:41.088Z | Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-9338af4ba2aec1c2/build-script-build` |
3095 | 2024-03-20T19:16:41.113Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3096 | 2024-03-20T19:16:41.139Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_common --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/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 --cfg 'feature="default"' --cfg 'feature="salty"' -C metadata=d9efc3a76913941f -C extra-filename=-d9efc3a76913941f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-2afea2ab6e719315.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-754453fc7c6c108c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-79844fd70de58ddd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3097 | 2024-03-20T19:16:41.261Z | Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-f451b96014a88bc1/build-script-build` |
3098 | 2024-03-20T19:16:41.301Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crunchy /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"' -C metadata=76b8329af1cb6d53 -C extra-filename=-76b8329af1cb6d53 --out-dir /work/oxidecomputer/omicron/target/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-03-20T19:16:41.402Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.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="verbatim"' -C metadata=e70bced1b556d348 -C extra-filename=-e70bced1b556d348 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3100 | 2024-03-20T19:16:41.441Z | Compiling darling_core v0.14.4 |
3101 | 2024-03-20T19:16:41.472Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.14.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="strsim"' --cfg 'feature="suggestions"' -C metadata=39b9480bcc80120e -C extra-filename=-39b9480bcc80120e --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-db9135e52485f533.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-f19a442f824e47b0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-76477e16a6288729.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3102 | 2024-03-20T19:16:41.582Z | Compiling fd-lock v4.0.2 |
3103 | 2024-03-20T19:16:41.607Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-4.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=716ae181bde9af10 -C extra-filename=-716ae181bde9af10 --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-980c303988e700db.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6341173b0c3a13b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3104 | 2024-03-20T19:16:41.761Z | Compiling nix v0.27.1 |
3105 | 2024-03-20T19:16:41.792Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.27.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' -C metadata=fda3f440d0bac3b0 -C extra-filename=-fda3f440d0bac3b0 --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-bed5a12aa0e3caec.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3106 | 2024-03-20T19:16:42.092Z | Compiling sqlparser_derive v0.2.2 |
3107 | 2024-03-20T19:16:42.117Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser_derive-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d3fc5c096026fbb -C extra-filename=-1d3fc5c096026fbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3108 | 2024-03-20T19:16:42.899Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3109 | 2024-03-20T19:16:42.946Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=611f48e90eb3682e -C extra-filename=-611f48e90eb3682e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1a00407143d33319.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2ddef206ca9828f9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-329dbc3d8aa6e9f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
3110 | 2024-03-20T19:16:42.946Z | Compiling unicode_categories v0.1.1 |
3111 | 2024-03-20T19:16:42.946Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories /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 -C metadata=330e24c684f7168a -C extra-filename=-330e24c684f7168a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3112 | 2024-03-20T19:16:43.170Z | Compiling corncobs v0.1.3 |
3113 | 2024-03-20T19:16:43.614Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name corncobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/corncobs-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=78b9705a25069cc7 -C extra-filename=-78b9705a25069cc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3114 | 2024-03-20T19:16:43.614Z | Compiling ref-cast v1.0.20 |
3115 | 2024-03-20T19:16:43.614Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.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 -C metadata=97909b3657545860 -C extra-filename=-97909b3657545860 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-97909b3657545860 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3116 | 2024-03-20T19:16:43.615Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3117 | 2024-03-20T19:16:43.615Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_rot --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/rot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=3d258aa4cc920d3f -C extra-filename=-3d258aa4cc920d3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-78b9705a25069cc7.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-2afea2ab6e719315.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-754453fc7c6c108c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-d9efc3a76913941f.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-3198fd9f254b9688.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3118 | 2024-03-20T19:16:43.713Z | Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-97909b3657545860/build-script-build` |
3119 | 2024-03-20T19:16:43.782Z | Compiling sqlformat v0.2.3 |
3120 | 2024-03-20T19:16:43.823Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlformat-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 -C metadata=22d44c788f7a1157 -C extra-filename=-22d44c788f7a1157 --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-2baf6454aeb93980.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1a7eb10f63693edb.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-330e24c684f7168a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3121 | 2024-03-20T19:16:43.870Z | Compiling sqlparser v0.43.1 |
3122 | 2024-03-20T19:16:43.870Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser-0.43.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=b88d71e2cf5c5956 -C extra-filename=-b88d71e2cf5c5956 --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-2abfed8e51c766cf.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-1d3fc5c096026fbb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3123 | 2024-03-20T19:16:43.935Z | Compiling rustyline v13.0.0 |
3124 | 2024-03-20T19:16:43.996Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustyline-13.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"' -C metadata=44810f6df167919f -C extra-filename=-44810f6df167919f --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-bed5a12aa0e3caec.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-716ae181bde9af10.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-d2c6a8e1c88275ec.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-fda3f440d0bac3b0.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-31914b6898517cee.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-25e9de3528ba2d87.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-57d9909e328a9bd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3125 | 2024-03-20T19:16:44.869Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=bd7e4d03b3afd895 -C extra-filename=-bd7e4d03b3afd895 --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-76b8329af1cb6d53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3126 | 2024-03-20T19:16:45.410Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3127 | 2024-03-20T19:16:45.436Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fc7192a63b4c710a -C extra-filename=-fc7192a63b4c710a --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-fc7192a63b4c710a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-699a5e2a24e76a04.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3128 | 2024-03-20T19:16:45.692Z | Compiling ascii-canvas v3.0.0 |
3129 | 2024-03-20T19:16:45.729Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=52d3c9f986467b90 -C extra-filename=-52d3c9f986467b90 --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-e642081554db0b17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3130 | 2024-03-20T19:16:45.918Z | Compiling bcs v0.1.6 |
3131 | 2024-03-20T19:16:45.944Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=03b4f3ce92193791 -C extra-filename=-03b4f3ce92193791 --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-38978e6989816a15.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3132 | 2024-03-20T19:16:46.208Z | Compiling ref-cast-impl v1.0.20 |
3133 | 2024-03-20T19:16:46.250Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-impl-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d0c4e420bf37d517 -C extra-filename=-d0c4e420bf37d517 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3134 | 2024-03-20T19:16:46.283Z | Compiling darling_macro v0.14.4 |
3135 | 2024-03-20T19:16:46.283Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.14.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 -C metadata=a193d3316c054e7f -C extra-filename=-a193d3316c054e7f --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-39b9480bcc80120e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3136 | 2024-03-20T19:16:46.354Z | Compiling ena v0.14.2 |
3137 | 2024-03-20T19:16:46.389Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ena /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ena-0.14.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c5e2684d57cd4614 -C extra-filename=-c5e2684d57cd4614 --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-2abfed8e51c766cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3138 | 2024-03-20T19:16:46.525Z | Compiling libloading v0.7.4 |
3139 | 2024-03-20T19:16:46.558Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-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 -C metadata=c3a376a1025b2904 -C extra-filename=-c3a376a1025b2904 --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-980c303988e700db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3140 | 2024-03-20T19:16:46.716Z | Compiling regex-syntax v0.6.29 |
3141 | 2024-03-20T19:16:46.747Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=977195ab93cf95fe -C extra-filename=-977195ab93cf95fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3142 | 2024-03-20T19:16:46.878Z | Compiling highway v1.1.0 |
3143 | 2024-03-20T19:16:46.905Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-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"' -C metadata=e9f234e7403545e8 -C extra-filename=-e9f234e7403545e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3144 | 2024-03-20T19:16:47.319Z | Compiling bindgen v0.69.2 |
3145 | 2024-03-20T19:16:47.350Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.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="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' -C metadata=aa39730c116e063c -C extra-filename=-aa39730c116e063c --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-aa39730c116e063c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3146 | 2024-03-20T19:16:47.350Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.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 -C metadata=3a30bc9fd8627524 -C extra-filename=-3a30bc9fd8627524 --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-d0c4e420bf37d517.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3147 | 2024-03-20T19:16:47.487Z | Compiling darling v0.14.4 |
3148 | 2024-03-20T19:16:47.534Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.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="suggestions"' -C metadata=4ff7ca0598b9b21c -C extra-filename=-4ff7ca0598b9b21c --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-39b9480bcc80120e.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-a193d3316c054e7f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3149 | 2024-03-20T19:16:47.534Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-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 --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"' -C metadata=134daf27e19527c0 -C extra-filename=-134daf27e19527c0 --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-23cedfca1f1a09fc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-c3a376a1025b2904.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3150 | 2024-03-20T19:16:47.582Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-fc7192a63b4c710a/build-script-build` |
3151 | 2024-03-20T19:16:47.617Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3152 | 2024-03-20T19:16:47.617Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0f8313da68bc2791 -C extra-filename=-0f8313da68bc2791 --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-a8c1128ccf1e31c1.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-422782d251992bc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3153 | 2024-03-20T19:16:47.655Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3154 | 2024-03-20T19:16:47.655Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1db80f735ae81b02 -C extra-filename=-1db80f735ae81b02 --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-f17680ce5a756063.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3155 | 2024-03-20T19:16:48.377Z | Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-aa39730c116e063c/build-script-build` |
3156 | 2024-03-20T19:16:48.415Z | Compiling cexpr v0.6.0 |
3157 | 2024-03-20T19:16:48.416Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6b9a7730cd67356d -C extra-filename=-6b9a7730cd67356d --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-1a7eb10f63693edb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3158 | 2024-03-20T19:16:49.026Z | Compiling which v4.4.0 |
3159 | 2024-03-20T19:16:49.057Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-4.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 -C metadata=8552d8d5d28338e5 -C extra-filename=-8552d8d5d28338e5 --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-29735c8c8d06ffc5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3160 | 2024-03-20T19:16:49.352Z | Compiling lalrpop v0.19.12 |
3161 | 2024-03-20T19:16:49.385Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop /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 -C metadata=42ebc96dd70ceb6f -C extra-filename=-42ebc96dd70ceb6f --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-52d3c9f986467b90.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-27499d9b5a601208.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-a9dfce8df970952b.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-c5e2684d57cd4614.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-07069127a17cd079.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-4772c578c774ae0f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-977195ab93cf95fe.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-33f63dff621ea474.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-bd7e4d03b3afd895.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-0bf6080e5b7e69ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3162 | 2024-03-20T19:16:49.557Z | Compiling lazycell v1.3.0 |
3163 | 2024-03-20T19:16:49.592Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lazycell /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 -C metadata=d631de1ea3ef453d -C extra-filename=-d631de1ea3ef453d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3164 | 2024-03-20T19:16:49.710Z | Compiling shlex v1.3.0 |
3165 | 2024-03-20T19:16:49.736Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex /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"' -C metadata=396a1025414a7393 -C extra-filename=-396a1025414a7393 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3166 | 2024-03-20T19:16:50.087Z | Compiling rustc-hash v1.1.0 |
3167 | 2024-03-20T19:16:50.115Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash /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"' -C metadata=d889918782a79bb1 -C extra-filename=-d889918782a79bb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3168 | 2024-03-20T19:16:50.247Z | Compiling peeking_take_while v0.1.2 |
3169 | 2024-03-20T19:16:50.273Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name peeking_take_while /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peeking_take_while-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 -C metadata=ac475b3da7825dc3 -C extra-filename=-ac475b3da7825dc3 --out-dir /work/oxidecomputer/omicron/target/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-03-20T19:16:50.424Z | Compiling maplit v1.0.2 |
3171 | 2024-03-20T19:16:50.462Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name maplit /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 -C metadata=0fac596133a37754 -C extra-filename=-0fac596133a37754 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3172 | 2024-03-20T19:16:50.540Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.2/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-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"' -C metadata=fde9d2968de1c3d4 -C extra-filename=-fde9d2968de1c3d4 --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-bed5a12aa0e3caec.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-6b9a7730cd67356d.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-134daf27e19527c0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-d631de1ea3ef453d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern peeking_take_while=/work/oxidecomputer/omicron/target/debug/deps/libpeeking_take_while-ac475b3da7825dc3.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e70bced1b556d348.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-d889918782a79bb1.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-396a1025414a7393.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-8552d8d5d28338e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3173 | 2024-03-20T19:16:50.635Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3174 | 2024-03-20T19:16:50.679Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ee795758ac268ca8 -C extra-filename=-ee795758ac268ca8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-611f48e90eb3682e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-3d258aa4cc920d3f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/` |
3175 | 2024-03-20T19:16:51.497Z | Compiling derive_builder_core v0.12.0 |
3176 | 2024-03-20T19:16:51.529Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_core-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 -C metadata=8cdc80a019adce54 -C extra-filename=-8cdc80a019adce54 --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-4ff7ca0598b9b21c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3177 | 2024-03-20T19:16:53.836Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3178 | 2024-03-20T19:16:53.863Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=348596a22e862dd6 -C extra-filename=-348596a22e862dd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-03b4f3ce92193791.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-e9f234e7403545e8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-44810f6df167919f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-22d44c788f7a1157.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b88d71e2cf5c5956.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3179 | 2024-03-20T19:16:54.321Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3180 | 2024-03-20T19:16:54.351Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bedae40d9a192fcb -C extra-filename=-bedae40d9a192fcb --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-5e3bfc1001098ea4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3181 | 2024-03-20T19:16:56.279Z | Compiling libxml v0.3.3 |
3182 | 2024-03-20T19:16:56.312Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5e35fa16c1d7dd00 -C extra-filename=-5e35fa16c1d7dd00 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-5e35fa16c1d7dd00 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-638be2ab58094a40.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3183 | 2024-03-20T19:16:56.719Z | Compiling assert_matches v1.5.0 |
3184 | 2024-03-20T19:16:56.756Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches /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 -C metadata=58ed50349d3ed936 -C extra-filename=-58ed50349d3ed936 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3185 | 2024-03-20T19:16:56.796Z | Running `/work/oxidecomputer/omicron/target/debug/build/libxml-5e35fa16c1d7dd00/build-script-build` |
3186 | 2024-03-20T19:16:56.842Z | Compiling derive_builder_macro v0.12.0 |
3187 | 2024-03-20T19:16:56.868Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_macro-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 -C metadata=dcd7536d6dc670f4 -C extra-filename=-dcd7536d6dc670f4 --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-8cdc80a019adce54.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3188 | 2024-03-20T19:16:57.878Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0fc9ad9d3bb75c0a -C extra-filename=-0fc9ad9d3bb75c0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-0f8313da68bc2791.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2b44ebb5b3c74cea.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-949fa3c719518569.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a066ba2ba3a2161f.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1db80f735ae81b02.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b4a1a9b5cd38b36b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a47a4d776080639b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-1e6b28bdf30fd2d4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-84cbdf7fa6766d88.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3189 | 2024-03-20T19:16:58.510Z | Compiling strum_macros v0.24.3 |
3190 | 2024-03-20T19:16:58.541Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=15048ac8a35bc7a3 -C extra-filename=-15048ac8a35bc7a3 --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-a8c1128ccf1e31c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-d04453147b30520c.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3191 | 2024-03-20T19:16:59.265Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
3192 | 2024-03-20T19:16:59.387Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/62ef5ca/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=84d0521cb133c13c -C extra-filename=-84d0521cb133c13c --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-84d0521cb133c13c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3193 | 2024-03-20T19:16:59.387Z | Compiling cookie v0.18.0 |
3194 | 2024-03-20T19:16:59.387Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.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 -C metadata=ca34d5fba9694747 -C extra-filename=-ca34d5fba9694747 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-ca34d5fba9694747 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3195 | 2024-03-20T19:16:59.452Z | Compiling indoc v1.0.9 |
3196 | 2024-03-20T19:16:59.496Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a91c0b8873e30fcc -C extra-filename=-a91c0b8873e30fcc --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` |
3197 | 2024-03-20T19:17:00.404Z | Running `/work/oxidecomputer/omicron/target/debug/build/cookie-ca34d5fba9694747/build-script-build` |
3198 | 2024-03-20T19:17:00.480Z | Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-84d0521cb133c13c/build-script-build` |
3199 | 2024-03-20T19:17:00.556Z | Compiling derive_builder v0.12.0 |
3200 | 2024-03-20T19:17:00.590Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder-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"' --cfg 'feature="std"' -C metadata=9292c8498888af10 -C extra-filename=-9292c8498888af10 --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-dcd7536d6dc670f4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3201 | 2024-03-20T19:17:00.721Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a9763132c4e65c8c -C extra-filename=-a9763132c4e65c8c --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2` |
3202 | 2024-03-20T19:17:01.406Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3203 | 2024-03-20T19:17:01.435Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1e48e52e9ab1d42c -C extra-filename=-1e48e52e9ab1d42c --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-1e48e52e9ab1d42c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-699a5e2a24e76a04.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3204 | 2024-03-20T19:17:01.713Z | Compiling bb8 v0.8.3 |
3205 | 2024-03-20T19:17:01.743Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-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 --cfg 'feature="default"' --cfg 'feature="parking_lot"' -C metadata=9ecb60445da7bf78 -C extra-filename=-9ecb60445da7bf78 --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-e6be8cdf06d0bd46.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3206 | 2024-03-20T19:17:02.124Z | Compiling quick-xml v0.30.0 |
3207 | 2024-03-20T19:17:02.150Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.30.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=f23bd9177bc14bad -C extra-filename=-f23bd9177bc14bad --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-1d8a52f36e2fec96.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3208 | 2024-03-20T19:17:03.023Z | Compiling impl-trait-for-tuples v0.2.2 |
3209 | 2024-03-20T19:17:03.467Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=904f8cc61ce834c6 -C extra-filename=-904f8cc61ce834c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3210 | 2024-03-20T19:17:04.189Z | Compiling oso-derive v0.27.0 |
3211 | 2024-03-20T19:17:04.217Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-derive-0.27.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 -C metadata=caf000e802893a57 -C extra-filename=-caf000e802893a57 --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-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3212 | 2024-03-20T19:17:04.791Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
3213 | 2024-03-20T19:17:04.821Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/git/checkouts/async-bb8-diesel-a50dc900a40dfa44/ed7ab5e/src/lib.rs --error-format=json --json=diagnostic-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"' -C metadata=1116670e92d5d91c -C extra-filename=-1116670e92d5d91c --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-e6be8cdf06d0bd46.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-9ecb60445da7bf78.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-949fa3c719518569.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3214 | 2024-03-20T19:17:05.234Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-1e48e52e9ab1d42c/build-script-build` |
3215 | 2024-03-20T19:17:05.281Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/62ef5ca/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8e99a2664cb7a046 -C extra-filename=-8e99a2664cb7a046 --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-949fa3c719518569.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3216 | 2024-03-20T19:17:05.347Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5d882fa43050414c -C extra-filename=-5d882fa43050414c --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-8bd96344c454c4a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3217 | 2024-03-20T19:17:05.649Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3218 | 2024-03-20T19:17:05.683Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=99f6e574fb232184 -C extra-filename=-99f6e574fb232184 --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-aa5affffdef128b1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-611f48e90eb3682e.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ee795758ac268ca8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
3219 | 2024-03-20T19:17:06.280Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3220 | 2024-03-20T19:17:06.321Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1e8d66aa998c2563 -C extra-filename=-1e8d66aa998c2563 --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-a8c1128ccf1e31c1.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-422782d251992bc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3221 | 2024-03-20T19:17:07.482Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3222 | 2024-03-20T19:17:07.516Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=62b989746926d1f6 -C extra-filename=-62b989746926d1f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3223 | 2024-03-20T19:17:07.929Z | Compiling rand_seeder v0.2.3 |
3224 | 2024-03-20T19:17:07.954Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_seeder-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 -C metadata=c3c8c50be7e0b717 -C extra-filename=-c3c8c50be7e0b717 --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-4fa4ac482618385e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3225 | 2024-03-20T19:17:08.251Z | Compiling portable-atomic v1.4.3 |
3226 | 2024-03-20T19:17:08.290Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=3d687388d2c70a23 -C extra-filename=-3d687388d2c70a23 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-3d687388d2c70a23 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3227 | 2024-03-20T19:17:09.217Z | Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-3d687388d2c70a23/build-script-build` |
3228 | 2024-03-20T19:17:09.299Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3229 | 2024-03-20T19:17:09.329Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b94e47b69c04d0e9 -C extra-filename=-b94e47b69c04d0e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d1cf8badb1d2aea2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bedae40d9a192fcb.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-348596a22e862dd6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3230 | 2024-03-20T19:17:10.007Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3231 | 2024-03-20T19:17:10.035Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=74947787d6f66d77 -C extra-filename=-74947787d6f66d77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5aaf5179de87f687.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-70a6029908a23ae4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3232 | 2024-03-20T19:17:11.860Z | Compiling castaway v0.2.2 |
3233 | 2024-03-20T19:17:12.298Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/castaway-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"' -C metadata=8c24ffeaa780fe88 -C extra-filename=-8c24ffeaa780fe88 --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-d04453147b30520c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3234 | 2024-03-20T19:17:12.330Z | Compiling compact_str v0.7.1 |
3235 | 2024-03-20T19:17:12.331Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compact_str-0.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 -C metadata=d560443a1736a547 -C extra-filename=-d560443a1736a547 --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-8c24ffeaa780fe88.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ee438a4c06a12f7.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3236 | 2024-03-20T19:17:12.887Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.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="default"' --cfg 'feature="fallback"' -C metadata=25f17f60c6dcb96f -C extra-filename=-25f17f60c6dcb96f --out-dir /work/oxidecomputer/omicron/target/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` |
3237 | 2024-03-20T19:17:12.939Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3238 | 2024-03-20T19:17:12.966Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e7c4cf21731dfa07 -C extra-filename=-e7c4cf21731dfa07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-62b989746926d1f6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-c3c8c50be7e0b717.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3239 | 2024-03-20T19:17:13.192Z | Compiling lru v0.12.1 |
3240 | 2024-03-20T19:17:13.220Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lru /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-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="hashbrown"' -C metadata=a06339c32e621258 -C extra-filename=-a06339c32e621258 --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-903a53ee9c1698c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3241 | 2024-03-20T19:17:13.442Z | Compiling stability v0.1.1 |
3242 | 2024-03-20T19:17:13.473Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name stability --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stability-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 -C metadata=1e9fe1ec87e8fd62 -C extra-filename=-1e9fe1ec87e8fd62 --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-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3243 | 2024-03-20T19:17:14.026Z | Compiling cassowary v0.3.0 |
3244 | 2024-03-20T19:17:14.058Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cassowary /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 -C metadata=9fff7a89a2b336ff -C extra-filename=-9fff7a89a2b336ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3245 | 2024-03-20T19:17:14.417Z | Compiling indoc v2.0.3 |
3246 | 2024-03-20T19:17:14.446Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-2.0.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 -C metadata=8d85b41e66811fb0 -C extra-filename=-8d85b41e66811fb0 --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` |
3247 | 2024-03-20T19:17:15.144Z | Compiling number_prefix v0.4.0 |
3248 | 2024-03-20T19:17:15.171Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix /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"' -C metadata=77bad155826264d6 -C extra-filename=-77bad155826264d6 --out-dir /work/oxidecomputer/omicron/target/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-03-20T19:17:15.366Z | Compiling indicatif v0.17.8 |
3250 | 2024-03-20T19:17:15.394Z | Running `/home/build/.rustup/toolchains/1.76.0-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"' -C metadata=94baeba3ff04b8fb -C extra-filename=-94baeba3ff04b8fb --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-ecd543c2b58c8b48.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-77bad155826264d6.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-25f17f60c6dcb96f.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3c0333554e1139b6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3251 | 2024-03-20T19:17:15.425Z | Compiling ratatui v0.26.1 |
3252 | 2024-03-20T19:17:15.426Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.26.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' -C metadata=ea004ff21a68b928 -C extra-filename=-ea004ff21a68b928 --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-bed5a12aa0e3caec.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-9fff7a89a2b336ff.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-d560443a1736a547.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-8d85b41e66811fb0.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-a06339c32e621258.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern stability=/work/oxidecomputer/omicron/target/debug/deps/libstability-1e9fe1ec87e8fd62.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-25e9de3528ba2d87.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3253 | 2024-03-20T19:17:16.715Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3254 | 2024-03-20T19:17:16.744Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bcc1b315c97f366c -C extra-filename=-bcc1b315c97f366c --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-e6be8cdf06d0bd46.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3255 | 2024-03-20T19:17:17.125Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3256 | 2024-03-20T19:17:17.154Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=14e6fb0a2c64a633 -C extra-filename=-14e6fb0a2c64a633 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-910593e6fd20f86e.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3257 | 2024-03-20T19:17:17.633Z | Compiling unicode-linebreak v0.1.5 |
3258 | 2024-03-20T19:17:17.665Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=46a8664099e4e017 -C extra-filename=-46a8664099e4e017 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3259 | 2024-03-20T19:17:17.665Z | Compiling smawk v0.3.1 |
3260 | 2024-03-20T19:17:17.665Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-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 -C metadata=d9b062209ef62d29 -C extra-filename=-d9b062209ef62d29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3261 | 2024-03-20T19:17:17.852Z | Compiling textwrap v0.16.1 |
3262 | 2024-03-20T19:17:17.880Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' -C metadata=470c5afd0c327d91 -C extra-filename=-470c5afd0c327d91 --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-d9b062209ef62d29.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-46a8664099e4e017.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3263 | 2024-03-20T19:17:18.939Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3264 | 2024-03-20T19:17:18.978Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/execution/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f931249132aacd19 -C extra-filename=-f931249132aacd19 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-f931249132aacd19 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-699a5e2a24e76a04.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3265 | 2024-03-20T19:17:19.010Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3266 | 2024-03-20T19:17:19.010Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bcb60a080265a1bb -C extra-filename=-bcb60a080265a1bb --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-5e3bfc1001098ea4.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d68cdaac0515ed64.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-910593e6fd20f86e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-14e6fb0a2c64a633.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3267 | 2024-03-20T19:17:19.251Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-f931249132aacd19/build-script-build` |
3268 | 2024-03-20T19:17:19.279Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3269 | 2024-03-20T19:17:19.279Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a45ca8a38fd553f7 -C extra-filename=-a45ca8a38fd553f7 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-a45ca8a38fd553f7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-699a5e2a24e76a04.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3270 | 2024-03-20T19:17:19.608Z | Compiling is_ci v1.2.0 |
3271 | 2024-03-20T19:17:19.634Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_ci-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1bb56e8c54f04e23 -C extra-filename=-1bb56e8c54f04e23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3272 | 2024-03-20T19:17:19.828Z | Compiling supports-color v3.0.0 |
3273 | 2024-03-20T19:17:19.857Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=10e4da2ca85f594c -C extra-filename=-10e4da2ca85f594c --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-1bb56e8c54f04e23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3274 | 2024-03-20T19:17:20.198Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-a45ca8a38fd553f7/build-script-build` |
3275 | 2024-03-20T19:17:20.239Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
3276 | 2024-03-20T19:17:20.267Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/952c7d6/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 -C metadata=008cbceb7363ffc2 -C extra-filename=-008cbceb7363ffc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-704a6d61a1ba494f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64` |
3277 | 2024-03-20T19:17:21.734Z | Compiling fatfs v0.3.6 |
3278 | 2024-03-20T19:17:21.760Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fatfs /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"' -C metadata=4ff9799084301cee -C extra-filename=-4ff9799084301cee --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-7c0e576e00deb96c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3279 | 2024-03-20T19:17:22.329Z | Compiling rtoolbox v0.0.1 |
3280 | 2024-03-20T19:17:22.360Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rtoolbox-0.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 -C metadata=7e370098d61e739b -C extra-filename=-7e370098d61e739b --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3281 | 2024-03-20T19:17:22.721Z | Compiling rpassword v7.3.1 |
3282 | 2024-03-20T19:17:22.746Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a7059bfbaa965f98 -C extra-filename=-a7059bfbaa965f98 --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-6b8d316e1cea3f77.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-7e370098d61e739b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3283 | 2024-03-20T19:17:22.797Z | Compiling tui-tree-widget v0.17.0 |
3284 | 2024-03-20T19:17:22.829Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.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 -C metadata=ca8f797ac62534ea -C extra-filename=-ca8f797ac62534ea --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-ea004ff21a68b928.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3285 | 2024-03-20T19:17:23.043Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3286 | 2024-03-20T19:17:23.077Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4e605a2291eaafdc -C extra-filename=-4e605a2291eaafdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-70a6029908a23ae4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3287 | 2024-03-20T19:17:23.142Z | Compiling shell-words v1.1.0 |
3288 | 2024-03-20T19:17:23.173Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name shell_words /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"' -C metadata=7a46979d6857e869 -C extra-filename=-7a46979d6857e869 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3289 | 2024-03-20T19:17:23.408Z | Compiling yansi v0.5.1 |
3290 | 2024-03-20T19:17:23.408Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name yansi /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yansi-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 -C metadata=30132c16fce6c612 -C extra-filename=-30132c16fce6c612 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3291 | 2024-03-20T19:17:23.735Z | Compiling getrandom v0.1.16 |
3292 | 2024-03-20T19:17:23.767Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.1.16/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="std"' -C metadata=f76c342667c9e56e -C extra-filename=-f76c342667c9e56e --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-f76c342667c9e56e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3293 | 2024-03-20T19:17:24.387Z | Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-f76c342667c9e56e/build-script-build` |
3294 | 2024-03-20T19:17:24.419Z | Compiling pretty_assertions v1.4.0 |
3295 | 2024-03-20T19:17:24.419Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty_assertions-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=953366735e598540 -C extra-filename=-953366735e598540 --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-a9dfce8df970952b.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-30132c16fce6c612.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3296 | 2024-03-20T19:17:24.734Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3297 | 2024-03-20T19:17:24.765Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2a74f6adbc09a4dc -C extra-filename=-2a74f6adbc09a4dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3298 | 2024-03-20T19:17:24.854Z | Compiling target-lexicon v0.12.13 |
3299 | 2024-03-20T19:17:24.879Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.13/build.rs --error-format=json --json=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"' -C metadata=27e8eab95b09733a -C extra-filename=-27e8eab95b09733a --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-27e8eab95b09733a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3300 | 2024-03-20T19:17:25.716Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-27e8eab95b09733a/build-script-build` |
3301 | 2024-03-20T19:17:25.795Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=f37df39cea38962f -C extra-filename=-f37df39cea38962f --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-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3302 | 2024-03-20T19:17:26.243Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3303 | 2024-03-20T19:17:26.272Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cc0fef21877fc13a -C extra-filename=-cc0fef21877fc13a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a47a4d776080639b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ea004ff21a68b928.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7059bfbaa965f98.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-7a46979d6857e869.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d69b616d8ada4d82.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-ca8f797ac62534ea.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-910593e6fd20f86e.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-14e6fb0a2c64a633.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-bcb60a080265a1bb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3304 | 2024-03-20T19:17:29.861Z | Compiling rfc6979 v0.4.0 |
3305 | 2024-03-20T19:17:29.912Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rfc6979-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1fd19a1428515753 -C extra-filename=-1fd19a1428515753 --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-00025fcde1c50750.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3306 | 2024-03-20T19:17:30.053Z | Compiling winapi v0.3.9 |
3307 | 2024-03-20T19:17:30.089Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.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="basetsd"' --cfg 'feature="memoryapi"' --cfg 'feature="minwindef"' -C metadata=a4e51be2620813d4 -C extra-filename=-a4e51be2620813d4 --out-dir /work/oxidecomputer/omicron/target/debug/build/winapi-a4e51be2620813d4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3308 | 2024-03-20T19:17:31.081Z | Compiling guppy-workspace-hack v0.1.0 |
3309 | 2024-03-20T19:17:31.114Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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 -C metadata=f705b004f7c93a34 -C extra-filename=-f705b004f7c93a34 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-f705b004f7c93a34 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3310 | 2024-03-20T19:17:31.411Z | Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-f705b004f7c93a34/build-script-build` |
3311 | 2024-03-20T19:17:31.445Z | Running `/work/oxidecomputer/omicron/target/debug/build/winapi-a4e51be2620813d4/build-script-build` |
3312 | 2024-03-20T19:17:31.483Z | Compiling ecdsa v0.16.9 |
3313 | 2024-03-20T19:17:31.518Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ecdsa-0.16.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="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"' -C metadata=49ed29fb1f9b1199 -C extra-filename=-49ed29fb1f9b1199 --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-996b9ba85656a83e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8d8bf4e25df132f.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-1fd19a1428515753.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-87fa9ebc53729cb3.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-547654552caef2d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3314 | 2024-03-20T19:17:31.869Z | Compiling rand_core v0.5.1 |
3315 | 2024-03-20T19:17:31.895Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.5.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="getrandom"' --cfg 'feature="std"' -C metadata=aaba7f3254ebf9d4 -C extra-filename=-aaba7f3254ebf9d4 --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-f37df39cea38962f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3316 | 2024-03-20T19:17:32.199Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=23d57bfd7d6c0330 -C extra-filename=-23d57bfd7d6c0330 --out-dir /work/oxidecomputer/omicron/target/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"'` |
3317 | 2024-03-20T19:17:32.320Z | Compiling primeorder v0.13.6 |
3318 | 2024-03-20T19:17:32.352Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/primeorder-0.13.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fb635bd3cf5a2ff2 -C extra-filename=-fb635bd3cf5a2ff2 --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-e8d8bf4e25df132f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3319 | 2024-03-20T19:17:32.747Z | Compiling cargo-platform v0.1.3 |
3320 | 2024-03-20T19:17:32.783Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.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 -C metadata=e71d6129f8803ed1 -C extra-filename=-e71d6129f8803ed1 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3321 | 2024-03-20T19:17:32.859Z | Compiling rand v0.4.6 |
3322 | 2024-03-20T19:17:32.888Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="std"' -C metadata=51ce9cc93dc6af99 -C extra-filename=-51ce9cc93dc6af99 --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3323 | 2024-03-20T19:17:33.661Z | Compiling option-ext v0.2.0 |
3324 | 2024-03-20T19:17:34.190Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name option_ext /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/option-ext-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 -C metadata=052cc284f0ba4e8e -C extra-filename=-052cc284f0ba4e8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3325 | 2024-03-20T19:17:34.190Z | Compiling assert_cmd v2.0.14 |
3326 | 2024-03-20T19:17:34.191Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b42efd23c6048b29 -C extra-filename=-b42efd23c6048b29 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-b42efd23c6048b29 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3327 | 2024-03-20T19:17:34.191Z | Compiling remove_dir_all v0.5.3 |
3328 | 2024-03-20T19:17:34.191Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name remove_dir_all /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/remove_dir_all-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 -C metadata=35b72fe6b2656acb -C extra-filename=-35b72fe6b2656acb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3329 | 2024-03-20T19:17:34.191Z | Compiling target-spec v3.1.0 |
3330 | 2024-03-20T19:17:34.191Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.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 -C metadata=ce043a2efeffe13f -C extra-filename=-ce043a2efeffe13f --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-ce043a2efeffe13f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3331 | 2024-03-20T19:17:34.372Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-ce043a2efeffe13f/build-script-build` |
3332 | 2024-03-20T19:17:34.408Z | Compiling tempdir v0.3.7 |
3333 | 2024-03-20T19:17:34.443Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tempdir /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempdir-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 -C metadata=c96322690e2aad70 -C extra-filename=-c96322690e2aad70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-51ce9cc93dc6af99.rmeta --extern remove_dir_all=/work/oxidecomputer/omicron/target/debug/deps/libremove_dir_all-35b72fe6b2656acb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3334 | 2024-03-20T19:17:34.773Z | Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-b42efd23c6048b29/build-script-build` |
3335 | 2024-03-20T19:17:34.805Z | Compiling dirs-sys v0.4.1 |
3336 | 2024-03-20T19:17:34.833Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-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 -C metadata=363b25cd14b5beac -C extra-filename=-363b25cd14b5beac --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-6b8d316e1cea3f77.rmeta --extern option_ext=/work/oxidecomputer/omicron/target/debug/deps/liboption_ext-052cc284f0ba4e8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3337 | 2024-03-20T19:17:35.014Z | Compiling cargo_metadata v0.18.1 |
3338 | 2024-03-20T19:17:35.049Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=07878f8e76169759 -C extra-filename=-07878f8e76169759 --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-aa5affffdef128b1.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-e71d6129f8803ed1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3339 | 2024-03-20T19:17:35.388Z | Compiling cfg-expr v0.15.6 |
3340 | 2024-03-20T19:17:35.415Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.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="target-lexicon"' --cfg 'feature="targets"' -C metadata=d68085c46b926c3a -C extra-filename=-d68085c46b926c3a --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-f15605284eda4bd1.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-23d57bfd7d6c0330.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3341 | 2024-03-20T19:17:36.456Z | Compiling rand_chacha v0.2.2 |
3342 | 2024-03-20T19:17:36.491Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.2.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="std"' -C metadata=fc9fb8b028d96125 -C extra-filename=-fc9fb8b028d96125 --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-a7dee96d0234d4d9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-aaba7f3254ebf9d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3343 | 2024-03-20T19:17:37.666Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name winapi /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-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="basetsd"' --cfg 'feature="memoryapi"' --cfg 'feature="minwindef"' -C metadata=a24045c39c0e3a1f -C extra-filename=-a24045c39c0e3a1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3344 | 2024-03-20T19:17:37.774Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack /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 -C metadata=aa600b20b2defa3f -C extra-filename=-aa600b20b2defa3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3345 | 2024-03-20T19:17:37.874Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3346 | 2024-03-20T19:17:37.905Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=09ece57728e722c5 -C extra-filename=-09ece57728e722c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d68cdaac0515ed64.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3347 | 2024-03-20T19:17:38.125Z | Compiling polyval v0.6.1 |
3348 | 2024-03-20T19:17:38.160Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polyval-0.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 -C metadata=6864e66432fc2581 -C extra-filename=-6864e66432fc2581 --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-980c303988e700db.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-38956c25915cddb0.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-7b0fd4e52ffbc0c7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3349 | 2024-03-20T19:17:38.504Z | Compiling ed25519 v2.2.2 |
3350 | 2024-03-20T19:17:38.535Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=332f2907e4144330 -C extra-filename=-332f2907e4144330 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-87fa9ebc53729cb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3351 | 2024-03-20T19:17:38.941Z | Compiling http-body v1.0.0 |
3352 | 2024-03-20T19:17:39.004Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d23f87cf3cc06de5 -C extra-filename=-d23f87cf3cc06de5 --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-6aecfa5f524ba23c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-67c8b9dad3854477.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3353 | 2024-03-20T19:17:39.165Z | Compiling aes v0.8.3 |
3354 | 2024-03-20T19:17:39.165Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=1b30d823103f74bd -C extra-filename=-1b30d823103f74bd --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-980c303988e700db.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3355 | 2024-03-20T19:17:41.435Z | Compiling ctr v0.9.2 |
3356 | 2024-03-20T19:17:41.465Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=5f1826d8530e595d -C extra-filename=-5f1826d8530e595d --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-402b3a96df9ca873.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3357 | 2024-03-20T19:17:41.765Z | Compiling blowfish v0.9.1 |
3358 | 2024-03-20T19:17:41.794Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blowfish-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bcrypt"' -C metadata=3c900f8eda294584 -C extra-filename=-3c900f8eda294584 --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-ee70016887b171ea.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3359 | 2024-03-20T19:17:42.187Z | Compiling password-hash v0.4.2 |
3360 | 2024-03-20T19:17:42.215Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rand_core"' -C metadata=5132c1c64484c3f9 -C extra-filename=-5132c1c64484c3f9 --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-1d4bdcf392c0c077.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3361 | 2024-03-20T19:17:43.009Z | Compiling pbkdf2 v0.12.2 |
3362 | 2024-03-20T19:17:43.052Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=10ca80e318fb5c05 -C extra-filename=-10ca80e318fb5c05 --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-a6c53878d7a38e90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3363 | 2024-03-20T19:17:43.176Z | Compiling plotters-backend v0.3.5 |
3364 | 2024-03-20T19:17:43.210Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.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 -C metadata=49253664c8d3e460 -C extra-filename=-49253664c8d3e460 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3365 | 2024-03-20T19:17:43.679Z | Compiling tower-layer v0.3.2 |
3366 | 2024-03-20T19:17:43.708Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-layer-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 -C metadata=09077b029317ca76 -C extra-filename=-09077b029317ca76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3367 | 2024-03-20T19:17:43.950Z | Compiling hex-literal v0.4.1 |
3368 | 2024-03-20T19:17:43.981Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e2513e0b503e3c04 -C extra-filename=-e2513e0b503e3c04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3369 | 2024-03-20T19:17:44.101Z | Compiling tower v0.4.13 |
3370 | 2024-03-20T19:17:44.167Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__common"' --cfg 'feature="default"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="log"' --cfg 'feature="make"' --cfg 'feature="pin-project"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --cfg 'feature="util"' -C metadata=dfc4093875a3c35d -C extra-filename=-dfc4093875a3c35d --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-89d5efafb6bf0fea.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-de07d84e45cc4683.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-09077b029317ca76.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-30d127c240675800.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3371 | 2024-03-20T19:17:44.845Z | Compiling plotters-svg v0.3.5 |
3372 | 2024-03-20T19:17:44.891Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.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 -C metadata=20b6799c78a94d6f -C extra-filename=-20b6799c78a94d6f --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-49253664c8d3e460.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3373 | 2024-03-20T19:17:45.238Z | Compiling bcrypt-pbkdf v0.10.0 |
3374 | 2024-03-20T19:17:45.278Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcrypt-pbkdf-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cc9663b5e265c55e -C extra-filename=-cc9663b5e265c55e --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-3c900f8eda294584.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-10ca80e318fb5c05.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3375 | 2024-03-20T19:17:45.783Z | Compiling pbkdf2 v0.11.0 |
3376 | 2024-03-20T19:17:45.818Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --cfg 'feature="password-hash"' --cfg 'feature="sha2"' --cfg 'feature="simple"' -C metadata=8dcb6356474954fe -C extra-filename=-8dcb6356474954fe --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-a6c53878d7a38e90.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-00025fcde1c50750.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-5132c1c64484c3f9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3377 | 2024-03-20T19:17:46.131Z | Compiling hyper v1.1.0 |
3378 | 2024-03-20T19:17:46.168Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-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="client"' --cfg 'feature="default"' --cfg 'feature="http1"' -C metadata=690067a095766ea7 -C extra-filename=-690067a095766ea7 --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-6aecfa5f524ba23c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-67c8b9dad3854477.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-d23f87cf3cc06de5.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-8d112f43b54c713b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-77b4488483d613fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3379 | 2024-03-20T19:17:48.509Z | Compiling ed25519-dalek v2.0.0 |
3380 | 2024-03-20T19:17:48.563Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-dalek-2.0.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="fast"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=f3de597316d4cee3 -C extra-filename=-f3de597316d4cee3 --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-4580cc12a6811996.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-332f2907e4144330.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3381 | 2024-03-20T19:17:49.398Z | Compiling ghash v0.5.0 |
3382 | 2024-03-20T19:17:55.933Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ghash-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 -C metadata=11d17fcbb2211cf4 -C extra-filename=-11d17fcbb2211cf4 --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-38956c25915cddb0.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-6864e66432fc2581.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3383 | 2024-03-20T19:17:55.933Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.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 -C metadata=9a3d5c8f130b2dc2 -C extra-filename=-9a3d5c8f130b2dc2 --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-d68085c46b926c3a.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-aa600b20b2defa3f.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-23d57bfd7d6c0330.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3384 | 2024-03-20T19:17:55.933Z | Compiling russh-cryptovec v0.7.0 |
3385 | 2024-03-20T19:17:55.933Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-cryptovec-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 -C metadata=ba55d2592c4ac58e -C extra-filename=-ba55d2592c4ac58e --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-6b8d316e1cea3f77.rmeta --extern winapi=/work/oxidecomputer/omicron/target/debug/deps/libwinapi-a24045c39c0e3a1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3386 | 2024-03-20T19:17:55.933Z | Compiling rand v0.7.3 |
3387 | 2024-03-20T19:17:55.933Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-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 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="getrandom_package"' --cfg 'feature="libc"' --cfg 'feature="std"' -C metadata=41b51c274b969679 -C extra-filename=-41b51c274b969679 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom_package=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f37df39cea38962f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-fc9fb8b028d96125.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-aaba7f3254ebf9d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3388 | 2024-03-20T19:17:55.933Z | Compiling dirs v5.0.1 |
3389 | 2024-03-20T19:17:55.933Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-5.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 -C metadata=4f4100883dbf8a91 -C extra-filename=-4f4100883dbf8a91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dirs_sys=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys-363b25cd14b5beac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3390 | 2024-03-20T19:17:55.934Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.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 -C metadata=685942ca58dc83e5 -C extra-filename=-685942ca58dc83e5 --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-c3a3dddff120d61f.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-56bee3b2739ce422.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-eab6502e68af0fa2.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-faa495f1c4f12fa0.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-b55ee153c811977d.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-e6c526a8ec957ffc.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-e8a585130783d302.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3391 | 2024-03-20T19:17:56.270Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3392 | 2024-03-20T19:17:56.271Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7c7a6053ead96298 -C extra-filename=-7c7a6053ead96298 --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-ca72345e97b67dd7.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0fc9ad9d3bb75c0a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3393 | 2024-03-20T19:17:56.271Z | Compiling p521 v0.13.3 |
3394 | 2024-03-20T19:17:56.271Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p521-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="sha512"' --cfg 'feature="std"' -C metadata=bd9777140ee4de3f -C extra-filename=-bd9777140ee4de3f --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-3df99549457fce56.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49ed29fb1f9b1199.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8d8bf4e25df132f.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-fb635bd3cf5a2ff2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3395 | 2024-03-20T19:17:56.271Z | Compiling p256 v0.13.2 |
3396 | 2024-03-20T19:17:56.271Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p256-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' -C metadata=e3d9e65b6ed68bb7 -C extra-filename=-e3d9e65b6ed68bb7 --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-49ed29fb1f9b1199.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8d8bf4e25df132f.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-fb635bd3cf5a2ff2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3397 | 2024-03-20T19:17:56.677Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
3398 | 2024-03-20T19:17:56.718Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7fbbfdf9410205b8 -C extra-filename=-7fbbfdf9410205b8 --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-80b4bc977ce9316a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3399 | 2024-03-20T19:17:57.437Z | Compiling pathdiff v0.2.1 |
3400 | 2024-03-20T19:17:57.464Z | Running `/home/build/.rustup/toolchains/1.76.0-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"' -C metadata=14f76ce06487ba1d -C extra-filename=-14f76ce06487ba1d --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-aa5affffdef128b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3401 | 2024-03-20T19:17:57.632Z | Compiling cbc v0.1.2 |
3402 | 2024-03-20T19:17:57.686Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cbc-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="default"' -C metadata=4d0bc2910b4869e0 -C extra-filename=-4d0bc2910b4869e0 --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-402b3a96df9ca873.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3403 | 2024-03-20T19:17:57.828Z | Compiling nested v0.1.1 |
3404 | 2024-03-20T19:17:57.866Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nested /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 -C metadata=ffc48c6922f462cd -C extra-filename=-ffc48c6922f462cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3405 | 2024-03-20T19:17:58.098Z | Compiling md5 v0.7.0 |
3406 | 2024-03-20T19:17:58.128Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 /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"' -C metadata=b994b2fa2a729cb8 -C extra-filename=-b994b2fa2a729cb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3407 | 2024-03-20T19:17:58.128Z | Compiling cast v0.3.0 |
3408 | 2024-03-20T19:17:58.128Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f2cb3e73b52ae798 -C extra-filename=-f2cb3e73b52ae798 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3409 | 2024-03-20T19:17:58.456Z | Compiling criterion-plot v0.5.0 |
3410 | 2024-03-20T19:17:58.488Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94e649382cb7370c -C extra-filename=-94e649382cb7370c --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-f2cb3e73b52ae798.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3411 | 2024-03-20T19:17:58.522Z | Compiling russh-keys v0.42.0 |
3412 | 2024-03-20T19:17:58.562Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-keys-0.42.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a39bcf3c013c7b00 -C extra-filename=-a39bcf3c013c7b00 --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-1b30d823103f74bd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-cc9663b5e265c55e.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be1bb453946354ab.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-51ee63e7469d9b72.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-4d0bc2910b4869e0.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-5f1826d8530e595d.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-21eb80e9e8ebe971.rmeta --extern dirs=/work/oxidecomputer/omicron/target/debug/deps/libdirs-4f4100883dbf8a91.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f3de597316d4cee3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-00025fcde1c50750.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7933e1db1f12eba9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-b994b2fa2a729cb8.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-ffdb14edb5f31fca.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-e3d9e65b6ed68bb7.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-bd9777140ee4de3f.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-8dcb6356474954fe.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41b51c274b969679.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-ba55d2592c4ac58e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d5c71938ac202827.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-9505c6c6a004631d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3413 | 2024-03-20T19:17:59.330Z | Compiling guppy v0.17.5 |
3414 | 2024-03-20T19:17:59.357Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.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 -C metadata=38a00d98dc750615 -C extra-filename=-38a00d98dc750615 --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-bbfc89eae5e2d3b2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-07878f8e76169759.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-283c13f9261a241c.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-aa600b20b2defa3f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-ffc48c6922f462cd.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-14f76ce06487ba1d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-9a3d5c8f130b2dc2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3415 | 2024-03-20T19:18:01.288Z | Compiling aes-gcm v0.10.3 |
3416 | 2024-03-20T19:18:01.314Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-gcm-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=a6e732ac8e77657c -C extra-filename=-a6e732ac8e77657c --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-006636b63ef3e5f2.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-1b30d823103f74bd.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-5f1826d8530e595d.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-11d17fcbb2211cf4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3417 | 2024-03-20T19:18:01.547Z | Compiling hyper-util v0.1.2 |
3418 | 2024-03-20T19:18:01.575Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-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 --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="http1"' --cfg 'feature="tokio"' -C metadata=ded48a84a3650cd1 -C extra-filename=-ded48a84a3650cd1 --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-6aecfa5f524ba23c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-67c8b9dad3854477.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-d23f87cf3cc06de5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-690067a095766ea7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-dfc4093875a3c35d.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-30d127c240675800.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3419 | 2024-03-20T19:18:01.829Z | Compiling plotters v0.3.5 |
3420 | 2024-03-20T19:18:01.856Z | Running `/home/build/.rustup/toolchains/1.76.0-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"' -C metadata=5550e921665ca3ec -C extra-filename=-5550e921665ca3ec --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-21b07e30d4dab7ed.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-49253664c8d3e460.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-20b6799c78a94d6f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3421 | 2024-03-20T19:18:03.573Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3422 | 2024-03-20T19:18:03.600Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 clients/installinator-artifact-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 -C metadata=54a8444be37590df -C extra-filename=-54a8444be37590df --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-d68cdaac0515ed64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-910593e6fd20f86e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3423 | 2024-03-20T19:18:03.854Z | Compiling rustls-native-certs v0.7.0 |
3424 | 2024-03-20T19:18:03.882Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=49425771fc020521 -C extra-filename=-49425771fc020521 --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-ac9e745afe46f238.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3425 | 2024-03-20T19:18:04.223Z | Compiling tinytemplate v1.2.1 |
3426 | 2024-03-20T19:18:04.249Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate /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 -C metadata=293db5fd10f68609 -C extra-filename=-293db5fd10f68609 --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-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3427 | 2024-03-20T19:18:05.150Z | Compiling threadpool v1.8.1 |
3428 | 2024-03-20T19:18:05.177Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name threadpool /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 -C metadata=2166907a3766bea3 -C extra-filename=-2166907a3766bea3 --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-0b9dd2f2c8b5721e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3429 | 2024-03-20T19:18:05.975Z | Compiling dhcproto-macros v0.1.0 |
3430 | 2024-03-20T19:18:06.412Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=381035e320ee102f -C extra-filename=-381035e320ee102f --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` |
3431 | 2024-03-20T19:18:06.936Z | Compiling oorandom v11.1.3 |
3432 | 2024-03-20T19:18:06.963Z | Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=84ad2bd6a1fda5f3 -C extra-filename=-84ad2bd6a1fda5f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3433 | 2024-03-20T19:18:06.963Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
3434 | 2024-03-20T19:18:06.994Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/git/checkouts/samael-656d243843edb41e/9e609a8/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"' -C metadata=c922e5c57f603726 -C extra-filename=-c922e5c57f603726 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-c922e5c57f603726 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-fde9d2968de1c3d4.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-638be2ab58094a40.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3435 | 2024-03-20T19:18:07.078Z | Compiling anes v0.1.6 |
3436 | 2024-03-20T19:18:07.104Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=a205b135b9326db0 -C extra-filename=-a205b135b9326db0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3437 | 2024-03-20T19:18:07.132Z | Compiling dhcproto v0.11.0 |
3438 | 2024-03-20T19:18:07.158Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-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"' -C metadata=4e5f41a01b3bbf33 -C extra-filename=-4e5f41a01b3bbf33 --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-381035e320ee102f.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3439 | 2024-03-20T19:18:07.519Z | Compiling criterion v0.5.1 |
3440 | 2024-03-20T19:18:07.546Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --cfg 'feature="tokio"' -C metadata=4db9a1b251a7f564 -C extra-filename=-4db9a1b251a7f564 --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-a205b135b9326db0.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-f2cb3e73b52ae798.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-94e649382cb7370c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-07069127a17cd079.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-84ad2bd6a1fda5f3.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-5550e921665ca3ec.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3c0333554e1139b6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-293db5fd10f68609.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3441 | 2024-03-20T19:18:08.970Z | Running `/work/oxidecomputer/omicron/target/debug/build/samael-c922e5c57f603726/build-script-bindings` |
3442 | 2024-03-20T19:18:09.169Z | Compiling libtest-mimic v0.6.1 |
3443 | 2024-03-20T19:18:09.200Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-0.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 -C metadata=ee5d09feb1fffa8d -C extra-filename=-ee5d09feb1fffa8d --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-e45c956993785a51.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-b868d2f25c6c0955.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-2166907a3766bea3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3444 | 2024-03-20T19:18:10.047Z | Compiling hyper-rustls v0.26.0 |
3445 | 2024-03-20T19:18:10.493Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' -C metadata=07e61238cdbbb096 -C extra-filename=-07e61238cdbbb096 --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-61761f61c51300b8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-67c8b9dad3854477.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-690067a095766ea7.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ded48a84a3650cd1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-49425771fc020521.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-3d9950f7b141fe0b.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-30d127c240675800.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out` |
3446 | 2024-03-20T19:18:10.634Z | Compiling russh v0.42.0 |
3447 | 2024-03-20T19:18:10.671Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-0.42.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=0b9ca18424bb1dc9 -C extra-filename=-0b9ca18424bb1dc9 --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-1b30d823103f74bd.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-a6e732ac8e77657c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-18d3077823b1c206.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-5f1826d8530e595d.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-4580cc12a6811996.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e2513e0b503e3c04.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-00025fcde1c50750.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-ffdb14edb5f31fca.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-bf401129dc6b62ad.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-ba55d2592c4ac58e.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-a39bcf3c013c7b00.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d5c71938ac202827.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3448 | 2024-03-20T19:18:10.892Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/git/checkouts/samael-656d243843edb41e/9e609a8/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"' -C metadata=874d20e0f8c5b799 -C extra-filename=-874d20e0f8c5b799 --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-617eb63bc076f209.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-21eb80e9e8ebe971.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-9292c8498888af10.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-a9763132c4e65c8c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-ac9e745afe46f238.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ea5ca821882ec114.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-f23bd9177bc14bad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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` |
3449 | 2024-03-20T19:18:11.002Z | Compiling httptest v0.15.5 |
3450 | 2024-03-20T19:18:11.029Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-0.15.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 -C metadata=2c348ef536bdab30 -C extra-filename=-2c348ef536bdab30 --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-354ed4aae11869be.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-3caa7d886ff74e6f.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-af24b9bd95b41eab.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3451 | 2024-03-20T19:18:12.266Z | Compiling rstest_macros v0.18.2 |
3452 | 2024-03-20T19:18:12.292Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.18.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="async-timeout"' -C metadata=4f3d7799d0bb5e16 -C extra-filename=-4f3d7799d0bb5e16 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-4f3d7799d0bb5e16 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c06feaa745b8ece6.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3453 | 2024-03-20T19:18:12.770Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3454 | 2024-03-20T19:18:12.797Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-c858ba521079d51a/f78443a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c12e2219a5aeede3 -C extra-filename=-c12e2219a5aeede3 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3455 | 2024-03-20T19:18:13.181Z | Compiling internet-checksum v0.2.1 |
3456 | 2024-03-20T19:18:13.207Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name internet_checksum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/internet-checksum-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2000379b6d2d4413 -C extra-filename=-2000379b6d2d4413 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3457 | 2024-03-20T19:18:13.398Z | Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-4f3d7799d0bb5e16/build-script-build` |
3458 | 2024-03-20T19:18:13.912Z | Compiling datatest-stable v0.2.3 |
3459 | 2024-03-20T19:18:13.912Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datatest-stable-0.2.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 -C metadata=59597f63c9de32d2 -C extra-filename=-59597f63c9de32d2 --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-aa5affffdef128b1.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-ee5d09feb1fffa8d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3460 | 2024-03-20T19:18:14.090Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3461 | 2024-03-20T19:18:14.138Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b8d5a7d691bcc283 -C extra-filename=-b8d5a7d691bcc283 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-54a8444be37590df.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d68cdaac0515ed64.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2ddef206ca9828f9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1a1912a6e2794b2f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-3fe1015ea8b63e9b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-07befa7561496e8f.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-265427fc2150b375.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-70a6029908a23ae4.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-910593e6fd20f86e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3462 | 2024-03-20T19:18:15.110Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3463 | 2024-03-20T19:18:15.137Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8fe8a91420af03ef -C extra-filename=-8fe8a91420af03ef --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-8fe8a91420af03ef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-699a5e2a24e76a04.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3464 | 2024-03-20T19:18:15.446Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3465 | 2024-03-20T19:18:15.472Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fd07b671e91a2cfb -C extra-filename=-fd07b671e91a2cfb --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-fd07b671e91a2cfb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-699a5e2a24e76a04.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3466 | 2024-03-20T19:18:15.771Z | Compiling similar-asserts v1.5.0 |
3467 | 2024-03-20T19:18:15.796Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-asserts-1.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="unicode"' -C metadata=44251199ac83f0ed -C extra-filename=-44251199ac83f0ed --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-ecd543c2b58c8b48.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-871159d04b2d3ddf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3468 | 2024-03-20T19:18:16.766Z | Compiling csv-core v0.1.11 |
3469 | 2024-03-20T19:18:16.793Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-core-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=3ade9f84229d8bec -C extra-filename=-3ade9f84229d8bec --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-1d8a52f36e2fec96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3470 | 2024-03-20T19:18:16.793Z | Compiling relative-path v1.9.0 |
3471 | 2024-03-20T19:18:16.823Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/relative-path-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=819003fabf5f1bb9 -C extra-filename=-819003fabf5f1bb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3472 | 2024-03-20T19:18:17.089Z | Compiling trybuild v1.0.89 |
3473 | 2024-03-20T19:18:17.528Z | Running `/home/build/.rustup/toolchains/1.76.0-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.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 -C metadata=0a05899c9be797ad -C extra-filename=-0a05899c9be797ad --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-0a05899c9be797ad -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3474 | 2024-03-20T19:18:17.563Z | Compiling csv v1.3.0 |
3475 | 2024-03-20T19:18:17.563Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e2cf7201a1819bb2 -C extra-filename=-e2cf7201a1819bb2 --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-3ade9f84229d8bec.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ee438a4c06a12f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3476 | 2024-03-20T19:18:17.563Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.18.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="async-timeout"' -C metadata=5357298e15417ad9 -C extra-filename=-5357298e15417ad9 --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-980c303988e700db.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-819003fabf5f1bb9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3477 | 2024-03-20T19:18:17.563Z | Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-0a05899c9be797ad/build-script-build` |
3478 | 2024-03-20T19:18:17.564Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-fd07b671e91a2cfb/build-script-build` |
3479 | 2024-03-20T19:18:17.592Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-8fe8a91420af03ef/build-script-build` |
3480 | 2024-03-20T19:18:17.618Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3481 | 2024-03-20T19:18:17.618Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=850318097ebc1ff4 -C extra-filename=-850318097ebc1ff4 --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-c3a3dddff120d61f.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-dd2af96275a7f5d2.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-4e5f41a01b3bbf33.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2000379b6d2d4413.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c12e2219a5aeede3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-05c2c783ea8ecd88.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2a74f6adbc09a4dc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-0b9ca18424bb1dc9.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-a39bcf3c013c7b00.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3482 | 2024-03-20T19:18:18.497Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3483 | 2024-03-20T19:18:18.557Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3d26d485f59c3095 -C extra-filename=-3d26d485f59c3095 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-13f2409f015254c4.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f01433d4d26722b7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5aaf5179de87f687.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-09ece57728e722c5.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d68cdaac0515ed64.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b4a1a9b5cd38b36b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1a1912a6e2794b2f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a47a4d776080639b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-07befa7561496e8f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-70a6029908a23ae4.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-74947787d6f66d77.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-910593e6fd20f86e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-14e6fb0a2c64a633.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-bcb60a080265a1bb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3484 | 2024-03-20T19:18:19.701Z | Compiling multimap v0.10.0 |
3485 | 2024-03-20T19:18:19.727Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name multimap /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"' -C metadata=fc8b59f3d8f2bf64 -C extra-filename=-fc8b59f3d8f2bf64 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3486 | 2024-03-20T19:18:20.009Z | Compiling basic-toml v0.1.8 |
3487 | 2024-03-20T19:18:20.034Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-toml-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 -C metadata=f18a11eec4f1efa4 -C extra-filename=-f18a11eec4f1efa4 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3488 | 2024-03-20T19:18:20.433Z | Compiling futures-timer v3.0.2 |
3489 | 2024-03-20T19:18:20.463Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-timer-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8cb8a78d10fa9986 -C extra-filename=-8cb8a78d10fa9986 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3490 | 2024-03-20T19:18:21.227Z | Compiling constant_time_eq v0.2.6 |
3491 | 2024-03-20T19:18:21.267Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.2.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 -C metadata=ea7d32dd42bc1fc4 -C extra-filename=-ea7d32dd42bc1fc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3492 | 2024-03-20T19:18:21.420Z | Compiling blake2b_simd v1.0.1 |
3493 | 2024-03-20T19:18:21.420Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2b_simd-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=61771fdc4ccbaaf2 -C extra-filename=-61771fdc4ccbaaf2 --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-477e329b0fb4e5d0.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-c9c1b634dcefec2a.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-ea7d32dd42bc1fc4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3494 | 2024-03-20T19:18:21.752Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-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 -C metadata=23be0087c4c59faa -C extra-filename=-23be0087c4c59faa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern basic_toml=/work/oxidecomputer/omicron/target/debug/deps/libbasic_toml-f18a11eec4f1efa4.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-b868d2f25c6c0955.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3495 | 2024-03-20T19:18:22.950Z | Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3496 | 2024-03-20T19:18:22.989Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5fa85fb2bfd7b7c7 -C extra-filename=-5fa85fb2bfd7b7c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-cc0fef21877fc13a.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3497 | 2024-03-20T19:18:23.170Z | Compiling partial-io v0.5.4 |
3498 | 2024-03-20T19:18:23.201Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=6b5576bee720e4af -C extra-filename=-6b5576bee720e4af --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-7f8d1a4c7393b54e.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-de07d84e45cc4683.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3499 | 2024-03-20T19:18:23.582Z | Compiling approx v0.5.1 |
3500 | 2024-03-20T19:18:23.609Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name approx /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"' -C metadata=25e4f07d429ae077 -C extra-filename=-25e4f07d429ae077 --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-21b07e30d4dab7ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3501 | 2024-03-20T19:18:23.804Z | Compiling rust-argon2 v1.0.1 |
3502 | 2024-03-20T19:18:23.830Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust-argon2-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' -C metadata=886297da9af2df99 -C extra-filename=-886297da9af2df99 --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-617eb63bc076f209.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-61771fdc4ccbaaf2.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-5b32d0391bf1b5d5.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3503 | 2024-03-20T19:18:25.684Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3504 | 2024-03-20T19:18:25.724Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a2e968ef8476fab7 -C extra-filename=-a2e968ef8476fab7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-836c228aaab79d4e.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3c0333554e1139b6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-3fe1015ea8b63e9b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-891598d647538f18.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3505 | 2024-03-20T19:18:25.763Z | Compiling rstest v0.18.2 |
3506 | 2024-03-20T19:18:25.763Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-0.18.2/src/lib.rs --error-format=json --json=diagnostic-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="default"' -C metadata=713bbb128c5b800f -C extra-filename=-713bbb128c5b800f --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-7f8d1a4c7393b54e.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-8cb8a78d10fa9986.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-5357298e15417ad9.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3507 | 2024-03-20T19:18:25.971Z | Compiling cargo_toml v0.19.0 |
3508 | 2024-03-20T19:18:25.997Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_toml-0.19.0/src/cargo_toml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3b9da1dd4e46e88a -C extra-filename=-3b9da1dd4e46e88a --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-38978e6989816a15.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3509 | 2024-03-20T19:18:26.441Z | Compiling termios v0.3.3 |
3510 | 2024-03-20T19:18:26.466Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name termios /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 -C metadata=71e9d7bbe0bee3d5 -C extra-filename=-71e9d7bbe0bee3d5 --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3511 | 2024-03-20T19:18:26.677Z | Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3512 | 2024-03-20T19:18:26.713Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0e1cc11a890776b2 -C extra-filename=-0e1cc11a890776b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-71e9d7bbe0bee3d5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3513 | 2024-03-20T19:18:28.104Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1ec295d567fc4092 -C extra-filename=-1ec295d567fc4092 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-a2e968ef8476fab7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-836c228aaab79d4e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3c0333554e1139b6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-3fe1015ea8b63e9b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-891598d647538f18.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3514 | 2024-03-20T19:18:29.403Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 oximeter/oximeter/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 --test -C metadata=07fcdd9f2c4e3362 -C extra-filename=-07fcdd9f2c4e3362 --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-25e4f07d429ae077.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9f10828012a3e3e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-b43c37731d53b273.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-713bbb128c5b800f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-23be0087c4c59faa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3515 | 2024-03-20T19:18:30.134Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1a89b51ad3ded770 -C extra-filename=-1a89b51ad3ded770 --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-25e4f07d429ae077.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9f10828012a3e3e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-b43c37731d53b273.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-713bbb128c5b800f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-23be0087c4c59faa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3516 | 2024-03-20T19:18:30.190Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4c2e84e33f621921 -C extra-filename=-4c2e84e33f621921 --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-bd1d1801db21c345.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4db9a1b251a7f564.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-886297da9af2df99.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3517 | 2024-03-20T19:18:30.333Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2021 end-to-end-tests/src/bin/bootstrap.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d563868a3df98695 -C extra-filename=-d563868a3df98695 --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-c3a3dddff120d61f.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-dd2af96275a7f5d2.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-4e5f41a01b3bbf33.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-850318097ebc1ff4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2000379b6d2d4413.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c12e2219a5aeede3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-05c2c783ea8ecd88.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2a74f6adbc09a4dc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-0b9ca18424bb1dc9.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-a39bcf3c013c7b00.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3518 | 2024-03-20T19:18:31.278Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=fe7ff7e8ca898a59 -C extra-filename=-fe7ff7e8ca898a59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-99f6e574fb232184.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-05c2c783ea8ecd88.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3519 | 2024-03-20T19:18:33.300Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c6f7bcbc914daf46 -C extra-filename=-c6f7bcbc914daf46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1d27543eb20ce46a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-13f2409f015254c4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-83fdc5411358700f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f01433d4d26722b7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9488bd2907661119.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d68cdaac0515ed64.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-22dfc93d75787358.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf6f81396c333432.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d1cf8badb1d2aea2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1a1912a6e2794b2f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-05c2c783ea8ecd88.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6d1ecd69c959da9f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cbe85d9b688e3e5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7b0eb46995958ceb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-f21ce53b8aa5e655.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-3fe1015ea8b63e9b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-07befa7561496e8f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-265427fc2150b375.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-276848ef01bcf101.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3520 | 2024-03-20T19:18:33.383Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3521 | 2024-03-20T19:18:33.411Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bd73ccb57f8bd58b -C extra-filename=-bd73ccb57f8bd58b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-07878f8e76169759.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-3b9da1dd4e46e88a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3522 | 2024-03-20T19:18:33.615Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=43547ee0dd1b1004 -C extra-filename=-43547ee0dd1b1004 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-cc0fef21877fc13a.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-5fa85fb2bfd7b7c7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3523 | 2024-03-20T19:18:34.019Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=97ec160e149f97be -C extra-filename=-97ec160e149f97be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-cc0fef21877fc13a.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-5fa85fb2bfd7b7c7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3524 | 2024-03-20T19:18:34.560Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2021 end-to-end-tests/src/bin/commtest.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=805e9dec525a9b55 -C extra-filename=-805e9dec525a9b55 --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-c3a3dddff120d61f.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-dd2af96275a7f5d2.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-4e5f41a01b3bbf33.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-850318097ebc1ff4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2000379b6d2d4413.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c12e2219a5aeede3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-05c2c783ea8ecd88.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2a74f6adbc09a4dc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-0b9ca18424bb1dc9.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-a39bcf3c013c7b00.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3525 | 2024-03-20T19:18:35.393Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3b3466a248cc4a41 -C extra-filename=-3b3466a248cc4a41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1d27543eb20ce46a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-13f2409f015254c4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-83fdc5411358700f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f01433d4d26722b7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-38a00d98dc750615.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9488bd2907661119.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d68cdaac0515ed64.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-22dfc93d75787358.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf6f81396c333432.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d1cf8badb1d2aea2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1a1912a6e2794b2f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-05c2c783ea8ecd88.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6d1ecd69c959da9f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cbe85d9b688e3e5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7b0eb46995958ceb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-f21ce53b8aa5e655.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-3fe1015ea8b63e9b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-07befa7561496e8f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-265427fc2150b375.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-276848ef01bcf101.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3526 | 2024-03-20T19:18:35.737Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7d5c0fca18f95776 -C extra-filename=-7d5c0fca18f95776 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1d27543eb20ce46a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-13f2409f015254c4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-83fdc5411358700f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f01433d4d26722b7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-38a00d98dc750615.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9488bd2907661119.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d68cdaac0515ed64.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-22dfc93d75787358.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf6f81396c333432.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d1cf8badb1d2aea2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1a1912a6e2794b2f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-05c2c783ea8ecd88.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6d1ecd69c959da9f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cbe85d9b688e3e5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7b0eb46995958ceb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-f21ce53b8aa5e655.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-3fe1015ea8b63e9b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-07befa7561496e8f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-265427fc2150b375.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-276848ef01bcf101.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3527 | 2024-03-20T19:18:37.493Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=68f6fa3d28e8c970 -C extra-filename=-68f6fa3d28e8c970 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1d27543eb20ce46a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-13f2409f015254c4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-83fdc5411358700f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f01433d4d26722b7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-38a00d98dc750615.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9488bd2907661119.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d68cdaac0515ed64.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-22dfc93d75787358.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf6f81396c333432.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d1cf8badb1d2aea2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1a1912a6e2794b2f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-05c2c783ea8ecd88.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6d1ecd69c959da9f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cbe85d9b688e3e5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7b0eb46995958ceb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-f21ce53b8aa5e655.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-3fe1015ea8b63e9b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-07befa7561496e8f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-265427fc2150b375.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-276848ef01bcf101.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3528 | 2024-03-20T19:18:38.246Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name services_ledger_check_migrate --edition=2021 sled-agent/src/bin/services-ledger-check-migrate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9a0242dc01f5f68c -C extra-filename=-9a0242dc01f5f68c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1d27543eb20ce46a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-13f2409f015254c4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-83fdc5411358700f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f01433d4d26722b7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-38a00d98dc750615.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9488bd2907661119.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d68cdaac0515ed64.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-22dfc93d75787358.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf6f81396c333432.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d1cf8badb1d2aea2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1a1912a6e2794b2f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-05c2c783ea8ecd88.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6d1ecd69c959da9f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cbe85d9b688e3e5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7b0eb46995958ceb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-f21ce53b8aa5e655.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-3fe1015ea8b63e9b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-07befa7561496e8f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-265427fc2150b375.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-276848ef01bcf101.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3529 | 2024-03-20T19:18:38.281Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=57317f37f014fbe8 -C extra-filename=-57317f37f014fbe8 --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-c3a3dddff120d61f.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-dd2af96275a7f5d2.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-4e5f41a01b3bbf33.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2000379b6d2d4413.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c12e2219a5aeede3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-05c2c783ea8ecd88.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2a74f6adbc09a4dc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-0b9ca18424bb1dc9.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-a39bcf3c013c7b00.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3530 | 2024-03-20T19:18:40.425Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2021 end-to-end-tests/src/bin/dhcp-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5ec6dfceb03dfb5a -C extra-filename=-5ec6dfceb03dfb5a --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-c3a3dddff120d61f.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-dd2af96275a7f5d2.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-4e5f41a01b3bbf33.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-850318097ebc1ff4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2000379b6d2d4413.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c12e2219a5aeede3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-05c2c783ea8ecd88.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2a74f6adbc09a4dc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-0b9ca18424bb1dc9.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-a39bcf3c013c7b00.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3531 | 2024-03-20T19:18:42.905Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c44b80aa640120e2 -C extra-filename=-c44b80aa640120e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1d27543eb20ce46a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-13f2409f015254c4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-83fdc5411358700f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f01433d4d26722b7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-38a00d98dc750615.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9488bd2907661119.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d68cdaac0515ed64.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-22dfc93d75787358.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf6f81396c333432.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d1cf8badb1d2aea2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1a1912a6e2794b2f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-05c2c783ea8ecd88.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6d1ecd69c959da9f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cbe85d9b688e3e5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7b0eb46995958ceb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-f21ce53b8aa5e655.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-3fe1015ea8b63e9b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-07befa7561496e8f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-265427fc2150b375.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-276848ef01bcf101.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3532 | 2024-03-20T19:18:43.014Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name services_ledger_check_migrate --edition=2021 sled-agent/src/bin/services-ledger-check-migrate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0c1276505185dd99 -C extra-filename=-0c1276505185dd99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1d27543eb20ce46a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-13f2409f015254c4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-83fdc5411358700f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f01433d4d26722b7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9488bd2907661119.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d68cdaac0515ed64.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-22dfc93d75787358.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf6f81396c333432.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d1cf8badb1d2aea2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1a1912a6e2794b2f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-05c2c783ea8ecd88.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6d1ecd69c959da9f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cbe85d9b688e3e5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7b0eb46995958ceb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-f21ce53b8aa5e655.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-3fe1015ea8b63e9b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-07befa7561496e8f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-265427fc2150b375.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-276848ef01bcf101.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3533 | 2024-03-20T19:18:45.611Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c52ddb31cf9b4a9e -C extra-filename=-c52ddb31cf9b4a9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1d27543eb20ce46a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-13f2409f015254c4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-83fdc5411358700f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f01433d4d26722b7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9488bd2907661119.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d68cdaac0515ed64.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-22dfc93d75787358.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf6f81396c333432.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d1cf8badb1d2aea2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1a1912a6e2794b2f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-05c2c783ea8ecd88.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6d1ecd69c959da9f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cbe85d9b688e3e5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7b0eb46995958ceb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-f21ce53b8aa5e655.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-3fe1015ea8b63e9b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-07befa7561496e8f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-265427fc2150b375.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-276848ef01bcf101.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3534 | 2024-03-20T19:18:47.597Z | Compiling polar-core v0.27.0 |
3535 | 2024-03-20T19:18:47.634Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.0/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"' -C metadata=c102d59c8e17a3d4 -C extra-filename=-c102d59c8e17a3d4 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-c102d59c8e17a3d4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-42ebc96dd70ceb6f.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3536 | 2024-03-20T19:18:49.105Z | Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-c102d59c8e17a3d4/build-script-build` |
3537 | 2024-03-20T19:18:50.732Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.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"' -C metadata=fda0f96a9aff229a -C extra-filename=-fda0f96a9aff229a --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-a91c0b8873e30fcc.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-4772c578c774ae0f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-15048ac8a35bc7a3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3538 | 2024-03-20T19:18:58.263Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8447e0f5c9b8b1ef -C extra-filename=-8447e0f5c9b8b1ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1d27543eb20ce46a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-13f2409f015254c4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-83fdc5411358700f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f01433d4d26722b7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9488bd2907661119.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d68cdaac0515ed64.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-22dfc93d75787358.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf6f81396c333432.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d1cf8badb1d2aea2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1a1912a6e2794b2f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-05c2c783ea8ecd88.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6d1ecd69c959da9f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cbe85d9b688e3e5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7b0eb46995958ceb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-f21ce53b8aa5e655.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-3fe1015ea8b63e9b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-07befa7561496e8f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-265427fc2150b375.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-276848ef01bcf101.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3539 | 2024-03-20T19:19:03.637Z | Compiling oso v0.27.0 |
3540 | 2024-03-20T19:19:03.693Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-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="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' -C metadata=5a9e87d95b567d77 -C extra-filename=-5a9e87d95b567d77 --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-904f8cc61ce834c6.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-0fac596133a37754.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-caf000e802893a57.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-fda0f96a9aff229a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3541 | 2024-03-20T19:19:05.134Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=107045ed2424105b -C extra-filename=-107045ed2424105b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e2513e0b503e3c04.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-b8d5a7d691bcc283.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-54a8444be37590df.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d68cdaac0515ed64.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2ddef206ca9828f9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1a1912a6e2794b2f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-6b5576bee720e4af.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-3fe1015ea8b63e9b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-07befa7561496e8f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-265427fc2150b375.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-70a6029908a23ae4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-910593e6fd20f86e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3542 | 2024-03-20T19:19:05.535Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5519444ccab26489 -C extra-filename=-5519444ccab26489 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-13f2409f015254c4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f01433d4d26722b7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-99f6e574fb232184.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5aaf5179de87f687.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-b8d5a7d691bcc283.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-54a8444be37590df.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-09ece57728e722c5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d68cdaac0515ed64.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-0fac596133a37754.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b4a1a9b5cd38b36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1a1912a6e2794b2f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a47a4d776080639b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-07befa7561496e8f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4e605a2291eaafdc.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-70a6029908a23ae4.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-74947787d6f66d77.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-910593e6fd20f86e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-cc0fef21877fc13a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-14e6fb0a2c64a633.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-3d26d485f59c3095.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-bcb60a080265a1bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3543 | 2024-03-20T19:19:06.504Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8c0fa625a0e37434 -C extra-filename=-8c0fa625a0e37434 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1116670e92d5d91c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-1e8d66aa998c2563.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-9ecb60445da7bf78.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5d882fa43050414c.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-0f8313da68bc2791.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-949fa3c719518569.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-8e99a2664cb7a046.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a066ba2ba3a2161f.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0fc9ad9d3bb75c0a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a47a4d776080639b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-5a9e87d95b567d77.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-874d20e0f8c5b799.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-84cbdf7fa6766d88.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3544 | 2024-03-20T19:19:07.615Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=870757d9e836dbdc -C extra-filename=-870757d9e836dbdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-13f2409f015254c4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f01433d4d26722b7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-99f6e574fb232184.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5aaf5179de87f687.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-b8d5a7d691bcc283.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-54a8444be37590df.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-09ece57728e722c5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d68cdaac0515ed64.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-0fac596133a37754.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b4a1a9b5cd38b36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1a1912a6e2794b2f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a47a4d776080639b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-07befa7561496e8f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4e605a2291eaafdc.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-70a6029908a23ae4.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-74947787d6f66d77.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-910593e6fd20f86e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-cc0fef21877fc13a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-14e6fb0a2c64a633.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-3d26d485f59c3095.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-bcb60a080265a1bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3545 | 2024-03-20T19:19:08.243Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0551a4a7b3b96312 -C extra-filename=-0551a4a7b3b96312 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-13f2409f015254c4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f01433d4d26722b7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5aaf5179de87f687.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-09ece57728e722c5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d68cdaac0515ed64.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b4a1a9b5cd38b36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1a1912a6e2794b2f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a47a4d776080639b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-07befa7561496e8f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-70a6029908a23ae4.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-74947787d6f66d77.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-910593e6fd20f86e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-14e6fb0a2c64a633.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-3d26d485f59c3095.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-bcb60a080265a1bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3546 | 2024-03-20T19:19:09.530Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=760120b6d83091db -C extra-filename=-760120b6d83091db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e2513e0b503e3c04.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-54a8444be37590df.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d68cdaac0515ed64.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2ddef206ca9828f9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1a1912a6e2794b2f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-6b5576bee720e4af.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-3fe1015ea8b63e9b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-07befa7561496e8f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-265427fc2150b375.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-70a6029908a23ae4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-910593e6fd20f86e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3547 | 2024-03-20T19:19:10.600Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c043b916ad47344c -C extra-filename=-c043b916ad47344c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-13f2409f015254c4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f01433d4d26722b7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-99f6e574fb232184.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5aaf5179de87f687.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-b8d5a7d691bcc283.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-54a8444be37590df.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-09ece57728e722c5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d68cdaac0515ed64.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-0fac596133a37754.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b4a1a9b5cd38b36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1a1912a6e2794b2f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a47a4d776080639b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-07befa7561496e8f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4e605a2291eaafdc.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-70a6029908a23ae4.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-74947787d6f66d77.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-910593e6fd20f86e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-cc0fef21877fc13a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-14e6fb0a2c64a633.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-bcb60a080265a1bb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3548 | 2024-03-20T19:19:17.587Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name manifest_tests --edition=2021 tufaceous/tests/manifest-tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg test -C metadata=8e22682c7d0de5fc -C extra-filename=-8e22682c7d0de5fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-685942ca58dc83e5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-59597f63c9de32d2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-faa495f1c4f12fa0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4e605a2291eaafdc.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-70a6029908a23ae4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3549 | 2024-03-20T19:19:27.210Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=388db9d3ddd3128c -C extra-filename=-388db9d3ddd3128c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-685942ca58dc83e5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-59597f63c9de32d2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-faa495f1c4f12fa0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4e605a2291eaafdc.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-70a6029908a23ae4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3550 | 2024-03-20T19:19:29.086Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 tufaceous/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1f9bcbad7f4cd14d -C extra-filename=-1f9bcbad7f4cd14d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-685942ca58dc83e5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-59597f63c9de32d2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-faa495f1c4f12fa0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4e605a2291eaafdc.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-70a6029908a23ae4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3551 | 2024-03-20T19:19:30.376Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f9d05a7ddbc9f1a8 -C extra-filename=-f9d05a7ddbc9f1a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-685942ca58dc83e5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-59597f63c9de32d2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-faa495f1c4f12fa0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-70a6029908a23ae4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3552 | 2024-03-20T19:19:31.341Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=079c0945e87063f4 -C extra-filename=-079c0945e87063f4 --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-ca72345e97b67dd7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0fc9ad9d3bb75c0a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3553 | 2024-03-20T19:19:31.396Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ed1d23498b4db860 -C extra-filename=-ed1d23498b4db860 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1d27543eb20ce46a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-13f2409f015254c4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-83fdc5411358700f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f01433d4d26722b7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-38a00d98dc750615.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9488bd2907661119.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d68cdaac0515ed64.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-22dfc93d75787358.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf6f81396c333432.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d1cf8badb1d2aea2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1a1912a6e2794b2f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6d1ecd69c959da9f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cbe85d9b688e3e5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7b0eb46995958ceb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-f21ce53b8aa5e655.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-3fe1015ea8b63e9b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-07befa7561496e8f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-265427fc2150b375.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-276848ef01bcf101.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3554 | 2024-03-20T19:19:32.222Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=76d86d194fc059b2 -C extra-filename=-76d86d194fc059b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-685942ca58dc83e5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a47a4d776080639b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ea004ff21a68b928.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7059bfbaa965f98.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-7a46979d6857e869.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d69b616d8ada4d82.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-ca8f797ac62534ea.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-910593e6fd20f86e.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-cc0fef21877fc13a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-14e6fb0a2c64a633.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-bcb60a080265a1bb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3555 | 2024-03-20T19:19:33.539Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6996a5fe4249069f -C extra-filename=-6996a5fe4249069f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a47a4d776080639b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ea004ff21a68b928.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7059bfbaa965f98.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-7a46979d6857e869.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d69b616d8ada4d82.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-ca8f797ac62534ea.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-910593e6fd20f86e.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-cc0fef21877fc13a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-14e6fb0a2c64a633.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-bcb60a080265a1bb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3556 | 2024-03-20T19:19:33.596Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=40ee197e050763c6 -C extra-filename=-40ee197e050763c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-685942ca58dc83e5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a47a4d776080639b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ea004ff21a68b928.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7059bfbaa965f98.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-7a46979d6857e869.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d69b616d8ada4d82.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-ca8f797ac62534ea.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-910593e6fd20f86e.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-cc0fef21877fc13a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-14e6fb0a2c64a633.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-bcb60a080265a1bb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3557 | 2024-03-20T19:19:34.811Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d986eb656b34afe8 -C extra-filename=-d986eb656b34afe8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-cc0fef21877fc13a.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3558 | 2024-03-20T19:19:36.947Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 installinator-artifactd/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 --test -C metadata=34691c095554746e -C extra-filename=-34691c095554746e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-09ece57728e722c5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d68cdaac0515ed64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3559 | 2024-03-20T19:19:38.466Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/bin/installinator-artifactd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c04fc865ee0c8592 -C extra-filename=-c04fc865ee0c8592 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-09ece57728e722c5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d68cdaac0515ed64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3560 | 2024-03-20T19:19:43.286Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3561 | 2024-03-20T19:19:43.322Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9baf9ce9d9f0a1a8 -C extra-filename=-9baf9ce9d9f0a1a8 --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-7f8d1a4c7393b54e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-8c0fa625a0e37434.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3562 | 2024-03-20T19:19:43.377Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3563 | 2024-03-20T19:19:43.377Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="omicron-dev"' -C metadata=8a87d49693ffe19c -C extra-filename=-8a87d49693ffe19c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-83fdc5411358700f.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-99f6e574fb232184.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-8c0fa625a0e37434.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bcc1b315c97f366c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a47a4d776080639b.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-05c2c783ea8ecd88.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b94e47b69c04d0e9.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7b0eb46995958ceb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3564 | 2024-03-20T19:19:44.544Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3f8a184d9e485af8 -C extra-filename=-3f8a184d9e485af8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0fc9ad9d3bb75c0a.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-8c0fa625a0e37434.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9baf9ce9d9f0a1a8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3565 | 2024-03-20T19:19:46.711Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f94790ada1d76c69 -C extra-filename=-f94790ada1d76c69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-008cbceb7363ffc2.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f01433d4d26722b7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-4ff9799084301cee.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf6f81396c333432.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0fc9ad9d3bb75c0a.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-8c0fa625a0e37434.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1db80f735ae81b02.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-62b989746926d1f6.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9baf9ce9d9f0a1a8.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3f8a184d9e485af8.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e7c4cf21731dfa07.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7c7a6053ead96298.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bcc1b315c97f366c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a47a4d776080639b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bedae40d9a192fcb.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-348596a22e862dd6.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cbe85d9b688e3e5d.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7b0eb46995958ceb.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-1e6b28bdf30fd2d4.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-eb3fc225a0b06c66.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-874d20e0f8c5b799.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-84cbdf7fa6766d88.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-74947787d6f66d77.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3566 | 2024-03-20T19:19:47.851Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/bin/installinator-artifactd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1d436270d291c18d -C extra-filename=-1d436270d291c18d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-09ece57728e722c5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d68cdaac0515ed64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3567 | 2024-03-20T19:19:49.464Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8892c0ca2bb75ba8 -C extra-filename=-8892c0ca2bb75ba8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-685942ca58dc83e5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a47a4d776080639b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ea004ff21a68b928.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7059bfbaa965f98.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-7a46979d6857e869.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d69b616d8ada4d82.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-ca8f797ac62534ea.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-910593e6fd20f86e.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-14e6fb0a2c64a633.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-bcb60a080265a1bb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3568 | 2024-03-20T19:19:50.520Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ce2562b8b8c23c80 -C extra-filename=-ce2562b8b8c23c80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-a827136269358aab.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-39865239b6676153.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3569 | 2024-03-20T19:19:52.794Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9eb3a54daabca424 -C extra-filename=-9eb3a54daabca424 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-83fdc5411358700f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-a827136269358aab.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-39865239b6676153.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3570 | 2024-03-20T19:19:54.065Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5144b3c49e074994 -C extra-filename=-5144b3c49e074994 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-83fdc5411358700f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-a827136269358aab.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-39865239b6676153.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3571 | 2024-03-20T19:19:56.841Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name apigen --edition=2021 dns-server/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4cfb2ba86bce71e9 -C extra-filename=-4cfb2ba86bce71e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-83fdc5411358700f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-a827136269358aab.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-39865239b6676153.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3572 | 2024-03-20T19:19:58.551Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=98350b3c9367bcc8 -C extra-filename=-98350b3c9367bcc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-83fdc5411358700f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-a827136269358aab.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-39865239b6676153.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3573 | 2024-03-20T19:19:59.734Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6a365fc84fb71ebf -C extra-filename=-6a365fc84fb71ebf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-83fdc5411358700f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-a827136269358aab.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-39865239b6676153.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3574 | 2024-03-20T19:20:00.706Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_test --edition=2021 dns-server/tests/openapi_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 --test -C metadata=438e70ecc2f9549d -C extra-filename=-438e70ecc2f9549d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-83fdc5411358700f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-a827136269358aab.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-39865239b6676153.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3575 | 2024-03-20T19:20:04.964Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e532a9622b24a4bc -C extra-filename=-e532a9622b24a4bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-83fdc5411358700f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-a827136269358aab.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-39865239b6676153.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3576 | 2024-03-20T19:20:05.644Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d7571217859df1f0 -C extra-filename=-d7571217859df1f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d1cf8badb1d2aea2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bedae40d9a192fcb.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b94e47b69c04d0e9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-348596a22e862dd6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3577 | 2024-03-20T19:20:05.683Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ecb3d630ce31c88a -C extra-filename=-ecb3d630ce31c88a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d1cf8badb1d2aea2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bedae40d9a192fcb.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b94e47b69c04d0e9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-348596a22e862dd6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3578 | 2024-03-20T19:20:07.933Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a7365f1f83abe128 -C extra-filename=-a7365f1f83abe128 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d1cf8badb1d2aea2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bedae40d9a192fcb.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b94e47b69c04d0e9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-348596a22e862dd6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3579 | 2024-03-20T19:20:11.938Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9cc109251940cdcb -C extra-filename=-9cc109251940cdcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d1cf8badb1d2aea2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bedae40d9a192fcb.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b94e47b69c04d0e9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-348596a22e862dd6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3580 | 2024-03-20T19:20:16.118Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bca9f6a2e1bc29c8 -C extra-filename=-bca9f6a2e1bc29c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d1cf8badb1d2aea2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bedae40d9a192fcb.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b94e47b69c04d0e9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-348596a22e862dd6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3581 | 2024-03-20T19:20:16.311Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cfae694b7667bc7f -C extra-filename=-cfae694b7667bc7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4e605a2291eaafdc.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-70a6029908a23ae4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3582 | 2024-03-20T19:20:17.221Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2cc4668e0b45b20b -C extra-filename=-2cc4668e0b45b20b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5aaf5179de87f687.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4e605a2291eaafdc.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-70a6029908a23ae4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3583 | 2024-03-20T19:20:18.131Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=cbf46571632b2a67 -C extra-filename=-cbf46571632b2a67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2b44ebb5b3c74cea.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-54f911ea7a4e298c.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-170a65fc53887f22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3584 | 2024-03-20T19:20:22.965Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0f60043882191e54 -C extra-filename=-0f60043882191e54 --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-7f8d1a4c7393b54e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-8c0fa625a0e37434.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3585 | 2024-03-20T19:20:23.504Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=55adb4c1c97e77b1 -C extra-filename=-55adb4c1c97e77b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1116670e92d5d91c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4db9a1b251a7f564.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-008cbceb7363ffc2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-949fa3c719518569.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-83fdc5411358700f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f01433d4d26722b7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-4ff9799084301cee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-99f6e574fb232184.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-2c348ef536bdab30.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5aaf5179de87f687.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-07e61238cdbbb096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf6f81396c333432.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0fc9ad9d3bb75c0a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-8c0fa625a0e37434.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1db80f735ae81b02.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-62b989746926d1f6.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9baf9ce9d9f0a1a8.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3f8a184d9e485af8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e7c4cf21731dfa07.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7c7a6053ead96298.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bcc1b315c97f366c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8a87d49693ffe19c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7fbbfdf9410205b8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a47a4d776080639b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-05c2c783ea8ecd88.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2a74f6adbc09a4dc.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bedae40d9a192fcb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-348596a22e862dd6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cbe85d9b688e3e5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7b0eb46995958ceb.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-1e6b28bdf30fd2d4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-eb3fc225a0b06c66.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-874d20e0f8c5b799.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44251199ac83f0ed.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ee795758ac268ca8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-84cbdf7fa6766d88.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4e605a2291eaafdc.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-70a6029908a23ae4.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-74947787d6f66d77.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3586 | 2024-03-20T19:20:26.309Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a67233b0793ea244 -C extra-filename=-a67233b0793ea244 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1116670e92d5d91c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-e2cf7201a1819bb2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-949fa3c719518569.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a512eddf3afdc0f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-99f6e574fb232184.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-fc8b59f3d8f2bf64.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d1cf8badb1d2aea2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0fc9ad9d3bb75c0a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-8c0fa625a0e37434.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7c7a6053ead96298.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bedae40d9a192fcb.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ea004ff21a68b928.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3587 | 2024-03-20T19:20:30.335Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=051ca7bd31992926 -C extra-filename=-051ca7bd31992926 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1116670e92d5d91c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-1e8d66aa998c2563.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-9ecb60445da7bf78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5d882fa43050414c.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-0f8313da68bc2791.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-949fa3c719518569.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-8e99a2664cb7a046.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-07e61238cdbbb096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a066ba2ba3a2161f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0fc9ad9d3bb75c0a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-62b989746926d1f6.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e7c4cf21731dfa07.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8a87d49693ffe19c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a47a4d776080639b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-05c2c783ea8ecd88.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-5a9e87d95b567d77.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-faa495f1c4f12fa0.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-874d20e0f8c5b799.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-84cbdf7fa6766d88.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3588 | 2024-03-20T19:20:33.550Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="omicron-dev"' -C metadata=123dccba34db7170 -C extra-filename=-123dccba34db7170 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-83fdc5411358700f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-99f6e574fb232184.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-8c0fa625a0e37434.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bcc1b315c97f366c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a47a4d776080639b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-05c2c783ea8ecd88.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b94e47b69c04d0e9.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7b0eb46995958ceb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3589 | 2024-03-20T19:20:38.099Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8237df77bf8b1653 -C extra-filename=-8237df77bf8b1653 --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-5e3bfc1001098ea4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d68cdaac0515ed64.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-910593e6fd20f86e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-14e6fb0a2c64a633.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3590 | 2024-03-20T19:20:40.139Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1f08f80821784cd3 -C extra-filename=-1f08f80821784cd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-836c228aaab79d4e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3c0333554e1139b6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-3fe1015ea8b63e9b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-891598d647538f18.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3591 | 2024-03-20T19:20:40.272Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3592 | 2024-03-20T19:20:40.304Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f0b693f1b46280ee -C extra-filename=-f0b693f1b46280ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e7c4cf21731dfa07.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3593 | 2024-03-20T19:20:42.309Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_basic --edition=2021 dev-tools/reconfigurator-cli/tests/test_basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=810dbeae211674ff -C extra-filename=-810dbeae211674ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e7c4cf21731dfa07.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3594 | 2024-03-20T19:20:45.356Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a379a70f47b84904 -C extra-filename=-a379a70f47b84904 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e7c4cf21731dfa07.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3595 | 2024-03-20T19:20:45.419Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=be5eb3c7eb448513 -C extra-filename=-be5eb3c7eb448513 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-62b989746926d1f6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-c3c8c50be7e0b717.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3596 | 2024-03-20T19:20:50.805Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0c91e43ef1cd729e -C extra-filename=-0c91e43ef1cd729e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1a00407143d33319.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-99f6e574fb232184.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2ddef206ca9828f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-329dbc3d8aa6e9f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ee795758ac268ca8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
3597 | 2024-03-20T19:21:00.170Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9320e3e021a02d74 -C extra-filename=-9320e3e021a02d74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1a00407143d33319.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2ddef206ca9828f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-611f48e90eb3682e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-329dbc3d8aa6e9f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
3598 | 2024-03-20T19:21:01.736Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=cdc3f57b828426b5 -C extra-filename=-cdc3f57b828426b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1a00407143d33319.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-99f6e574fb232184.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2ddef206ca9828f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-611f48e90eb3682e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-329dbc3d8aa6e9f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ee795758ac268ca8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
3599 | 2024-03-20T19:21:04.331Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ad8596f11754e1ab -C extra-filename=-ad8596f11754e1ab --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-aa5affffdef128b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-611f48e90eb3682e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ee795758ac268ca8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
3600 | 2024-03-20T19:21:04.779Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=95c0c0cbfd5aeefc -C extra-filename=-95c0c0cbfd5aeefc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1a00407143d33319.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-99f6e574fb232184.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2ddef206ca9828f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-611f48e90eb3682e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-329dbc3d8aa6e9f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ee795758ac268ca8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
3601 | 2024-03-20T19:21:06.830Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8a4b260dd782a6bf -C extra-filename=-8a4b260dd782a6bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-611f48e90eb3682e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-3d258aa4cc920d3f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/` |
3602 | 2024-03-20T19:21:10.418Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a30cbb0bd63a4b0b -C extra-filename=-a30cbb0bd63a4b0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-611f48e90eb3682e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ee795758ac268ca8.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-3d258aa4cc920d3f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/` |
3603 | 2024-03-20T19:21:12.618Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=dbea13dec435cae4 -C extra-filename=-dbea13dec435cae4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-03b4f3ce92193791.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-e9f234e7403545e8.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-348596a22e862dd6.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-44810f6df167919f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-22d44c788f7a1157.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b88d71e2cf5c5956.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3604 | 2024-03-20T19:21:15.222Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=fb6b36ca51c3bd13 -C extra-filename=-fb6b36ca51c3bd13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d1cf8badb1d2aea2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bedae40d9a192fcb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-348596a22e862dd6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3605 | 2024-03-20T19:21:16.695Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c6448a3d454dc3ea -C extra-filename=-c6448a3d454dc3ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-03b4f3ce92193791.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-e9f234e7403545e8.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-44810f6df167919f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-22d44c788f7a1157.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b88d71e2cf5c5956.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3606 | 2024-03-20T19:21:22.102Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=ecbfa0481f256f62 -C extra-filename=-ecbfa0481f256f62 --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-58ed50349d3ed936.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1d27543eb20ce46a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-330cd05561751178.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60d1e75aba0cc8b7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-07befa7561496e8f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fef92b37dc9e2eff.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3607 | 2024-03-20T19:21:37.477Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=6d4af9f8346547d4 -C extra-filename=-6d4af9f8346547d4 --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-58ed50349d3ed936.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1d27543eb20ce46a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-330cd05561751178.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60d1e75aba0cc8b7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-07befa7561496e8f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fef92b37dc9e2eff.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3608 | 2024-03-20T19:21:42.973Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=ff105643f6acfb4e -C extra-filename=-ff105643f6acfb4e --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-58ed50349d3ed936.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-330cd05561751178.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60d1e75aba0cc8b7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-07befa7561496e8f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fef92b37dc9e2eff.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3609 | 2024-03-20T19:21:44.023Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7c29303de3ecf42b -C extra-filename=-7c29303de3ecf42b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-83fdc5411358700f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3610 | 2024-03-20T19:21:47.497Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=127ed12b03d8288c -C extra-filename=-127ed12b03d8288c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-0f8313da68bc2791.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2b44ebb5b3c74cea.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-949fa3c719518569.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a066ba2ba3a2161f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1db80f735ae81b02.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b4a1a9b5cd38b36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a47a4d776080639b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-1e6b28bdf30fd2d4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-84cbdf7fa6766d88.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3611 | 2024-03-20T19:21:50.070Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bc756b040e8fb912 -C extra-filename=-bc756b040e8fb912 --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-b34ecb9511b4db9b.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-422782d251992bc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e70bced1b556d348.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3612 | 2024-03-20T19:21:51.992Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5a7616d5abaed87f -C extra-filename=-5a7616d5abaed87f --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-b34ecb9511b4db9b.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-422782d251992bc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e70bced1b556d348.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3613 | 2024-03-20T19:21:55.309Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a20f934af02a9d38 -C extra-filename=-a20f934af02a9d38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d1cf8badb1d2aea2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3614 | 2024-03-20T19:21:57.646Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f55270c185e0c674 -C extra-filename=-f55270c185e0c674 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5aaf5179de87f687.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-b31ab805a7686146.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-aa5b8a5176fd9fa1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3615 | 2024-03-20T19:22:01.279Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b804bee4ae0aed52 -C extra-filename=-b804bee4ae0aed52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d68cdaac0515ed64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3616 | 2024-03-20T19:22:03.115Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ab85c99287d65c62 -C extra-filename=-ab85c99287d65c62 --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-5e3bfc1001098ea4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a47a4d776080639b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3617 | 2024-03-20T19:22:10.900Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8981e6574629e2fb -C extra-filename=-8981e6574629e2fb --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-e6be8cdf06d0bd46.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3618 | 2024-03-20T19:22:12.349Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 clients/installinator-artifact-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 --test -C metadata=7446aaafb660df50 -C extra-filename=-7446aaafb660df50 --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-d68cdaac0515ed64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-910593e6fd20f86e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3619 | 2024-03-20T19:22:14.191Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d31d20b4b5aa517c -C extra-filename=-d31d20b4b5aa517c --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-bce6aad87b94a293.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-eb3fc225a0b06c66.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-07befa7561496e8f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3620 | 2024-03-20T19:22:15.987Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2be723e0e4928f0e -C extra-filename=-2be723e0e4928f0e --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-f17680ce5a756063.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-07befa7561496e8f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3621 | 2024-03-20T19:22:16.366Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=65f2f250da81df50 -C extra-filename=-65f2f250da81df50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-910593e6fd20f86e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3622 | 2024-03-20T19:22:16.592Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3623 | 2024-03-20T19:22:16.618Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_networking --edition=2021 zone-network-setup/src/bin/zone-networking.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b8d5f97ef14b9b19 -C extra-filename=-b8d5f97ef14b9b19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3624 | 2024-03-20T19:22:18.361Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=80a1595c91a9be2b -C extra-filename=-80a1595c91a9be2b --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-ca72345e97b67dd7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3625 | 2024-03-20T19:22:19.145Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="testing"' -C metadata=c1817b2fd4cbba13 -C extra-filename=-c1817b2fd4cbba13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-22dfc93d75787358.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-3fe1015ea8b63e9b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3626 | 2024-03-20T19:22:26.598Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9d89802240fee7da -C extra-filename=-9d89802240fee7da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4af3ac39ee685c10.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-5261b61fba90eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-bf8c6a7305dce9e0.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-3d9d1a690638c900.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-07befa7561496e8f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-276848ef01bcf101.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3627 | 2024-03-20T19:22:26.866Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8a28dedc1e67d767 -C extra-filename=-8a28dedc1e67d767 --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-980c303988e700db.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -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 native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3628 | 2024-03-20T19:22:36.952Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=631a7eacffca315f -C extra-filename=-631a7eacffca315f --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-5e3bfc1001098ea4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-eb3fc225a0b06c66.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3629 | 2024-03-20T19:22:40.121Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' -C metadata=fdbf4e5df156bc4b -C extra-filename=-fdbf4e5df156bc4b --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-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-709d01f702754cfa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3630 | 2024-03-20T19:22:40.882Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3631 | 2024-03-20T19:22:40.914Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name caboose_util --edition=2021 caboose-util/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 --test -C metadata=736ca0752810f32e -C extra-filename=-736ca0752810f32e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5aaf5179de87f687.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64` |
3632 | 2024-03-20T19:22:41.690Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=76fb4ea8fbdcf188 -C extra-filename=-76fb4ea8fbdcf188 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-56536a38ca488a63.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a47a4d776080639b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-1e6b28bdf30fd2d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-84cbdf7fa6766d88.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3633 | 2024-03-20T19:22:44.617Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cc3d6b9243ecd9a0 -C extra-filename=-cc3d6b9243ecd9a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-83fdc5411358700f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-a827136269358aab.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-39865239b6676153.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3634 | 2024-03-20T19:22:46.274Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name apigen --edition=2021 dns-server/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ffd5cce2b7880d4c -C extra-filename=-ffd5cce2b7880d4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-83fdc5411358700f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-a827136269358aab.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-39865239b6676153.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3635 | 2024-03-20T19:22:52.709Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=898fcd35a23b95c9 -C extra-filename=-898fcd35a23b95c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-83fdc5411358700f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-a827136269358aab.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-39865239b6676153.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3636 | 2024-03-20T19:22:54.094Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c95d86cf7a4e89b6 -C extra-filename=-c95d86cf7a4e89b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-83fdc5411358700f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-a827136269358aab.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-39865239b6676153.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3637 | 2024-03-20T19:22:54.528Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=92742b06c756730c -C extra-filename=-92742b06c756730c --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-e6be8cdf06d0bd46.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60d1e75aba0cc8b7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3638 | 2024-03-20T19:22:56.233Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3639 | 2024-03-20T19:22:56.272Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 internal-dns-cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0ea7afcabb84680c -C extra-filename=-0ea7afcabb84680c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3640 | 2024-03-20T19:22:56.415Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3641 | 2024-03-20T19:22:56.458Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9a040c0375146419 -C extra-filename=-9a040c0375146419 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3642 | 2024-03-20T19:22:57.976Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c2481157d3344327 -C extra-filename=-c2481157d3344327 --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-bf419dfec19b310d.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bc66d735be7e778a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ea5ca821882ec114.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3643 | 2024-03-20T19:22:58.591Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="mockall"' --cfg 'feature="testing"' -C metadata=3c9d49ccb56a2e86 -C extra-filename=-3c9d49ccb56a2e86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-fc0d7c84909613e3.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-cb4c4704d95684a8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-9711295b31a6bec0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6d1ecd69c959da9f.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-95cdad147fa35593.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8301f6eb8fad901f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-e2ae5922343e9bab.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3644 | 2024-03-20T19:23:03.146Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="seed-gen"' -C metadata=5ffef6de1334ab9b -C extra-filename=-5ffef6de1334ab9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3655500470576653.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-beba8c826f2a274c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3645 | 2024-03-20T19:23:07.409Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6630a929bde8b20d -C extra-filename=-6630a929bde8b20d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3646 | 2024-03-20T19:23:08.492Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=175f5cba63751942 -C extra-filename=-175f5cba63751942 --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-f17680ce5a756063.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3647 | 2024-03-20T19:23:11.480Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c174f0a4aa9f4d7e -C extra-filename=-c174f0a4aa9f4d7e --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-5e3bfc1001098ea4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3648 | 2024-03-20T19:23:13.403Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a00f0ed03fbe57ca -C extra-filename=-a00f0ed03fbe57ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-910593e6fd20f86e.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3649 | 2024-03-20T19:23:15.623Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f940e06e85a8e364 -C extra-filename=-f940e06e85a8e364 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3650 | 2024-03-20T19:23:17.605Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=de0714556ffaf740 -C extra-filename=-de0714556ffaf740 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-56536a38ca488a63.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5854896ab8f65f6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf6f81396c333432.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-1e6b28bdf30fd2d4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-eb3fc225a0b06c66.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3651 | 2024-03-20T19:23:18.220Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=84281075327abbd6 -C extra-filename=-84281075327abbd6 --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-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3652 | 2024-03-20T19:23:22.479Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6d74a0514e0dc7a7 -C extra-filename=-6d74a0514e0dc7a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3653 | 2024-03-20T19:23:22.995Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f6f39f11f9a81477 -C extra-filename=-f6f39f11f9a81477 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3654 | 2024-03-20T19:23:23.197Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8c2e2caf9174f8d1 -C extra-filename=-8c2e2caf9174f8d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8301f6eb8fad901f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3655 | 2024-03-20T19:23:23.787Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4de05c4350df2636 -C extra-filename=-4de05c4350df2636 --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-80b4bc977ce9316a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3656 | 2024-03-20T19:23:24.285Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a6d4875965dcf1a0 -C extra-filename=-a6d4875965dcf1a0 --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-80b4bc977ce9316a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3657 | 2024-03-20T19:23:25.501Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bf9ffef1b127f9d2 -C extra-filename=-bf9ffef1b127f9d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3658 | 2024-03-20T19:23:26.219Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=71d2d390afd1ce4b -C extra-filename=-71d2d390afd1ce4b --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-80b4bc977ce9316a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3659 | 2024-03-20T19:23:26.871Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=71e63a3af2a6e4be -C extra-filename=-71e63a3af2a6e4be --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-80b4bc977ce9316a.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3660 | 2024-03-20T19:23:27.352Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=73e74fb4c9ca316e -C extra-filename=-73e74fb4c9ca316e --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-80b4bc977ce9316a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3661 | 2024-03-20T19:23:28.058Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack 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 --test -C metadata=4ecc79c818a53522 -C extra-filename=-4ecc79c818a53522 --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-bbfc89eae5e2d3b2.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-68ea511be1183fba.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3df99549457fce56.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-27499d9b5a601208.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be1bb453946354ab.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-354ed4aae11869be.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-56bee3b2739ce422.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-5e573668e29cd32a.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6aceee1def2f4da4.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-5696f49e87e7e9eb.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-088c06576c896f41.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-996b9ba85656a83e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-949fa3c719518569.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-54601a5e6c0c66d9.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8d8bf4e25df132f.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-6611eb4731189f69.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-fcfc55d12e511fa2.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8caf83743321fd0c.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bf6fa5bec279b28c.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-547b3c2635021fdc.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-903a53ee9c1698c0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-00025fcde1c50750.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7933e1db1f12eba9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-4772c578c774ae0f.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-4254128bc37ffddd.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-1e3eaf16406257ce.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1a7eb10f63693edb.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-ffdb14edb5f31fca.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-8a4f5f1eb5a1a1b3.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c0ec443ce0be2bb1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-697ac57de36da886.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-a7dee96d0234d4d9.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-faa495f1c4f12fa0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-472fef5d71b2fb51.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-51bf6104d225a7cd.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6341173b0c3a13b4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-871159d04b2d3ddf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-33f63dff621ea474.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-bd80c006a042a786.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ae216f68cb6abb6a.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-64c0da0a5c1565b4.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d69b616d8ada4d82.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-6eae947a556dbfcc.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-15f97496cfe610b8.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-ca9ded886892fed2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-9505c6c6a004631d.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c85bb0d6d2fb70d6.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib` |
3662 | 2024-03-20T19:23:28.085Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' -C metadata=230e017ded6ec7c1 -C extra-filename=-230e017ded6ec7c1 --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-33a770dffbec51cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3663 | 2024-03-20T19:25:24.973Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e2f1b3376386c896 -C extra-filename=-e2f1b3376386c896 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1116670e92d5d91c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-e2cf7201a1819bb2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-949fa3c719518569.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a512eddf3afdc0f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-99f6e574fb232184.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-fc8b59f3d8f2bf64.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d1cf8badb1d2aea2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0fc9ad9d3bb75c0a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-8c0fa625a0e37434.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7c7a6053ead96298.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8a87d49693ffe19c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7fbbfdf9410205b8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f94790ada1d76c69.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bedae40d9a192fcb.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ea004ff21a68b928.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3664 | 2024-03-20T19:25:25.026Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=30c1a6e45a5ef9ad -C extra-filename=-30c1a6e45a5ef9ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1116670e92d5d91c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-e2cf7201a1819bb2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-949fa3c719518569.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a512eddf3afdc0f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-99f6e574fb232184.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-fc8b59f3d8f2bf64.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d1cf8badb1d2aea2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0fc9ad9d3bb75c0a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-8c0fa625a0e37434.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7c7a6053ead96298.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8a87d49693ffe19c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7fbbfdf9410205b8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f94790ada1d76c69.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bedae40d9a192fcb.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ea004ff21a68b928.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3665 | 2024-03-20T19:25:25.026Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/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 --test -C metadata=8d92f8de7dc74ddb -C extra-filename=-8d92f8de7dc74ddb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-99f6e574fb232184.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bcc1b315c97f366c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8a87d49693ffe19c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f94790ada1d76c69.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2a74f6adbc09a4dc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-329dbc3d8aa6e9f7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3666 | 2024-03-20T19:25:25.026Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9a6ed0a24d3d64dd -C extra-filename=-9a6ed0a24d3d64dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-008cbceb7363ffc2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f01433d4d26722b7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-4ff9799084301cee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf6f81396c333432.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0fc9ad9d3bb75c0a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-8c0fa625a0e37434.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1db80f735ae81b02.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-62b989746926d1f6.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9baf9ce9d9f0a1a8.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3f8a184d9e485af8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e7c4cf21731dfa07.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7c7a6053ead96298.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bcc1b315c97f366c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f94790ada1d76c69.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a47a4d776080639b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bedae40d9a192fcb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-348596a22e862dd6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cbe85d9b688e3e5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7b0eb46995958ceb.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-1e6b28bdf30fd2d4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-eb3fc225a0b06c66.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-874d20e0f8c5b799.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-84cbdf7fa6766d88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-74947787d6f66d77.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3667 | 2024-03-20T19:25:29.405Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d9844022dd27c546 -C extra-filename=-d9844022dd27c546 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-2c348ef536bdab30.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0fc9ad9d3bb75c0a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-8c0fa625a0e37434.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-62b989746926d1f6.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9baf9ce9d9f0a1a8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e7c4cf21731dfa07.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7c7a6053ead96298.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8a87d49693ffe19c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7fbbfdf9410205b8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f94790ada1d76c69.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3668 | 2024-03-20T19:25:31.916Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=311d458881e3167e -C extra-filename=-311d458881e3167e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1116670e92d5d91c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4db9a1b251a7f564.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-008cbceb7363ffc2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-949fa3c719518569.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-83fdc5411358700f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f01433d4d26722b7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-4ff9799084301cee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-99f6e574fb232184.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-2c348ef536bdab30.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5aaf5179de87f687.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-07e61238cdbbb096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf6f81396c333432.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0fc9ad9d3bb75c0a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-8c0fa625a0e37434.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1db80f735ae81b02.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-62b989746926d1f6.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9baf9ce9d9f0a1a8.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3f8a184d9e485af8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e7c4cf21731dfa07.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7c7a6053ead96298.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bcc1b315c97f366c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8a87d49693ffe19c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7fbbfdf9410205b8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f94790ada1d76c69.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a47a4d776080639b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-05c2c783ea8ecd88.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2a74f6adbc09a4dc.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bedae40d9a192fcb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-348596a22e862dd6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cbe85d9b688e3e5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7b0eb46995958ceb.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-1e6b28bdf30fd2d4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-eb3fc225a0b06c66.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-874d20e0f8c5b799.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44251199ac83f0ed.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ee795758ac268ca8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-84cbdf7fa6766d88.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4e605a2291eaafdc.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-70a6029908a23ae4.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-74947787d6f66d77.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3669 | 2024-03-20T19:25:38.026Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 dev-tools/omicron-dev/tests/test_omicron_dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8213a26b2c45993a -C extra-filename=-8213a26b2c45993a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-99f6e574fb232184.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bcc1b315c97f366c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8a87d49693ffe19c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f94790ada1d76c69.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2a74f6adbc09a4dc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-329dbc3d8aa6e9f7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3670 | 2024-03-20T19:25:39.091Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=830445903f02dfe5 -C extra-filename=-830445903f02dfe5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1116670e92d5d91c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4db9a1b251a7f564.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-008cbceb7363ffc2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-949fa3c719518569.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-83fdc5411358700f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f01433d4d26722b7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-4ff9799084301cee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-99f6e574fb232184.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-2c348ef536bdab30.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5aaf5179de87f687.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-07e61238cdbbb096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf6f81396c333432.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0fc9ad9d3bb75c0a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-8c0fa625a0e37434.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1db80f735ae81b02.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-62b989746926d1f6.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9baf9ce9d9f0a1a8.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3f8a184d9e485af8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e7c4cf21731dfa07.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7c7a6053ead96298.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bcc1b315c97f366c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8a87d49693ffe19c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7fbbfdf9410205b8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f94790ada1d76c69.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a47a4d776080639b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-05c2c783ea8ecd88.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2a74f6adbc09a4dc.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bedae40d9a192fcb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-348596a22e862dd6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cbe85d9b688e3e5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7b0eb46995958ceb.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-1e6b28bdf30fd2d4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-eb3fc225a0b06c66.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-874d20e0f8c5b799.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44251199ac83f0ed.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ee795758ac268ca8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-84cbdf7fa6766d88.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4e605a2291eaafdc.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-70a6029908a23ae4.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-74947787d6f66d77.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3671 | 2024-03-20T19:25:41.667Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=45931b02e1f99236 -C extra-filename=-45931b02e1f99236 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1116670e92d5d91c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4db9a1b251a7f564.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-008cbceb7363ffc2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-949fa3c719518569.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-83fdc5411358700f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f01433d4d26722b7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-4ff9799084301cee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-99f6e574fb232184.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-2c348ef536bdab30.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5aaf5179de87f687.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-07e61238cdbbb096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf6f81396c333432.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0fc9ad9d3bb75c0a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-8c0fa625a0e37434.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1db80f735ae81b02.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-62b989746926d1f6.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9baf9ce9d9f0a1a8.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3f8a184d9e485af8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e7c4cf21731dfa07.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7c7a6053ead96298.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bcc1b315c97f366c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8a87d49693ffe19c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7fbbfdf9410205b8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f94790ada1d76c69.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a47a4d776080639b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-05c2c783ea8ecd88.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2a74f6adbc09a4dc.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bedae40d9a192fcb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-348596a22e862dd6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cbe85d9b688e3e5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7b0eb46995958ceb.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-1e6b28bdf30fd2d4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-eb3fc225a0b06c66.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-874d20e0f8c5b799.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44251199ac83f0ed.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ee795758ac268ca8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-84cbdf7fa6766d88.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4e605a2291eaafdc.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-70a6029908a23ae4.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-74947787d6f66d77.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3672 | 2024-03-20T19:25:45.278Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f553accd47143559 -C extra-filename=-f553accd47143559 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-99f6e574fb232184.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bcc1b315c97f366c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8a87d49693ffe19c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f94790ada1d76c69.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-329dbc3d8aa6e9f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out` |
3673 | 2024-03-20T19:25:50.280Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0c423fe963d4dabc -C extra-filename=-0c423fe963d4dabc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-008cbceb7363ffc2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f01433d4d26722b7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-4ff9799084301cee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf6f81396c333432.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0fc9ad9d3bb75c0a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-8c0fa625a0e37434.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1db80f735ae81b02.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-62b989746926d1f6.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9baf9ce9d9f0a1a8.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3f8a184d9e485af8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e7c4cf21731dfa07.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7c7a6053ead96298.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bcc1b315c97f366c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f94790ada1d76c69.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a47a4d776080639b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bedae40d9a192fcb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-348596a22e862dd6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cbe85d9b688e3e5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7b0eb46995958ceb.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-1e6b28bdf30fd2d4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-eb3fc225a0b06c66.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-874d20e0f8c5b799.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-84cbdf7fa6766d88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-74947787d6f66d77.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3674 | 2024-03-20T19:30:24.069Z | Finished dev [unoptimized + debuginfo] target(s) in 16m 49s |
3675 | 2024-03-20T19:30:28.056Z | |
3676 | 2024-03-20T19:30:28.084Z | real 16:53.073709195 |
3677 | 2024-03-20T19:30:28.084Z | user 1:24:10.553941551 |
3678 | 2024-03-20T19:30:28.084Z | sys 18:40.457975432 |
3679 | 2024-03-20T19:30:28.084Z | trap 13.181527295 |
3680 | 2024-03-20T19:30:28.084Z | tflt 1.261679292 |
3681 | 2024-03-20T19:30:28.084Z | dflt 4:08.862442677 |
3682 | 2024-03-20T19:30:28.084Z | kflt 0.040388341 |
3683 | 2024-03-20T19:30:28.084Z | lock 3:14:08.137382505 |
3684 | 2024-03-20T19:30:28.084Z | slp 5:52:54.060218692 |
3685 | 2024-03-20T19:30:28.084Z | lat 8:10.422449066 |
3686 | 2024-03-20T19:30:28.084Z | stop 5:26.983844661 |
3687 | 2024-03-20T19:30:30.050Z | |
3688 | 2024-03-20T19:30:30.050Z | ##### ###### #### ##### |
3689 | 2024-03-20T19:30:30.050Z | # # # # |
3690 | 2024-03-20T19:30:30.050Z | # ##### #### # |
3691 | 2024-03-20T19:30:30.051Z | # # # # |
3692 | 2024-03-20T19:30:30.051Z | # # # # # |
3693 | 2024-03-20T19:30:30.051Z | # ###### #### # |
3694 | 2024-03-20T19:30:30.051Z | |
3695 | 2024-03-20T19:30:30.488Z | Downloading crates ... |
3696 | 2024-03-20T19:30:31.210Z | Downloaded error-code v3.0.0 |
3697 | 2024-03-20T19:30:31.236Z | Downloaded android_system_properties v0.1.5 |
3698 | 2024-03-20T19:30:31.236Z | Downloaded fs2 v0.4.3 |
3699 | 2024-03-20T19:30:31.236Z | Downloaded winapi-util v0.1.5 |
3700 | 2024-03-20T19:30:31.236Z | Downloaded wasite v0.1.0 |
3701 | 2024-03-20T19:30:31.236Z | Downloaded redox_syscall v0.4.1 |
3702 | 2024-03-20T19:30:31.236Z | Downloaded windows-targets v0.52.0 |
3703 | 2024-03-20T19:30:31.236Z | Downloaded wasm-streams v0.4.0 |
3704 | 2024-03-20T19:30:31.263Z | Downloaded schannel v0.1.22 |
3705 | 2024-03-20T19:30:31.263Z | Downloaded wasm-bindgen-macro-support v0.2.87 |
3706 | 2024-03-20T19:30:31.264Z | Downloaded wasi v0.11.0+wasi-snapshot-preview1 |
3707 | 2024-03-20T19:30:31.264Z | Downloaded wasi v0.9.0+wasi-snapshot-preview1 |
3708 | 2024-03-20T19:30:31.264Z | Downloaded winreg v0.50.0 |
3709 | 2024-03-20T19:30:31.264Z | Downloaded wasm-bindgen-futures v0.4.37 |
3710 | 2024-03-20T19:30:31.264Z | Downloaded security-framework v2.9.2 |
3711 | 2024-03-20T19:30:31.292Z | Downloaded widestring v1.0.2 |
3712 | 2024-03-20T19:30:31.292Z | Downloaded js-sys v0.3.64 |
3713 | 2024-03-20T19:30:31.292Z | Downloaded wasm-bindgen v0.2.87 |
3714 | 2024-03-20T19:30:31.327Z | Downloaded redox_users v0.4.3 |
3715 | 2024-03-20T19:30:31.327Z | Downloaded redox_syscall v0.3.5 |
3716 | 2024-03-20T19:30:31.327Z | Downloaded system-configuration v0.5.1 |
3717 | 2024-03-20T19:30:31.327Z | Downloaded windows-targets v0.48.5 |
3718 | 2024-03-20T19:30:31.327Z | Downloaded wasm-bindgen-shared v0.2.87 |
3719 | 2024-03-20T19:30:31.327Z | Downloaded wasm-bindgen-macro v0.2.87 |
3720 | 2024-03-20T19:30:31.355Z | Downloaded wasm-bindgen-backend v0.2.87 |
3721 | 2024-03-20T19:30:31.355Z | Downloaded security-framework-sys v2.9.1 |
3722 | 2024-03-20T19:30:31.355Z | Downloaded windows_x86_64_gnullvm v0.52.0 |
3723 | 2024-03-20T19:30:31.396Z | Downloaded windows_aarch64_gnullvm v0.52.0 |
3724 | 2024-03-20T19:30:31.396Z | Downloaded fiat-crypto v0.2.1 |
3725 | 2024-03-20T19:30:31.436Z | Downloaded windows_x86_64_gnullvm v0.48.5 |
3726 | 2024-03-20T19:30:31.436Z | Downloaded windows_aarch64_gnullvm v0.48.5 |
3727 | 2024-03-20T19:30:31.436Z | Downloaded redox_syscall v0.2.16 |
3728 | 2024-03-20T19:30:31.436Z | Downloaded rdrand v0.4.0 |
3729 | 2024-03-20T19:30:31.436Z | Downloaded rand_core v0.3.1 |
3730 | 2024-03-20T19:30:31.436Z | Downloaded hermit-abi v0.1.19 |
3731 | 2024-03-20T19:30:31.436Z | Downloaded bumpalo v3.13.0 |
3732 | 2024-03-20T19:30:31.436Z | Downloaded windows_x86_64_msvc v0.48.5 |
3733 | 2024-03-20T19:30:31.462Z | Downloaded windows_x86_64_gnu v0.48.5 |
3734 | 2024-03-20T19:30:31.489Z | Downloaded windows_x86_64_msvc v0.52.0 |
3735 | 2024-03-20T19:30:31.515Z | Downloaded windows_x86_64_gnu v0.52.0 |
3736 | 2024-03-20T19:30:31.541Z | Downloaded windows_i686_msvc v0.52.0 |
3737 | 2024-03-20T19:30:31.567Z | Downloaded windows_i686_msvc v0.48.5 |
3738 | 2024-03-20T19:30:31.567Z | Downloaded linux-raw-sys v0.4.13 |
3739 | 2024-03-20T19:30:31.617Z | Downloaded windows_i686_gnu v0.52.0 |
3740 | 2024-03-20T19:30:31.643Z | Downloaded windows_i686_gnu v0.48.5 |
3741 | 2024-03-20T19:30:31.669Z | Downloaded windows_aarch64_msvc v0.52.0 |
3742 | 2024-03-20T19:30:31.696Z | Downloaded windows_aarch64_msvc v0.48.5 |
3743 | 2024-03-20T19:30:31.726Z | Downloaded web-sys v0.3.64 |
3744 | 2024-03-20T19:30:31.869Z | Downloaded windows-sys v0.52.0 |
3745 | 2024-03-20T19:30:31.959Z | Downloaded winapi-x86_64-pc-windows-gnu v0.4.0 |
3746 | 2024-03-20T19:30:32.195Z | Downloaded winapi-i686-pc-windows-gnu v0.4.0 |
3747 | 2024-03-20T19:30:32.411Z | Downloaded windows-sys v0.48.0 |
3748 | 2024-03-20T19:30:32.520Z | Downloaded rand_hc v0.2.0 |
3749 | 2024-03-20T19:30:32.550Z | Downloaded ipconfig v0.3.2 |
3750 | 2024-03-20T19:30:32.550Z | Downloaded hermit-abi v0.3.2 |
3751 | 2024-03-20T19:30:32.550Z | Downloaded system-configuration-sys v0.5.0 |
3752 | 2024-03-20T19:30:32.550Z | Downloaded rand_core v0.4.2 |
3753 | 2024-03-20T19:30:32.550Z | Downloaded iana-time-zone-haiku v0.1.2 |
3754 | 2024-03-20T19:30:32.550Z | Downloaded fuchsia-cprng v0.1.1 |
3755 | 2024-03-20T19:30:32.550Z | Downloaded encode_unicode v0.3.6 |
3756 | 2024-03-20T19:30:32.550Z | Downloaded core-foundation v0.9.3 |
3757 | 2024-03-20T19:30:32.550Z | Downloaded android-tzdata v0.1.1 |
3758 | 2024-03-20T19:30:32.550Z | Downloaded crossterm_winapi v0.9.1 |
3759 | 2024-03-20T19:30:32.576Z | Downloaded critical-section v1.1.2 |
3760 | 2024-03-20T19:30:32.576Z | Downloaded core-foundation-sys v0.8.4 |
3761 | 2024-03-20T19:30:32.576Z | Downloaded clipboard-win v5.0.0 |
3762 | 2024-03-20T19:30:32.576Z | Downloaded atomic-polyfill v0.1.11 |
3763 | 2024-03-20T19:30:32.576Z | Downloaded anstyle-wincon v3.0.2 |
3764 | 2024-03-20T19:30:32.670Z | Downloaded windows v0.48.0 |
3765 | 2024-03-20T19:30:33.479Z | info: experimental features enabled: setup-scripts |
3766 | 2024-03-20T19:30:34.936Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3767 | 2024-03-20T19:30:34.963Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3768 | 2024-03-20T19:30:34.991Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
3769 | 2024-03-20T19:30:50.821Z | Finished test [unoptimized + debuginfo] target(s) in 17.31s |
3770 | 2024-03-20T19:30:53.207Z | Starting 1098 tests across 113 binaries (2 skipped) |
3771 | 2024-03-20T19:30:53.233Z | SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test |
3772 | 2024-03-20T19:30:54.028Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
3773 | 2024-03-20T19:31:02.129Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3774 | 2024-03-20T19:31:03.837Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3775 | 2024-03-20T19:31:06.102Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3776 | 2024-03-20T19:31:15.853Z | Finished test [unoptimized + debuginfo] target(s) in 22.55s |
3777 | 2024-03-20T19:31:15.895Z | Running `target/debug/crdb-seed` |
3778 | 2024-03-20T19:31:15.929Z | Mar 20 19:31:15.880 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpqfJ5j7 |
3779 | 2024-03-20T19:31:15.956Z | Mar 20 19:31:15.880 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmp2P9LLv,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpqfJ5j7/listen-url |
3780 | 2024-03-20T19:31:15.956Z | Mar 20 19:31:15.880 INFO cockroach environment: BUILDOMAT_JOB_ID=01HSEMAERZ5WPX57PC137K9B10 BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_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= CI=true GITHUB_BRANCH=ajs/sled-agent-api-to-manage-phys-disks/instance-tests GITHUB_REF=refs/heads/ajs/sled-agent-api-to-manage-phys-disks/instance-tests GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=c51bf3e4049d10eba26d61b5cd0faa0608fe2755 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/bzip2-sys-bd5d8c5bae313f3d/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out:/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out:/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out:/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envTQ2LzK NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out:/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out:/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=a3258bc8-182f-4742-becb-9479cde47943 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=-D warnings RUSTFLAGS=-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.76.0-x86_64-unknown-illumos RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime |
3781 | 2024-03-20T19:31:16.810Z | Mar 20 19:31:16.762 INFO cockroach pid: 4202 |
3782 | 2024-03-20T19:31:16.810Z | Mar 20 19:31:16.762 INFO cockroach listen URL: postgresql://root@[::1]:57969/omicron?sslmode=disable |
3783 | 2024-03-20T19:31:16.810Z | Mar 20 19:31:16.762 INFO cockroach: populating |
3784 | 2024-03-20T19:31:19.425Z | Mar 20 19:31:19.377 INFO cockroach: populated |
3785 | 2024-03-20T19:31:28.872Z | Mar 20 19:31:22.785 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/910583963df0bc704bacf830a7044aa99b11f23b9fd9c5479e0d40e1a1cab80d.tar` |
3786 | 2024-03-20T19:31:28.942Z | SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test |
3787 | 2024-03-20T19:31:28.942Z | PASS [ 0.054s] authz-macros tests::test_authz_snapshots |
3788 | 2024-03-20T19:31:28.942Z | PASS [ 0.047s] bootstore schemes::tests::hello_roundtrip |
3789 | 2024-03-20T19:31:28.943Z | PASS [ 0.044s] bootstore schemes::v0::share_pkg::tests::create_packages |
3790 | 2024-03-20T19:31:28.943Z | PASS [ 0.038s] bootstore trust_quorum::rack_secret::tests::create_and_verify |
3791 | 2024-03-20T19:31:28.943Z | PASS [ 0.031s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares |
3792 | 2024-03-20T19:31:28.943Z | PASS [ 0.025s] db-macros tests::test_derive_metadata_identity_fails_for_enums |
3793 | 2024-03-20T19:31:28.943Z | PASS [ 0.028s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type |
3794 | 2024-03-20T19:31:28.943Z | PASS [ 0.030s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity |
3795 | 2024-03-20T19:31:28.943Z | PASS [ 0.096s] bootstore schemes::v0::peer::tests::network_config |
3796 | 2024-03-20T19:31:28.943Z | PASS [ 0.038s] db-macros tests::test_derive_metadata_identity_fails_without_table_name |
3797 | 2024-03-20T19:31:28.943Z | PASS [ 0.027s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles |
3798 | 2024-03-20T19:31:28.943Z | PASS [ 0.035s] db-macros tests::test_derive_snapshots |
3799 | 2024-03-20T19:31:28.943Z | PASS [ 0.026s] db-macros tests::test_derive_with_unknown_field |
3800 | 2024-03-20T19:31:28.943Z | PASS [ 0.089s] db-macros lookup::test::test_lookup_snapshots |
3801 | 2024-03-20T19:31:28.943Z | PASS [ 0.194s] dns-server storage::test::test_update_in_progress |
3802 | 2024-03-20T19:31:28.943Z | PASS [ 0.204s] dns-server storage::test::test_update_interrupted |
3803 | 2024-03-20T19:31:28.943Z | PASS [ 0.230s] dns-server storage::test::test_update_basic |
3804 | 2024-03-20T19:31:28.943Z | PASS [ 0.432s] dns-server::basic_test a_crud |
3805 | 2024-03-20T19:31:28.944Z | PASS [ 0.277s] dns-server::basic_test empty_record |
3806 | 2024-03-20T19:31:28.944Z | PASS [ 0.459s] dns-server::basic_test aaaa_crud |
3807 | 2024-03-20T19:31:28.944Z | PASS [ 0.275s] dns-server::basic_test name_contains_zone |
3808 | 2024-03-20T19:31:28.944Z | PASS [ 0.294s] dns-server::basic_test multi_record_crud |
3809 | 2024-03-20T19:31:28.944Z | PASS [ 0.239s] dns-server::basic_test servfail |
3810 | 2024-03-20T19:31:28.944Z | PASS [ 0.273s] dns-server::basic_test nxdomain |
3811 | 2024-03-20T19:31:28.944Z | PASS [ 0.033s] dns-service-client diff::test::diff_equivalent |
3812 | 2024-03-20T19:31:28.944Z | PASS [ 0.052s] dns-service-client diff::test::diff_different |
3813 | 2024-03-20T19:31:28.944Z | PASS [ 0.281s] dns-server::basic_test srv_crud |
3814 | 2024-03-20T19:31:28.944Z | PASS [ 0.033s] dns-service-client diff::test::diff_invalid |
3815 | 2024-03-20T19:31:28.944Z | PASS [ 0.033s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping |
3816 | 2024-03-20T19:31:29.053Z | PASS [ 0.053s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules |
3817 | 2024-03-20T19:31:29.053Z | PASS [ 0.332s] dns-server::openapi_test test_dns_server_openapi |
3818 | 2024-03-20T19:31:29.053Z | PASS [ 0.067s] illumos-utils destructor::test::test_delayed_delete |
3819 | 2024-03-20T19:31:29.053Z | PASS [ 0.044s] illumos-utils destructor::test::test_destructor_bad_close |
3820 | 2024-03-20T19:31:29.053Z | PASS [ 0.035s] illumos-utils link::test::test_allocate |
3821 | 2024-03-20T19:31:29.053Z | PASS [ 0.031s] illumos-utils link::test::test_allocate_within_scopes |
3822 | 2024-03-20T19:31:29.053Z | PASS [ 0.033s] illumos-utils running_zone::tests::test_is_oxide_smf_service |
3823 | 2024-03-20T19:31:29.053Z | PASS [ 0.036s] illumos-utils zone::tests::test_parse_ip_network |
3824 | 2024-03-20T19:31:29.053Z | PASS [ 0.038s] illumos-utils zpool::test::test_parse_bad_zpool_names |
3825 | 2024-03-20T19:31:29.054Z | PASS [ 0.038s] illumos-utils zpool::test::test_parse_external_zpool_name |
3826 | 2024-03-20T19:31:29.054Z | PASS [ 0.031s] illumos-utils zpool::test::test_parse_internal_zpool_name |
3827 | 2024-03-20T19:31:29.054Z | PASS [ 0.031s] illumos-utils zpool::test::test_parse_zpool |
3828 | 2024-03-20T19:31:29.054Z | PASS [ 0.031s] illumos-utils zpool::test::test_parse_zpool_missing_column |
3829 | 2024-03-20T19:31:29.054Z | PASS [ 0.035s] illumos-utils zpool::test::test_parse_zpool_name_json |
3830 | 2024-03-20T19:31:29.054Z | PASS [ 0.047s] illumos-utils zpool::test::test_zpool_name_regex |
3831 | 2024-03-20T19:31:29.054Z | PASS [ 1.155s] bootstore schemes::v0::peer::tests::basic_3_nodes |
3832 | 2024-03-20T19:31:29.054Z | PASS [ 0.175s] installinator-common block_size_writer::tests::proptest_block_writer |
3833 | 2024-03-20T19:31:29.054Z | PASS [ 0.044s] internal-dns config::test::display_hosts |
3834 | 2024-03-20T19:31:29.054Z | PASS [ 0.030s] internal-dns config::test::display_srv_service |
3835 | 2024-03-20T19:31:29.054Z | PASS [ 0.049s] internal-dns config::test::test_builder_errors |
3836 | 2024-03-20T19:31:29.054Z | PASS [ 0.072s] internal-dns config::test::test_builder_output |
3837 | 2024-03-20T19:31:29.054Z | PASS [ 0.470s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi |
3838 | 2024-03-20T19:31:29.054Z | PASS [ 0.716s] illumos-utils destructor::test::test_delayed_delete_with_error |
3839 | 2024-03-20T19:31:29.054Z | PASS [ 0.326s] internal-dns resolver::test::insert_and_lookup_one_record |
3840 | 2024-03-20T19:31:29.054Z | PASS [ 0.284s] internal-dns resolver::test::lookup_nonexistent_record_fails |
3841 | 2024-03-20T19:31:29.054Z | PASS [ 0.495s] internal-dns resolver::test::insert_and_lookup_multiple_records |
3842 | 2024-03-20T19:31:29.054Z | PASS [ 0.383s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client |
3843 | 2024-03-20T19:31:29.054Z | PASS [ 0.443s] internal-dns resolver::test::resolver_can_access_backup_dns_server |
3844 | 2024-03-20T19:31:29.054Z | PASS [ 0.041s] ipcc tests::deserialize_fixed_value |
3845 | 2024-03-20T19:31:29.054Z | PASS [ 0.435s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets |
3846 | 2024-03-20T19:31:29.054Z | PASS [ 0.053s] ipcc tests::installinator_image_id_round_trip |
3847 | 2024-03-20T19:31:29.055Z | PASS [ 0.042s] ipcc tests::serialized_size |
3848 | 2024-03-20T19:31:29.055Z | PASS [ 0.059s] key-manager tests::different_disks_produce_different_keys |
3849 | 2024-03-20T19:31:29.055Z | PASS [ 0.035s] key-manager tests::different_ikm_produces_different_keys |
3850 | 2024-03-20T19:31:29.055Z | PASS [ 0.035s] key-manager tests::disk_encryption_key_epoch_0 |
3851 | 2024-03-20T19:31:29.055Z | PASS [ 0.035s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch |
3852 | 2024-03-20T19:31:29.055Z | PASS [ 0.266s] internal-dns resolver::test::update_record |
3853 | 2024-03-20T19:31:29.055Z | PASS [ 0.037s] nexus-config nexus_config::test::test_config_empty |
3854 | 2024-03-20T19:31:29.055Z | PASS [ 0.063s] nexus-config nexus_config::test::test_config_bad_toml |
3855 | 2024-03-20T19:31:29.055Z | PASS [ 0.086s] nexus-config nexus_config::test::test_bad_authn_schemes |
3856 | 2024-03-20T19:31:29.055Z | PASS [ 0.036s] nexus-config nexus_config::test::test_config_nonexistent |
3857 | 2024-03-20T19:31:29.055Z | PASS [ 0.047s] nexus-config nexus_config::test::test_deployment_config_schema |
3858 | 2024-03-20T19:31:29.055Z | PASS [ 0.046s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable |
3859 | 2024-03-20T19:31:29.055Z | PASS [ 0.055s] nexus-config nexus_config::test::test_repo_configs_are_valid |
3860 | 2024-03-20T19:31:29.055Z | PASS [ 0.044s] nexus-config nexus_config::test::test_valid |
3861 | 2024-03-20T19:31:29.055Z | PASS [ 0.042s] nexus-config postgres_config::test::test_bad_url |
3862 | 2024-03-20T19:31:29.055Z | PASS [ 0.032s] nexus-config postgres_config::test::test_example_url |
3863 | 2024-03-20T19:31:29.055Z | PASS [ 0.032s] nexus-db-model bytecount::test::test_bytecount_i64_conversions |
3864 | 2024-03-20T19:31:29.055Z | PASS [ 0.038s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count |
3865 | 2024-03-20T19:31:29.055Z | PASS [ 0.038s] nexus-db-model role_assignment::tests::test_role_assignment_from_database |
3866 | 2024-03-20T19:31:29.056Z | PASS [ 0.035s] nexus-db-model semver_version::test::test_to_from_sortable_string |
3867 | 2024-03-20T19:31:29.056Z | PASS [ 0.032s] nexus-db-model tests::test_ip_subnet_check_requestable_address |
3868 | 2024-03-20T19:31:29.056Z | PASS [ 0.030s] nexus-db-model tests::test_ipv6_net_random_subnet |
3869 | 2024-03-20T19:31:29.056Z | PASS [ 0.102s] nexus-db-model device_auth::test::test_generate_user_code |
3870 | 2024-03-20T19:31:29.056Z | PASS [ 0.031s] nexus-db-model tests::test_roles_database_strings |
3871 | 2024-03-20T19:31:29.056Z | PASS [ 0.050s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr |
3872 | 2024-03-20T19:31:29.056Z | PASS [ 0.066s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_empty_headers |
3873 | 2024-03-20T19:31:29.056Z | PASS [ 0.069s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_ignore_other_headers |
3874 | 2024-03-20T19:31:29.056Z | PASS [ 0.048s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_one_cookie |
3875 | 2024-03-20T19:31:29.056Z | PASS [ 0.038s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers |
3876 | 2024-03-20T19:31:29.056Z | PASS [ 0.041s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name |
3877 | 2024-03-20T19:31:29.056Z | PASS [ 0.048s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookies |
3878 | 2024-03-20T19:31:29.056Z | PASS [ 0.059s] nexus-db-queries authn::external::session_cookie::test::test_garbage_cookie |
3879 | 2024-03-20T19:31:29.056Z | PASS [ 0.113s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_absolute |
3880 | 2024-03-20T19:31:29.056Z | PASS [ 0.096s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_idle |
3881 | 2024-03-20T19:31:29.056Z | PASS [ 0.046s] nexus-db-queries authn::external::session_cookie::test::test_get_token |
3882 | 2024-03-20T19:31:29.056Z | PASS [ 0.043s] nexus-db-queries authn::external::session_cookie::test::test_get_token_no_header |
3883 | 2024-03-20T19:31:29.056Z | PASS [ 0.044s] nexus-db-queries authn::external::session_cookie::test::test_get_token_other_cookie_present |
3884 | 2024-03-20T19:31:29.056Z | PASS [ 0.042s] nexus-db-queries authn::external::session_cookie::test::test_missing_cookie |
3885 | 2024-03-20T19:31:29.056Z | PASS [ 0.041s] nexus-db-queries authn::external::session_cookie::test::test_other_cookie |
3886 | 2024-03-20T19:31:29.057Z | PASS [ 0.046s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value |
3887 | 2024-03-20T19:31:29.057Z | PASS [ 0.044s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value_error |
3888 | 2024-03-20T19:31:29.057Z | PASS [ 0.071s] nexus-db-queries authn::external::session_cookie::test::test_valid_cookie |
3889 | 2024-03-20T19:31:29.057Z | PASS [ 0.055s] nexus-db-queries authn::external::spoof::test::test_make_header_value_raw |
3890 | 2024-03-20T19:31:29.057Z | PASS [ 0.066s] nexus-db-queries authn::external::spoof::test::test_make_header_value |
3891 | 2024-03-20T19:31:29.057Z | PASS [ 0.048s] nexus-db-queries authn::external::spoof::test::test_spoof_header_bad_uuids |
3892 | 2024-03-20T19:31:29.057Z | PASS [ 0.046s] nexus-db-queries authn::external::spoof::test::test_spoof_header_missing |
3893 | 2024-03-20T19:31:29.057Z | PASS [ 0.048s] nexus-db-queries authn::external::spoof::test::test_spoof_header_valid |
3894 | 2024-03-20T19:31:29.057Z | PASS [ 2.684s] dns-server::commands_test test_dnsadm |
3895 | 2024-03-20T19:31:29.057Z | PASS [ 0.055s] nexus-db-queries authn::external::spoof::test::test_spoof_reserved_values |
3896 | 2024-03-20T19:31:29.057Z | PASS [ 0.043s] nexus-db-queries authn::external::token::test::test_make_header_value |
3897 | 2024-03-20T19:31:29.057Z | PASS [ 0.061s] nexus-db-queries authn::external::test::test_authn_sequence |
3898 | 2024-03-20T19:31:29.057Z | PASS [ 0.044s] nexus-db-queries authn::external::token::test::test_token_header_bad_utf8 |
3899 | 2024-03-20T19:31:29.057Z | PASS [ 0.043s] nexus-db-queries authn::external::token::test::test_token_header_missing |
3900 | 2024-03-20T19:31:29.057Z | PASS [ 0.045s] nexus-db-queries authn::external::token::test::test_token_header_valid |
3901 | 2024-03-20T19:31:29.057Z | PASS [ 0.051s] nexus-db-queries authn::test::test_internal_users |
3902 | 2024-03-20T19:31:29.057Z | PASS [ 0.064s] nexus-db-queries authz::oso_generic::test::test_duplicate_polar_classes |
3903 | 2024-03-20T19:31:31.272Z | PASS [ 7.300s] installinator write::tests::proptest_write_artifact |
3904 | 2024-03-20T19:31:32.041Z | PASS [ 8.072s] installinator mock_peers::tests::proptest_fetch_artifact |
3905 | 2024-03-20T19:31:33.831Z | PASS [ 7.539s] nexus-db-queries context::test::test_background_context |
3906 | 2024-03-20T19:31:33.907Z | PASS [ 7.678s] nexus-db-queries authz::context::test::test_unregistered_resource |
3907 | 2024-03-20T19:31:39.256Z | PASS [ 7.987s] nexus-db-queries context::test::test_child_context |
3908 | 2024-03-20T19:31:40.026Z | PASS [ 13.792s] nexus-db-queries authz::policy_test::test_conferred_roles |
3909 | 2024-03-20T19:31:40.718Z | PASS [ 8.678s] nexus-db-queries context::test::test_test_context |
3910 | 2024-03-20T19:31:42.476Z | PASS [ 8.646s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails |
3911 | 2024-03-20T19:31:43.196Z | PASS [ 9.300s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails |
3912 | 2024-03-20T19:31:47.974Z | PASS [ 8.717s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails |
3913 | 2024-03-20T19:31:48.462Z | PASS [ 8.433s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails |
3914 | 2024-03-20T19:31:50.222Z | PASS [ 9.513s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times |
3915 | 2024-03-20T19:31:51.770Z | PASS [ 9.263s] nexus-db-queries db::collection_attach::test::test_attach_once |
3916 | 2024-03-20T19:31:51.902Z | PASS [ 0.156s] nexus-db-queries db::collection_attach::test::test_verify_query |
3917 | 2024-03-20T19:31:52.214Z | PASS [ 9.012s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous |
3918 | 2024-03-20T19:31:56.382Z | PASS [ 8.409s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached |
3919 | 2024-03-20T19:31:56.745Z | PASS [ 8.282s] nexus-db-queries db::collection_attach::test::test_attach_with_filters |
3920 | 2024-03-20T19:31:58.301Z | PASS [ 8.081s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter |
3921 | 2024-03-20T19:32:00.899Z | PASS [ 8.677s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails |
3922 | 2024-03-20T19:32:01.205Z | PASS [ 9.298s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails |
3923 | 2024-03-20T19:32:01.275Z | PASS [ 0.056s] nexus-db-queries db::collection_detach::test::test_verify_query |
3924 | 2024-03-20T19:32:04.618Z | PASS [ 8.235s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails |
3925 | 2024-03-20T19:32:05.902Z | PASS [ 9.159s] nexus-db-queries db::collection_detach::test::test_detach_once |
3926 | 2024-03-20T19:32:06.786Z | PASS [ 8.472s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached |
3927 | 2024-03-20T19:32:07.922Z | PASS [ 41.672s] nexus-db-queries authz::policy_test::test_iam_roles_behavior |
3928 | 2024-03-20T19:32:08.343Z | PASS [ 45.446s] bootstore::v0-fsm-proptest-learner run |
3929 | 2024-03-20T19:32:09.048Z | PASS [ 8.162s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter |
3930 | 2024-03-20T19:32:09.262Z | PASS [ 7.996s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource |
3931 | 2024-03-20T19:32:12.090Z | PASS [ 7.470s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection |
3932 | 2024-03-20T19:32:12.138Z | PASS [ 0.048s] nexus-db-queries db::collection_detach_many::test::test_verify_query |
3933 | 2024-03-20T19:32:13.234Z | PASS [ 7.332s] nexus-db-queries db::collection_detach_many::test::test_detach_many |
3934 | 2024-03-20T19:32:14.222Z | PASS [ 7.449s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails |
3935 | 2024-03-20T19:32:14.277Z | PASS [ 0.057s] nexus-db-queries db::collection_insert::test::test_verify_query |
3936 | 2024-03-20T19:32:14.328Z | PASS [ 0.047s] nexus-db-queries db::column_walker::test::test_walk_columns |
3937 | 2024-03-20T19:32:14.376Z | PASS [ 0.051s] nexus-db-queries db::column_walker::test::test_walk_table |
3938 | 2024-03-20T19:32:14.586Z | PASS [ 51.682s] bootstore::v0-fsm-proptest-rack-coordinator run |
3939 | 2024-03-20T19:32:14.656Z | PASS [ 0.071s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_allows_valid_up_sql_collections |
3940 | 2024-03-20T19:32:14.709Z | PASS [ 0.049s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_invalid_up_sql_collections |
3941 | 2024-03-20T19:32:14.778Z | PASS [ 0.073s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_invalid_up_sql_names |
3942 | 2024-03-20T19:32:14.832Z | PASS [ 0.055s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_no_up_sql_files |
3943 | 2024-03-20T19:32:15.250Z | PASS [ 7.329s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds |
3944 | 2024-03-20T19:32:15.784Z | PASS [ 7.442s] nexus-db-queries db::collection_detach_many::test::test_detach_once |
3945 | 2024-03-20T19:32:16.606Z | PASS [ 7.561s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous |
3946 | 2024-03-20T19:32:16.882Z | PASS [ 7.635s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached |
3947 | 2024-03-20T19:32:19.388Z | PASS [ 7.251s] nexus-db-queries db::collection_insert::test::test_collection_not_present |
3948 | 2024-03-20T19:32:20.386Z | PASS [ 7.151s] nexus-db-queries db::collection_insert::test::test_collection_present |
3949 | 2024-03-20T19:32:21.714Z | PASS [ 7.341s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists |
3950 | 2024-03-20T19:32:21.777Z | PASS [ 0.055s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic |
3951 | 2024-03-20T19:32:22.185Z | PASS [ 7.351s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward |
3952 | 2024-03-20T19:32:22.608Z | PASS [ 7.361s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version |
3953 | 2024-03-20T19:32:23.138Z | PASS [ 7.354s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint |
3954 | 2024-03-20T19:32:24.391Z | PASS [ 7.786s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint |
3955 | 2024-03-20T19:32:24.661Z | PASS [ 7.781s] nexus-db-queries db::datastore::deployment::tests::test_set_target |
3956 | 2024-03-20T19:32:26.866Z | PASS [ 7.477s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled |
3957 | 2024-03-20T19:32:27.513Z | PASS [ 7.126s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent |
3958 | 2024-03-20T19:32:28.214Z | PASS [ 6.446s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness |
3959 | 2024-03-20T19:32:29.305Z | PASS [ 7.122s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version |
3960 | 2024-03-20T19:32:30.589Z | PASS [ 7.447s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic |
3961 | 2024-03-20T19:32:30.750Z | PASS [ 8.141s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental |
3962 | 2024-03-20T19:32:31.603Z | PASS [ 7.211s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex |
3963 | 2024-03-20T19:32:31.957Z | PASS [ 7.295s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized |
3964 | 2024-03-20T19:32:34.161Z | PASS [ 7.295s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found |
3965 | 2024-03-20T19:32:35.453Z | PASS [ 7.239s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools |
3966 | 2024-03-20T19:32:36.848Z | PASS [ 7.542s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool |
3967 | 2024-03-20T19:32:38.120Z | PASS [ 10.609s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert |
3968 | 2024-03-20T19:32:38.315Z | PASS [ 7.727s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization |
3969 | 2024-03-20T19:32:39.471Z | PASS [ 7.868s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones |
3970 | 2024-03-20T19:32:39.705Z | PASS [ 7.748s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking |
3971 | 2024-03-20T19:32:40.502Z | PASS [ 9.750s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset |
3972 | 2024-03-20T19:32:41.373Z | PASS [ 7.216s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted |
3973 | 2024-03-20T19:32:42.657Z | PASS [ 7.205s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency |
3974 | 2024-03-20T19:32:44.266Z | PASS [ 7.418s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_delete_reupsert_new_sled |
3975 | 2024-03-20T19:32:45.014Z | PASS [ 6.896s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_disks |
3976 | 2024-03-20T19:32:45.734Z | PASS [ 7.415s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_uuid_idempotent |
3977 | 2024-03-20T19:32:47.242Z | PASS [ 7.537s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_same_uuid_idempotent |
3978 | 2024-03-20T19:32:47.352Z | PASS [ 7.882s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_reupsert_new_sled |
3979 | 2024-03-20T19:32:47.394Z | PASS [ 0.041s] nexus-db-queries db::datastore::region::test::test_extent_count |
3980 | 2024-03-20T19:32:47.898Z | PASS [ 7.396s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets |
3981 | 2024-03-20T19:32:48.720Z | PASS [ 7.345s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty |
3982 | 2024-03-20T19:32:50.044Z | PASS [ 7.384s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error |
3983 | 2024-03-20T19:32:51.402Z | PASS [ 7.137s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error |
3984 | 2024-03-20T19:32:52.695Z | PASS [ 7.680s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services |
3985 | 2024-03-20T19:32:53.465Z | PASS [ 7.739s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services |
3986 | 2024-03-20T19:32:54.600Z | PASS [ 7.360s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations |
3987 | 2024-03-20T19:32:55.575Z | PASS [ 7.677s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable |
3988 | 2024-03-20T19:32:56.597Z | PASS [ 9.203s] nexus-db-queries db::datastore::sled::test::sled_list_batch |
3989 | 2024-03-20T19:32:56.820Z | PASS [ 6.778s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned |
3990 | 2024-03-20T19:32:58.757Z | PASS [ 7.355s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen |
3991 | 2024-03-20T19:32:59.379Z | PASS [ 10.660s] nexus-db-queries db::datastore::sled::test::test_sled_transitions |
3992 | 2024-03-20T19:33:00.000Z | PASS [ 7.304s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware |
3993 | 2024-03-20T19:33:00.528Z | PASS [ 7.061s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches |
3994 | 2024-03-20T19:33:01.756Z | PASS [ 7.154s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent |
3995 | 2024-03-20T19:33:02.786Z | PASS [ 7.211s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent |
3996 | 2024-03-20T19:33:03.881Z | PASS [ 7.283s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints |
3997 | 2024-03-20T19:33:04.081Z | PASS [ 7.260s] nexus-db-queries db::datastore::test::test_project_creation |
3998 | 2024-03-20T19:33:06.037Z | PASS [ 7.280s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan |
3999 | 2024-03-20T19:33:06.520Z | PASS [ 7.140s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent |
4000 | 2024-03-20T19:33:07.603Z | PASS [ 7.071s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools |
4001 | 2024-03-20T19:33:09.300Z | PASS [ 7.542s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory |
4002 | 2024-03-20T19:33:13.932Z | PASS [ 13.933s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent |
4003 | 2024-03-20T19:33:14.053Z | PASS [ 7.534s] nexus-db-queries db::datastore::test::test_service_upsert_and_list |
4004 | 2024-03-20T19:33:15.124Z | PASS [ 7.525s] nexus-db-queries db::datastore::test::test_session_methods |
4005 | 2024-03-20T19:33:16.573Z | PASS [ 12.691s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random |
4006 | 2024-03-20T19:33:16.842Z | PASS [ 14.058s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails |
4007 | 2024-03-20T19:33:16.882Z | PASS [ 7.585s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation |
4008 | 2024-03-20T19:33:18.252Z | PASS [ 14.171s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds |
4009 | 2024-03-20T19:33:18.912Z | PASS [ 12.874s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails |
4010 | 2024-03-20T19:33:21.072Z | PASS [ 7.138s] nexus-db-queries db::datastore::test::test_ssh_keys |
4011 | 2024-03-20T19:33:21.119Z | PASS [ 0.047s] nexus-db-queries db::fixed_data::role_builtin::test::test_fixed_role_data |
4012 | 2024-03-20T19:33:21.175Z | PASS [ 0.056s] nexus-db-queries db::fixed_data::silo_user::test::test_silo_user_ids_are_valid |
4013 | 2024-03-20T19:33:21.228Z | PASS [ 0.054s] nexus-db-queries db::fixed_data::test::test_builtin_fleet_id_is_valid |
4014 | 2024-03-20T19:33:21.256Z | PASS [ 7.184s] nexus-db-queries db::datastore::test::test_table_scan |
4015 | 2024-03-20T19:33:21.281Z | PASS [ 0.038s] nexus-db-queries db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid |
4016 | 2024-03-20T19:33:21.858Z | PASS [ 6.735s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources |
4017 | 2024-03-20T19:33:23.906Z | PASS [ 7.332s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion |
4018 | 2024-03-20T19:33:24.237Z | PASS [ 7.395s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries |
4019 | 2024-03-20T19:33:24.578Z | PASS [ 7.695s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint |
4020 | 2024-03-20T19:33:24.619Z | PASS [ 0.040s] nexus-db-queries db::pagination::test::test_paginator |
4021 | 2024-03-20T19:33:25.583Z | PASS [ 7.330s] nexus-db-queries db::explain::test::test_explain_async |
4022 | 2024-03-20T19:33:26.400Z | PASS [ 7.488s] nexus-db-queries db::explain::test::test_explain_full_table_scan |
4023 | 2024-03-20T19:33:27.548Z | PASS [ 6.310s] nexus-db-queries db::lookup::test::test_lookup |
4024 | 2024-03-20T19:33:28.319Z | PASS [ 7.052s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending |
4025 | 2024-03-20T19:33:28.770Z | PASS [ 6.912s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending |
4026 | 2024-03-20T19:33:30.968Z | PASS [ 7.067s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending |
4027 | 2024-03-20T19:33:31.481Z | PASS [ 7.244s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending |
4028 | 2024-03-20T19:33:31.636Z | PASS [ 7.017s] nexus-db-queries db::pool_connection::test::all_enums_in_prepopulate_list |
4029 | 2024-03-20T19:33:32.854Z | PASS [ 7.273s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool |
4030 | 2024-03-20T19:33:33.864Z | PASS [ 7.465s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap |
4031 | 2024-03-20T19:33:34.743Z | PASS [ 7.194s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_is_idempotent |
4032 | 2024-03-20T19:33:35.361Z | PASS [ 6.591s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent |
4033 | 2024-03-20T19:33:35.453Z | PASS [ 7.136s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_out_of_range |
4034 | 2024-03-20T19:33:38.031Z | PASS [ 7.061s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent_even_when_full |
4035 | 2024-03-20T19:33:38.071Z | PASS [ 0.041s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address |
4036 | 2024-03-20T19:33:38.797Z | PASS [ 7.316s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent |
4037 | 2024-03-20T19:33:39.014Z | PASS [ 7.378s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion |
4038 | 2024-03-20T19:33:40.372Z | PASS [ 7.518s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_for_service |
4039 | 2024-03-20T19:33:41.622Z | PASS [ 7.760s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools |
4040 | 2024-03-20T19:33:42.234Z | PASS [ 7.491s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok |
4041 | 2024-03-20T19:33:42.636Z | PASS [ 7.275s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range |
4042 | 2024-03-20T19:33:45.680Z | PASS [ 7.600s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds |
4043 | 2024-03-20T19:33:46.065Z | PASS [ 7.268s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails |
4044 | 2024-03-20T19:33:46.365Z | PASS [ 7.352s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails |
4045 | 2024-03-20T19:33:47.714Z | PASS [ 7.339s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip |
4046 | 2024-03-20T19:33:48.708Z | PASS [ 13.252s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion |
4047 | 2024-03-20T19:33:48.969Z | PASS [ 7.346s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac |
4048 | 2024-03-20T19:33:49.374Z | PASS [ 7.139s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails |
4049 | 2024-03-20T19:33:50.135Z | PASS [ 7.497s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails |
4050 | 2024-03-20T19:33:50.177Z | PASS [ 0.038s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset |
4051 | 2024-03-20T19:33:52.745Z | PASS [ 7.068s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails |
4052 | 2024-03-20T19:33:52.795Z | PASS [ 0.046s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_guest |
4053 | 2024-03-20T19:33:52.840Z | PASS [ 0.051s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_system |
4054 | 2024-03-20T19:33:53.204Z | PASS [ 7.138s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot |
4055 | 2024-03-20T19:33:53.277Z | PASS [ 0.040s] nexus-db-queries db::queries::next_item::tests::test_shift_indices |
4056 | 2024-03-20T19:33:53.387Z | PASS [ 7.023s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails |
4057 | 2024-03-20T19:33:53.476Z | PASS [ 0.088s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count |
4058 | 2024-03-20T19:33:53.512Z | PASS [ 0.035s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps |
4059 | 2024-03-20T19:33:53.554Z | PASS [ 0.040s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping |
4060 | 2024-03-20T19:33:53.594Z | PASS [ 0.044s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping |
4061 | 2024-03-20T19:33:53.629Z | PASS [ 0.034s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping |
4062 | 2024-03-20T19:33:55.118Z | PASS [ 7.406s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails |
4063 | 2024-03-20T19:33:56.216Z | PASS [ 7.511s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails |
4064 | 2024-03-20T19:33:56.374Z | PASS [ 7.405s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation |
4065 | 2024-03-20T19:33:57.038Z | PASS [ 7.262s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails |
4066 | 2024-03-20T19:33:59.895Z | PASS [ 7.058s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices |
4067 | 2024-03-20T19:33:59.934Z | PASS [ 0.035s] nexus-defaults tests::test_random_vpc_ipv6_prefix |
4068 | 2024-03-20T19:34:00.131Z | PASS [ 0.198s] nexus-inventory builder::test::test_basic |
4069 | 2024-03-20T19:34:00.172Z | PASS [ 0.031s] nexus-inventory builder::test::test_empty |
4070 | 2024-03-20T19:34:00.207Z | PASS [ 0.037s] nexus-inventory builder::test::test_problems |
4071 | 2024-03-20T19:34:00.693Z | PASS [ 7.060s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query |
4072 | 2024-03-20T19:34:00.719Z | PASS [ 10.539s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query |
4073 | 2024-03-20T19:34:00.775Z | PASS [ 7.532s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query |
4074 | 2024-03-20T19:34:01.080Z | PASS [ 0.879s] nexus-inventory collector::test::test_basic |
4075 | 2024-03-20T19:34:01.144Z | PASS [ 0.431s] nexus-inventory collector::test::test_multi_mgs_failure |
4076 | 2024-03-20T19:34:01.217Z | PASS [ 0.076s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic |
4077 | 2024-03-20T19:34:01.269Z | PASS [ 0.052s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic |
4078 | 2024-03-20T19:34:01.338Z | PASS [ 0.057s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty |
4079 | 2024-03-20T19:34:01.364Z | PASS [ 0.562s] nexus-inventory collector::test::test_sled_agent_failure |
4080 | 2024-03-20T19:34:01.390Z | PASS [ 0.053s] nexus-reconfigurator-execution dns::test::test_dns_compute_update |
4081 | 2024-03-20T19:34:01.565Z | PASS [ 0.875s] nexus-inventory collector::test::test_multi_mgs |
4082 | 2024-03-20T19:34:02.350Z | PASS [ 7.224s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered |
4083 | 2024-03-20T19:34:02.491Z | PASS [ 0.149s] nexus-reconfigurator-planning blueprint_builder::test::test_add_nexus_error_cases |
4084 | 2024-03-20T19:34:02.547Z | PASS [ 0.054s] nexus-reconfigurator-planning blueprint_builder::test::test_add_nexus_with_no_existing_nexus_zones |
4085 | 2024-03-20T19:34:02.647Z | PASS [ 0.099s] nexus-reconfigurator-planning blueprint_builder::test::test_basic |
4086 | 2024-03-20T19:34:02.726Z | PASS [ 0.082s] nexus-reconfigurator-planning blueprint_builder::test::test_initial |
4087 | 2024-03-20T19:34:02.805Z | PASS [ 0.074s] nexus-reconfigurator-planning blueprint_builder::test::test_invalid_parent_blueprint_two_nexus_zones_with_same_nic_ip |
4088 | 2024-03-20T19:34:02.861Z | PASS [ 0.059s] nexus-reconfigurator-planning blueprint_builder::test::test_invalid_parent_blueprint_two_zones_with_same_external_ip |
4089 | 2024-03-20T19:34:02.961Z | PASS [ 0.094s] nexus-reconfigurator-planning blueprint_builder::test::test_invalid_parent_blueprint_two_zones_with_same_vnic_mac |
4090 | 2024-03-20T19:34:03.002Z | PASS [ 0.034s] nexus-reconfigurator-planning ip_allocator::test::test_basic |
4091 | 2024-03-20T19:34:03.077Z | PASS [ 0.084s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled |
4092 | 2024-03-20T19:34:03.163Z | PASS [ 0.091s] nexus-reconfigurator-planning planner::test::test_basic_add_sled |
4093 | 2024-03-20T19:34:03.257Z | PASS [ 0.085s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds |
4094 | 2024-03-20T19:34:03.286Z | PASS [ 7.057s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery |
4095 | 2024-03-20T19:34:03.321Z | PASS [ 0.069s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds |
4096 | 2024-03-20T19:34:03.347Z | PASS [ 0.058s] nexus-types external_api::shared::test::test_policy_parsing |
4097 | 2024-03-20T19:34:03.589Z | PASS [ 0.234s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist |
4098 | 2024-03-20T19:34:03.667Z | PASS [ 0.305s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid |
4099 | 2024-03-20T19:34:03.710Z | PASS [ 7.302s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples |
4100 | 2024-03-20T19:34:03.762Z | PASS [ 7.077s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples |
4101 | 2024-03-20T19:34:03.834Z | PASS [ 0.246s] omicron-certificates tests::test_cert_extended_key_usage |
4102 | 2024-03-20T19:34:03.861Z | PASS [ 0.131s] omicron-common address::test::test_dns_subnets |
4103 | 2024-03-20T19:34:03.898Z | PASS [ 0.063s] omicron-common address::test::test_ip_range_checks_non_decreasing |
4104 | 2024-03-20T19:34:03.973Z | PASS [ 0.047s] omicron-common address::test::test_ip_range_iter |
4105 | 2024-03-20T19:34:04.037Z | PASS [ 0.137s] omicron-common address::test::test_ip_range_enum_deserialization |
4106 | 2024-03-20T19:34:04.259Z | PASS [ 0.371s] omicron-certificates tests::test_subject_alternate_names_are_validated |
4107 | 2024-03-20T19:34:04.259Z | PASS [ 0.125s] omicron-common address::test::test_ip_range_length |
4108 | 2024-03-20T19:34:04.259Z | PASS [ 0.127s] omicron-common address::test::test_ip_range_try_from |
4109 | 2024-03-20T19:34:04.259Z | PASS [ 0.061s] omicron-common address::test::test_ipv6_subnet_deserialize |
4110 | 2024-03-20T19:34:04.285Z | PASS [ 0.541s] omicron-certificates tests::test_common_name_is_validated |
4111 | 2024-03-20T19:34:04.285Z | PASS [ 0.100s] omicron-common address::test::test_sled_address |
4112 | 2024-03-20T19:34:04.285Z | PASS [ 0.064s] omicron-common api::external::error::test::test_context |
4113 | 2024-03-20T19:34:04.285Z | PASS [ 0.136s] omicron-common api::external::error::test::test_bail_unless |
4114 | 2024-03-20T19:34:04.285Z | PASS [ 0.078s] omicron-common api::external::http_pagination::test::test_pagination_schemas |
4115 | 2024-03-20T19:34:04.316Z | PASS [ 0.114s] omicron-common api::external::http_pagination::test::test_pagination_examples |
4116 | 2024-03-20T19:34:04.316Z | PASS [ 0.089s] omicron-common api::external::http_pagination::test::test_scan_by_id |
4117 | 2024-03-20T19:34:04.355Z | PASS [ 0.069s] omicron-common api::external::http_pagination::test::test_scan_by_name |
4118 | 2024-03-20T19:34:04.355Z | PASS [ 0.035s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id |
4119 | 2024-03-20T19:34:04.355Z | PASS [ 0.048s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic |
4120 | 2024-03-20T19:34:04.415Z | PASS [ 0.064s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name |
4121 | 2024-03-20T19:34:04.415Z | PASS [ 0.050s] omicron-common api::external::test::test_bytecount |
4122 | 2024-03-20T19:34:04.415Z | PASS [ 0.039s] omicron-common api::external::test::test_bytecount_display |
4123 | 2024-03-20T19:34:04.447Z | PASS [ 0.089s] omicron-common api::external::test::test_digest |
4124 | 2024-03-20T19:34:04.473Z | PASS [ 0.082s] omicron-common api::external::test::test_firewall_deserialization |
4125 | 2024-03-20T19:34:04.473Z | PASS [ 0.068s] omicron-common api::external::test::test_firewall_rule_target_parse |
4126 | 2024-03-20T19:34:04.498Z | PASS [ 0.089s] omicron-common api::external::test::test_firewall_rule_host_filter_parse |
4127 | 2024-03-20T19:34:04.526Z | PASS [ 0.044s] omicron-common api::external::test::test_ip_port_range_from_str |
4128 | 2024-03-20T19:34:04.526Z | PASS [ 0.061s] omicron-common api::external::test::test_hostname_from_str |
4129 | 2024-03-20T19:34:04.557Z | PASS [ 0.049s] omicron-common api::external::test::test_ip_port_range_into_str |
4130 | 2024-03-20T19:34:04.557Z | PASS [ 0.041s] omicron-common api::external::test::test_ipnet_first_last_address |
4131 | 2024-03-20T19:34:04.557Z | PASS [ 0.046s] omicron-common api::external::test::test_ipnet_serde |
4132 | 2024-03-20T19:34:04.586Z | PASS [ 0.030s] omicron-common api::external::test::test_ipv6_net_operations |
4133 | 2024-03-20T19:34:04.586Z | PASS [ 0.041s] omicron-common api::external::test::test_ipv4_net_operations |
4134 | 2024-03-20T19:34:04.586Z | PASS [ 0.045s] omicron-common api::external::test::test_mac_system_iterator |
4135 | 2024-03-20T19:34:04.586Z | PASS [ 0.035s] omicron-common api::external::test::test_mac_to_int_conversions |
4136 | 2024-03-20T19:34:04.686Z | PASS [ 0.046s] omicron-common api::external::test::test_macaddr |
4137 | 2024-03-20T19:34:04.686Z | PASS [ 0.030s] omicron-common api::external::test::test_name_parse_from_param |
4138 | 2024-03-20T19:34:04.686Z | PASS [ 0.039s] omicron-common api::external::test::test_name_parse |
4139 | 2024-03-20T19:34:04.714Z | PASS [ 0.039s] omicron-common api::external::test::test_resource_name_parse |
4140 | 2024-03-20T19:34:04.714Z | PASS [ 0.037s] omicron-common api::external::test::test_role_name_parse |
4141 | 2024-03-20T19:34:04.714Z | PASS [ 0.040s] omicron-common api::external::test::test_route_destination_parse |
4142 | 2024-03-20T19:34:04.714Z | PASS [ 0.039s] omicron-common api::external::test::test_route_target_parse |
4143 | 2024-03-20T19:34:04.714Z | PASS [ 0.040s] omicron-common api::external::test::test_semver_serialize |
4144 | 2024-03-20T19:34:04.714Z | PASS [ 0.029s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip |
4145 | 2024-03-20T19:34:04.714Z | PASS [ 0.040s] omicron-common api::external::test::test_semver_validation |
4146 | 2024-03-20T19:34:04.741Z | PASS [ 0.042s] omicron-common ledger::test::test_create_ledger_reads_from_storage |
4147 | 2024-03-20T19:34:04.741Z | PASS [ 0.063s] omicron-common ledger::test::test_create_default_ledger |
4148 | 2024-03-20T19:34:04.741Z | PASS [ 0.072s] omicron-common ledger::test::test_commit_handles_write_failures |
4149 | 2024-03-20T19:34:04.768Z | PASS [ 0.058s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage |
4150 | 2024-03-20T19:34:04.768Z | PASS [ 0.039s] omicron-common update::tests::serde_artifact_kind |
4151 | 2024-03-20T19:34:04.976Z | PASS [ 0.217s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd |
4152 | 2024-03-20T19:34:05.059Z | PASS [ 0.334s] omicron-dev::test_omicron_dev test_cert_create |
4153 | 2024-03-20T19:34:05.089Z | PASS [ 0.099s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args |
4154 | 2024-03-20T19:34:05.163Z | PASS [ 0.101s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args |
4155 | 2024-03-20T19:34:05.192Z | PASS [ 0.114s] omicron-dev::test_omicron_dev test_omicron_dev_no_args |
4156 | 2024-03-20T19:34:05.323Z | PASS [ 0.135s] omicron-gateway management_switch::location_map::tests::test_config_validation |
4157 | 2024-03-20T19:34:05.455Z | PASS [ 0.112s] omicron-gateway management_switch::location_map::tests::test_resolve_location |
4158 | 2024-03-20T19:34:06.071Z | PASS [ 0.644s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled |
4159 | 2024-03-20T19:34:06.484Z | PASS [ 0.412s] omicron-gateway::test_all integration_tests::component_list::component_list |
4160 | 2024-03-20T19:34:06.940Z | PASS [ 0.454s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations |
4161 | 2024-03-20T19:34:07.249Z | PASS [ 0.311s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication |
4162 | 2024-03-20T19:34:07.465Z | PASS [ 0.214s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach |
4163 | 2024-03-20T19:34:12.784Z | PASS [ 8.054s] omicron-dev::test_omicron_dev test_db_killed |
4164 | 2024-03-20T19:34:19.366Z | PASS [ 17.982s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones |
4165 | 2024-03-20T19:34:19.421Z | PASS [ 17.858s] nexus-reconfigurator-execution resource_allocation::tests::test_allocate_external_networking |
4166 | 2024-03-20T19:34:19.638Z | PASS [ 18.557s] nexus-reconfigurator-execution datasets::tests::test_ensure_crucible_dataset_records_exist |
4167 | 2024-03-20T19:34:19.731Z | PASS [ 14.569s] omicron-dev::test_omicron_dev test_run_all |
4168 | 2024-03-20T19:34:23.578Z | PASS [ 18.829s] omicron-dev::test_omicron_dev test_db_run |
4169 | 2024-03-20T19:34:26.833Z | PASS [ 19.362s] omicron-nexus app::background::blueprint_execution::test::test_deploy_omicron_zones |
4170 | 2024-03-20T19:34:27.366Z | PASS [ 26.028s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end |
4171 | 2024-03-20T19:34:29.087Z | PASS [ 16.303s] omicron-nexus app::background::blueprint_load::test::test_load_blueprints |
4172 | 2024-03-20T19:34:34.251Z | PASS [ 14.619s] omicron-nexus app::background::common::test::test_saga_request_flow |
4173 | 2024-03-20T19:34:34.474Z | PASS [ 15.052s] omicron-nexus app::background::common::test::test_driver_basic |
4174 | 2024-03-20T19:34:34.825Z | PASS [ 15.095s] omicron-nexus app::background::dns_config::test::test_basic |
4175 | 2024-03-20T19:34:34.932Z | PASS [ 0.108s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic |
4176 | 2024-03-20T19:34:35.161Z | PASS [ 0.686s] omicron-nexus app::external_endpoints::test::test_authority |
4177 | 2024-03-20T19:34:35.279Z | PASS [ 0.117s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty |
4178 | 2024-03-20T19:34:35.341Z | PASS [ 0.063s] omicron-nexus app::external_endpoints::test::test_no_endpoint |
4179 | 2024-03-20T19:34:35.418Z | PASS [ 0.077s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying |
4180 | 2024-03-20T19:34:36.412Z | PASS [ 17.051s] omicron-nexus app::background::common::test::test_activation_in_progress |
4181 | 2024-03-20T19:34:36.581Z | PASS [ 1.652s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex |
4182 | 2024-03-20T19:34:37.492Z | PASS [ 13.925s] omicron-nexus app::background::dns_propagation::test::test_basic |
4183 | 2024-03-20T19:34:41.566Z | PASS [ 14.734s] omicron-nexus app::background::external_endpoints::test::test_basic |
4184 | 2024-03-20T19:34:42.170Z | PASS [ 14.800s] omicron-nexus app::background::init::test::test_dns_propagation_basic |
4185 | 2024-03-20T19:34:52.946Z | PASS [ 18.694s] omicron-nexus app::background::inventory_collection::test::test_db_sled_enumerator |
4186 | 2024-03-20T19:34:53.501Z | PASS [ 24.413s] omicron-nexus app::background::inventory_collection::test::test_basic |
4187 | 2024-03-20T19:34:57.058Z | PASS [ 19.566s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds |
4188 | 2024-03-20T19:34:58.241Z | PASS [ 21.659s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently |
4189 | 2024-03-20T19:34:58.890Z | PASS [ 23.473s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind |
4190 | 2024-03-20T19:35:00.268Z | PASS [ 23.856s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently |
4191 | 2024-03-20T19:35:02.444Z | PASS [ 20.885s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently |
4192 | 2024-03-20T19:35:02.876Z | PASS [ 20.709s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds |
4193 | 2024-03-20T19:35:24.240Z | PASS [ 26.000s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds |
4194 | 2024-03-20T19:35:25.425Z | PASS [ 28.367s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently |
4195 | 2024-03-20T19:35:25.808Z | PASS [ 26.913s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently |
4196 | 2024-03-20T19:35:27.361Z | PASS [ 27.089s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds |
4197 | 2024-03-20T19:35:29.595Z | PASS [ 27.154s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind |
4198 | 2024-03-20T19:35:30.206Z | PASS [ 27.331s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently |
4199 | 2024-03-20T19:35:49.134Z | PASS [ 23.711s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds |
4200 | 2024-03-20T19:35:49.560Z | PASS [ 25.316s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently |
4201 | 2024-03-20T19:35:52.946Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4202 | 2024-03-20T19:35:53.502Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4203 | 2024-03-20T19:35:53.693Z | PASS [ 27.889s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind |
4204 | 2024-03-20T19:35:54.282Z | PASS [ 24.685s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently |
4205 | 2024-03-20T19:35:54.521Z | PASS [ 24.315s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds |
4206 | 2024-03-20T19:35:55.983Z | PASS [ 28.211s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently |
4207 | 2024-03-20T19:36:13.741Z | PASS [ 24.186s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds |
4208 | 2024-03-20T19:36:17.334Z | PASS [ 22.812s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind |
4209 | 2024-03-20T19:36:17.400Z | PASS [ 21.831s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds |
4210 | 2024-03-20T19:36:17.824Z | PASS [ 23.539s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently |
4211 | 2024-03-20T19:36:22.010Z | PASS [ 28.310s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind |
4212 | 2024-03-20T19:36:22.065Z | PASS [ 0.059s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request |
4213 | 2024-03-20T19:36:33.222Z | PASS [ 15.890s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds |
4214 | 2024-03-20T19:36:35.164Z | PASS [ 21.421s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind |
4215 | 2024-03-20T19:36:36.635Z | PASS [ 47.501s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind |
4216 | 2024-03-20T19:36:44.511Z | PASS [ 22.452s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds |
4217 | 2024-03-20T19:36:51.257Z | PASS [ 14.619s] omicron-nexus app::sagas::test_saga::test_saga_stuck |
4218 | 2024-03-20T19:36:52.947Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4219 | 2024-03-20T19:36:53.503Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4220 | 2024-03-20T19:36:56.173Z | PASS [ 22.950s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set |
4221 | 2024-03-20T19:37:00.800Z | PASS [ 4.629s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input |
4222 | 2024-03-20T19:37:00.846Z | PASS [ 0.042s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory |
4223 | 2024-03-20T19:37:00.907Z | PASS [ 0.059s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent |
4224 | 2024-03-20T19:37:00.953Z | PASS [ 0.050s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested |
4225 | 2024-03-20T19:37:01.006Z | PASS [ 0.051s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink |
4226 | 2024-03-20T19:37:01.067Z | PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_find_file_finds_file |
4227 | 2024-03-20T19:37:01.137Z | PASS [ 0.075s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink |
4228 | 2024-03-20T19:37:01.212Z | PASS [ 0.055s] omicron-nexus external_api::console_api::test::test_relative_uri |
4229 | 2024-03-20T19:37:01.301Z | PASS [ 0.108s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy |
4230 | 2024-03-20T19:37:02.165Z | PASS [ 27.002s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset |
4231 | 2024-03-20T19:37:03.313Z | PASS [ 18.801s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind |
4232 | 2024-03-20T19:37:07.382Z | PASS [ 16.120s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds |
4233 | 2024-03-20T19:37:08.338Z | PASS [ 0.961s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie |
4234 | 2024-03-20T19:37:09.380Z | PASS [ 1.045s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed |
4235 | 2024-03-20T19:37:09.479Z | PASS [ 0.096s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured |
4236 | 2024-03-20T19:37:17.823Z | SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4237 | 2024-03-20T19:37:17.857Z | PASS [ 15.370s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud |
4238 | 2024-03-20T19:37:17.857Z | SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
4239 | 2024-03-20T19:37:18.325Z | PASS [ 15.013s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range |
4240 | 2024-03-20T19:37:26.517Z | PASS [ 17.042s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys |
4241 | 2024-03-20T19:37:35.191Z | PASS [ 17.651s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv |
4242 | 2024-03-20T19:37:36.064Z | PASS [ 17.731s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv |
4243 | 2024-03-20T19:37:36.251Z | PASS [ 78.421s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
4244 | 2024-03-20T19:37:41.426Z | PASS [ 14.908s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv |
4245 | 2024-03-20T19:37:50.847Z | PASS [ 14.608s] omicron-nexus::test_all integration_tests::basic::test_ping |
4246 | 2024-03-20T19:37:51.378Z | PASS [ 15.300s] omicron-nexus::test_all integration_tests::basic::test_basic_failures |
4247 | 2024-03-20T19:37:51.511Z | PASS [ 16.319s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv |
4248 | 2024-03-20T19:37:52.963Z | SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4249 | 2024-03-20T19:37:53.505Z | SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4250 | 2024-03-20T19:38:01.300Z | SLOW [> 60.000s] omicron-nexus populate::test::test_populators |
4251 | 2024-03-20T19:38:01.747Z | PASS [ 20.317s] omicron-nexus::test_all integration_tests::basic::test_projects_basic |
4252 | 2024-03-20T19:38:06.282Z | PASS [ 14.919s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert |
4253 | 2024-03-20T19:38:06.628Z | PASS [ 15.124s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key |
4254 | 2024-03-20T19:38:14.259Z | PASS [ 23.411s] omicron-nexus::test_all integration_tests::basic::test_projects_list |
4255 | 2024-03-20T19:38:16.214Z | PASS [ 74.913s] omicron-nexus populate::test::test_populators |
4256 | 2024-03-20T19:38:16.966Z | PASS [ 15.213s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert |
4257 | 2024-03-20T19:38:17.403Z | SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4258 | 2024-03-20T19:38:21.279Z | PASS [ 14.599s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key |
4259 | 2024-03-20T19:38:21.659Z | PASS [ 15.382s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name |
4260 | 2024-03-20T19:38:23.318Z | PASS [ 2.091s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config |
4261 | 2024-03-20T19:38:23.353Z | PASS [ 1.692s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config |
4262 | 2024-03-20T19:38:23.435Z | PASS [ 0.106s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args |
4263 | 2024-03-20T19:38:23.864Z | PASS [ 0.437s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal |
4264 | 2024-03-20T19:38:24.211Z | PASS [ 0.863s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi |
4265 | 2024-03-20T19:38:30.366Z | PASS [ 16.108s] omicron-nexus::test_all integration_tests::certificates::test_crud |
4266 | 2024-03-20T19:38:31.371Z | PASS [ 15.161s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation |
4267 | 2024-03-20T19:38:37.307Z | PASS [ 20.352s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates |
4268 | 2024-03-20T19:38:39.170Z | PASS [ 15.307s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir |
4269 | 2024-03-20T19:38:39.473Z | PASS [ 15.262s] omicron-nexus::test_all integration_tests::console_api::test_assets |
4270 | 2024-03-20T19:38:44.956Z | PASS [ 14.590s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri |
4271 | 2024-03-20T19:38:50.634Z | PASS [ 18.846s] omicron-nexus::test_all integration_tests::console_api::test_console_pages |
4272 | 2024-03-20T19:38:52.956Z | SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4273 | 2024-03-20T19:38:53.505Z | SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4274 | 2024-03-20T19:38:54.790Z | PASS [ 15.622s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple |
4275 | 2024-03-20T19:38:54.876Z | PASS [ 15.401s] omicron-nexus::test_all integration_tests::console_api::test_session_me |
4276 | 2024-03-20T19:38:56.889Z | PASS [ 19.578s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos |
4277 | 2024-03-20T19:39:00.752Z | PASS [ 15.789s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups |
4278 | 2024-03-20T19:39:09.651Z | PASS [ 19.433s] omicron-nexus::test_all integration_tests::console_api::test_sessions |
4279 | 2024-03-20T19:39:10.658Z | PASS [ 15.865s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages |
4280 | 2024-03-20T19:39:10.889Z | PASS [ 16.012s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow |
4281 | 2024-03-20T19:39:17.404Z | SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4282 | 2024-03-20T19:39:21.555Z | PASS [ 24.670s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets |
4283 | 2024-03-20T19:39:32.914Z | PASS [ 32.168s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete |
4284 | 2024-03-20T19:39:33.147Z | PASS [ 22.259s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started |
4285 | 2024-03-20T19:39:33.305Z | PASS [ 23.653s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails |
4286 | 2024-03-20T19:39:33.357Z | PASS [ 22.701s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing |
4287 | 2024-03-20T19:39:44.017Z | PASS [ 20.746s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected |
4288 | 2024-03-20T19:39:52.952Z | SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4289 | 2024-03-20T19:39:53.511Z | SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4290 | 2024-03-20T19:39:56.133Z | PASS [ 22.759s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation |
4291 | 2024-03-20T19:39:59.809Z | PASS [ 219.985s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4292 | 2024-03-20T19:40:04.623Z | PASS [ 22.322s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure |
4293 | 2024-03-20T19:40:05.360Z | PASS [ 32.444s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics |
4294 | 2024-03-20T19:40:09.695Z | PASS [ 36.550s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated |
4295 | 2024-03-20T19:40:12.262Z | PASS [ 38.544s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances |
4296 | 2024-03-20T19:40:12.810Z | PASS [ 16.692s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes |
4297 | 2024-03-20T19:40:13.343Z | PASS [ 15.953s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes |
4298 | 2024-03-20T19:40:21.463Z | PASS [ 16.108s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size |
4299 | 2024-03-20T19:40:24.509Z | PASS [ 19.885s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size |
4300 | 2024-03-20T19:40:32.351Z | PASS [ 22.656s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting |
4301 | 2024-03-20T19:40:32.469Z | PASS [ 19.658s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big |
4302 | 2024-03-20T19:40:35.992Z | PASS [ 22.654s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection |
4303 | 2024-03-20T19:40:43.524Z | PASS [ 31.676s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment |
4304 | 2024-03-20T19:40:44.281Z | PASS [ 22.810s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete |
4305 | 2024-03-20T19:40:48.384Z | PASS [ 23.871s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools |
4306 | 2024-03-20T19:40:52.841Z | PASS [ 20.377s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent |
4307 | 2024-03-20T19:40:52.949Z | SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4308 | 2024-03-20T19:40:53.507Z | SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4309 | 2024-03-20T19:40:55.604Z | PASS [ 23.254s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename |
4310 | 2024-03-20T19:41:02.575Z | PASS [ 23.625s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion |
4311 | 2024-03-20T19:41:09.760Z | PASS [ 16.917s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access |
4312 | 2024-03-20T19:41:11.133Z | PASS [ 27.600s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other |
4313 | 2024-03-20T19:41:18.108Z | PASS [ 18.494s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create |
4314 | 2024-03-20T19:41:20.225Z | PASS [ 35.952s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum |
4315 | 2024-03-20T19:41:20.531Z | PASS [ 24.926s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects |
4316 | 2024-03-20T19:41:22.141Z | PASS [ 33.751s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach |
4317 | 2024-03-20T19:41:27.870Z | PASS [ 16.746s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool |
4318 | 2024-03-20T19:41:28.298Z | PASS [ 0.428s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress |
4319 | 2024-03-20T19:41:29.262Z | PASS [ 0.559s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance |
4320 | 2024-03-20T19:41:29.293Z | PASS [ 0.376s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure |
4321 | 2024-03-20T19:41:29.595Z | PASS [ 0.360s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled |
4322 | 2024-03-20T19:41:33.697Z | PASS [ 23.938s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment |
4323 | 2024-03-20T19:41:34.320Z | PASS [ 16.211s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use |
4324 | 2024-03-20T19:41:35.922Z | PASS [ 15.674s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use |
4325 | 2024-03-20T19:41:36.671Z | PASS [ 16.141s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete |
4326 | 2024-03-20T19:41:38.545Z | PASS [ 16.407s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update |
4327 | 2024-03-20T19:41:49.435Z | PASS [ 19.841s] omicron-nexus::test_all integration_tests::images::test_image_create |
4328 | 2024-03-20T19:41:52.949Z | SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4329 | 2024-03-20T19:41:53.507Z | SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4330 | 2024-03-20T19:41:54.689Z | PASS [ 20.993s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions |
4331 | 2024-03-20T19:41:56.386Z | PASS [ 20.486s] omicron-nexus::test_all integration_tests::images::test_image_promotion |
4332 | 2024-03-20T19:41:56.747Z | PASS [ 20.069s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image |
4333 | 2024-03-20T19:41:58.032Z | PASS [ 19.496s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small |
4334 | 2024-03-20T19:41:58.580Z | PASS [ 23.846s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails |
4335 | 2024-03-20T19:42:04.978Z | PASS [ 8.592s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach |
4336 | 2024-03-20T19:42:05.705Z | PASS [ 8.959s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite |
4337 | 2024-03-20T19:42:05.899Z | PASS [ 7.861s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema |
4338 | 2024-03-20T19:42:06.752Z | PASS [ 8.587s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated |
4339 | 2024-03-20T19:42:09.415Z | PASS [ 19.981s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails |
4340 | 2024-03-20T19:42:13.840Z | PASS [ 19.113s] omicron-nexus::test_all integration_tests::images::test_silo_image_create |
4341 | 2024-03-20T19:42:28.606Z | PASS [ 23.629s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema |
4342 | 2024-03-20T19:42:29.427Z | PASS [ 15.623s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname |
4343 | 2024-03-20T19:42:31.732Z | PASS [ 25.833s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance |
4344 | 2024-03-20T19:42:34.596Z | PASS [ 25.182s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance |
4345 | 2024-03-20T19:42:41.642Z | PASS [ 35.945s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance |
4346 | 2024-03-20T19:42:42.456Z | PASS [ 35.698s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks |
4347 | 2024-03-20T19:42:44.788Z | PASS [ 16.180s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname |
4348 | 2024-03-20T19:42:47.165Z | PASS [ 15.439s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit |
4349 | 2024-03-20T19:42:52.951Z | SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4350 | 2024-03-20T19:42:53.506Z | SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4351 | 2024-03-20T19:43:00.433Z | PASS [ 15.644s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip |
4352 | 2024-03-20T19:43:00.610Z | PASS [ 31.183s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity |
4353 | 2024-03-20T19:43:04.283Z | PASS [ 21.825s] omicron-nexus::test_all integration_tests::instances::test_instance_access |
4354 | 2024-03-20T19:43:05.707Z | PASS [ 30.703s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity |
4355 | 2024-03-20T19:43:11.711Z | PASS [ 24.547s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips |
4356 | 2024-03-20T19:43:27.444Z | PASS [ 27.014s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks |
4357 | 2024-03-20T19:43:29.620Z | PASS [ 24.283s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo |
4358 | 2024-03-20T19:43:29.748Z | PASS [ 29.125s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo |
4359 | 2024-03-20T19:43:30.689Z | PASS [ 26.411s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface |
4360 | 2024-03-20T19:43:35.459Z | PASS [ 521.954s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4361 | 2024-03-20T19:43:36.029Z | PASS [ 54.365s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed |
4362 | 2024-03-20T19:43:36.659Z | PASS [ 523.720s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4363 | 2024-03-20T19:43:40.285Z | PASS [ 28.573s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record |
4364 | 2024-03-20T19:43:55.733Z | PASS [ 21.494s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error |
4365 | 2024-03-20T19:43:55.788Z | PASS [ 23.190s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool |
4366 | 2024-03-20T19:43:58.092Z | PASS [ 30.643s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys |
4367 | 2024-03-20T19:44:02.581Z | PASS [ 27.125s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_error |
4368 | 2024-03-20T19:44:03.051Z | PASS [ 25.977s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration |
4369 | 2024-03-20T19:44:03.544Z | PASS [ 23.256s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate |
4370 | 2024-03-20T19:44:07.500Z | PASS [ 31.491s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics |
4371 | 2024-03-20T19:44:07.945Z | PASS [ 38.364s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool |
4372 | 2024-03-20T19:44:16.331Z | PASS [ 24.152s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p |
4373 | 2024-03-20T19:44:18.589Z | PASS [ 15.939s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails |
4374 | 2024-03-20T19:44:37.118Z | PASS [ 24.246s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state |
4375 | 2024-03-20T19:44:37.189Z | PASS [ 15.696s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely |
4376 | 2024-03-20T19:44:37.657Z | PASS [ 22.505s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings |
4377 | 2024-03-20T19:44:37.657Z | PASS [ 33.353s] omicron-nexus::test_all integration_tests::instances::test_instance_serial |
4378 | 2024-03-20T19:44:37.657Z | PASS [ 19.926s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces |
4379 | 2024-03-20T19:44:37.657Z | PASS [ 28.492s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces |
4380 | 2024-03-20T19:44:37.683Z | PASS [ 15.674s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found |
4381 | 2024-03-20T19:44:37.683Z | PASS [ 20.642s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address |
4382 | 2024-03-20T19:44:40.525Z | PASS [ 14.249s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request |
4383 | 2024-03-20T19:44:43.204Z | PASS [ 15.330s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size |
4384 | 2024-03-20T19:44:44.396Z | PASS [ 21.189s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start |
4385 | 2024-03-20T19:44:45.845Z | PASS [ 14.779s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size |
4386 | 2024-03-20T19:44:48.561Z | PASS [ 22.515s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped |
4387 | 2024-03-20T19:44:48.955Z | PASS [ 14.697s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size |
4388 | 2024-03-20T19:44:50.508Z | PASS [ 28.175s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt |
4389 | 2024-03-20T19:44:52.134Z | PASS [ 15.162s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud |
4390 | 2024-03-20T19:44:58.148Z | PASS [ 17.622s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe |
4391 | 2024-03-20T19:44:59.386Z | PASS [ 16.183s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo |
4392 | 2024-03-20T19:44:59.686Z | PASS [ 15.292s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination |
4393 | 2024-03-20T19:45:00.982Z | PASS [ 15.137s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails |
4394 | 2024-03-20T19:45:03.185Z | PASS [ 14.626s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination |
4395 | 2024-03-20T19:45:03.843Z | PASS [ 14.871s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service |
4396 | 2024-03-20T19:45:04.905Z | PASS [ 14.396s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud |
4397 | 2024-03-20T19:45:08.696Z | PASS [ 16.558s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link |
4398 | 2024-03-20T19:45:14.771Z | PASS [ 15.073s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total |
4399 | 2024-03-20T19:45:14.799Z | PASS [ 16.610s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable |
4400 | 2024-03-20T19:45:16.526Z | PASS [ 17.141s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default |
4401 | 2024-03-20T19:45:18.729Z | PASS [ 13.820s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records |
4402 | 2024-03-20T19:45:22.409Z | PASS [ 21.409s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails |
4403 | 2024-03-20T19:45:28.476Z | PASS [ 19.783s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration |
4404 | 2024-03-20T19:45:40.825Z | PASS [ 18.789s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64 |
4405 | 2024-03-20T19:45:40.873Z | PASS [ 18.199s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple |
4406 | 2024-03-20T19:45:40.873Z | PASS [ 25.341s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write |
4407 | 2024-03-20T19:45:40.873Z | PASS [ 18.133s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk |
4408 | 2024-03-20T19:45:47.251Z | PASS [ 44.066s] omicron-nexus::test_all integration_tests::metrics::test_metrics |
4409 | 2024-03-20T19:45:48.553Z | PASS [ 33.794s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk |
4410 | 2024-03-20T19:45:54.168Z | PASS [ 50.340s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_collector_reregistration_gets_all_assignments |
4411 | 2024-03-20T19:45:55.137Z | PASS [ 18.213s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset |
4412 | 2024-03-20T19:46:01.350Z | PASS [ 32.870s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk |
4413 | 2024-03-20T19:46:07.594Z | PASS [ 26.987s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes |
4414 | 2024-03-20T19:46:08.992Z | PASS [ 33.670s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk |
4415 | 2024-03-20T19:46:12.373Z | PASS [ 25.115s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk |
4416 | 2024-03-20T19:46:13.605Z | PASS [ 33.509s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk |
4417 | 2024-03-20T19:46:14.065Z | PASS [ 19.899s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing |
4418 | 2024-03-20T19:46:14.603Z | PASS [ 25.558s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk |
4419 | 2024-03-20T19:46:25.981Z | PASS [ 16.997s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud |
4420 | 2024-03-20T19:46:27.907Z | PASS [ 15.541s] omicron-nexus::test_all integration_tests::projects::test_project_deletion |
4421 | 2024-03-20T19:46:29.741Z | PASS [ 15.631s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image |
4422 | 2024-03-20T19:46:30.280Z | PASS [ 35.128s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write |
4423 | 2024-03-20T19:46:32.917Z | PASS [ 18.860s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip |
4424 | 2024-03-20T19:46:33.613Z | PASS [ 19.996s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk |
4425 | 2024-03-20T19:46:37.776Z | PASS [ 36.417s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot |
4426 | 2024-03-20T19:46:45.873Z | PASS [ 19.885s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance |
4427 | 2024-03-20T19:46:46.373Z | PASS [ 15.691s] omicron-nexus::test_all integration_tests::projects::test_projects |
4428 | 2024-03-20T19:46:46.405Z | PASS [ 16.583s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc |
4429 | 2024-03-20T19:46:47.062Z | PASS [ 13.468s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack |
4430 | 2024-03-20T19:46:51.067Z | PASS [ 13.303s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack |
4431 | 2024-03-20T19:46:51.457Z | PASS [ 23.550s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot |
4432 | 2024-03-20T19:46:58.090Z | PASS [ 50.580s] omicron-nexus::test_all integration_tests::password_login::test_local_users |
4433 | 2024-03-20T19:47:01.571Z | PASS [ 15.616s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized |
4434 | 2024-03-20T19:47:01.757Z | PASS [ 15.436s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet |
4435 | 2024-03-20T19:47:01.989Z | PASS [ 16.121s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization |
4436 | 2024-03-20T19:47:02.530Z | PASS [ 0.359s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure |
4437 | 2024-03-20T19:47:02.621Z | PASS [ 15.558s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project |
4438 | 2024-03-20T19:47:04.758Z | PASS [ 13.691s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo |
4439 | 2024-03-20T19:47:04.977Z | PASS [ 3.392s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress |
4440 | 2024-03-20T19:47:05.061Z | PASS [ 0.096s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed |
4441 | 2024-03-20T19:47:05.123Z | PASS [ 13.659s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit |
4442 | 2024-03-20T19:47:05.158Z | PASS [ 0.086s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response |
4443 | 2024-03-20T19:47:05.207Z | PASS [ 3.441s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance |
4444 | 2024-03-20T19:47:05.235Z | PASS [ 0.093s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256 |
4445 | 2024-03-20T19:47:05.275Z | PASS [ 0.111s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes |
4446 | 2024-03-20T19:47:05.312Z | PASS [ 0.105s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name |
4447 | 2024-03-20T19:47:05.682Z | PASS [ 3.331s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled |
4448 | 2024-03-20T19:47:05.958Z | PASS [ 3.323s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch |
4449 | 2024-03-20T19:47:07.960Z | PASS [ 35.043s] omicron-nexus::test_all integration_tests::quotas::test_quotas |
4450 | 2024-03-20T19:47:11.415Z | PASS [ 13.323s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin |
4451 | 2024-03-20T19:47:11.544Z | PASS [ 0.099s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment |
4452 | 2024-03-20T19:47:20.773Z | PASS [ 15.456s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding |
4453 | 2024-03-20T19:47:20.935Z | PASS [ 15.246s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated |
4454 | 2024-03-20T19:47:20.996Z | PASS [ 15.787s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp |
4455 | 2024-03-20T19:47:21.023Z | PASS [ 0.099s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key |
4456 | 2024-03-20T19:47:21.091Z | PASS [ 0.094s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response |
4457 | 2024-03-20T19:47:21.318Z | PASS [ 16.059s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp |
4458 | 2024-03-20T19:47:21.393Z | PASS [ 15.445s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys |
4459 | 2024-03-20T19:47:21.921Z | PASS [ 17.167s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes |
4460 | 2024-03-20T19:47:22.218Z | PASS [ 14.268s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys |
4461 | 2024-03-20T19:47:26.047Z | PASS [ 14.542s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response |
4462 | 2024-03-20T19:47:33.631Z | PASS [ 12.600s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404 |
4463 | 2024-03-20T19:47:33.658Z | PASS [ 12.568s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid |
4464 | 2024-03-20T19:47:33.723Z | PASS [ 12.416s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair |
4465 | 2024-03-20T19:47:33.821Z | PASS [ 13.046s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state |
4466 | 2024-03-20T19:47:33.861Z | PASS [ 12.465s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok |
4467 | 2024-03-20T19:47:45.249Z | PASS [ 11.396s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause |
4468 | 2024-03-20T19:47:45.958Z | PASS [ 12.334s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns |
4469 | 2024-03-20T19:47:57.908Z | PASS [ 12.246s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment |
4470 | 2024-03-20T19:47:58.250Z | PASS [ 12.294s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint |
4471 | 2024-03-20T19:48:09.738Z | PASS [ 12.244s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order |
4472 | 2024-03-20T19:48:10.581Z | PASS [ 12.315s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause |
4473 | 2024-03-20T19:48:17.269Z | PASS [ 6.702s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus |
4474 | 2024-03-20T19:48:41.388Z | PASS [ 24.123s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot |
4475 | 2024-03-20T19:48:46.700Z | PASS [ 36.956s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up |
4476 | 2024-03-20T19:48:59.881Z | PASS [ 18.484s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version |
4477 | 2024-03-20T19:49:06.406Z | PASS [ 19.684s] omicron-nexus::test_all integration_tests::schema::validate_data_migration |
4478 | 2024-03-20T19:49:18.236Z | PASS [ 11.837s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id |
4479 | 2024-03-20T19:49:18.402Z | PASS [ 12.024s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id |
4480 | 2024-03-20T19:49:18.601Z | PASS [ 12.209s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users |
4481 | 2024-03-20T19:49:18.997Z | PASS [ 12.584s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp |
4482 | 2024-03-20T19:49:25.001Z | PASS [ 25.094s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up |
4483 | 2024-03-20T19:49:31.966Z | PASS [ 13.734s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group |
4484 | 2024-03-20T19:49:32.628Z | PASS [ 14.224s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints |
4485 | 2024-03-20T19:49:32.861Z | PASS [ 13.868s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints |
4486 | 2024-03-20T19:49:32.890Z | PASS [ 14.284s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers |
4487 | 2024-03-20T19:49:39.959Z | PASS [ 14.981s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid |
4488 | 2024-03-20T19:49:40.396Z | PASS [ 15.399s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated |
4489 | 2024-03-20T19:49:40.686Z | PASS [ 15.669s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid |
4490 | 2024-03-20T19:49:42.053Z | PASS [ 17.085s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users |
4491 | 2024-03-20T19:49:47.757Z | PASS [ 15.782s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs |
4492 | 2024-03-20T19:49:48.333Z | PASS [ 15.452s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups |
4493 | 2024-03-20T19:49:48.505Z | PASS [ 15.874s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group |
4494 | 2024-03-20T19:49:52.761Z | PASS [ 19.849s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy |
4495 | 2024-03-20T19:49:54.675Z | PASS [ 14.281s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed |
4496 | 2024-03-20T19:49:55.596Z | PASS [ 14.907s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit |
4497 | 2024-03-20T19:49:57.117Z | PASS [ 17.157s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links |
4498 | 2024-03-20T19:49:57.654Z | PASS [ 15.569s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups |
4499 | 2024-03-20T19:50:02.846Z | PASS [ 14.499s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id |
4500 | 2024-03-20T19:50:03.040Z | PASS [ 15.278s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group |
4501 | 2024-03-20T19:50:06.257Z | PASS [ 17.743s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types |
4502 | 2024-03-20T19:50:11.197Z | PASS [ 16.517s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list |
4503 | 2024-03-20T19:50:11.470Z | PASS [ 14.347s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete |
4504 | 2024-03-20T19:50:12.555Z | PASS [ 19.846s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views |
4505 | 2024-03-20T19:50:15.334Z | PASS [ 19.760s] omicron-nexus::test_all integration_tests::silos::test_silos |
4506 | 2024-03-20T19:50:17.419Z | PASS [ 14.582s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list |
4507 | 2024-03-20T19:50:18.353Z | PASS [ 20.726s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list |
4508 | 2024-03-20T19:50:22.558Z | PASS [ 16.304s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent |
4509 | 2024-03-20T19:50:22.976Z | PASS [ 19.945s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space |
4510 | 2024-03-20T19:50:27.166Z | PASS [ 14.609s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent |
4511 | 2024-03-20T19:50:31.346Z | PASS [ 16.014s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot |
4512 | 2024-03-20T19:50:33.428Z | PASS [ 16.016s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot |
4513 | 2024-03-20T19:50:33.822Z | PASS [ 15.458s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot |
4514 | 2024-03-20T19:50:35.196Z | PASS [ 1.377s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure |
4515 | 2024-03-20T19:50:35.730Z | PASS [ 4.375s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress |
4516 | 2024-03-20T19:50:36.005Z | PASS [ 24.807s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot |
4517 | 2024-03-20T19:50:36.716Z | PASS [ 25.239s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent |
4518 | 2024-03-20T19:50:37.850Z | PASS [ 4.419s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance |
4519 | 2024-03-20T19:50:39.554Z | PASS [ 4.369s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled |
4520 | 2024-03-20T19:50:40.126Z | PASS [ 4.395s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch |
4521 | 2024-03-20T19:50:40.226Z | PASS [ 0.665s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage |
4522 | 2024-03-20T19:50:44.262Z | PASS [ 21.286s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind |
4523 | 2024-03-20T19:50:46.051Z | PASS [ 18.886s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance |
4524 | 2024-03-20T19:50:46.554Z | PASS [ 23.585s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic |
4525 | 2024-03-20T19:50:50.578Z | PASS [ 14.573s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys |
4526 | 2024-03-20T19:50:55.322Z | PASS [ 15.203s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails |
4527 | 2024-03-20T19:50:59.460Z | PASS [ 14.789s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized |
4528 | 2024-03-20T19:50:59.491Z | PASS [ 18.866s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end |
4529 | 2024-03-20T19:51:00.138Z | PASS [ 14.084s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin |
4530 | 2024-03-20T19:51:01.930Z | PASS [ 25.216s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation |
4531 | 2024-03-20T19:51:11.432Z | PASS [ 25.299s] omicron-nexus::test_all integration_tests::utilization::test_utilization |
4532 | 2024-03-20T19:51:12.645Z | PASS [ 22.068s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot |
4533 | 2024-03-20T19:51:20.525Z | PASS [ 25.193s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete |
4534 | 2024-03-20T19:51:29.914Z | PASS [ 25.007s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1 |
4535 | 2024-03-20T19:51:29.915Z | PASS [ 25.150s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2 |
4536 | 2024-03-20T19:51:29.915Z | PASS [ 24.618s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3 |
4537 | 2024-03-20T19:51:29.915Z | PASS [ 23.578s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4 |
4538 | 2024-03-20T19:51:36.705Z | PASS [ 24.852s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5 |
4539 | 2024-03-20T19:51:37.262Z | PASS [ 24.624s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6 |
4540 | 2024-03-20T19:51:37.852Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
4541 | 2024-03-20T19:51:43.347Z | PASS [ 19.107s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight |
4542 | 2024-03-20T19:51:44.764Z | PASS [ 24.239s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk |
4543 | 2024-03-20T19:51:45.152Z | PASS [ 21.083s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly |
4544 | 2024-03-20T19:51:48.492Z | PASS [ 70.641s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
4545 | 2024-03-20T19:51:53.444Z | PASS [ 28.689s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1 |
4546 | 2024-03-20T19:51:54.501Z | PASS [ 29.000s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2 |
4547 | 2024-03-20T19:52:07.257Z | PASS [ 22.120s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly |
4548 | 2024-03-20T19:52:08.609Z | PASS [ 14.108s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request |
4549 | 2024-03-20T19:52:09.988Z | PASS [ 33.697s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first |
4550 | 2024-03-20T19:52:10.729Z | PASS [ 33.464s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first |
4551 | 2024-03-20T19:52:12.904Z | PASS [ 24.418s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk |
4552 | 2024-03-20T19:52:16.608Z | PASS [ 33.248s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order |
4553 | 2024-03-20T19:52:16.708Z | PASS [ 23.266s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk |
4554 | 2024-03-20T19:52:17.329Z | PASS [ 32.568s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots |
4555 | 2024-03-20T19:52:21.415Z | PASS [ 14.159s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops |
4556 | 2024-03-20T19:52:22.097Z | PASS [ 13.480s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry |
4557 | 2024-03-20T19:52:24.899Z | PASS [ 14.905s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted |
4558 | 2024-03-20T19:52:25.424Z | PASS [ 14.682s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status |
4559 | 2024-03-20T19:52:26.658Z | PASS [ 13.733s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent |
4560 | 2024-03-20T19:52:30.940Z | PASS [ 14.228s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict |
4561 | 2024-03-20T19:52:31.226Z | PASS [ 14.621s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair |
4562 | 2024-03-20T19:52:31.265Z | PASS [ 13.924s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry |
4563 | 2024-03-20T19:52:35.858Z | PASS [ 13.776s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout |
4564 | 2024-03-20T19:52:36.829Z | PASS [ 15.407s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress |
4565 | 2024-03-20T19:52:39.249Z | PASS [ 14.351s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only |
4566 | 2024-03-20T19:52:40.238Z | PASS [ 14.422s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen |
4567 | 2024-03-20T19:52:40.599Z | PASS [ 13.942s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing |
4568 | 2024-03-20T19:52:45.119Z | PASS [ 13.910s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen |
4569 | 2024-03-20T19:52:45.180Z | PASS [ 14.249s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen |
4570 | 2024-03-20T19:52:45.393Z | PASS [ 14.140s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent |
4571 | 2024-03-20T19:52:50.212Z | PASS [ 14.342s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume |
4572 | 2024-03-20T19:52:50.475Z | PASS [ 13.652s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base |
4573 | 2024-03-20T19:52:53.992Z | PASS [ 14.753s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent |
4574 | 2024-03-20T19:52:54.427Z | PASS [ 14.600s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted |
4575 | 2024-03-20T19:52:55.050Z | PASS [ 14.463s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume |
4576 | 2024-03-20T19:52:59.637Z | PASS [ 14.452s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume |
4577 | 2024-03-20T19:53:00.219Z | PASS [ 14.426s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume |
4578 | 2024-03-20T19:53:00.258Z | PASS [ 14.719s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga |
4579 | 2024-03-20T19:53:04.918Z | PASS [ 14.710s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice |
4580 | 2024-03-20T19:53:05.099Z | PASS [ 14.614s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume |
4581 | 2024-03-20T19:53:09.240Z | PASS [ 3.203s] omicron-omdb::test_all_output test_omdb_usage_errors |
4582 | 2024-03-20T19:53:09.361Z | PASS [ 0.056s] omicron-package dot::test::test_bad_dependency |
4583 | 2024-03-20T19:53:09.361Z | PASS [ 0.034s] omicron-package dot::test::test_dot_output |
4584 | 2024-03-20T19:53:10.797Z | PASS [ 16.794s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall |
4585 | 2024-03-20T19:53:10.845Z | PASS [ 0.024s] omicron-passwords test::test_password_constraints |
4586 | 2024-03-20T19:53:11.910Z | PASS [ 17.484s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers |
4587 | 2024-03-20T19:53:13.413Z | PASS [ 2.586s] omicron-passwords test::test_reproducible |
4588 | 2024-03-20T19:53:13.486Z | PASS [ 0.041s] omicron-passwords test::test_stable |
4589 | 2024-03-20T19:53:13.486Z | PASS [ 0.020s] omicron-passwords test::test_weak_hashes |
4590 | 2024-03-20T19:53:13.487Z | PASS [ 0.021s] omicron-rpaths internal::tests::test_configure_from_path |
4591 | 2024-03-20T19:53:13.569Z | PASS [ 0.040s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar |
4592 | 2024-03-20T19:53:13.609Z | PASS [ 0.019s] omicron-rpaths internal::tests::test_emit_rpath |
4593 | 2024-03-20T19:53:13.738Z | PASS [ 0.188s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously |
4594 | 2024-03-20T19:53:14.322Z | PASS [ 0.599s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes |
4595 | 2024-03-20T19:53:14.422Z | PASS [ 0.087s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match |
4596 | 2024-03-20T19:53:14.452Z | PASS [ 6.035s] omicron-passwords test::test_compatible |
4597 | 2024-03-20T19:53:14.516Z | PASS [ 0.094s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running |
4598 | 2024-03-20T19:53:14.858Z | PASS [ 0.147s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed |
4599 | 2024-03-20T19:53:14.858Z | PASS [ 0.058s] omicron-sled-agent bootstrap::early_networking::tests::serialized_early_network_config_v0_to_v1_conversion |
4600 | 2024-03-20T19:53:14.973Z | PASS [ 0.042s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips |
4601 | 2024-03-20T19:53:14.973Z | PASS [ 0.058s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization |
4602 | 2024-03-20T19:53:14.973Z | PASS [ 0.032s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash |
4603 | 2024-03-20T19:53:14.973Z | PASS [ 0.043s] omicron-sled-agent bootstrap::params::tests::serialize_start_sled_agent_v0_deserialize_v1 |
4604 | 2024-03-20T19:53:14.974Z | PASS [ 0.055s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools |
4605 | 2024-03-20T19:53:15.037Z | PASS [ 0.056s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization |
4606 | 2024-03-20T19:53:15.037Z | PASS [ 0.042s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema |
4607 | 2024-03-20T19:53:15.037Z | PASS [ 0.035s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition |
4608 | 2024-03-20T19:53:15.037Z | PASS [ 0.027s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition |
4609 | 2024-03-20T19:53:15.081Z | PASS [ 0.034s] omicron-sled-agent common::instance::test::migration_out_after_migration_in |
4610 | 2024-03-20T19:53:15.188Z | PASS [ 0.554s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk |
4611 | 2024-03-20T19:53:15.188Z | PASS [ 0.069s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action |
4612 | 2024-03-20T19:53:15.283Z | PASS [ 0.080s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance |
4613 | 2024-03-20T19:53:15.283Z | PASS [ 0.061s] omicron-sled-agent common::instance::test::test_migration_ids_already_set |
4614 | 2024-03-20T19:53:15.283Z | PASS [ 0.045s] omicron-sled-agent config::test::test_smf_configs |
4615 | 2024-03-20T19:53:15.283Z | PASS [ 0.054s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores |
4616 | 2024-03-20T19:53:15.283Z | PASS [ 0.043s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted |
4617 | 2024-03-20T19:53:15.283Z | PASS [ 0.040s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted |
4618 | 2024-03-20T19:53:15.326Z | PASS [ 0.043s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir |
4619 | 2024-03-20T19:53:15.326Z | PASS [ 0.034s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available |
4620 | 2024-03-20T19:53:15.374Z | PASS [ 0.052s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir |
4621 | 2024-03-20T19:53:15.857Z | PASS [ 20.800s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails |
4622 | 2024-03-20T19:53:16.704Z | PASS [ 17.063s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets |
4623 | 2024-03-20T19:53:16.902Z | PASS [ 17.089s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs |
4624 | 2024-03-20T19:53:17.788Z | PASS [ 17.934s] omicron-omdb::test_all_output test_omdb_env_settings |
4625 | 2024-03-20T19:53:17.863Z | PASS [ 0.055s] omicron-sled-agent probe_manager::test::probe_state_set_ops |
4626 | 2024-03-20T19:53:17.912Z | PASS [ 0.030s] omicron-sled-agent profile::tests::empty_profile |
4627 | 2024-03-20T19:53:17.912Z | PASS [ 0.032s] omicron-sled-agent profile::tests::test_disabled_instance |
4628 | 2024-03-20T19:53:17.995Z | PASS [ 0.028s] omicron-sled-agent profile::tests::test_instance |
4629 | 2024-03-20T19:53:17.995Z | PASS [ 0.032s] omicron-sled-agent profile::tests::test_multiple |
4630 | 2024-03-20T19:53:18.054Z | PASS [ 0.034s] omicron-sled-agent profile::tests::test_property |
4631 | 2024-03-20T19:53:18.054Z | PASS [ 2.711s] omicron-sled-agent instance::tests::test_instance_create_events_normal |
4632 | 2024-03-20T19:53:18.054Z | PASS [ 0.035s] omicron-sled-agent profile::tests::test_property_group |
4633 | 2024-03-20T19:53:18.599Z | PASS [ 0.040s] omicron-sled-agent profile::tests::test_service |
4634 | 2024-03-20T19:53:18.600Z | PASS [ 0.039s] omicron-sled-agent profile::tests::test_service_property_group |
4635 | 2024-03-20T19:53:18.705Z | PASS [ 0.048s] omicron-sled-agent rack_setup::config::test::test_subnets |
4636 | 2024-03-20T19:53:18.705Z | PASS [ 0.070s] omicron-sled-agent rack_setup::config::test::test_extra_certs |
4637 | 2024-03-20T19:53:18.705Z | PASS [ 0.029s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics |
4638 | 2024-03-20T19:53:18.706Z | PASS [ 0.031s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion |
4639 | 2024-03-20T19:53:18.706Z | PASS [ 0.037s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips |
4640 | 2024-03-20T19:53:18.706Z | PASS [ 0.041s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v3_schema |
4641 | 2024-03-20T19:53:18.706Z | PASS [ 0.039s] omicron-sled-agent rack_setup::plan::sled::tests::test_read_known_rss_sled_plans |
4642 | 2024-03-20T19:53:18.706Z | PASS [ 0.043s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema |
4643 | 2024-03-20T19:53:18.707Z | PASS [ 0.042s] omicron-sled-agent services::test::test_all_zones_requests_schema |
4644 | 2024-03-20T19:53:18.707Z | PASS [ 0.081s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs |
4645 | 2024-03-20T19:53:18.707Z | PASS [ 0.025s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes |
4646 | 2024-03-20T19:53:18.707Z | PASS [ 3.060s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone |
4647 | 2024-03-20T19:53:18.808Z | PASS [ 2.822s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis |
4648 | 2024-03-20T19:53:19.184Z | PASS [ 2.340s] omicron-sled-agent instance::tests::test_instance_manager_creation |
4649 | 2024-03-20T19:53:20.843Z | PASS [ 2.292s] omicron-sled-agent services::test::test_ensure_service_before_timesync |
4650 | 2024-03-20T19:53:21.205Z | PASS [ 2.457s] omicron-sled-agent services::test::test_ensure_service |
4651 | 2024-03-20T19:53:21.718Z | PASS [ 2.658s] omicron-sled-agent services::test::test_bad_generations |
4652 | 2024-03-20T19:53:21.718Z | PASS [ 2.540s] omicron-sled-agent services::test::test_ensure_service_which_already_exists |
4653 | 2024-03-20T19:53:21.718Z | PASS [ 0.039s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema |
4654 | 2024-03-20T19:53:21.718Z | PASS [ 2.229s] omicron-sled-agent services::test::test_old_ledger_migration |
4655 | 2024-03-20T19:53:21.956Z | PASS [ 0.041s] omicron-sled-agent services_migration::test::test_all_services_requests_schema |
4656 | 2024-03-20T19:53:21.957Z | PASS [ 0.060s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy |
4657 | 2024-03-20T19:53:21.957Z | PASS [ 0.111s] omicron-sled-agent services_migration::test::test_convert_known_ledgers |
4658 | 2024-03-20T19:53:21.957Z | PASS [ 0.045s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault |
4659 | 2024-03-20T19:53:21.957Z | PASS [ 0.046s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states |
4660 | 2024-03-20T19:53:21.957Z | PASS [ 0.040s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop |
4661 | 2024-03-20T19:53:21.957Z | PASS [ 0.040s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot |
4662 | 2024-03-20T19:53:21.957Z | PASS [ 0.040s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed |
4663 | 2024-03-20T19:53:21.958Z | PASS [ 0.039s] omicron-sled-agent updates::test::test_query_no_components |
4664 | 2024-03-20T19:53:21.958Z | PASS [ 0.046s] omicron-sled-agent updates::test::test_query_sled_agent_version |
4665 | 2024-03-20T19:53:21.958Z | PASS [ 0.047s] omicron-sled-agent updates::test::test_query_zone_version |
4666 | 2024-03-20T19:53:22.168Z | PASS [ 0.158s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem |
4667 | 2024-03-20T19:53:22.168Z | PASS [ 0.033s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour |
4668 | 2024-03-20T19:53:22.299Z | PASS [ 17.248s] omicron-omdb::test_all_output test_omdb_success_cases |
4669 | 2024-03-20T19:53:22.659Z | PASS [ 1.968s] omicron-sled-agent services::test::test_old_ledger_migration_bad |
4670 | 2024-03-20T19:53:22.728Z | PASS [ 0.033s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files |
4671 | 2024-03-20T19:53:23.160Z | PASS [ 2.264s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot |
4672 | 2024-03-20T19:53:23.278Z | PASS [ 2.298s] omicron-sled-agent services::test::test_services_do_not_persist_without_config |
4673 | 2024-03-20T19:53:35.963Z | PASS [ 2.482s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real |
4674 | 2024-03-20T19:53:35.963Z | PASS [ 0.058s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota |
4675 | 2024-03-20T19:53:35.964Z | PASS [ 0.029s] omicron-sled-agent zone_bundle::tests::test_compare_bundles |
4676 | 2024-03-20T19:53:35.964Z | PASS [ 0.042s] omicron-sled-agent zone_bundle::tests::test_disk_usage |
4677 | 2024-03-20T19:53:35.964Z | PASS [ 0.023s] omicron-sled-agent zone_bundle::tests::test_priority_dimension |
4678 | 2024-03-20T19:53:35.964Z | PASS [ 0.024s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause |
4679 | 2024-03-20T19:53:35.964Z | PASS [ 2.336s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup |
4680 | 2024-03-20T19:53:35.965Z | PASS [ 0.036s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available |
4681 | 2024-03-20T19:53:35.965Z | PASS [ 0.279s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args |
4682 | 2024-03-20T19:53:35.965Z | PASS [ 2.287s] omicron-sled-agent zone_bundle::illumos_tests::test_context |
4683 | 2024-03-20T19:53:35.965Z | PASS [ 0.556s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled |
4684 | 2024-03-20T19:53:35.965Z | PASS [ 0.275s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args |
4685 | 2024-03-20T19:53:35.966Z | PASS [ 0.321s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled |
4686 | 2024-03-20T19:53:35.966Z | PASS [ 0.046s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path |
4687 | 2024-03-20T19:53:35.966Z | PASS [ 0.083s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize |
4688 | 2024-03-20T19:53:35.966Z | PASS [ 0.036s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready |
4689 | 2024-03-20T19:53:35.967Z | PASS [ 0.037s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port |
4690 | 2024-03-20T19:53:35.967Z | PASS [ 0.035s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout |
4691 | 2024-03-20T19:53:35.967Z | PASS [ 12.946s] omicron-passwords test::test_smoke |
4692 | 2024-03-20T19:53:35.967Z | PASS [ 0.079s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write |
4693 | 2024-03-20T19:53:35.967Z | PASS [ 1.948s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context |
4694 | 2024-03-20T19:53:35.967Z | PASS [ 2.391s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter |
4695 | 2024-03-20T19:53:35.968Z | PASS [ 0.041s] omicron-test-utils dev::db::test::test_make_pg_config_fail |
4696 | 2024-03-20T19:53:35.968Z | PASS [ 0.278s] omicron-test-utils dev::db::test::test_bad_cmd |
4697 | 2024-03-20T19:53:35.968Z | PASS [ 0.029s] omicron-test-utils dev::db::test::test_make_pg_config_ok |
4698 | 2024-03-20T19:53:35.968Z | PASS [ 0.037s] omicron-test-utils dev::db::test::test_process_exit_abnormal |
4699 | 2024-03-20T19:53:35.968Z | PASS [ 0.046s] omicron-test-utils dev::db::test::test_process_exit_normal |
4700 | 2024-03-20T19:53:35.969Z | PASS [ 0.298s] omicron-test-utils dev::db::test::test_database_start_hang |
4701 | 2024-03-20T19:53:35.969Z | PASS [ 0.507s] omicron-test-utils dev::db::test::test_cmd_fails |
4702 | 2024-03-20T19:53:35.969Z | PASS [ 0.032s] omicron-test-utils dev::db::test::test_starter_tmpdir |
4703 | 2024-03-20T19:53:35.969Z | PASS [ 0.044s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port |
4704 | 2024-03-20T19:53:35.969Z | PASS [ 0.030s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path |
4705 | 2024-03-20T19:53:35.970Z | PASS [ 0.034s] oximeter histogram::tests::test_bin_range |
4706 | 2024-03-20T19:53:35.970Z | PASS [ 0.029s] oximeter histogram::tests::test_bin_range_from |
4707 | 2024-03-20T19:53:35.970Z | PASS [ 0.028s] oximeter histogram::tests::test_bin_range_to |
4708 | 2024-03-20T19:53:35.970Z | PASS [ 0.028s] oximeter histogram::tests::test_empty_bins_not_supported |
4709 | 2024-03-20T19:53:35.971Z | PASS [ 2.365s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization |
4710 | 2024-03-20T19:53:35.971Z | PASS [ 0.026s] oximeter histogram::tests::test_ensure_finite |
4711 | 2024-03-20T19:53:35.971Z | PASS [ 0.029s] oximeter histogram::tests::test_histogram |
4712 | 2024-03-20T19:53:35.971Z | PASS [ 0.028s] oximeter histogram::tests::test_histogram_extreme_bins |
4713 | 2024-03-20T19:53:35.971Z | PASS [ 0.030s] oximeter histogram::tests::test_histogram_extreme_samples |
4714 | 2024-03-20T19:53:35.971Z | PASS [ 0.026s] oximeter histogram::tests::test_histogram_float_bins |
4715 | 2024-03-20T19:53:35.972Z | PASS [ 0.029s] oximeter histogram::tests::test_histogram_to_arrays |
4716 | 2024-03-20T19:53:35.972Z | PASS [ 0.026s] oximeter histogram::tests::test_histogram_unbounded_samples |
4717 | 2024-03-20T19:53:35.972Z | PASS [ 0.030s] oximeter histogram::tests::test_histogram_unsorted_bins |
4718 | 2024-03-20T19:53:35.972Z | PASS [ 0.029s] oximeter histogram::tests::test_histogram_with_bins |
4719 | 2024-03-20T19:53:35.972Z | PASS [ 0.024s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins |
4720 | 2024-03-20T19:53:35.973Z | PASS [ 0.027s] oximeter histogram::tests::test_histogram_with_overlapping_bins |
4721 | 2024-03-20T19:53:35.973Z | PASS [ 0.029s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1 |
4722 | 2024-03-20T19:53:35.973Z | PASS [ 0.047s] oximeter histogram::tests::test_log_linear_bins_all_representable |
4723 | 2024-03-20T19:53:35.973Z | PASS [ 1.038s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready |
4724 | 2024-03-20T19:53:35.974Z | PASS [ 0.028s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2 |
4725 | 2024-03-20T19:53:35.974Z | PASS [ 0.028s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4 |
4726 | 2024-03-20T19:53:35.974Z | PASS [ 0.049s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3 |
4727 | 2024-03-20T19:53:35.974Z | PASS [ 0.029s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks |
4728 | 2024-03-20T19:53:35.975Z | PASS [ 0.030s] oximeter histogram::tests::test_log_linear_bins_small_bin_count |
4729 | 2024-03-20T19:53:35.975Z | PASS [ 0.031s] oximeter histogram::tests::test_span_decades |
4730 | 2024-03-20T19:53:35.975Z | PASS [ 0.036s] oximeter histogram::tests::test_span_decades_other_counts_f64 |
4731 | 2024-03-20T19:53:35.975Z | PASS [ 0.043s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok |
4732 | 2024-03-20T19:53:35.975Z | PASS [ 0.034s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low |
4733 | 2024-03-20T19:53:35.976Z | PASS [ 0.032s] oximeter schema::tests::test_field_schema_ordering |
4734 | 2024-03-20T19:53:35.976Z | PASS [ 0.040s] oximeter schema::tests::test_timeseries_name |
4735 | 2024-03-20T19:53:35.976Z | PASS [ 0.060s] oximeter schema::tests::test_schema_field_ordering_across_target_metric |
4736 | 2024-03-20T19:53:35.976Z | PASS [ 0.046s] oximeter schema::tests::test_timeseries_name_from_str |
4737 | 2024-03-20T19:53:35.976Z | PASS [ 0.036s] oximeter schema::tests::test_timeseries_schema_from_parts |
4738 | 2024-03-20T19:53:35.976Z | PASS [ 0.034s] oximeter schema::tests::test_timeseries_schema_from_sample |
4739 | 2024-03-20T19:53:35.977Z | LEAK [ 0.843s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url |
4740 | 2024-03-20T19:53:35.977Z | PASS [ 0.040s] oximeter test_util::tests::test_gen_test_samples |
4741 | 2024-03-20T19:53:35.978Z | PASS [ 0.050s] oximeter traits::tests::test_metric_trait |
4742 | 2024-03-20T19:53:35.978Z | PASS [ 0.035s] oximeter traits::tests::test_target_trait |
4743 | 2024-03-20T19:53:35.978Z | PASS [ 0.044s] oximeter traits::tests::test_producer_trait |
4744 | 2024-03-20T19:53:35.978Z | PASS [ 0.044s] oximeter types::tests::test_cumulative_f64 |
4745 | 2024-03-20T19:53:35.979Z | PASS [ 0.030s] oximeter types::tests::test_datum |
4746 | 2024-03-20T19:53:35.979Z | PASS [ 0.024s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string |
4747 | 2024-03-20T19:53:35.979Z | PASS [ 0.037s] oximeter types::tests::test_cumulative_i64 |
4748 | 2024-03-20T19:53:35.979Z | PASS [ 0.036s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8 |
4749 | 2024-03-20T19:53:35.979Z | PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8 |
4750 | 2024-03-20T19:53:35.980Z | PASS [ 0.029s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16 |
4751 | 2024-03-20T19:53:35.980Z | PASS [ 0.036s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16 |
4752 | 2024-03-20T19:53:35.980Z | PASS [ 0.044s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32 |
4753 | 2024-03-20T19:53:35.980Z | PASS [ 0.031s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64 |
4754 | 2024-03-20T19:53:35.980Z | PASS [ 0.041s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32 |
4755 | 2024-03-20T19:53:35.980Z | PASS [ 0.036s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64 |
4756 | 2024-03-20T19:53:35.981Z | PASS [ 0.026s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid |
4757 | 2024-03-20T19:53:35.981Z | PASS [ 0.026s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr |
4758 | 2024-03-20T19:53:35.981Z | PASS [ 0.027s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr |
4759 | 2024-03-20T19:53:35.981Z | PASS [ 0.024s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid |
4760 | 2024-03-20T19:53:35.981Z | PASS [ 0.031s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64 |
4761 | 2024-03-20T19:53:35.981Z | PASS [ 0.038s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool |
4762 | 2024-03-20T19:53:35.982Z | PASS [ 0.031s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr |
4763 | 2024-03-20T19:53:35.982Z | PASS [ 0.035s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid |
4764 | 2024-03-20T19:53:35.982Z | PASS [ 0.038s] oximeter types::tests::test_measurement |
4765 | 2024-03-20T19:53:35.982Z | PASS [ 0.033s] oximeter types::tests::test_sample_struct |
4766 | 2024-03-20T19:53:35.982Z | PASS [ 0.026s] oximeter types::tests::test_verify_field_names |
4767 | 2024-03-20T19:53:35.982Z | PASS [ 0.043s] oximeter-collector self_stats::tests::test_failure_reason_serialization |
4768 | 2024-03-20T19:53:35.983Z | PASS [ 0.076s] oximeter-collector self_stats::tests::test_no_schema_changes |
4769 | 2024-03-20T19:53:35.983Z | PASS [ 0.232s] oximeter-collector agent::tests::test_self_stat_collection_count |
4770 | 2024-03-20T19:53:35.983Z | PASS [ 0.221s] oximeter-collector agent::tests::test_self_stat_unreachable_counter |
4771 | 2024-03-20T19:53:35.983Z | PASS [ 0.230s] oximeter-collector agent::tests::test_self_stat_error_counter |
4772 | 2024-03-20T19:53:35.983Z | PASS [ 0.285s] oximeter-collector::test_commands test_oximeter_no_args |
4773 | 2024-03-20T19:53:36.507Z | PASS [ 0.320s] oximeter-collector::test_commands test_oximeter_openapi |
4774 | 2024-03-20T19:53:36.507Z | PASS [ 0.889s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node |
4775 | 2024-03-20T19:53:36.507Z | PASS [ 0.975s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node |
4776 | 2024-03-20T19:53:36.508Z | PASS [ 0.049s] oximeter-db client::tests::test_read_schema_upgrade_sql_files |
4777 | 2024-03-20T19:53:36.508Z | PASS [ 0.926s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails |
4778 | 2024-03-20T19:53:36.508Z | PASS [ 0.943s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails |
4779 | 2024-03-20T19:53:36.508Z | PASS [ 1.126s] oximeter-db client::tests::test_select_all_field_types |
4780 | 2024-03-20T19:53:36.508Z | PASS [ 0.035s] oximeter-db client::tests::test_unravel_index |
4781 | 2024-03-20T19:53:36.508Z | PASS [ 0.045s] oximeter-db client::tests::test_verify_schema_upgrades |
4782 | 2024-03-20T19:53:36.508Z | PASS [ 0.031s] oximeter-db model::tests::test_db_bool |
4783 | 2024-03-20T19:53:36.508Z | PASS [ 0.443s] oximeter-db model::tests::test_db_bool_bad |
4784 | 2024-03-20T19:53:36.508Z | PASS [ 0.027s] oximeter-db model::tests::test_db_datum_type_conversion |
4785 | 2024-03-20T19:53:36.508Z | PASS [ 0.032s] oximeter-db model::tests::test_db_field_list_conversion |
4786 | 2024-03-20T19:53:36.508Z | PASS [ 2.975s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated |
4787 | 2024-03-20T19:53:36.508Z | PASS [ 0.030s] oximeter-db model::tests::test_db_field_type_conversion |
4788 | 2024-03-20T19:53:36.509Z | PASS [ 0.029s] oximeter-db model::tests::test_db_histogram |
4789 | 2024-03-20T19:53:36.509Z | PASS [ 0.025s] oximeter-db model::tests::test_histogram_to_arrays |
4790 | 2024-03-20T19:53:36.509Z | PASS [ 0.224s] oximeter-db model::tests::test_parse_bad_cumulative_json_data |
4791 | 2024-03-20T19:53:36.509Z | PASS [ 0.029s] oximeter-db model::tests::test_parse_bytes_measurement |
4792 | 2024-03-20T19:53:36.509Z | PASS [ 0.030s] oximeter-db model::tests::test_parse_string_datum_requiring_escape |
4793 | 2024-03-20T19:53:36.509Z | PASS [ 0.054s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement |
4794 | 2024-03-20T19:53:36.509Z | PASS [ 0.027s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement |
4795 | 2024-03-20T19:53:36.509Z | PASS [ 0.023s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement |
4796 | 2024-03-20T19:53:36.509Z | PASS [ 0.029s] oximeter-db model::tests::test_unroll_from_source |
4797 | 2024-03-20T19:53:36.509Z | PASS [ 0.028s] oximeter-db model::tests::test_unroll_measurement_row |
4798 | 2024-03-20T19:53:36.509Z | PASS [ 0.031s] oximeter-db model::tests::test_unroll_missing_measurement_row |
4799 | 2024-03-20T19:53:36.509Z | PASS [ 0.031s] oximeter-db query::tests::test_field_cmp |
4800 | 2024-03-20T19:53:36.510Z | PASS [ 1.712s] oximeter-db client::tests::test_sql_query_output |
4801 | 2024-03-20T19:53:36.510Z | PASS [ 0.030s] oximeter-db query::tests::test_field_selector_as_query |
4802 | 2024-03-20T19:53:36.510Z | PASS [ 0.028s] oximeter-db query::tests::test_field_value_as_db_str |
4803 | 2024-03-20T19:53:36.510Z | PASS [ 0.035s] oximeter-db query::tests::test_select_query_builder_field_selectors |
4804 | 2024-03-20T19:53:36.510Z | PASS [ 0.039s] oximeter-db query::tests::test_select_query_builder_filter_raw |
4805 | 2024-03-20T19:53:36.510Z | PASS [ 0.028s] oximeter-db query::tests::test_select_query_builder_from_parts |
4806 | 2024-03-20T19:53:36.510Z | PASS [ 0.038s] oximeter-db query::tests::test_select_query_builder_full |
4807 | 2024-03-20T19:53:36.510Z | PASS [ 0.031s] oximeter-db query::tests::test_select_query_builder_limit_offset |
4808 | 2024-03-20T19:53:36.510Z | PASS [ 0.033s] oximeter-db query::tests::test_select_query_builder_no_fields |
4809 | 2024-03-20T19:53:36.510Z | PASS [ 0.033s] oximeter-db query::tests::test_select_query_builder_no_selectors |
4810 | 2024-03-20T19:53:36.510Z | PASS [ 0.038s] oximeter-db query::tests::test_string_field_selector |
4811 | 2024-03-20T19:53:36.510Z | PASS [ 0.035s] oximeter-db query::tests::test_time_range |
4812 | 2024-03-20T19:53:36.510Z | PASS [ 0.035s] oximeter-db sql::tests::test_allow_limit_offset |
4813 | 2024-03-20T19:53:36.510Z | PASS [ 0.036s] oximeter-db sql::tests::test_allow_subqueries |
4814 | 2024-03-20T19:53:36.510Z | PASS [ 0.035s] oximeter-db sql::tests::test_cannot_name_database |
4815 | 2024-03-20T19:53:36.510Z | PASS [ 0.035s] oximeter-db sql::tests::test_ctes_are_not_supported |
4816 | 2024-03-20T19:53:36.510Z | PASS [ 0.036s] oximeter-db sql::tests::test_function_allow_list |
4817 | 2024-03-20T19:53:36.510Z | PASS [ 0.061s] oximeter-db sql::tests::test_join_must_be_inner |
4818 | 2024-03-20T19:53:36.511Z | PASS [ 0.042s] oximeter-db sql::tests::test_multiple_statements_are_not_supported |
4819 | 2024-03-20T19:53:36.511Z | PASS [ 0.047s] oximeter-db sql::tests::test_query_must_be_select_statement |
4820 | 2024-03-20T19:53:36.511Z | PASS [ 0.047s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte |
4821 | 2024-03-20T19:53:36.511Z | PASS [ 0.033s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias |
4822 | 2024-03-20T19:53:36.511Z | PASS [ 0.041s] oximeter-db sql::tests::test_require_table_is_timeseries_name |
4823 | 2024-03-20T19:53:36.511Z | PASS [ 0.035s] oximeter-db sql::tests::test_with_comma_join_fails |
4824 | 2024-03-20T19:53:36.511Z | PASS [ 0.037s] oximeter-db tests::test_timeseries_key_field_stability |
4825 | 2024-03-20T19:53:36.511Z | PASS [ 0.029s] oximeter-db tests::test_timeseries_key_sample_stability |
4826 | 2024-03-20T19:53:36.511Z | PASS [ 0.036s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read |
4827 | 2024-03-20T19:53:36.511Z | PASS [ 0.037s] oximeter-instruments http::tests::test_normalize_uri_path |
4828 | 2024-03-20T19:53:36.511Z | PASS [ 0.061s] oximeter-instruments http::tests::test_latency_tracker |
4829 | 2024-03-20T19:53:36.511Z | PASS [ 0.096s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow |
4830 | 2024-03-20T19:53:36.511Z | PASS [ 0.114s] oximeter-instruments kstat::link::tests::test_kstat_sampler |
4831 | 2024-03-20T19:53:36.512Z | PASS [ 0.060s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal |
4832 | 2024-03-20T19:53:36.512Z | PASS [ 0.059s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration |
4833 | 2024-03-20T19:53:36.512Z | PASS [ 0.060s] oximeter-instruments kstat::link::tests::test_physical_datalink |
4834 | 2024-03-20T19:53:36.512Z | PASS [ 0.067s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone |
4835 | 2024-03-20T19:53:36.512Z | PASS [ 0.030s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field |
4836 | 2024-03-20T19:53:36.512Z | PASS [ 0.059s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed |
4837 | 2024-03-20T19:53:36.512Z | PASS [ 0.023s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name |
4838 | 2024-03-20T19:53:36.512Z | PASS [ 0.025s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields |
4839 | 2024-03-20T19:53:36.512Z | PASS [ 0.023s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated |
4840 | 2024-03-20T19:53:36.512Z | PASS [ 0.025s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field |
4841 | 2024-03-20T19:53:36.512Z | PASS [ 0.034s] oximeter-macro-impl tests::test_metric_annotated_field |
4842 | 2024-03-20T19:53:36.512Z | PASS [ 0.025s] oximeter-macro-impl tests::test_metric_datum_field |
4843 | 2024-03-20T19:53:36.512Z | PASS [ 0.026s] oximeter-macro-impl tests::test_metric_enum |
4844 | 2024-03-20T19:53:36.512Z | PASS [ 0.025s] oximeter-macro-impl tests::test_metric_without_datum_field |
4845 | 2024-03-20T19:53:36.513Z | PASS [ 0.022s] oximeter-macro-impl tests::test_target |
4846 | 2024-03-20T19:53:36.513Z | PASS [ 0.023s] oximeter-macro-impl tests::test_target_empty_struct |
4847 | 2024-03-20T19:53:36.513Z | PASS [ 0.023s] oximeter-macro-impl tests::test_target_enum |
4848 | 2024-03-20T19:53:36.513Z | PASS [ 0.023s] oximeter-macro-impl tests::test_target_unit_struct |
4849 | 2024-03-20T19:53:36.513Z | PASS [ 0.021s] oximeter-macro-impl tests::test_target_with_datum_field |
4850 | 2024-03-20T19:53:36.513Z | PASS [ 0.021s] oxlog tests::test_is_oxide_smf_log_file |
4851 | 2024-03-20T19:53:36.513Z | PASS [ 0.018s] oxlog tests::test_oxide_smf_service_name_from_log_file_name |
4852 | 2024-03-20T19:53:36.513Z | PASS [ 0.038s] sled-hardware disk::test::test_disk_paths |
4853 | 2024-03-20T19:53:36.513Z | PASS [ 0.031s] sled-hardware disk::test::test_partition_device_paths |
4854 | 2024-03-20T19:53:36.513Z | PASS [ 0.052s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format |
4855 | 2024-03-20T19:53:36.513Z | PASS [ 0.039s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt |
4856 | 2024-03-20T19:53:36.513Z | PASS [ 0.031s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format |
4857 | 2024-03-20T19:53:36.513Z | PASS [ 0.029s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt |
4858 | 2024-03-20T19:53:36.513Z | PASS [ 0.044s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path |
4859 | 2024-03-20T19:53:36.513Z | PASS [ 0.031s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path |
4860 | 2024-03-20T19:53:36.514Z | PASS [ 0.032s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format |
4861 | 2024-03-20T19:53:36.514Z | PASS [ 0.035s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip |
4862 | 2024-03-20T19:53:36.514Z | PASS [ 0.404s] reconfigurator-cli::test_basic test_basic |
4863 | 2024-03-20T19:53:36.514Z | PASS [ 0.049s] sled-storage dataset::test::serialize_dataset_name |
4864 | 2024-03-20T19:53:36.514Z | PASS [ 0.058s] sled-storage manager::test::test_omicron_physical_disks_schema |
4865 | 2024-03-20T19:53:36.514Z | PASS [ 6.337s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir |
4866 | 2024-03-20T19:53:36.514Z | PASS [ 0.052s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification |
4867 | 2024-03-20T19:53:36.514Z | PASS [ 7.055s] omicron-test-utils dev::db::test::test_database_concurrent |
4868 | 2024-03-20T19:53:36.514Z | PASS [ 0.053s] sled-storage manager::tests::ensure_using_exactly_these_disks |
4869 | 2024-03-20T19:53:36.514Z | PASS [ 1.133s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool |
4870 | 2024-03-20T19:53:36.514Z | PASS [ 2.356s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager |
4871 | 2024-03-20T19:53:36.514Z | PASS [ 2.507s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2 |
4872 | 2024-03-20T19:53:36.514Z | PASS [ 3.154s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready |
4873 | 2024-03-20T19:53:36.557Z | PASS [ 2.853s] sled-storage manager::tests::ledgerless_to_ledgered_migration |
4874 | 2024-03-20T19:53:36.557Z | PASS [ 1.154s] sled-storage manager::tests::wait_for_boot_disk |
4875 | 2024-03-20T19:53:36.558Z | PASS [ 11.036s] omicron-test-utils dev::db::test::test_setup_database_default_dir |
4876 | 2024-03-20T19:53:36.558Z | PASS [ 2.677s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error |
4877 | 2024-03-20T19:53:36.558Z | PASS [ 0.031s] tufaceous-lib archive::tests::test_validate_path |
4878 | 2024-03-20T19:53:36.558Z | PASS [ 0.054s] tufaceous-lib assemble::manifest::tests::fake_roundtrip |
4879 | 2024-03-20T19:53:36.558Z | PASS [ 0.555s] tufaceous::integration-tests command_tests::test_init_and_add |
4880 | 2024-03-20T19:53:36.591Z | PASS [ 0.037s] tufaceous-lib key::tests::test_from_str |
4881 | 2024-03-20T19:53:36.591Z | PASS [ 1.140s] tufaceous::integration-tests command_tests::test_assemble_fake |
4882 | 2024-03-20T19:53:36.688Z | PASS [ 0.146s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename |
4883 | 2024-03-20T19:53:36.717Z | PASS [ 2.219s] sled-storage manager::tests::upsert_filesystem |
4884 | 2024-03-20T19:53:36.794Z | PASS [ 0.103s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts |
4885 | 2024-03-20T19:53:36.885Z | PASS [ 0.090s] update-engine display::group_display::tests::test_stats |
4886 | 2024-03-20T19:53:36.925Z | PASS [ 0.677s] tufaceous::manifest-tests check_manifest::fake.toml |
4887 | 2024-03-20T19:53:36.925Z | PASS [ 0.032s] update-engine display::line_display_shared::tests::test_format_progress_counter |
4888 | 2024-03-20T19:53:36.980Z | PASS [ 0.037s] update-engine engine::tests::error_exits_early |
4889 | 2024-03-20T19:53:36.980Z | PASS [ 0.036s] update-engine events::tests::progress_event_parse_unknown |
4890 | 2024-03-20T19:53:37.053Z | PASS [ 0.030s] update-engine events::tests::step_event_parse_unknown |
4891 | 2024-03-20T19:53:37.054Z | PASS [ 0.261s] update-engine buffer::tests::test_buffer |
4892 | 2024-03-20T19:53:37.054Z | PASS [ 0.026s] wicket state::inventory::tests::component_id_display |
4893 | 2024-03-20T19:53:37.055Z | PASS [ 0.071s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config |
4894 | 2024-03-20T19:53:37.124Z | PASS [ 0.128s] wicketd installinator_progress::tests::test_states |
4895 | 2024-03-20T19:53:37.270Z | PASS [ 0.295s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like |
4896 | 2024-03-20T19:53:37.454Z | PASS [ 0.879s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake |
4897 | 2024-03-20T19:53:37.587Z | PASS [ 0.565s] wicketd::mod integration_tests::commands::test_wicketd_openapi |
4898 | 2024-03-20T19:53:38.051Z | PASS [ 0.927s] wicketd::mod integration_tests::inventory::test_inventory |
4899 | 2024-03-20T19:53:38.885Z | PASS [ 1.441s] wicketd::mod integration_tests::updates::test_update_races |
4900 | 2024-03-20T19:53:40.155Z | PASS [ 3.587s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent |
4901 | 2024-03-20T19:53:40.198Z | PASS [ 2.618s] wicketd::mod integration_tests::updates::test_updates |
4902 | 2024-03-20T19:53:40.708Z | PASS [ 3.436s] wicketd::mod integration_tests::updates::test_installinator_fetch |
4903 | 2024-03-20T19:53:41.263Z | PASS [ 13.561s] oximeter-db client::tests::test_single_node |
4904 | 2024-03-20T19:53:41.801Z | PASS [ 12.357s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated |
4905 | 2024-03-20T19:53:49.047Z | PASS [ 32.140s] omicron-sled-agent nexus::test::nexus_self_notification_test |
4906 | 2024-03-20T19:54:41.792Z | SLOW [> 60.000s] oximeter-db client::tests::test_replicated |
4907 | 2024-03-20T19:55:42.201Z | SLOW [>120.000s] oximeter-db client::tests::test_replicated |
4908 | 2024-03-20T19:56:41.794Z | SLOW [>180.000s] oximeter-db client::tests::test_replicated |
4909 | 2024-03-20T19:57:41.815Z | SLOW [>240.000s] oximeter-db client::tests::test_replicated |
4910 | 2024-03-20T19:58:12.863Z | PASS [ 271.079s] oximeter-db client::tests::test_replicated |
4911 | 2024-03-20T19:58:12.890Z | ------------ |
4912 | 2024-03-20T19:58:12.891Z | Summary [1639.670s] 1098 tests run: 1098 passed (7 slow, 1 leaky), 2 skipped |
4913 | 2024-03-20T19:58:12.920Z | |
4914 | 2024-03-20T19:58:12.920Z | real 27:43.829688076 |
4915 | 2024-03-20T19:58:12.920Z | user 1:58:14.073045678 |
4916 | 2024-03-20T19:58:12.920Z | sys 35:49.749235995 |
4917 | 2024-03-20T19:58:12.920Z | trap 1:51.854540779 |
4918 | 2024-03-20T19:58:12.920Z | tflt 8.181625956 |
4919 | 2024-03-20T19:58:12.920Z | dflt 24.876176372 |
4920 | 2024-03-20T19:58:12.920Z | kflt 0.161587029 |
4921 | 2024-03-20T19:58:12.920Z | lock 708:00:26.035036460 |
4922 | 2024-03-20T19:58:12.920Z | slp 28:33:36.544643152 |
4923 | 2024-03-20T19:58:12.920Z | lat 2:24:23.340715440 |
4924 | 2024-03-20T19:58:12.920Z | stop 35:14.900706921 |
4925 | 2024-03-20T19:58:12.921Z | |
4926 | 2024-03-20T19:58:12.921Z | ##### #### #### ##### ###### #### ##### |
4927 | 2024-03-20T19:58:12.921Z | # # # # # # # # # # |
4928 | 2024-03-20T19:58:12.921Z | # # # # # # ##### #### # |
4929 | 2024-03-20T19:58:12.921Z | # # # # # # # # # |
4930 | 2024-03-20T19:58:12.921Z | # # # # # # # # # # # |
4931 | 2024-03-20T19:58:12.922Z | ##### #### #### # ###### #### # |
4932 | 2024-03-20T19:58:12.922Z | |
4933 | 2024-03-20T19:58:14.346Z | Fresh unicode-ident v1.0.12 |
4934 | 2024-03-20T19:58:14.346Z | Fresh cfg-if v1.0.0 |
4935 | 2024-03-20T19:58:14.346Z | Fresh version_check v0.9.4 |
4936 | 2024-03-20T19:58:14.422Z | Fresh autocfg v1.1.0 |
4937 | 2024-03-20T19:58:14.422Z | Fresh memchr v2.7.1 |
4938 | 2024-03-20T19:58:14.422Z | Fresh proc-macro2 v1.0.78 |
4939 | 2024-03-20T19:58:14.422Z | Fresh byteorder v1.5.0 |
4940 | 2024-03-20T19:58:14.422Z | Fresh once_cell v1.19.0 |
4941 | 2024-03-20T19:58:14.423Z | Fresh log v0.4.21 |
4942 | 2024-03-20T19:58:14.423Z | Fresh itoa v1.0.9 |
4943 | 2024-03-20T19:58:14.423Z | Fresh quote v1.0.35 |
4944 | 2024-03-20T19:58:14.423Z | Fresh libc v0.2.153 |
4945 | 2024-03-20T19:58:14.423Z | Fresh scopeguard v1.2.0 |
4946 | 2024-03-20T19:58:14.423Z | Fresh smallvec v1.13.1 |
4947 | 2024-03-20T19:58:14.423Z | Fresh syn v2.0.52 |
4948 | 2024-03-20T19:58:14.423Z | Fresh getrandom v0.2.12 |
4949 | 2024-03-20T19:58:14.423Z | Fresh syn v1.0.109 |
4950 | 2024-03-20T19:58:14.423Z | Fresh serde_derive v1.0.197 |
4951 | 2024-03-20T19:58:14.423Z | Fresh lock_api v0.4.10 |
4952 | 2024-03-20T19:58:14.423Z | Fresh zerocopy-derive v0.7.32 |
4953 | 2024-03-20T19:58:14.424Z | Fresh thiserror-impl v1.0.57 |
4954 | 2024-03-20T19:58:14.424Z | Fresh ryu v1.0.15 |
4955 | 2024-03-20T19:58:14.424Z | Fresh libm v0.2.7 |
4956 | 2024-03-20T19:58:14.424Z | Fresh serde v1.0.197 |
4957 | 2024-03-20T19:58:14.424Z | Fresh zerocopy v0.7.32 |
4958 | 2024-03-20T19:58:14.424Z | Fresh thiserror v1.0.57 |
4959 | 2024-03-20T19:58:14.424Z | Fresh parking_lot_core v0.9.8 |
4960 | 2024-03-20T19:58:14.424Z | Fresh cc v1.0.83 |
4961 | 2024-03-20T19:58:14.424Z | Fresh num-traits v0.2.18 |
4962 | 2024-03-20T19:58:14.424Z | Fresh bytes v1.5.0 |
4963 | 2024-03-20T19:58:14.425Z | Fresh parking_lot v0.12.1 |
4964 | 2024-03-20T19:58:14.425Z | Fresh bitflags v2.4.2 |
4965 | 2024-03-20T19:58:14.425Z | Fresh pin-project-lite v0.2.13 |
4966 | 2024-03-20T19:58:14.425Z | Fresh allocator-api2 v0.2.16 |
4967 | 2024-03-20T19:58:14.425Z | Fresh signal-hook-registry v1.4.1 |
4968 | 2024-03-20T19:58:14.425Z | Fresh serde_json v1.0.114 |
4969 | 2024-03-20T19:58:14.425Z | Fresh ahash v0.8.8 |
4970 | 2024-03-20T19:58:14.425Z | Fresh mio v0.8.11 |
4971 | 2024-03-20T19:58:14.425Z | Fresh fnv v1.0.7 |
4972 | 2024-03-20T19:58:14.425Z | Fresh rand_core v0.6.4 |
4973 | 2024-03-20T19:58:14.425Z | Fresh spin v0.5.2 |
4974 | 2024-03-20T19:58:14.425Z | Fresh num_cpus v1.16.0 |
4975 | 2024-03-20T19:58:14.425Z | Fresh futures-core v0.3.30 |
4976 | 2024-03-20T19:58:14.426Z | Fresh hashbrown v0.14.3 |
4977 | 2024-03-20T19:58:14.426Z | Fresh zeroize_derive v1.4.2 |
4978 | 2024-03-20T19:58:14.426Z | Fresh tokio-macros v2.2.0 |
4979 | 2024-03-20T19:58:14.426Z | Fresh socket2 v0.5.5 |
4980 | 2024-03-20T19:58:14.426Z | Fresh heck v0.4.1 |
4981 | 2024-03-20T19:58:14.426Z | Fresh equivalent v1.0.1 |
4982 | 2024-03-20T19:58:14.426Z | Fresh futures-sink v0.3.30 |
4983 | 2024-03-20T19:58:14.426Z | Fresh zeroize v1.7.0 |
4984 | 2024-03-20T19:58:14.426Z | Fresh indexmap v2.2.5 |
4985 | 2024-03-20T19:58:14.426Z | Fresh tokio v1.36.0 |
4986 | 2024-03-20T19:58:14.426Z | Fresh pin-utils v0.1.0 |
4987 | 2024-03-20T19:58:14.426Z | Fresh futures-channel v0.3.30 |
4988 | 2024-03-20T19:58:14.426Z | Fresh futures-macro v0.3.30 |
4989 | 2024-03-20T19:58:14.427Z | Fresh iana-time-zone v0.1.57 |
4990 | 2024-03-20T19:58:14.427Z | Fresh slab v0.4.9 |
4991 | 2024-03-20T19:58:14.427Z | Fresh futures-io v0.3.30 |
4992 | 2024-03-20T19:58:14.427Z | Fresh futures-task v0.3.30 |
4993 | 2024-03-20T19:58:14.427Z | Fresh chrono v0.4.34 |
4994 | 2024-03-20T19:58:14.427Z | Fresh regex-syntax v0.8.2 |
4995 | 2024-03-20T19:58:14.427Z | Fresh futures-util v0.3.30 |
4996 | 2024-03-20T19:58:14.427Z | Fresh subtle v2.5.0 |
4997 | 2024-03-20T19:58:14.427Z | Fresh errno v0.3.8 |
4998 | 2024-03-20T19:58:14.427Z | Fresh aho-corasick v1.1.2 |
4999 | 2024-03-20T19:58:14.427Z | Fresh lazy_static v1.4.0 |
5000 | 2024-03-20T19:58:14.427Z | Fresh typenum v1.16.0 |
5001 | 2024-03-20T19:58:14.428Z | Fresh rustix v0.38.31 |
5002 | 2024-03-20T19:58:14.428Z | Fresh regex-automata v0.4.5 |
5003 | 2024-03-20T19:58:14.428Z | Fresh uuid v1.7.0 |
5004 | 2024-03-20T19:58:14.428Z | Fresh tinyvec_macros v0.1.1 |
5005 | 2024-03-20T19:58:14.428Z | Fresh pkg-config v0.3.27 |
5006 | 2024-03-20T19:58:14.428Z | Fresh tracing-attributes v0.1.27 |
5007 | 2024-03-20T19:58:14.428Z | Fresh serde_derive_internals v0.26.0 |
5008 | 2024-03-20T19:58:14.428Z | Fresh generic-array v0.14.7 |
5009 | 2024-03-20T19:58:14.428Z | Fresh regex v1.10.3 |
5010 | 2024-03-20T19:58:14.428Z | Fresh tinyvec v1.6.0 |
5011 | 2024-03-20T19:58:14.428Z | Fresh tracing-core v0.1.32 |
5012 | 2024-03-20T19:58:14.428Z | Fresh dyn-clone v1.0.17 |
5013 | 2024-03-20T19:58:14.428Z | Fresh schemars_derive v0.8.16 |
5014 | 2024-03-20T19:58:14.428Z | Fresh uuid v0.8.2 |
5015 | 2024-03-20T19:58:14.428Z | Fresh crypto-common v0.1.6 |
5016 | 2024-03-20T19:58:14.429Z | Fresh unicode-normalization v0.1.22 |
5017 | 2024-03-20T19:58:14.429Z | Fresh tracing v0.1.40 |
5018 | 2024-03-20T19:58:14.429Z | Fresh const-oid v0.9.6 |
5019 | 2024-03-20T19:58:14.429Z | Fresh unicode-width v0.1.11 |
5020 | 2024-03-20T19:58:14.429Z | Fresh unicode-bidi v0.3.15 |
5021 | 2024-03-20T19:58:14.429Z | Fresh spin v0.9.8 |
5022 | 2024-03-20T19:58:14.429Z | Fresh schemars v0.8.16 |
5023 | 2024-03-20T19:58:14.429Z | Fresh base64 v0.21.7 |
5024 | 2024-03-20T19:58:14.429Z | Fresh percent-encoding v2.3.1 |
5025 | 2024-03-20T19:58:14.429Z | Fresh ppv-lite86 v0.2.17 |
5026 | 2024-03-20T19:58:14.429Z | Fresh powerfmt v0.2.0 |
5027 | 2024-03-20T19:58:14.429Z | Fresh num-conv v0.1.0 |
5028 | 2024-03-20T19:58:14.429Z | Fresh time-core v0.1.2 |
5029 | 2024-03-20T19:58:14.430Z | Fresh http v0.2.12 |
5030 | 2024-03-20T19:58:14.430Z | Fresh deranged v0.3.11 |
5031 | 2024-03-20T19:58:14.430Z | Fresh rand_chacha v0.3.1 |
5032 | 2024-03-20T19:58:14.430Z | Fresh time-macros v0.2.17 |
5033 | 2024-03-20T19:58:14.430Z | Fresh num_threads v0.1.6 |
5034 | 2024-03-20T19:58:14.430Z | Fresh form_urlencoded v1.2.1 |
5035 | 2024-03-20T19:58:14.430Z | Fresh block-buffer v0.10.4 |
5036 | 2024-03-20T19:58:14.483Z | Fresh time v0.3.34 |
5037 | 2024-03-20T19:58:14.483Z | Fresh rand v0.8.5 |
5038 | 2024-03-20T19:58:14.484Z | Fresh either v1.10.0 |
5039 | 2024-03-20T19:58:14.484Z | Fresh digest v0.10.7 |
5040 | 2024-03-20T19:58:14.484Z | Fresh ucd-trie v0.1.6 |
5041 | 2024-03-20T19:58:14.484Z | Fresh vcpkg v0.2.15 |
5042 | 2024-03-20T19:58:14.484Z | Fresh httparse v1.8.0 |
5043 | 2024-03-20T19:58:14.485Z | Fresh pest v2.7.6 |
5044 | 2024-03-20T19:58:14.485Z | Fresh untrusted v0.9.0 |
5045 | 2024-03-20T19:58:14.485Z | Fresh idna v0.5.0 |
5046 | 2024-03-20T19:58:14.485Z | Fresh serde_spanned v0.6.5 |
5047 | 2024-03-20T19:58:14.486Z | Fresh toml_datetime v0.6.5 |
5048 | 2024-03-20T19:58:14.486Z | Fresh try-lock v0.2.4 |
5049 | 2024-03-20T19:58:14.486Z | Fresh ring v0.17.8 |
5050 | 2024-03-20T19:58:14.486Z | Fresh want v0.3.1 |
5051 | 2024-03-20T19:58:14.486Z | Fresh url v2.5.0 |
5052 | 2024-03-20T19:58:14.487Z | Fresh adler v1.0.2 |
5053 | 2024-03-20T19:58:14.487Z | Fresh tower-service v0.3.2 |
5054 | 2024-03-20T19:58:14.487Z | Fresh miniz_oxide v0.7.1 |
5055 | 2024-03-20T19:58:14.487Z | Fresh tokio-util v0.7.10 |
5056 | 2024-03-20T19:58:14.488Z | Fresh utf8parse v0.2.1 |
5057 | 2024-03-20T19:58:14.488Z | Fresh cpufeatures v0.2.12 |
5058 | 2024-03-20T19:58:14.488Z | Fresh httpdate v1.0.3 |
5059 | 2024-03-20T19:58:14.488Z | Fresh crossbeam-utils v0.8.19 |
5060 | 2024-03-20T19:58:14.488Z | Fresh slog v2.7.0 |
5061 | 2024-03-20T19:58:14.489Z | Fresh h2 v0.3.24 |
5062 | 2024-03-20T19:58:14.489Z | Fresh http-body v0.4.5 |
5063 | 2024-03-20T19:58:14.489Z | Fresh openssl-probe v0.1.5 |
5064 | 2024-03-20T19:58:14.489Z | Fresh semver v1.0.22 |
5065 | 2024-03-20T19:58:14.489Z | Fresh anstyle v1.0.2 |
5066 | 2024-03-20T19:58:14.490Z | Fresh winnow v0.5.15 |
5067 | 2024-03-20T19:58:14.490Z | Fresh foreign-types-shared v0.1.1 |
5068 | 2024-03-20T19:58:14.490Z | Fresh hyper v0.14.28 |
5069 | 2024-03-20T19:58:14.490Z | Fresh openssl-sys v0.9.96 |
5070 | 2024-03-20T19:58:14.490Z | Fresh toml_edit v0.19.15 |
5071 | 2024-03-20T19:58:14.491Z | Fresh foreign-types v0.3.2 |
5072 | 2024-03-20T19:58:14.491Z | Fresh openssl-macros v0.1.1 |
5073 | 2024-03-20T19:58:14.491Z | Fresh untrusted v0.7.1 |
5074 | 2024-03-20T19:58:14.491Z | Fresh mime v0.3.17 |
5075 | 2024-03-20T19:58:14.491Z | Fresh pest_meta v2.7.6 |
5076 | 2024-03-20T19:58:14.492Z | Fresh ring v0.16.20 |
5077 | 2024-03-20T19:58:14.492Z | Fresh openssl v0.10.60 |
5078 | 2024-03-20T19:58:14.492Z | Fresh gimli v0.28.0 |
5079 | 2024-03-20T19:58:14.492Z | Fresh ipnet v2.9.0 |
5080 | 2024-03-20T19:58:14.492Z | Fresh addr2line v0.21.0 |
5081 | 2024-03-20T19:58:14.492Z | Fresh sct v0.7.0 |
5082 | 2024-03-20T19:58:14.493Z | Fresh async-trait v0.1.77 |
5083 | 2024-03-20T19:58:14.493Z | Fresh pest_generator v2.7.6 |
5084 | 2024-03-20T19:58:14.493Z | Fresh anstyle-parse v0.2.1 |
5085 | 2024-03-20T19:58:14.493Z | Fresh rustls-webpki v0.101.7 |
5086 | 2024-03-20T19:58:14.493Z | Fresh object v0.32.1 |
5087 | 2024-03-20T19:58:14.493Z | Fresh rustc-demangle v0.1.23 |
5088 | 2024-03-20T19:58:14.494Z | Fresh unicode-xid v0.2.4 |
5089 | 2024-03-20T19:58:14.494Z | Fresh colorchoice v1.0.0 |
5090 | 2024-03-20T19:58:14.494Z | Fresh anstyle-query v1.0.0 |
5091 | 2024-03-20T19:58:14.494Z | Fresh rustls v0.21.9 |
5092 | 2024-03-20T19:58:14.494Z | Fresh backtrace v0.3.69 |
5093 | 2024-03-20T19:58:14.494Z | Fresh native-tls v0.2.11 |
5094 | 2024-03-20T19:58:14.494Z | Fresh pest_derive v2.7.6 |
5095 | 2024-03-20T19:58:14.494Z | Fresh rustversion v1.0.14 |
5096 | 2024-03-20T19:58:14.494Z | Fresh anstream v0.6.11 |
5097 | 2024-03-20T19:58:14.494Z | Fresh serde_urlencoded v0.7.1 |
5098 | 2024-03-20T19:58:14.494Z | Fresh idna v0.3.0 |
5099 | 2024-03-20T19:58:14.495Z | Fresh terminal_size v0.3.0 |
5100 | 2024-03-20T19:58:14.495Z | Fresh futures-executor v0.3.30 |
5101 | 2024-03-20T19:58:14.495Z | Fresh encoding_rs v0.8.33 |
5102 | 2024-03-20T19:58:14.495Z | Fresh clap_lex v0.7.0 |
5103 | 2024-03-20T19:58:14.495Z | Fresh psl-types v2.0.11 |
5104 | 2024-03-20T19:58:14.495Z | Fresh strsim v0.11.0 |
5105 | 2024-03-20T19:58:14.495Z | Fresh base64ct v1.6.0 |
5106 | 2024-03-20T19:58:14.495Z | Fresh publicsuffix v2.2.3 |
5107 | 2024-03-20T19:58:14.496Z | Fresh tokio-rustls v0.24.1 |
5108 | 2024-03-20T19:58:14.496Z | Fresh tokio-native-tls v0.3.1 |
5109 | 2024-03-20T19:58:14.496Z | Fresh cookie v0.17.0 |
5110 | 2024-03-20T19:58:14.496Z | Fresh anyhow v1.0.79 |
5111 | 2024-03-20T19:58:14.496Z | Fresh clap_builder v4.5.1 |
5112 | 2024-03-20T19:58:14.496Z | Fresh rustc_version v0.4.0 |
5113 | 2024-03-20T19:58:14.496Z | Fresh clap_derive v4.5.0 |
5114 | 2024-03-20T19:58:14.496Z | Fresh hyper-rustls v0.24.2 |
5115 | 2024-03-20T19:58:14.496Z | Fresh cookie_store v0.20.0 |
5116 | 2024-03-20T19:58:14.496Z | Fresh hyper-tls v0.5.0 |
5117 | 2024-03-20T19:58:14.497Z | Fresh futures v0.3.30 |
5118 | 2024-03-20T19:58:14.497Z | Fresh crc32fast v1.3.2 |
5119 | 2024-03-20T19:58:14.497Z | Fresh clap v4.5.1 |
5120 | 2024-03-20T19:58:14.497Z | Fresh crossbeam-epoch v0.9.18 |
5121 | 2024-03-20T19:58:14.497Z | Fresh rustls-pemfile v1.0.3 |
5122 | 2024-03-20T19:58:14.497Z | Fresh openapiv3 v2.0.0 |
5123 | 2024-03-20T19:58:14.497Z | Fresh thread-id v4.2.0 |
5124 | 2024-03-20T19:58:14.497Z | Fresh webpki-roots v0.25.2 |
5125 | 2024-03-20T19:58:14.497Z | Fresh sync_wrapper v0.1.2 |
5126 | 2024-03-20T19:58:14.498Z | Fresh bitflags v1.3.2 |
5127 | 2024-03-20T19:58:14.498Z | Fresh reqwest v0.11.24 |
5128 | 2024-03-20T19:58:14.498Z | Fresh pem-rfc7468 v0.7.0 |
5129 | 2024-03-20T19:58:14.498Z | Fresh der_derive v0.7.2 |
5130 | 2024-03-20T19:58:14.498Z | Fresh flagset v0.4.3 |
5131 | 2024-03-20T19:58:14.498Z | Fresh unicode-segmentation v1.10.1 |
5132 | 2024-03-20T19:58:14.498Z | Fresh num-integer v0.1.46 |
5133 | 2024-03-20T19:58:14.498Z | Fresh siphasher v0.3.11 |
5134 | 2024-03-20T19:58:14.499Z | Fresh der v0.7.8 |
5135 | 2024-03-20T19:58:14.499Z | Fresh synstructure v0.12.6 |
5136 | 2024-03-20T19:58:14.535Z | Fresh scroll_derive v0.12.0 |
5137 | 2024-03-20T19:58:14.535Z | Fresh bit-vec v0.6.3 |
5138 | 2024-03-20T19:58:14.535Z | Fresh stable_deref_trait v1.2.0 |
5139 | 2024-03-20T19:58:14.536Z | Fresh hex v0.4.3 |
5140 | 2024-03-20T19:58:14.536Z | Fresh minimal-lexical v0.2.1 |
5141 | 2024-03-20T19:58:14.536Z | Fresh plain v0.2.3 |
5142 | 2024-03-20T19:58:14.536Z | Fresh spki v0.7.2 |
5143 | 2024-03-20T19:58:14.537Z | Fresh scroll v0.12.0 |
5144 | 2024-03-20T19:58:14.537Z | Fresh zerocopy-derive v0.2.0 |
5145 | 2024-03-20T19:58:14.537Z | Fresh data-encoding v2.4.0 |
5146 | 2024-03-20T19:58:14.537Z | Fresh nom v7.1.3 |
5147 | 2024-03-20T19:58:14.537Z | Fresh itertools v0.10.5 |
5148 | 2024-03-20T19:58:14.537Z | Fresh zerocopy-derive v0.6.4 |
5149 | 2024-03-20T19:58:14.537Z | Fresh pkcs8 v0.10.2 |
5150 | 2024-03-20T19:58:14.537Z | Fresh goblin v0.8.0 |
5151 | 2024-03-20T19:58:14.537Z | Fresh zerocopy v0.3.0 |
5152 | 2024-03-20T19:58:14.538Z | Fresh managed v0.8.0 |
5153 | 2024-03-20T19:58:14.538Z | Fresh fixedbitset v0.4.2 |
5154 | 2024-03-20T19:58:14.538Z | Fresh pretty-hex v0.4.1 |
5155 | 2024-03-20T19:58:14.538Z | Fresh petgraph v0.6.4 |
5156 | 2024-03-20T19:58:14.538Z | Fresh dof v0.3.0 |
5157 | 2024-03-20T19:58:14.538Z | Fresh dof v0.1.5 |
5158 | 2024-03-20T19:58:14.538Z | Fresh zerocopy v0.6.4 |
5159 | 2024-03-20T19:58:14.538Z | Fresh bit-set v0.5.3 |
5160 | 2024-03-20T19:58:14.538Z | Fresh phf_shared v0.10.0 |
5161 | 2024-03-20T19:58:14.539Z | Fresh flate2 v1.0.28 |
5162 | 2024-03-20T19:58:14.539Z | Fresh dtrace-parser v0.1.14 |
5163 | 2024-03-20T19:58:14.539Z | Fresh dtrace-parser v0.2.0 |
5164 | 2024-03-20T19:58:14.539Z | Fresh sha2 v0.10.8 |
5165 | 2024-03-20T19:58:14.539Z | Fresh ipnetwork v0.20.0 |
5166 | 2024-03-20T19:58:14.539Z | Fresh precomputed-hash v0.1.1 |
5167 | 2024-03-20T19:58:14.539Z | Fresh static_assertions v1.1.0 |
5168 | 2024-03-20T19:58:14.539Z | Fresh new_debug_unreachable v1.0.4 |
5169 | 2024-03-20T19:58:14.539Z | Fresh usdt-impl v0.5.0 |
5170 | 2024-03-20T19:58:14.539Z | Fresh usdt-impl v0.3.5 |
5171 | 2024-03-20T19:58:14.540Z | Fresh signal-hook v0.3.17 |
5172 | 2024-03-20T19:58:14.540Z | Fresh num-iter v0.1.44 |
5173 | 2024-03-20T19:58:14.540Z | Fresh hmac v0.12.1 |
5174 | 2024-03-20T19:58:14.540Z | Fresh serde_tokenstream v0.1.7 |
5175 | 2024-03-20T19:58:14.540Z | Fresh string_cache v0.8.7 |
5176 | 2024-03-20T19:58:14.540Z | Fresh winnow v0.6.1 |
5177 | 2024-03-20T19:58:14.540Z | Fresh toml v0.7.8 |
5178 | 2024-03-20T19:58:14.540Z | Fresh matches v0.1.10 |
5179 | 2024-03-20T19:58:14.540Z | Fresh regex-automata v0.1.10 |
5180 | 2024-03-20T19:58:14.540Z | Fresh toml_edit v0.22.6 |
5181 | 2024-03-20T19:58:14.540Z | Fresh lalrpop-util v0.19.12 |
5182 | 2024-03-20T19:58:14.540Z | Fresh idna v0.2.3 |
5183 | 2024-03-20T19:58:14.541Z | Fresh bstr v0.2.17 |
5184 | 2024-03-20T19:58:14.541Z | Fresh bzip2-sys v0.1.11+1.0.8 |
5185 | 2024-03-20T19:58:14.541Z | Fresh usdt-macro v0.3.5 |
5186 | 2024-03-20T19:58:14.541Z | Fresh usdt-attr-macro v0.3.5 |
5187 | 2024-03-20T19:58:14.541Z | Fresh signal-hook-mio v0.2.3 |
5188 | 2024-03-20T19:58:14.541Z | Fresh block-padding v0.3.3 |
5189 | 2024-03-20T19:58:14.541Z | Fresh enum-as-inner v0.5.1 |
5190 | 2024-03-20T19:58:14.541Z | Fresh scheduled-thread-pool v0.2.7 |
5191 | 2024-03-20T19:58:14.542Z | Fresh diesel_table_macro_syntax v0.1.0 |
5192 | 2024-03-20T19:58:14.542Z | Fresh hash32 v0.2.1 |
5193 | 2024-03-20T19:58:14.542Z | Fresh predicates-core v1.0.6 |
5194 | 2024-03-20T19:58:14.542Z | Fresh r2d2 v0.8.10 |
5195 | 2024-03-20T19:58:14.542Z | Fresh inout v0.1.3 |
5196 | 2024-03-20T19:58:14.542Z | Fresh heapless v0.7.16 |
5197 | 2024-03-20T19:58:14.542Z | Fresh trust-dns-proto v0.22.0 |
5198 | 2024-03-20T19:58:14.542Z | Fresh crossterm v0.27.0 |
5199 | 2024-03-20T19:58:14.543Z | Fresh usdt v0.3.5 |
5200 | 2024-03-20T19:58:14.543Z | Fresh diesel_derives v2.1.2 |
5201 | 2024-03-20T19:58:14.543Z | Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
5202 | 2024-03-20T19:58:14.543Z | Fresh bzip2 v0.4.4 |
5203 | 2024-03-20T19:58:14.543Z | Fresh strum_macros v0.25.2 |
5204 | 2024-03-20T19:58:14.543Z | Fresh md-5 v0.10.5 |
5205 | 2024-03-20T19:58:14.543Z | Fresh console v0.15.8 |
5206 | 2024-03-20T19:58:14.543Z | Fresh stringprep v0.1.3 |
5207 | 2024-03-20T19:58:14.543Z | Fresh bstr v1.9.0 |
5208 | 2024-03-20T19:58:14.543Z | Fresh ff v0.13.0 |
5209 | 2024-03-20T19:58:14.543Z | Fresh float-cmp v0.9.0 |
5210 | 2024-03-20T19:58:14.543Z | Fresh hubpack_derive v0.1.1 |
5211 | 2024-03-20T19:58:14.543Z | Fresh difflib v0.4.0 |
5212 | 2024-03-20T19:58:14.543Z | Fresh fallible-iterator v0.2.0 |
5213 | 2024-03-20T19:58:14.544Z | Fresh normalize-line-endings v0.3.0 |
5214 | 2024-03-20T19:58:14.544Z | Fresh base16ct v0.2.0 |
5215 | 2024-03-20T19:58:14.544Z | Fresh postgres-protocol v0.6.6 |
5216 | 2024-03-20T19:58:14.544Z | Fresh hubpack v0.1.2 |
5217 | 2024-03-20T19:58:14.544Z | Fresh group v0.13.0 |
5218 | 2024-03-20T19:58:14.544Z | Fresh predicates v3.1.0 |
5219 | 2024-03-20T19:58:14.544Z | Fresh diesel v2.1.4 |
5220 | 2024-03-20T19:58:14.544Z | Fresh smoltcp v0.9.1 |
5221 | 2024-03-20T19:58:14.544Z | Fresh zip v0.6.6 |
5222 | 2024-03-20T19:58:14.544Z | Fresh sec1 v0.7.3 |
5223 | 2024-03-20T19:58:14.544Z | Fresh cipher v0.4.4 |
5224 | 2024-03-20T19:58:14.544Z | Fresh num-bigint v0.4.4 |
5225 | 2024-03-20T19:58:14.544Z | Fresh similar v2.4.0 |
5226 | 2024-03-20T19:58:14.544Z | Fresh hkdf v0.12.4 |
5227 | 2024-03-20T19:58:14.544Z | Fresh phf_shared v0.11.2 |
5228 | 2024-03-20T19:58:14.544Z | Fresh crypto-bigint v0.5.2 |
5229 | 2024-03-20T19:58:14.544Z | Fresh serde_repr v0.1.16 |
5230 | 2024-03-20T19:58:14.544Z | Fresh elliptic-curve v0.13.8 |
5231 | 2024-03-20T19:58:14.544Z | Fresh phf v0.11.2 |
5232 | 2024-03-20T19:58:14.545Z | Fresh yasna v0.5.2 |
5233 | 2024-03-20T19:58:14.545Z | Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
5234 | 2024-03-20T19:58:14.545Z | Fresh postgres-types v0.2.6 |
5235 | 2024-03-20T19:58:14.545Z | Fresh whoami v1.5.0 |
5236 | 2024-03-20T19:58:15.095Z | Fresh tokio-stream v0.1.14 |
5237 | 2024-03-20T19:58:15.095Z | Fresh serde_tokenstream v0.2.0 |
5238 | 2024-03-20T19:58:15.095Z | Fresh tokio-postgres v0.7.10 |
5239 | 2024-03-20T19:58:15.095Z | Fresh regress v0.9.0 |
5240 | 2024-03-20T19:58:15.095Z | Fresh getopts v0.2.21 |
5241 | 2024-03-20T19:58:15.096Z | Fresh unsafe-libyaml v0.2.10 |
5242 | 2024-03-20T19:58:15.096Z | Fresh ident_case v1.0.1 |
5243 | 2024-03-20T19:58:15.096Z | Fresh strsim v0.10.0 |
5244 | 2024-03-20T19:58:15.096Z | Fresh progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
5245 | 2024-03-20T19:58:15.096Z | Fresh typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
5246 | 2024-03-20T19:58:15.096Z | Fresh serde_yaml v0.9.25 |
5247 | 2024-03-20T19:58:15.096Z | Fresh fastrand v2.0.1 |
5248 | 2024-03-20T19:58:15.096Z | Fresh dirs-sys-next v0.1.2 |
5249 | 2024-03-20T19:58:15.097Z | Fresh darling_core v0.20.3 |
5250 | 2024-03-20T19:58:15.097Z | Fresh proc-macro-crate v1.3.1 |
5251 | 2024-03-20T19:58:15.097Z | Fresh typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
5252 | 2024-03-20T19:58:15.097Z | Fresh camino v1.1.6 |
5253 | 2024-03-20T19:58:15.098Z | Fresh tempfile v3.10.0 |
5254 | 2024-03-20T19:58:15.098Z | Fresh dirs-next v2.0.0 |
5255 | 2024-03-20T19:58:15.098Z | Fresh match_cfg v0.1.0 |
5256 | 2024-03-20T19:58:15.098Z | Fresh darling_macro v0.20.3 |
5257 | 2024-03-20T19:58:15.098Z | Fresh instant v0.1.12 |
5258 | 2024-03-20T19:58:15.098Z | Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
5259 | 2024-03-20T19:58:15.098Z | Fresh typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
5260 | 2024-03-20T19:58:15.099Z | Fresh term v0.7.0 |
5261 | 2024-03-20T19:58:15.099Z | Fresh hostname v0.3.1 |
5262 | 2024-03-20T19:58:15.099Z | Fresh darling v0.20.3 |
5263 | 2024-03-20T19:58:15.099Z | Fresh rustls-pki-types v1.3.0 |
5264 | 2024-03-20T19:58:15.099Z | Fresh crossbeam-channel v0.5.8 |
5265 | 2024-03-20T19:58:15.099Z | Fresh http v1.0.0 |
5266 | 2024-03-20T19:58:15.100Z | Fresh progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
5267 | 2024-03-20T19:58:15.100Z | Fresh atty v0.2.14 |
5268 | 2024-03-20T19:58:15.100Z | Fresh thread_local v1.1.7 |
5269 | 2024-03-20T19:58:15.100Z | Fresh quick-error v1.2.3 |
5270 | 2024-03-20T19:58:15.100Z | Fresh toml v0.8.10 |
5271 | 2024-03-20T19:58:15.100Z | Fresh progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
5272 | 2024-03-20T19:58:15.100Z | Fresh sha1 v0.10.6 |
5273 | 2024-03-20T19:58:15.101Z | Fresh half v2.3.1 |
5274 | 2024-03-20T19:58:15.101Z | Fresh take_mut v0.2.2 |
5275 | 2024-03-20T19:58:15.101Z | Fresh progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
5276 | 2024-03-20T19:58:15.101Z | Fresh ciborium-io v0.2.2 |
5277 | 2024-03-20T19:58:15.101Z | Fresh parking_lot_core v0.8.6 |
5278 | 2024-03-20T19:58:15.101Z | Fresh paste v1.0.14 |
5279 | 2024-03-20T19:58:15.101Z | Fresh slog-async v2.8.0 |
5280 | 2024-03-20T19:58:15.101Z | Fresh rustls-webpki v0.102.1 |
5281 | 2024-03-20T19:58:15.101Z | Fresh slog-json v2.6.1 |
5282 | 2024-03-20T19:58:15.102Z | Fresh ciborium-ll v0.2.2 |
5283 | 2024-03-20T19:58:15.102Z | Fresh fxhash v0.2.1 |
5284 | 2024-03-20T19:58:15.102Z | Fresh rustls v0.22.2 |
5285 | 2024-03-20T19:58:15.102Z | Fresh parking_lot v0.11.2 |
5286 | 2024-03-20T19:58:15.102Z | Fresh slog-bunyan v2.5.0 |
5287 | 2024-03-20T19:58:15.102Z | Fresh rustls-pemfile v2.1.1 |
5288 | 2024-03-20T19:58:15.102Z | Fresh strum_macros v0.26.1 |
5289 | 2024-03-20T19:58:15.102Z | Fresh ciborium v0.2.2 |
5290 | 2024-03-20T19:58:15.102Z | Fresh debug-ignore v1.0.5 |
5291 | 2024-03-20T19:58:15.102Z | Fresh tokio-rustls v0.25.0 |
5292 | 2024-03-20T19:58:15.102Z | Fresh strum v0.26.1 |
5293 | 2024-03-20T19:58:15.102Z | Fresh sled v0.34.7 |
5294 | 2024-03-20T19:58:15.103Z | Fresh slog-term v2.9.0 |
5295 | 2024-03-20T19:58:15.103Z | Fresh serde_with_macros v3.6.1 |
5296 | 2024-03-20T19:58:15.103Z | Fresh mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
5297 | 2024-03-20T19:58:15.103Z | Fresh async-stream-impl v0.3.5 |
5298 | 2024-03-20T19:58:15.103Z | Fresh wait-timeout v0.2.0 |
5299 | 2024-03-20T19:58:15.103Z | Fresh atomic-waker v1.1.1 |
5300 | 2024-03-20T19:58:15.103Z | Fresh serde_with v3.6.1 |
5301 | 2024-03-20T19:58:15.103Z | Fresh multer v3.0.0 |
5302 | 2024-03-20T19:58:15.103Z | Fresh num_enum_derive v0.7.2 |
5303 | 2024-03-20T19:58:15.103Z | Fresh waitgroup v0.1.2 |
5304 | 2024-03-20T19:58:15.103Z | Fresh async-stream v0.3.5 |
5305 | 2024-03-20T19:58:15.103Z | Fresh dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
5306 | 2024-03-20T19:58:15.103Z | Fresh serde_path_to_error v0.1.16 |
5307 | 2024-03-20T19:58:15.103Z | Fresh structmeta-derive v0.3.0 |
5308 | 2024-03-20T19:58:15.104Z | Fresh num_enum v0.7.2 |
5309 | 2024-03-20T19:58:15.104Z | Fresh rusty-fork v0.3.0 |
5310 | 2024-03-20T19:58:15.104Z | Fresh dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
5311 | 2024-03-20T19:58:15.104Z | Fresh structmeta v0.3.0 |
5312 | 2024-03-20T19:58:15.104Z | Fresh rdb v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
5313 | 2024-03-20T19:58:15.104Z | Fresh newtype-uuid v1.0.1 |
5314 | 2024-03-20T19:58:15.104Z | Fresh rand_xorshift v0.3.0 |
5315 | 2024-03-20T19:58:15.105Z | Fresh structmeta-derive v0.2.0 |
5316 | 2024-03-20T19:58:15.105Z | Fresh unarray v0.1.4 |
5317 | 2024-03-20T19:58:15.105Z | Fresh backoff v0.4.0 |
5318 | 2024-03-20T19:58:15.105Z | Fresh bgp v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
5319 | 2024-03-20T19:58:15.105Z | Fresh structmeta v0.2.0 |
5320 | 2024-03-20T19:58:15.105Z | Fresh parse-display-derive v0.9.0 |
5321 | 2024-03-20T19:58:15.106Z | Fresh proptest v1.4.0 |
5322 | 2024-03-20T19:58:15.106Z | Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
5323 | 2024-03-20T19:58:15.106Z | Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
5324 | 2024-03-20T19:58:15.106Z | Fresh serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
5325 | 2024-03-20T19:58:15.106Z | Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
5326 | 2024-03-20T19:58:15.106Z | Fresh parse-display v0.9.0 |
5327 | 2024-03-20T19:58:15.106Z | Fresh test-strategy v0.3.1 |
5328 | 2024-03-20T19:58:15.107Z | Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
5329 | 2024-03-20T19:58:15.107Z | Fresh macaddr v1.0.1 |
5330 | 2024-03-20T19:58:15.107Z | Fresh camino-tempfile v1.1.1 |
5331 | 2024-03-20T19:58:15.107Z | Fresh num_enum_derive v0.5.11 |
5332 | 2024-03-20T19:58:15.107Z | Fresh hash32 v0.3.1 |
5333 | 2024-03-20T19:58:15.107Z | Fresh proc-macro-error-attr v1.0.4 |
5334 | 2024-03-20T19:58:15.108Z | Fresh num_enum v0.5.11 |
5335 | 2024-03-20T19:58:15.108Z | Fresh embedded-io v0.4.0 |
5336 | 2024-03-20T19:58:15.168Z | Fresh proc-macro-error v1.0.4 |
5337 | 2024-03-20T19:58:15.168Z | Fresh heapless v0.8.0 |
5338 | 2024-03-20T19:58:15.168Z | Fresh cobs v0.2.3 |
5339 | 2024-03-20T19:58:15.168Z | Fresh foreign-types-macros v0.2.3 |
5340 | 2024-03-20T19:58:15.169Z | Fresh termtree v0.4.1 |
5341 | 2024-03-20T19:58:15.169Z | Fresh smoltcp v0.11.0 |
5342 | 2024-03-20T19:58:15.169Z | Fresh postcard v1.0.8 |
5343 | 2024-03-20T19:58:15.169Z | Fresh foreign-types-shared v0.3.1 |
5344 | 2024-03-20T19:58:15.169Z | Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
5345 | 2024-03-20T19:58:15.170Z | Fresh crucible-workspace-hack v0.1.0 |
5346 | 2024-03-20T19:58:15.170Z | Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
5347 | 2024-03-20T19:58:15.170Z | Fresh predicates-tree v1.0.9 |
5348 | 2024-03-20T19:58:15.170Z | Fresh foreign-types v0.5.0 |
5349 | 2024-03-20T19:58:15.170Z | Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
5350 | 2024-03-20T19:58:15.171Z | Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
5351 | 2024-03-20T19:58:15.171Z | Fresh derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
5352 | 2024-03-20T19:58:15.171Z | Fresh tabwriter v1.4.0 |
5353 | 2024-03-20T19:58:15.171Z | Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
5354 | 2024-03-20T19:58:15.171Z | Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
5355 | 2024-03-20T19:58:15.171Z | Fresh cstr-argument v0.1.2 |
5356 | 2024-03-20T19:58:15.172Z | Fresh pretty-hex v0.2.1 |
5357 | 2024-03-20T19:58:15.172Z | Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
5358 | 2024-03-20T19:58:15.172Z | Fresh colored v2.1.0 |
5359 | 2024-03-20T19:58:15.173Z | Fresh socket2 v0.4.9 |
5360 | 2024-03-20T19:58:15.173Z | Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
5361 | 2024-03-20T19:58:15.173Z | Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
5362 | 2024-03-20T19:58:15.173Z | Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
5363 | 2024-03-20T19:58:15.173Z | Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
5364 | 2024-03-20T19:58:15.174Z | Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
5365 | 2024-03-20T19:58:15.174Z | Fresh zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
5366 | 2024-03-20T19:58:15.174Z | Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
5367 | 2024-03-20T19:58:15.175Z | Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
5368 | 2024-03-20T19:58:15.175Z | Fresh mockall_derive v0.12.0 |
5369 | 2024-03-20T19:58:15.175Z | Fresh num-derive v0.4.0 |
5370 | 2024-03-20T19:58:15.175Z | Fresh downcast v0.11.0 |
5371 | 2024-03-20T19:58:15.175Z | Fresh fragile v2.0.0 |
5372 | 2024-03-20T19:58:15.176Z | Fresh zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
5373 | 2024-03-20T19:58:15.176Z | Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
5374 | 2024-03-20T19:58:15.176Z | Fresh smf v0.2.2 |
5375 | 2024-03-20T19:58:15.176Z | Fresh mockall v0.12.0 |
5376 | 2024-03-20T19:58:15.176Z | Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
5377 | 2024-03-20T19:58:15.177Z | Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
5378 | 2024-03-20T19:58:15.177Z | Fresh same-file v1.0.6 |
5379 | 2024-03-20T19:58:15.177Z | Fresh base64 v0.22.0 |
5380 | 2024-03-20T19:58:15.177Z | Fresh usdt-attr-macro v0.5.0 |
5381 | 2024-03-20T19:58:15.178Z | Fresh usdt-macro v0.5.0 |
5382 | 2024-03-20T19:58:15.178Z | Fresh memmap v0.7.0 |
5383 | 2024-03-20T19:58:15.178Z | Fresh walkdir v2.4.0 |
5384 | 2024-03-20T19:58:15.178Z | Fresh usdt v0.5.0 |
5385 | 2024-03-20T19:58:15.178Z | Fresh filetime v0.2.23 |
5386 | 2024-03-20T19:58:15.179Z | Fresh xattr v1.0.1 |
5387 | 2024-03-20T19:58:15.179Z | Fresh password-hash v0.5.0 |
5388 | 2024-03-20T19:58:15.179Z | Fresh tar v0.4.40 |
5389 | 2024-03-20T19:58:15.179Z | Fresh blake2 v0.10.6 |
5390 | 2024-03-20T19:58:15.180Z | Fresh is-terminal v0.4.9 |
5391 | 2024-03-20T19:58:15.180Z | Fresh derive-where v1.2.7 |
5392 | 2024-03-20T19:58:15.180Z | Fresh humantime v2.1.0 |
5393 | 2024-03-20T19:58:15.180Z | Fresh pem v3.0.2 |
5394 | 2024-03-20T19:58:15.180Z | Fresh swrite v0.1.0 |
5395 | 2024-03-20T19:58:15.181Z | Fresh argon2 v0.5.3 |
5396 | 2024-03-20T19:58:15.181Z | Fresh headers-core v0.2.0 |
5397 | 2024-03-20T19:58:15.181Z | Fresh semver v0.1.20 |
5398 | 2024-03-20T19:58:15.181Z | Fresh itertools v0.12.1 |
5399 | 2024-03-20T19:58:15.182Z | Fresh termcolor v1.2.0 |
5400 | 2024-03-20T19:58:15.182Z | Fresh linked-hash-map v0.5.6 |
5401 | 2024-03-20T19:58:15.182Z | Fresh rustc_version v0.1.7 |
5402 | 2024-03-20T19:58:15.182Z | Fresh headers v0.3.9 |
5403 | 2024-03-20T19:58:15.182Z | Fresh lru-cache v0.1.2 |
5404 | 2024-03-20T19:58:15.183Z | Fresh glob v0.3.1 |
5405 | 2024-03-20T19:58:15.183Z | Fresh tap v1.0.1 |
5406 | 2024-03-20T19:58:15.183Z | Fresh radium v0.7.0 |
5407 | 2024-03-20T19:58:15.183Z | Fresh cancel-safe-futures v0.1.5 |
5408 | 2024-03-20T19:58:15.183Z | Fresh crossbeam-deque v0.8.3 |
5409 | 2024-03-20T19:58:15.183Z | Fresh wyz v0.5.1 |
5410 | 2024-03-20T19:58:15.184Z | Fresh funty v2.0.0 |
5411 | 2024-03-20T19:58:15.184Z | Fresh crc-catalog v2.2.0 |
5412 | 2024-03-20T19:58:15.184Z | Fresh newtype_derive v0.1.6 |
5413 | 2024-03-20T19:58:15.184Z | Fresh crc v3.0.1 |
5414 | 2024-03-20T19:58:15.184Z | Fresh maybe-uninit v2.0.0 |
5415 | 2024-03-20T19:58:15.184Z | Fresh bitvec v1.0.1 |
5416 | 2024-03-20T19:58:15.184Z | Fresh rayon-core v1.12.1 |
5417 | 2024-03-20T19:58:15.184Z | Fresh rcgen v0.12.1 |
5418 | 2024-03-20T19:58:15.184Z | Fresh steno v0.4.0 |
5419 | 2024-03-20T19:58:15.184Z | Fresh atomicwrites v0.4.3 |
5420 | 2024-03-20T19:58:15.184Z | Fresh libsw v3.3.1 |
5421 | 2024-03-20T19:58:15.184Z | Fresh packed_struct_codegen v0.10.1 |
5422 | 2024-03-20T19:58:15.185Z | Fresh subprocess v0.2.9 |
5423 | 2024-03-20T19:58:15.185Z | Fresh owo-colors v4.0.0 |
5424 | 2024-03-20T19:58:15.185Z | Fresh nodrop v0.1.14 |
5425 | 2024-03-20T19:58:15.185Z | Fresh linear-map v1.2.0 |
5426 | 2024-03-20T19:58:15.185Z | Fresh array-init v0.0.4 |
5427 | 2024-03-20T19:58:15.185Z | Fresh packed_struct v0.10.1 |
5428 | 2024-03-20T19:58:15.185Z | Fresh smallvec v0.6.14 |
5429 | 2024-03-20T19:58:15.185Z | Fresh rayon v1.9.0 |
5430 | 2024-03-20T19:58:15.185Z | Fresh num-bigint-dig v0.8.4 |
5431 | 2024-03-20T19:58:15.185Z | Fresh pkcs1 v0.7.5 |
5432 | 2024-03-20T19:58:15.185Z | Fresh signature v2.1.0 |
5433 | 2024-03-20T19:58:15.185Z | Fresh hashbrown v0.12.3 |
5434 | 2024-03-20T19:58:15.185Z | Fresh bitfield v0.14.0 |
5435 | 2024-03-20T19:58:15.185Z | Fresh serde-hex v0.1.0 |
5436 | 2024-03-20T19:58:15.224Z | Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
5437 | 2024-03-20T19:58:15.225Z | Fresh indexmap v1.9.3 |
5438 | 2024-03-20T19:58:15.225Z | Fresh rsa v0.9.2 |
5439 | 2024-03-20T19:58:15.225Z | Fresh lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
5440 | 2024-03-20T19:58:15.225Z | Fresh env_logger v0.10.0 |
5441 | 2024-03-20T19:58:15.225Z | Fresh x509-cert v0.2.4 |
5442 | 2024-03-20T19:58:15.226Z | Fresh ron v0.8.1 |
5443 | 2024-03-20T19:58:15.226Z | Fresh hashbrown v0.13.2 |
5444 | 2024-03-20T19:58:15.226Z | Fresh crc-any v2.4.3 |
5445 | 2024-03-20T19:58:15.226Z | Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
5446 | 2024-03-20T19:58:15.226Z | Fresh object v0.30.4 |
5447 | 2024-03-20T19:58:15.226Z | Fresh display-error-chain v0.2.0 |
5448 | 2024-03-20T19:58:15.227Z | Fresh path-slash v0.1.5 |
5449 | 2024-03-20T19:58:15.227Z | Fresh lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
5450 | 2024-03-20T19:58:15.227Z | Fresh num-rational v0.4.1 |
5451 | 2024-03-20T19:58:15.227Z | Fresh num-complex v0.4.4 |
5452 | 2024-03-20T19:58:15.227Z | Fresh arc-swap v1.6.0 |
5453 | 2024-03-20T19:58:15.227Z | Fresh resolv-conf v0.7.0 |
5454 | 2024-03-20T19:58:15.228Z | Fresh hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
5455 | 2024-03-20T19:58:15.228Z | Fresh num v0.4.1 |
5456 | 2024-03-20T19:58:15.228Z | Fresh slog-scope v4.4.0 |
5457 | 2024-03-20T19:58:15.228Z | Fresh slog-dtrace v0.3.0 |
5458 | 2024-03-20T19:58:15.228Z | Fresh convert_case v0.4.0 |
5459 | 2024-03-20T19:58:15.228Z | Fresh trust-dns-resolver v0.22.0 |
5460 | 2024-03-20T19:58:15.228Z | Fresh newline-converter v0.3.0 |
5461 | 2024-03-20T19:58:15.228Z | Fresh pin-project-internal v1.1.3 |
5462 | 2024-03-20T19:58:15.228Z | Fresh derive_more v0.99.17 |
5463 | 2024-03-20T19:58:15.229Z | Fresh slog-stdlog v4.1.1 |
5464 | 2024-03-20T19:58:15.229Z | Fresh home v0.5.5 |
5465 | 2024-03-20T19:58:15.229Z | Fresh arrayvec v0.7.4 |
5466 | 2024-03-20T19:58:15.229Z | Fresh arrayref v0.3.7 |
5467 | 2024-03-20T19:58:15.229Z | Fresh expectorate v1.1.0 |
5468 | 2024-03-20T19:58:15.229Z | Fresh pin-project v1.1.3 |
5469 | 2024-03-20T19:58:15.229Z | Fresh slog-envlogger v2.2.0 |
5470 | 2024-03-20T19:58:15.229Z | Fresh constant_time_eq v0.3.0 |
5471 | 2024-03-20T19:58:15.230Z | Fresh heck v0.3.3 |
5472 | 2024-03-20T19:58:15.230Z | Fresh textwrap v0.11.0 |
5473 | 2024-03-20T19:58:15.230Z | Fresh toml v0.5.11 |
5474 | 2024-03-20T19:58:15.230Z | Fresh nibble_vec v0.1.0 |
5475 | 2024-03-20T19:58:15.230Z | Fresh strsim v0.8.0 |
5476 | 2024-03-20T19:58:15.230Z | Fresh ansi_term v0.12.1 |
5477 | 2024-03-20T19:58:15.230Z | Fresh vec_map v0.8.2 |
5478 | 2024-03-20T19:58:15.230Z | Fresh endian-type v0.1.2 |
5479 | 2024-03-20T19:58:15.230Z | Fresh utf-8 v0.7.6 |
5480 | 2024-03-20T19:58:15.230Z | Fresh tungstenite v0.20.1 |
5481 | 2024-03-20T19:58:15.230Z | Fresh buf-list v1.0.3 |
5482 | 2024-03-20T19:58:15.230Z | Fresh clap v2.34.0 |
5483 | 2024-03-20T19:58:15.230Z | Fresh radix_trie v0.2.1 |
5484 | 2024-03-20T19:58:15.230Z | Fresh structopt-derive v0.4.18 |
5485 | 2024-03-20T19:58:15.230Z | Fresh memmap2 v0.7.1 |
5486 | 2024-03-20T19:58:15.230Z | Fresh libefi-sys v0.1.0 |
5487 | 2024-03-20T19:58:15.230Z | Fresh structopt v0.3.26 |
5488 | 2024-03-20T19:58:15.231Z | Fresh tokio-tungstenite v0.20.1 |
5489 | 2024-03-20T19:58:15.231Z | Fresh doc-comment v0.3.3 |
5490 | 2024-03-20T19:58:15.231Z | Fresh blake3 v1.5.0 |
5491 | 2024-03-20T19:58:15.231Z | Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
5492 | 2024-03-20T19:58:15.231Z | Fresh semver-parser v0.10.2 |
5493 | 2024-03-20T19:58:15.231Z | Fresh keccak v0.1.4 |
5494 | 2024-03-20T19:58:15.231Z | Fresh topological-sort v0.2.2 |
5495 | 2024-03-20T19:58:15.231Z | Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
5496 | 2024-03-20T19:58:15.231Z | Fresh semver v0.11.0 |
5497 | 2024-03-20T19:58:15.231Z | Fresh omicron-zone-package v0.11.0 |
5498 | 2024-03-20T19:58:15.232Z | Fresh sha3 v0.10.8 |
5499 | 2024-03-20T19:58:15.232Z | Fresh tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
5500 | 2024-03-20T19:58:15.232Z | Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
5501 | 2024-03-20T19:58:15.232Z | Fresh libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
5502 | 2024-03-20T19:58:15.232Z | Fresh secrecy v0.8.0 |
5503 | 2024-03-20T19:58:15.232Z | Fresh gethostname v0.4.3 |
5504 | 2024-03-20T19:58:15.232Z | Fresh diff v0.1.13 |
5505 | 2024-03-20T19:58:15.232Z | Fresh crunchy v0.2.2 |
5506 | 2024-03-20T19:58:15.233Z | Fresh toolchain_find v0.2.0 |
5507 | 2024-03-20T19:58:15.233Z | Fresh prettyplease v0.2.16 |
5508 | 2024-03-20T19:58:15.233Z | Fresh darling_core v0.14.4 |
5509 | 2024-03-20T19:58:15.233Z | Fresh snafu-derive v0.7.5 |
5510 | 2024-03-20T19:58:15.233Z | Fresh signature v1.6.4 |
5511 | 2024-03-20T19:58:15.233Z | Fresh snafu v0.7.5 |
5512 | 2024-03-20T19:58:15.233Z | Fresh darling_macro v0.14.4 |
5513 | 2024-03-20T19:58:15.233Z | Fresh ed25519 v1.5.3 |
5514 | 2024-03-20T19:58:15.234Z | Fresh tiny-keccak v2.0.2 |
5515 | 2024-03-20T19:58:15.234Z | Fresh rustfmt-wrapper v0.2.0 |
5516 | 2024-03-20T19:58:15.234Z | Fresh memoffset v0.7.1 |
5517 | 2024-03-20T19:58:15.234Z | Fresh ascii-canvas v3.0.0 |
5518 | 2024-03-20T19:58:15.234Z | Fresh globset v0.4.13 |
5519 | 2024-03-20T19:58:15.234Z | Fresh olpc-cjson v0.1.3 |
5520 | 2024-03-20T19:58:15.234Z | Fresh serde_plain v1.0.2 |
5521 | 2024-03-20T19:58:15.234Z | Fresh hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
5522 | 2024-03-20T19:58:15.235Z | Fresh ref-cast-impl v1.0.20 |
5523 | 2024-03-20T19:58:15.235Z | Fresh async-recursion v1.0.5 |
5524 | 2024-03-20T19:58:15.235Z | Fresh vte_generate_state_changes v0.1.1 |
5525 | 2024-03-20T19:58:15.235Z | Fresh ena v0.14.2 |
5526 | 2024-03-20T19:58:15.235Z | Fresh libloading v0.7.4 |
5527 | 2024-03-20T19:58:15.235Z | Fresh typed-path v0.7.0 |
5528 | 2024-03-20T19:58:15.235Z | Fresh regex-syntax v0.6.29 |
5529 | 2024-03-20T19:58:15.235Z | Fresh clang-sys v1.6.1 |
5530 | 2024-03-20T19:58:15.235Z | Fresh ref-cast v1.0.20 |
5531 | 2024-03-20T19:58:15.236Z | Fresh hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
5532 | 2024-03-20T19:58:15.236Z | Fresh tough v0.16.0 |
5533 | 2024-03-20T19:58:15.236Z | Fresh lalrpop v0.19.12 |
5534 | 2024-03-20T19:58:15.236Z | Fresh vte v0.11.1 |
5535 | 2024-03-20T19:58:15.236Z | Fresh nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
5536 | 2024-03-20T19:58:15.269Z | Fresh fs-err v2.11.0 |
5537 | 2024-03-20T19:58:15.269Z | Fresh platforms v3.0.2 |
5538 | 2024-03-20T19:58:15.269Z | Fresh darling v0.14.4 |
5539 | 2024-03-20T19:58:15.269Z | Fresh salty v0.2.0 |
5540 | 2024-03-20T19:58:15.269Z | Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
5541 | 2024-03-20T19:58:15.269Z | Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
5542 | 2024-03-20T19:58:15.269Z | Fresh cexpr v0.6.0 |
5543 | 2024-03-20T19:58:15.269Z | Fresh which v4.4.0 |
5544 | 2024-03-20T19:58:15.269Z | Fresh serde-big-array v0.5.1 |
5545 | 2024-03-20T19:58:15.269Z | Fresh serde-big-array v0.4.1 |
5546 | 2024-03-20T19:58:15.269Z | Fresh lazycell v1.3.0 |
5547 | 2024-03-20T19:58:15.269Z | Fresh peeking_take_while v0.1.2 |
5548 | 2024-03-20T19:58:15.269Z | Fresh parse-size v1.0.0 |
5549 | 2024-03-20T19:58:15.269Z | Fresh shlex v1.3.0 |
5550 | 2024-03-20T19:58:15.270Z | Fresh rustc-hash v1.1.0 |
5551 | 2024-03-20T19:58:15.270Z | Fresh sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
5552 | 2024-03-20T19:58:15.270Z | Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
5553 | 2024-03-20T19:58:15.270Z | Fresh derive_builder_core v0.12.0 |
5554 | 2024-03-20T19:58:15.270Z | Fresh bindgen v0.69.2 |
5555 | 2024-03-20T19:58:15.270Z | Fresh strip-ansi-escapes v0.2.0 |
5556 | 2024-03-20T19:58:15.270Z | Fresh unicase v2.7.0 |
5557 | 2024-03-20T19:58:15.270Z | Fresh signal-hook-tokio v0.3.1 |
5558 | 2024-03-20T19:58:15.270Z | Fresh fd-lock v3.0.13 |
5559 | 2024-03-20T19:58:15.270Z | Fresh nu-ansi-term v0.50.0 |
5560 | 2024-03-20T19:58:15.270Z | Fresh corncobs v0.1.3 |
5561 | 2024-03-20T19:58:15.270Z | Fresh strum v0.25.0 |
5562 | 2024-03-20T19:58:15.270Z | Fresh reedline v0.30.0 |
5563 | 2024-03-20T19:58:15.270Z | Fresh sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
5564 | 2024-03-20T19:58:15.270Z | Fresh derive_builder_macro v0.12.0 |
5565 | 2024-03-20T19:58:15.270Z | Fresh trust-dns-client v0.22.0 |
5566 | 2024-03-20T19:58:15.270Z | Fresh strum_macros v0.24.3 |
5567 | 2024-03-20T19:58:15.270Z | Fresh universal-hash v0.5.1 |
5568 | 2024-03-20T19:58:15.270Z | Fresh curve25519-dalek-derive v0.1.0 |
5569 | 2024-03-20T19:58:15.270Z | Fresh thiserror-impl-no-std v2.0.2 |
5570 | 2024-03-20T19:58:15.270Z | Fresh bytecount v0.6.3 |
5571 | 2024-03-20T19:58:15.270Z | Fresh opaque-debug v0.3.0 |
5572 | 2024-03-20T19:58:15.270Z | Fresh maplit v1.0.2 |
5573 | 2024-03-20T19:58:15.270Z | Fresh indoc v1.0.9 |
5574 | 2024-03-20T19:58:15.270Z | Fresh papergrid v0.11.0 |
5575 | 2024-03-20T19:58:15.271Z | Fresh curve25519-dalek v4.1.1 |
5576 | 2024-03-20T19:58:15.271Z | Fresh polar-core v0.27.0 |
5577 | 2024-03-20T19:58:15.271Z | Fresh poly1305 v0.8.0 |
5578 | 2024-03-20T19:58:15.271Z | Fresh thiserror-no-std v2.0.2 |
5579 | 2024-03-20T19:58:15.271Z | Fresh libxml v0.3.3 |
5580 | 2024-03-20T19:58:15.271Z | Fresh trust-dns-server v0.22.1 |
5581 | 2024-03-20T19:58:15.271Z | Fresh derive_builder v0.12.0 |
5582 | 2024-03-20T19:58:15.271Z | Fresh tabled_derive v0.7.0 |
5583 | 2024-03-20T19:58:15.271Z | Fresh chacha20 v0.9.1 |
5584 | 2024-03-20T19:58:15.271Z | Fresh bb8 v0.8.3 |
5585 | 2024-03-20T19:58:15.271Z | Fresh aead v0.5.2 |
5586 | 2024-03-20T19:58:15.271Z | Fresh fd-lock v4.0.2 |
5587 | 2024-03-20T19:58:15.271Z | Fresh nix v0.27.1 |
5588 | 2024-03-20T19:58:15.271Z | Fresh quick-xml v0.30.0 |
5589 | 2024-03-20T19:58:15.271Z | Fresh kstat-rs v0.2.3 |
5590 | 2024-03-20T19:58:15.271Z | Fresh sqlparser_derive v0.2.2 |
5591 | 2024-03-20T19:58:15.271Z | Fresh oso-derive v0.27.0 |
5592 | 2024-03-20T19:58:15.271Z | Fresh nanorand v0.7.0 |
5593 | 2024-03-20T19:58:15.271Z | Fresh impl-trait-for-tuples v0.2.2 |
5594 | 2024-03-20T19:58:15.271Z | |
5595 | 2024-03-20T19:58:15.271Z | running 7 tests |
5596 | 2024-03-20T19:58:15.271Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 109) ... ignored |
5597 | 2024-03-20T19:58:15.271Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 122) ... ignored |
5598 | 2024-03-20T19:58:15.271Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 27) ... ignored |
5599 | 2024-03-20T19:58:15.272Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 46) ... ignored |
5600 | 2024-03-20T19:58:15.272Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 59) ... ignored |
5601 | 2024-03-20T19:58:15.272Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 76) ... ignored |
5602 | 2024-03-20T19:58:15.272Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 94) ... ignored |
5603 | 2024-03-20T19:58:15.272Z | |
5604 | 2024-03-20T19:58:15.272Z | test result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.01s |
5605 | 2024-03-20T19:58:15.272Z | |
5606 | 2024-03-20T19:58:15.272Z | Fresh unicode_categories v0.1.1 |
5607 | 2024-03-20T19:58:15.272Z | Fresh sqlparser v0.43.1 |
5608 | 2024-03-20T19:58:15.272Z | Fresh rustyline v13.0.0 |
5609 | 2024-03-20T19:58:15.272Z | Fresh samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
5610 | 2024-03-20T19:58:15.272Z | Fresh flume v0.11.0 |
5611 | 2024-03-20T19:58:15.272Z | Fresh chacha20poly1305 v0.10.1 |
5612 | 2024-03-20T19:58:15.272Z | Fresh sqlformat v0.2.3 |
5613 | 2024-03-20T19:58:15.272Z | Fresh oso v0.27.0 |
5614 | 2024-03-20T19:58:15.272Z | Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
5615 | 2024-03-20T19:58:15.272Z | Fresh tabled v0.15.0 |
5616 | 2024-03-20T19:58:15.272Z | Fresh mime_guess v2.0.4 |
5617 | 2024-03-20T19:58:15.272Z | Fresh vsss-rs v3.3.4 |
5618 | 2024-03-20T19:58:15.272Z | Fresh portable-atomic v1.4.3 |
5619 | 2024-03-20T19:58:15.272Z | Fresh cookie v0.18.0 |
5620 | 2024-03-20T19:58:15.272Z | Fresh diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
5621 | 2024-03-20T19:58:15.272Z | Fresh bcs v0.1.6 |
5622 | 2024-03-20T19:58:15.272Z | Fresh highway v1.1.0 |
5623 | 2024-03-20T19:58:15.273Z | Fresh number_prefix v0.4.0 |
5624 | 2024-03-20T19:58:15.273Z | Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
5625 | 2024-03-20T19:58:15.273Z | Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
5626 | 2024-03-20T19:58:15.273Z | Fresh indicatif v0.17.8 |
5627 | 2024-03-20T19:58:15.273Z | Fresh castaway v0.2.2 |
5628 | 2024-03-20T19:58:15.273Z | Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
5629 | 2024-03-20T19:58:15.273Z | Fresh http-range v0.1.5 |
5630 | 2024-03-20T19:58:15.273Z | Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
5631 | 2024-03-20T19:58:15.273Z | Fresh lru v0.12.1 |
5632 | 2024-03-20T19:58:15.273Z | Fresh hyper-staticfile v0.9.5 |
5633 | 2024-03-20T19:58:15.273Z | Fresh compact_str v0.7.1 |
5634 | 2024-03-20T19:58:15.273Z | Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
5635 | 2024-03-20T19:58:15.273Z | Fresh stability v0.1.1 |
5636 | 2024-03-20T19:58:15.321Z | Fresh assert_matches v1.5.0 |
5637 | 2024-03-20T19:58:15.322Z | Fresh cassowary v0.3.0 |
5638 | 2024-03-20T19:58:15.322Z | Fresh indoc v2.0.3 |
5639 | 2024-03-20T19:58:15.322Z | Fresh is_ci v1.2.0 |
5640 | 2024-03-20T19:58:15.322Z | Fresh supports-color v3.0.0 |
5641 | 2024-03-20T19:58:15.322Z | Fresh ratatui v0.26.1 |
5642 | 2024-03-20T19:58:15.322Z | Fresh rand_seeder v0.2.3 |
5643 | 2024-03-20T19:58:15.322Z | Fresh rtoolbox v0.0.1 |
5644 | 2024-03-20T19:58:15.322Z | Fresh unicode-linebreak v0.1.5 |
5645 | 2024-03-20T19:58:15.322Z | Fresh smawk v0.3.1 |
5646 | 2024-03-20T19:58:15.322Z | Fresh rpassword v7.3.1 |
5647 | 2024-03-20T19:58:15.322Z | Fresh tui-tree-widget v0.17.0 |
5648 | 2024-03-20T19:58:15.322Z | Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
5649 | 2024-03-20T19:58:15.322Z | Fresh textwrap v0.16.1 |
5650 | 2024-03-20T19:58:15.322Z | Fresh http-body v1.0.0 |
5651 | 2024-03-20T19:58:15.322Z | Fresh shell-words v1.1.0 |
5652 | 2024-03-20T19:58:15.322Z | Fresh plotters-backend v0.3.5 |
5653 | 2024-03-20T19:58:15.322Z | Fresh tower-layer v0.3.2 |
5654 | 2024-03-20T19:58:15.322Z | Fresh target-lexicon v0.12.13 |
5655 | 2024-03-20T19:58:15.323Z | Fresh tower v0.4.13 |
5656 | 2024-03-20T19:58:15.323Z | Fresh hyper v1.1.0 |
5657 | 2024-03-20T19:58:15.323Z | Fresh plotters-svg v0.3.5 |
5658 | 2024-03-20T19:58:15.323Z | Fresh cast v0.3.0 |
5659 | 2024-03-20T19:58:15.323Z | Fresh yansi v0.5.1 |
5660 | 2024-03-20T19:58:15.323Z | Fresh plotters v0.3.5 |
5661 | 2024-03-20T19:58:15.323Z | Fresh criterion-plot v0.5.0 |
5662 | 2024-03-20T19:58:15.323Z | Fresh pretty_assertions v1.4.0 |
5663 | 2024-03-20T19:58:15.323Z | Fresh hyper-util v0.1.2 |
5664 | 2024-03-20T19:58:15.323Z | Fresh guppy-workspace-hack v0.1.0 |
5665 | 2024-03-20T19:58:15.323Z | Fresh cfg-expr v0.15.6 |
5666 | 2024-03-20T19:58:15.323Z | Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
5667 | 2024-03-20T19:58:15.323Z | Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
5668 | 2024-03-20T19:58:15.323Z | Fresh rustls-native-certs v0.7.0 |
5669 | 2024-03-20T19:58:15.323Z | Fresh fatfs v0.3.6 |
5670 | 2024-03-20T19:58:15.323Z | Fresh threadpool v1.8.1 |
5671 | 2024-03-20T19:58:15.324Z | Fresh tinytemplate v1.2.1 |
5672 | 2024-03-20T19:58:15.324Z | Fresh cargo-platform v0.1.3 |
5673 | 2024-03-20T19:58:15.324Z | Fresh oorandom v11.1.3 |
5674 | 2024-03-20T19:58:15.324Z | Fresh anes v0.1.6 |
5675 | 2024-03-20T19:58:15.324Z | Fresh relative-path v1.9.0 |
5676 | 2024-03-20T19:58:15.324Z | Fresh constant_time_eq v0.2.6 |
5677 | 2024-03-20T19:58:15.324Z | Fresh criterion v0.5.1 |
5678 | 2024-03-20T19:58:15.324Z | Fresh blake2b_simd v1.0.1 |
5679 | 2024-03-20T19:58:15.325Z | Fresh rstest_macros v0.18.2 |
5680 | 2024-03-20T19:58:15.325Z | Fresh cargo_metadata v0.18.1 |
5681 | 2024-03-20T19:58:15.325Z | Fresh hyper-rustls v0.26.0 |
5682 | 2024-03-20T19:58:15.325Z | Fresh target-spec v3.1.0 |
5683 | 2024-03-20T19:58:15.325Z | Fresh libtest-mimic v0.6.1 |
5684 | 2024-03-20T19:58:15.325Z | Fresh assert_cmd v2.0.14 |
5685 | 2024-03-20T19:58:15.325Z | Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
5686 | 2024-03-20T19:58:15.325Z | Fresh httptest v0.15.5 |
5687 | 2024-03-20T19:58:15.325Z | Fresh pathdiff v0.2.1 |
5688 | 2024-03-20T19:58:15.325Z | Fresh basic-toml v0.1.8 |
5689 | 2024-03-20T19:58:15.325Z | Fresh rand v0.4.6 |
5690 | 2024-03-20T19:58:15.325Z | Fresh remove_dir_all v0.5.3 |
5691 | 2024-03-20T19:58:15.325Z | Fresh futures-timer v3.0.2 |
5692 | 2024-03-20T19:58:15.325Z | Fresh nested v0.1.1 |
5693 | 2024-03-20T19:58:15.326Z | Fresh trybuild v1.0.89 |
5694 | 2024-03-20T19:58:15.326Z | Fresh datatest-stable v0.2.3 |
5695 | 2024-03-20T19:58:15.326Z | Fresh rust-argon2 v1.0.1 |
5696 | 2024-03-20T19:58:15.326Z | Fresh tempdir v0.3.7 |
5697 | 2024-03-20T19:58:15.326Z | Fresh guppy v0.17.5 |
5698 | 2024-03-20T19:58:15.326Z | Fresh rstest v0.18.2 |
5699 | 2024-03-20T19:58:15.326Z | Fresh partial-io v0.5.4 |
5700 | 2024-03-20T19:58:15.326Z | Fresh similar-asserts v1.5.0 |
5701 | 2024-03-20T19:58:15.326Z | Fresh approx v0.5.1 |
5702 | 2024-03-20T19:58:15.326Z | Fresh hex-literal v0.4.1 |
5703 | 2024-03-20T19:58:15.327Z | Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
5704 | 2024-03-20T19:58:15.327Z | Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
5705 | 2024-03-20T19:58:15.327Z | Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
5706 | 2024-03-20T19:58:15.327Z | Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
5707 | 2024-03-20T19:58:15.327Z | Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
5708 | 2024-03-20T19:58:15.327Z | Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
5709 | 2024-03-20T19:58:15.327Z | Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
5710 | 2024-03-20T19:58:15.327Z | Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
5711 | 2024-03-20T19:58:15.327Z | Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
5712 | 2024-03-20T19:58:15.327Z | Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
5713 | 2024-03-20T19:58:15.327Z | Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
5714 | 2024-03-20T19:58:15.327Z | Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
5715 | 2024-03-20T19:58:15.327Z | Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
5716 | 2024-03-20T19:58:15.327Z | Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
5717 | 2024-03-20T19:58:15.327Z | Fresh installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
5718 | 2024-03-20T19:58:15.327Z | Fresh installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
5719 | 2024-03-20T19:58:15.327Z | Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
5720 | 2024-03-20T19:58:15.328Z | Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
5721 | 2024-03-20T19:58:15.328Z | Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
5722 | 2024-03-20T19:58:15.328Z | Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
5723 | 2024-03-20T19:58:15.328Z | Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
5724 | 2024-03-20T19:58:15.328Z | Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
5725 | 2024-03-20T19:58:15.328Z | Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
5726 | 2024-03-20T19:58:15.328Z | Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
5727 | 2024-03-20T19:58:15.328Z | Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
5728 | 2024-03-20T19:58:15.328Z | Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
5729 | 2024-03-20T19:58:15.329Z | Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
5730 | 2024-03-20T19:58:15.329Z | Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
5731 | 2024-03-20T19:58:15.329Z | Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
5732 | 2024-03-20T19:58:15.329Z | Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
5733 | 2024-03-20T19:58:15.329Z | Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
5734 | 2024-03-20T19:58:15.329Z | Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
5735 | 2024-03-20T19:58:15.329Z | Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
5736 | 2024-03-20T19:58:15.367Z | Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
5737 | 2024-03-20T19:58:15.368Z | Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
5738 | 2024-03-20T19:58:15.368Z | Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
5739 | 2024-03-20T19:58:15.368Z | Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
5740 | 2024-03-20T19:58:15.368Z | Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
5741 | 2024-03-20T19:58:15.368Z | Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
5742 | 2024-03-20T19:58:15.368Z | Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
5743 | 2024-03-20T19:58:15.368Z | Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
5744 | 2024-03-20T19:58:15.368Z | Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
5745 | 2024-03-20T19:58:15.368Z | Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
5746 | 2024-03-20T19:58:15.368Z | Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
5747 | 2024-03-20T19:58:15.368Z | Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
5748 | 2024-03-20T19:58:15.368Z | Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
5749 | 2024-03-20T19:58:15.368Z | Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
5750 | 2024-03-20T19:58:15.368Z | Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
5751 | 2024-03-20T19:58:15.368Z | Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
5752 | 2024-03-20T19:58:15.368Z | Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
5753 | 2024-03-20T19:58:15.368Z | Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
5754 | 2024-03-20T19:58:15.368Z | Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
5755 | 2024-03-20T19:58:15.368Z | Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
5756 | 2024-03-20T19:58:15.368Z | Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
5757 | 2024-03-20T19:58:15.368Z | Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
5758 | 2024-03-20T19:58:15.368Z | Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
5759 | 2024-03-20T19:58:15.368Z | Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
5760 | 2024-03-20T19:58:15.368Z | Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
5761 | 2024-03-20T19:58:15.369Z | Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
5762 | 2024-03-20T19:58:15.369Z | Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
5763 | 2024-03-20T19:58:15.369Z | Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
5764 | 2024-03-20T19:58:15.369Z | Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
5765 | 2024-03-20T19:58:15.369Z | Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
5766 | 2024-03-20T19:58:15.369Z | Finished test [unoptimized + debuginfo] target(s) in 1.47s |
5767 | 2024-03-20T19:58:15.369Z | Doc-tests authz-macros |
5768 | 2024-03-20T19:58:15.369Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-1e8d66aa998c2563.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-422782d251992bc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e70bced1b556d348.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human` |
5769 | 2024-03-20T19:58:15.369Z | Doc-tests bootstore |
5770 | 2024-03-20T19:58:15.369Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1d27543eb20ce46a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-330cd05561751178.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60d1e75aba0cc8b7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-07befa7561496e8f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fef92b37dc9e2eff.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human` |
5771 | 2024-03-20T19:58:15.639Z | |
5772 | 2024-03-20T19:58:15.639Z | running 0 tests |
5773 | 2024-03-20T19:58:15.639Z | |
5774 | 2024-03-20T19:58:15.639Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5775 | 2024-03-20T19:58:15.639Z | |
5776 | 2024-03-20T19:58:15.675Z | Doc-tests bootstrap-agent-client |
5777 | 2024-03-20T19:58:15.675Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-13f2409f015254c4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-07befa7561496e8f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human` |
5778 | 2024-03-20T19:58:16.496Z | |
5779 | 2024-03-20T19:58:16.496Z | running 0 tests |
5780 | 2024-03-20T19:58:16.496Z | |
5781 | 2024-03-20T19:58:16.496Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5782 | 2024-03-20T19:58:16.496Z | |
5783 | 2024-03-20T19:58:16.524Z | Doc-tests db-macros |
5784 | 2024-03-20T19:58:16.525Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-0f8313da68bc2791.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-422782d251992bc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e70bced1b556d348.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human` |
5785 | 2024-03-20T19:58:16.835Z | |
5786 | 2024-03-20T19:58:16.835Z | running 4 tests |
5787 | 2024-03-20T19:58:16.863Z | test nexus/db-macros/src/lib.rs - lookup_resource (line 32) ... ignored |
5788 | 2024-03-20T19:58:16.863Z | test nexus/db-macros/src/lib.rs - lookup_resource (line 52) ... ignored |
5789 | 2024-03-20T19:58:16.863Z | test nexus/db-macros/src/lib.rs - lookup_resource (line 77) ... ignored |
5790 | 2024-03-20T19:58:16.863Z | test nexus/db-macros/src/lib.rs - subquery_target (line 150) ... ignored |
5791 | 2024-03-20T19:58:16.863Z | |
5792 | 2024-03-20T19:58:16.863Z | test result: ok. 0 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.01s |
5793 | 2024-03-20T19:58:16.864Z | |
5794 | 2024-03-20T19:58:16.889Z | Doc-tests dns-server |
5795 | 2024-03-20T19:58:16.889Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-83fdc5411358700f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-a827136269358aab.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-ed4ca6b5ebcd15e1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-39865239b6676153.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human` |
5796 | 2024-03-20T19:58:17.325Z | |
5797 | 2024-03-20T19:58:17.325Z | running 0 tests |
5798 | 2024-03-20T19:58:17.325Z | |
5799 | 2024-03-20T19:58:17.325Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5800 | 2024-03-20T19:58:17.325Z | |
5801 | 2024-03-20T19:58:17.764Z | Doc-tests dns-service-client |
5802 | 2024-03-20T19:58:18.207Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib -C embed-bitcode=no -D warnings --error-format human` |
5803 | 2024-03-20T19:58:18.207Z | |
5804 | 2024-03-20T19:58:18.207Z | running 0 tests |
5805 | 2024-03-20T19:58:18.207Z | |
5806 | 2024-03-20T19:58:18.207Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5807 | 2024-03-20T19:58:18.207Z | |
5808 | 2024-03-20T19:58:18.207Z | Doc-tests dpd-client |
5809 | 2024-03-20T19:58:18.207Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f01433d4d26722b7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-eb3fc225a0b06c66.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human` |
5810 | 2024-03-20T19:58:19.276Z | |
5811 | 2024-03-20T19:58:19.276Z | running 0 tests |
5812 | 2024-03-20T19:58:19.276Z | |
5813 | 2024-03-20T19:58:19.276Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5814 | 2024-03-20T19:58:19.276Z | |
5815 | 2024-03-20T19:58:19.318Z | Doc-tests gateway-client |
5816 | 2024-03-20T19:58:19.318Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human` |
5817 | 2024-03-20T19:58:20.417Z | |
5818 | 2024-03-20T19:58:20.418Z | running 0 tests |
5819 | 2024-03-20T19:58:20.418Z | |
5820 | 2024-03-20T19:58:20.418Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5821 | 2024-03-20T19:58:20.418Z | |
5822 | 2024-03-20T19:58:20.456Z | Doc-tests gateway-test-utils |
5823 | 2024-03-20T19:58:20.456Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-99f6e574fb232184.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-611f48e90eb3682e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ee795758ac268ca8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human` |
5824 | 2024-03-20T19:58:20.947Z | |
5825 | 2024-03-20T19:58:20.947Z | running 0 tests |
5826 | 2024-03-20T19:58:20.947Z | |
5827 | 2024-03-20T19:58:20.947Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5828 | 2024-03-20T19:58:20.947Z | |
5829 | 2024-03-20T19:58:20.977Z | Doc-tests illumos-utils |
5830 | 2024-03-20T19:58:21.015Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-fc0d7c84909613e3.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-cb4c4704d95684a8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-9711295b31a6bec0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6d1ecd69c959da9f.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-95cdad147fa35593.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8301f6eb8fad901f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-e2ae5922343e9bab.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' -D warnings --error-format human` |
5831 | 2024-03-20T19:58:23.295Z | |
5832 | 2024-03-20T19:58:23.296Z | running 0 tests |
5833 | 2024-03-20T19:58:23.296Z | |
5834 | 2024-03-20T19:58:23.296Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5835 | 2024-03-20T19:58:23.297Z | |
5836 | 2024-03-20T19:58:23.377Z | Doc-tests installinator |
5837 | 2024-03-20T19:58:23.427Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e2513e0b503e3c04.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-b8d5a7d691bcc283.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-54a8444be37590df.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d68cdaac0515ed64.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2ddef206ca9828f9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1a1912a6e2794b2f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-6b5576bee720e4af.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-3fe1015ea8b63e9b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-07befa7561496e8f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-265427fc2150b375.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-70a6029908a23ae4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-910593e6fd20f86e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human` |
5838 | 2024-03-20T19:58:24.059Z | |
5839 | 2024-03-20T19:58:24.059Z | running 0 tests |
5840 | 2024-03-20T19:58:24.059Z | |
5841 | 2024-03-20T19:58:24.059Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5842 | 2024-03-20T19:58:24.059Z | |
5843 | 2024-03-20T19:58:24.093Z | Doc-tests installinator-artifact-client |
5844 | 2024-03-20T19:58:24.093Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifact_client --test clients/installinator-artifact-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-artifact-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-54a8444be37590df.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d68cdaac0515ed64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-910593e6fd20f86e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human` |
5845 | 2024-03-20T19:58:25.159Z | |
5846 | 2024-03-20T19:58:25.159Z | running 0 tests |
5847 | 2024-03-20T19:58:25.159Z | |
5848 | 2024-03-20T19:58:25.159Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5849 | 2024-03-20T19:58:25.159Z | |
5850 | 2024-03-20T19:58:25.200Z | Doc-tests installinator-artifactd |
5851 | 2024-03-20T19:58:25.200Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifactd --test installinator-artifactd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-artifactd -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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-09ece57728e722c5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d68cdaac0515ed64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human` |
5852 | 2024-03-20T19:58:25.560Z | |
5853 | 2024-03-20T19:58:25.560Z | running 0 tests |
5854 | 2024-03-20T19:58:25.560Z | |
5855 | 2024-03-20T19:58:25.560Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5856 | 2024-03-20T19:58:25.560Z | |
5857 | 2024-03-20T19:58:25.591Z | Doc-tests installinator-common |
5858 | 2024-03-20T19:58:25.591Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d68cdaac0515ed64.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-910593e6fd20f86e.rlib -C embed-bitcode=no -D warnings --error-format human` |
5859 | 2024-03-20T19:58:26.057Z | |
5860 | 2024-03-20T19:58:26.057Z | running 0 tests |
5861 | 2024-03-20T19:58:26.057Z | |
5862 | 2024-03-20T19:58:26.057Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5863 | 2024-03-20T19:58:26.057Z | |
5864 | 2024-03-20T19:58:26.092Z | Doc-tests internal-dns |
5865 | 2024-03-20T19:58:26.125Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name internal_dns --test internal-dns/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns -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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-83fdc5411358700f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human` |
5866 | 2024-03-20T19:58:26.445Z | |
5867 | 2024-03-20T19:58:26.445Z | running 0 tests |
5868 | 2024-03-20T19:58:26.445Z | |
5869 | 2024-03-20T19:58:26.445Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5870 | 2024-03-20T19:58:26.474Z | |
5871 | 2024-03-20T19:58:26.499Z | Doc-tests ipcc |
5872 | 2024-03-20T19:58:26.499Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2ddef206ca9828f9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ -D warnings --error-format human` |
5873 | 2024-03-20T19:58:26.772Z | |
5874 | 2024-03-20T19:58:26.772Z | running 0 tests |
5875 | 2024-03-20T19:58:26.772Z | |
5876 | 2024-03-20T19:58:26.772Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5877 | 2024-03-20T19:58:26.772Z | |
5878 | 2024-03-20T19:58:26.803Z | Doc-tests key-manager |
5879 | 2024-03-20T19:58:26.804Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-22dfc93d75787358.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60d1e75aba0cc8b7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib -C embed-bitcode=no -D warnings --error-format human` |
5880 | 2024-03-20T19:58:27.083Z | |
5881 | 2024-03-20T19:58:27.083Z | running 0 tests |
5882 | 2024-03-20T19:58:27.083Z | |
5883 | 2024-03-20T19:58:27.083Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5884 | 2024-03-20T19:58:27.083Z | |
5885 | 2024-03-20T19:58:27.110Z | Doc-tests nexus-client |
5886 | 2024-03-20T19:58:27.110Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d1cf8badb1d2aea2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a47a4d776080639b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human` |
5887 | 2024-03-20T19:58:30.329Z | |
5888 | 2024-03-20T19:58:30.329Z | running 0 tests |
5889 | 2024-03-20T19:58:30.329Z | |
5890 | 2024-03-20T19:58:30.329Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5891 | 2024-03-20T19:58:30.329Z | |
5892 | 2024-03-20T19:58:30.407Z | Doc-tests nexus-config |
5893 | 2024-03-20T19:58:30.408Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human` |
5894 | 2024-03-20T19:58:30.948Z | |
5895 | 2024-03-20T19:58:30.948Z | running 0 tests |
5896 | 2024-03-20T19:58:30.948Z | |
5897 | 2024-03-20T19:58:30.948Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5898 | 2024-03-20T19:58:30.948Z | |
5899 | 2024-03-20T19:58:30.980Z | Doc-tests nexus-db-model |
5900 | 2024-03-20T19:58:30.980Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-0f8313da68bc2791.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2b44ebb5b3c74cea.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-949fa3c719518569.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a066ba2ba3a2161f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0fc9ad9d3bb75c0a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1db80f735ae81b02.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b4a1a9b5cd38b36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a47a4d776080639b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-1e6b28bdf30fd2d4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-84cbdf7fa6766d88.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human` |
5901 | 2024-03-20T19:58:43.856Z | |
5902 | 2024-03-20T19:58:43.856Z | running 2 tests |
5903 | 2024-03-20T19:58:46.023Z | test nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok |
5904 | 2024-03-20T19:58:46.060Z | test nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok |
5905 | 2024-03-20T19:58:46.060Z | |
5906 | 2024-03-20T19:58:46.060Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.17s |
5907 | 2024-03-20T19:58:46.060Z | |
5908 | 2024-03-20T19:58:46.303Z | Doc-tests nexus-db-queries |
5909 | 2024-03-20T19:58:46.351Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1116670e92d5d91c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-1e8d66aa998c2563.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-9ecb60445da7bf78.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5d882fa43050414c.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-0f8313da68bc2791.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-949fa3c719518569.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-8e99a2664cb7a046.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-07e61238cdbbb096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a066ba2ba3a2161f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0fc9ad9d3bb75c0a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-8c0fa625a0e37434.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-62b989746926d1f6.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e7c4cf21731dfa07.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8a87d49693ffe19c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a47a4d776080639b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-05c2c783ea8ecd88.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-5a9e87d95b567d77.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-faa495f1c4f12fa0.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-874d20e0f8c5b799.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-84cbdf7fa6766d88.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human` |
5910 | 2024-03-20T19:58:48.923Z | |
5911 | 2024-03-20T19:58:48.923Z | running 2 tests |
5912 | 2024-03-20T19:58:48.948Z | test nexus/db-queries/src/db/alias.rs - db::alias::ExpressionAlias (line 20) ... ignored |
5913 | 2024-03-20T19:59:00.771Z | test nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 193) ... ok |
5914 | 2024-03-20T19:59:00.771Z | |
5915 | 2024-03-20T19:59:00.771Z | test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 11.85s |
5916 | 2024-03-20T19:59:00.771Z | |
5917 | 2024-03-20T19:59:01.272Z | Doc-tests nexus-defaults |
5918 | 2024-03-20T19:59:01.272Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1db80f735ae81b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib -C embed-bitcode=no -D warnings --error-format human` |
5919 | 2024-03-20T19:59:01.713Z | |
5920 | 2024-03-20T19:59:01.713Z | running 0 tests |
5921 | 2024-03-20T19:59:01.713Z | |
5922 | 2024-03-20T19:59:01.713Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5923 | 2024-03-20T19:59:01.714Z | |
5924 | 2024-03-20T19:59:01.714Z | Doc-tests nexus-inventory |
5925 | 2024-03-20T19:59:01.714Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-99f6e574fb232184.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-62b989746926d1f6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-05c2c783ea8ecd88.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human` |
5926 | 2024-03-20T19:59:01.742Z | |
5927 | 2024-03-20T19:59:01.742Z | running 0 tests |
5928 | 2024-03-20T19:59:01.742Z | |
5929 | 2024-03-20T19:59:01.742Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5930 | 2024-03-20T19:59:01.742Z | |
5931 | 2024-03-20T19:59:01.742Z | Doc-tests nexus-macros-common |
5932 | 2024-03-20T19:59:01.742Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-422782d251992bc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib -C embed-bitcode=no -D warnings --error-format human` |
5933 | 2024-03-20T19:59:01.742Z | |
5934 | 2024-03-20T19:59:01.742Z | running 0 tests |
5935 | 2024-03-20T19:59:01.742Z | |
5936 | 2024-03-20T19:59:01.742Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5937 | 2024-03-20T19:59:01.742Z | |
5938 | 2024-03-20T19:59:01.742Z | Doc-tests nexus-networking |
5939 | 2024-03-20T19:59:01.742Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-8c0fa625a0e37434.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9baf9ce9d9f0a1a8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human` |
5940 | 2024-03-20T19:59:02.088Z | |
5941 | 2024-03-20T19:59:02.088Z | running 0 tests |
5942 | 2024-03-20T19:59:02.088Z | |
5943 | 2024-03-20T19:59:02.088Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5944 | 2024-03-20T19:59:02.088Z | |
5945 | 2024-03-20T19:59:02.123Z | Doc-tests nexus-reconfigurator-execution |
5946 | 2024-03-20T19:59:02.124Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-2c348ef536bdab30.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0fc9ad9d3bb75c0a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-8c0fa625a0e37434.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-62b989746926d1f6.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9baf9ce9d9f0a1a8.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3f8a184d9e485af8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e7c4cf21731dfa07.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7c7a6053ead96298.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8a87d49693ffe19c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7fbbfdf9410205b8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f94790ada1d76c69.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human` |
5947 | 2024-03-20T19:59:02.569Z | |
5948 | 2024-03-20T19:59:02.569Z | running 0 tests |
5949 | 2024-03-20T19:59:02.569Z | |
5950 | 2024-03-20T19:59:02.569Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5951 | 2024-03-20T19:59:02.569Z | |
5952 | 2024-03-20T19:59:02.616Z | Doc-tests nexus-reconfigurator-planning |
5953 | 2024-03-20T19:59:02.616Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-62b989746926d1f6.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e7c4cf21731dfa07.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-c3c8c50be7e0b717.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human` |
5954 | 2024-03-20T19:59:02.972Z | |
5955 | 2024-03-20T19:59:02.973Z | running 0 tests |
5956 | 2024-03-20T19:59:02.973Z | |
5957 | 2024-03-20T19:59:02.973Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5958 | 2024-03-20T19:59:02.974Z | |
5959 | 2024-03-20T19:59:03.006Z | Doc-tests nexus-reconfigurator-preparation |
5960 | 2024-03-20T19:59:03.006Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0fc9ad9d3bb75c0a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7c7a6053ead96298.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib -C embed-bitcode=no -D warnings --error-format human` |
5961 | 2024-03-20T19:59:03.329Z | |
5962 | 2024-03-20T19:59:03.329Z | running 0 tests |
5963 | 2024-03-20T19:59:03.329Z | |
5964 | 2024-03-20T19:59:03.329Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5965 | 2024-03-20T19:59:03.329Z | |
5966 | 2024-03-20T19:59:03.364Z | Doc-tests nexus-types |
5967 | 2024-03-20T19:59:03.365Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-56536a38ca488a63.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a47a4d776080639b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-1e6b28bdf30fd2d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-84cbdf7fa6766d88.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human` |
5968 | 2024-03-20T19:59:06.281Z | |
5969 | 2024-03-20T19:59:06.281Z | running 0 tests |
5970 | 2024-03-20T19:59:06.281Z | |
5971 | 2024-03-20T19:59:06.281Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5972 | 2024-03-20T19:59:06.281Z | |
5973 | 2024-03-20T19:59:06.367Z | Doc-tests omicron-certificates |
5974 | 2024-03-20T19:59:06.367Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bc66d735be7e778a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b4a1a9b5cd38b36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ea5ca821882ec114.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib -C embed-bitcode=no -D warnings --error-format human` |
5975 | 2024-03-20T19:59:06.679Z | |
5976 | 2024-03-20T19:59:06.680Z | running 0 tests |
5977 | 2024-03-20T19:59:06.680Z | |
5978 | 2024-03-20T19:59:06.680Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5979 | 2024-03-20T19:59:06.680Z | |
5980 | 2024-03-20T19:59:06.724Z | Doc-tests omicron-common |
5981 | 2024-03-20T19:59:06.725Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-56536a38ca488a63.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5854896ab8f65f6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf6f81396c333432.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-1e6b28bdf30fd2d4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-eb3fc225a0b06c66.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -D warnings --error-format human` |
5982 | 2024-03-20T19:59:08.765Z | |
5983 | 2024-03-20T19:59:08.765Z | running 2 tests |
5984 | 2024-03-20T19:59:08.828Z | test common/src/lib.rs - FileKv (line 57) ... ignored |
5985 | 2024-03-20T19:59:16.069Z | test common/src/api/external/error.rs - api::external::error::InternalContext (line 601) ... ok |
5986 | 2024-03-20T19:59:16.069Z | |
5987 | 2024-03-20T19:59:16.069Z | test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 7.31s |
5988 | 2024-03-20T19:59:16.069Z | |
5989 | 2024-03-20T19:59:16.149Z | Doc-tests omicron-ddm-admin-client |
5990 | 2024-03-20T19:59:16.149Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-bce6aad87b94a293.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1a1912a6e2794b2f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-eb3fc225a0b06c66.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-07befa7561496e8f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib -C embed-bitcode=no -D warnings --error-format human` |
5991 | 2024-03-20T19:59:16.506Z | |
5992 | 2024-03-20T19:59:16.506Z | running 0 tests |
5993 | 2024-03-20T19:59:16.506Z | |
5994 | 2024-03-20T19:59:16.506Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5995 | 2024-03-20T19:59:16.506Z | |
5996 | 2024-03-20T19:59:16.538Z | Doc-tests omicron-gateway |
5997 | 2024-03-20T19:59:16.538Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1a00407143d33319.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-99f6e574fb232184.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2ddef206ca9828f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-611f48e90eb3682e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-329dbc3d8aa6e9f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ee795758ac268ca8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human` |
5998 | 2024-03-20T19:59:17.797Z | |
5999 | 2024-03-20T19:59:17.797Z | running 0 tests |
6000 | 2024-03-20T19:59:17.797Z | |
6001 | 2024-03-20T19:59:17.797Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6002 | 2024-03-20T19:59:17.797Z | |
6003 | 2024-03-20T19:59:17.852Z | Doc-tests omicron-nexus |
6004 | 2024-03-20T19:59:17.941Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1116670e92d5d91c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4db9a1b251a7f564.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-008cbceb7363ffc2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-949fa3c719518569.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-83fdc5411358700f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f01433d4d26722b7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-4ff9799084301cee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-99f6e574fb232184.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-2c348ef536bdab30.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5aaf5179de87f687.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-07e61238cdbbb096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf6f81396c333432.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0fc9ad9d3bb75c0a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-8c0fa625a0e37434.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1db80f735ae81b02.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-62b989746926d1f6.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9baf9ce9d9f0a1a8.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3f8a184d9e485af8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e7c4cf21731dfa07.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-7c7a6053ead96298.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bcc1b315c97f366c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8a87d49693ffe19c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7fbbfdf9410205b8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f94790ada1d76c69.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a47a4d776080639b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-05c2c783ea8ecd88.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2a74f6adbc09a4dc.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bedae40d9a192fcb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-348596a22e862dd6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cbe85d9b688e3e5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7b0eb46995958ceb.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-1e6b28bdf30fd2d4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-eb3fc225a0b06c66.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-874d20e0f8c5b799.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44251199ac83f0ed.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ee795758ac268ca8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-84cbdf7fa6766d88.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4e605a2291eaafdc.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-70a6029908a23ae4.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-74947787d6f66d77.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human` |
6005 | 2024-03-20T19:59:21.757Z | |
6006 | 2024-03-20T19:59:21.757Z | running 5 tests |
6007 | 2024-03-20T19:59:21.804Z | test nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 219) ... ignored |
6008 | 2024-03-20T19:59:25.179Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 709) ... ok |
6009 | 2024-03-20T19:59:25.208Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 781) ... ok |
6010 | 2024-03-20T19:59:25.208Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 687) ... ok |
6011 | 2024-03-20T19:59:25.208Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 751) ... ok |
6012 | 2024-03-20T19:59:25.208Z | |
6013 | 2024-03-20T19:59:25.208Z | test result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.86s |
6014 | 2024-03-20T19:59:25.208Z | |
6015 | 2024-03-20T19:59:25.292Z | Doc-tests omicron-package |
6016 | 2024-03-20T19:59:25.292Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-a2e968ef8476fab7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-836c228aaab79d4e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3c0333554e1139b6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-3fe1015ea8b63e9b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-891598d647538f18.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rlib -C embed-bitcode=no -D warnings --error-format human` |
6017 | 2024-03-20T19:59:25.540Z | |
6018 | 2024-03-20T19:59:25.540Z | running 0 tests |
6019 | 2024-03-20T19:59:25.540Z | |
6020 | 2024-03-20T19:59:25.540Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6021 | 2024-03-20T19:59:25.540Z | |
6022 | 2024-03-20T19:59:25.565Z | Doc-tests omicron-passwords |
6023 | 2024-03-20T19:59:25.565Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-bd1d1801db21c345.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4db9a1b251a7f564.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a47a4d776080639b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-886297da9af2df99.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib -C embed-bitcode=no -D warnings --error-format human` |
6024 | 2024-03-20T19:59:25.701Z | |
6025 | 2024-03-20T19:59:25.701Z | running 0 tests |
6026 | 2024-03-20T19:59:25.702Z | |
6027 | 2024-03-20T19:59:25.702Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6028 | 2024-03-20T19:59:25.702Z | |
6029 | 2024-03-20T19:59:25.729Z | Doc-tests omicron-rpaths |
6030 | 2024-03-20T19:59:25.729Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-699a5e2a24e76a04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib -C embed-bitcode=no -D warnings --error-format human` |
6031 | 2024-03-20T19:59:25.802Z | |
6032 | 2024-03-20T19:59:25.802Z | running 0 tests |
6033 | 2024-03-20T19:59:25.802Z | |
6034 | 2024-03-20T19:59:25.803Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6035 | 2024-03-20T19:59:25.803Z | |
6036 | 2024-03-20T19:59:25.833Z | Doc-tests omicron-sled-agent |
6037 | 2024-03-20T19:59:25.833Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1d27543eb20ce46a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-13f2409f015254c4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-007e9bbfd6499fa8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-83fdc5411358700f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-732cb654e7e0b968.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f01433d4d26722b7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-38a00d98dc750615.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9488bd2907661119.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d68cdaac0515ed64.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-22dfc93d75787358.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-cf6f81396c333432.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d1cf8badb1d2aea2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1a1912a6e2794b2f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-05c2c783ea8ecd88.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-6d1ecd69c959da9f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cbe85d9b688e3e5d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7b0eb46995958ceb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ffde72626bd8f843.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-f21ce53b8aa5e655.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-3fe1015ea8b63e9b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-07befa7561496e8f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-265427fc2150b375.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-276848ef01bcf101.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -C embed-bitcode=no -D warnings --error-format human` |
6038 | 2024-03-20T19:59:29.350Z | |
6039 | 2024-03-20T19:59:29.350Z | running 0 tests |
6040 | 2024-03-20T19:59:29.350Z | |
6041 | 2024-03-20T19:59:29.350Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6042 | 2024-03-20T19:59:29.351Z | |
6043 | 2024-03-20T19:59:30.781Z | Doc-tests omicron-test-utils |
6044 | 2024-03-20T19:59:30.781Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3655500470576653.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-beba8c826f2a274c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-63373e866e475f60.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dacc20e32105a42.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' -D warnings --error-format human` |
6045 | 2024-03-20T19:59:30.807Z | |
6046 | 2024-03-20T19:59:30.807Z | running 0 tests |
6047 | 2024-03-20T19:59:30.807Z | |
6048 | 2024-03-20T19:59:30.807Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6049 | 2024-03-20T19:59:30.807Z | |
6050 | 2024-03-20T19:59:30.807Z | Doc-tests omicron-uuid-kinds |
6051 | 2024-03-20T19:59:30.807Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-33a770dffbec51cf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' -D warnings --error-format human` |
6052 | 2024-03-20T19:59:30.807Z | |
6053 | 2024-03-20T19:59:30.807Z | running 0 tests |
6054 | 2024-03-20T19:59:30.807Z | |
6055 | 2024-03-20T19:59:30.807Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6056 | 2024-03-20T19:59:30.807Z | |
6057 | 2024-03-20T19:59:30.807Z | Doc-tests oxide-client |
6058 | 2024-03-20T19:59:30.807Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2a74f6adbc09a4dc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human` |
6059 | 2024-03-20T19:59:35.946Z | |
6060 | 2024-03-20T19:59:35.946Z | running 180 tests |
6061 | 2024-03-20T19:59:36.392Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored |
6062 | 2024-03-20T19:59:36.392Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored |
6063 | 2024-03-20T19:59:36.392Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored |
6064 | 2024-03-20T19:59:36.393Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored |
6065 | 2024-03-20T19:59:36.393Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored |
6066 | 2024-03-20T19:59:36.393Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored |
6067 | 2024-03-20T19:59:36.393Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored |
6068 | 2024-03-20T19:59:36.393Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored |
6069 | 2024-03-20T19:59:36.393Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored |
6070 | 2024-03-20T19:59:36.393Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored |
6071 | 2024-03-20T19:59:36.393Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored |
6072 | 2024-03-20T19:59:36.393Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored |
6073 | 2024-03-20T19:59:36.393Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored |
6074 | 2024-03-20T19:59:36.393Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored |
6075 | 2024-03-20T19:59:36.393Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored |
6076 | 2024-03-20T19:59:36.393Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored |
6077 | 2024-03-20T19:59:36.393Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored |
6078 | 2024-03-20T19:59:36.393Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored |
6079 | 2024-03-20T19:59:36.393Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored |
6080 | 2024-03-20T19:59:36.393Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored |
6081 | 2024-03-20T19:59:36.393Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored |
6082 | 2024-03-20T19:59:36.393Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored |
6083 | 2024-03-20T19:59:36.394Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored |
6084 | 2024-03-20T19:59:36.448Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored |
6085 | 2024-03-20T19:59:36.448Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored |
6086 | 2024-03-20T19:59:36.448Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored |
6087 | 2024-03-20T19:59:36.448Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored |
6088 | 2024-03-20T19:59:36.448Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored |
6089 | 2024-03-20T19:59:36.448Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored |
6090 | 2024-03-20T19:59:36.448Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored |
6091 | 2024-03-20T19:59:36.448Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored |
6092 | 2024-03-20T19:59:36.448Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored |
6093 | 2024-03-20T19:59:36.448Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored |
6094 | 2024-03-20T19:59:36.448Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored |
6095 | 2024-03-20T19:59:36.448Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored |
6096 | 2024-03-20T19:59:36.448Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored |
6097 | 2024-03-20T19:59:36.448Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored |
6098 | 2024-03-20T19:59:36.448Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored |
6099 | 2024-03-20T19:59:36.448Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored |
6100 | 2024-03-20T19:59:36.448Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored |
6101 | 2024-03-20T19:59:36.449Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored |
6102 | 2024-03-20T19:59:36.449Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored |
6103 | 2024-03-20T19:59:36.449Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored |
6104 | 2024-03-20T19:59:36.449Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored |
6105 | 2024-03-20T19:59:36.449Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored |
6106 | 2024-03-20T19:59:36.449Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored |
6107 | 2024-03-20T19:59:36.449Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored |
6108 | 2024-03-20T19:59:36.449Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored |
6109 | 2024-03-20T19:59:36.449Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored |
6110 | 2024-03-20T19:59:36.449Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored |
6111 | 2024-03-20T19:59:36.449Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored |
6112 | 2024-03-20T19:59:36.449Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored |
6113 | 2024-03-20T19:59:36.449Z | test clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored |
6114 | 2024-03-20T19:59:36.449Z | test clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored |
6115 | 2024-03-20T19:59:36.449Z | test clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 30) ... ignored |
6116 | 2024-03-20T19:59:36.449Z | test clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored |
6117 | 2024-03-20T19:59:36.449Z | test clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored |
6118 | 2024-03-20T19:59:36.449Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored |
6119 | 2024-03-20T19:59:36.449Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored |
6120 | 2024-03-20T19:59:36.449Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored |
6121 | 2024-03-20T19:59:36.450Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored |
6122 | 2024-03-20T19:59:36.450Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored |
6123 | 2024-03-20T19:59:36.450Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored |
6124 | 2024-03-20T19:59:36.450Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored |
6125 | 2024-03-20T19:59:36.450Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored |
6126 | 2024-03-20T19:59:36.450Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored |
6127 | 2024-03-20T19:59:36.450Z | test clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored |
6128 | 2024-03-20T19:59:36.450Z | test clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored |
6129 | 2024-03-20T19:59:36.450Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored |
6130 | 2024-03-20T19:59:36.450Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored |
6131 | 2024-03-20T19:59:36.450Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored |
6132 | 2024-03-20T19:59:36.450Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored |
6133 | 2024-03-20T19:59:36.450Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored |
6134 | 2024-03-20T19:59:36.450Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored |
6135 | 2024-03-20T19:59:36.450Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored |
6136 | 2024-03-20T19:59:36.450Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored |
6137 | 2024-03-20T19:59:36.450Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored |
6138 | 2024-03-20T19:59:36.451Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored |
6139 | 2024-03-20T19:59:36.451Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored |
6140 | 2024-03-20T19:59:36.451Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored |
6141 | 2024-03-20T19:59:36.451Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored |
6142 | 2024-03-20T19:59:36.451Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored |
6143 | 2024-03-20T19:59:36.451Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored |
6144 | 2024-03-20T19:59:36.451Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored |
6145 | 2024-03-20T19:59:36.451Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored |
6146 | 2024-03-20T19:59:36.451Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored |
6147 | 2024-03-20T19:59:36.451Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored |
6148 | 2024-03-20T19:59:36.451Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored |
6149 | 2024-03-20T19:59:36.451Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored |
6150 | 2024-03-20T19:59:36.451Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored |
6151 | 2024-03-20T19:59:36.451Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored |
6152 | 2024-03-20T19:59:36.451Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored |
6153 | 2024-03-20T19:59:36.451Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored |
6154 | 2024-03-20T19:59:36.451Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored |
6155 | 2024-03-20T19:59:36.451Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored |
6156 | 2024-03-20T19:59:36.452Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored |
6157 | 2024-03-20T19:59:36.452Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored |
6158 | 2024-03-20T19:59:36.452Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored |
6159 | 2024-03-20T19:59:36.452Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored |
6160 | 2024-03-20T19:59:36.452Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored |
6161 | 2024-03-20T19:59:36.452Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored |
6162 | 2024-03-20T19:59:36.452Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored |
6163 | 2024-03-20T19:59:36.452Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored |
6164 | 2024-03-20T19:59:36.452Z | test clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 30) ... ignored |
6165 | 2024-03-20T19:59:36.452Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored |
6166 | 2024-03-20T19:59:36.452Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored |
6167 | 2024-03-20T19:59:36.452Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored |
6168 | 2024-03-20T19:59:36.452Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 25) ... ignored |
6169 | 2024-03-20T19:59:36.452Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored |
6170 | 2024-03-20T19:59:36.452Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored |
6171 | 2024-03-20T19:59:36.452Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 22) ... ignored |
6172 | 2024-03-20T19:59:36.452Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored |
6173 | 2024-03-20T19:59:36.452Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored |
6174 | 2024-03-20T19:59:36.452Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored |
6175 | 2024-03-20T19:59:36.452Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_link (line 27) ... ignored |
6176 | 2024-03-20T19:59:36.452Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_list (line 27) ... ignored |
6177 | 2024-03-20T19:59:36.452Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_unlink (line 24) ... ignored |
6178 | 2024-03-20T19:59:36.453Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_update (line 24) ... ignored |
6179 | 2024-03-20T19:59:36.453Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored |
6180 | 2024-03-20T19:59:36.453Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_utilization_view (line 24) ... ignored |
6181 | 2024-03-20T19:59:36.453Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored |
6182 | 2024-03-20T19:59:36.453Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored |
6183 | 2024-03-20T19:59:36.453Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored |
6184 | 2024-03-20T19:59:36.480Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored |
6185 | 2024-03-20T19:59:36.480Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored |
6186 | 2024-03-20T19:59:36.481Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored |
6187 | 2024-03-20T19:59:36.481Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored |
6188 | 2024-03-20T19:59:36.481Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored |
6189 | 2024-03-20T19:59:36.481Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_create (line 22) ... ignored |
6190 | 2024-03-20T19:59:36.481Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored |
6191 | 2024-03-20T19:59:36.481Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 24) ... ignored |
6192 | 2024-03-20T19:59:36.481Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored |
6193 | 2024-03-20T19:59:36.481Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored |
6194 | 2024-03-20T19:59:36.481Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored |
6195 | 2024-03-20T19:59:36.481Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored |
6196 | 2024-03-20T19:59:36.481Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored |
6197 | 2024-03-20T19:59:36.481Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored |
6198 | 2024-03-20T19:59:36.481Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored |
6199 | 2024-03-20T19:59:36.481Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored |
6200 | 2024-03-20T19:59:36.481Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored |
6201 | 2024-03-20T19:59:36.481Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored |
6202 | 2024-03-20T19:59:36.481Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored |
6203 | 2024-03-20T19:59:36.482Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored |
6204 | 2024-03-20T19:59:36.482Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored |
6205 | 2024-03-20T19:59:36.482Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored |
6206 | 2024-03-20T19:59:36.482Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored |
6207 | 2024-03-20T19:59:36.482Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored |
6208 | 2024-03-20T19:59:36.482Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored |
6209 | 2024-03-20T19:59:36.482Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored |
6210 | 2024-03-20T19:59:36.482Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored |
6211 | 2024-03-20T19:59:36.482Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored |
6212 | 2024-03-20T19:59:36.482Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored |
6213 | 2024-03-20T19:59:36.482Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored |
6214 | 2024-03-20T19:59:36.482Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored |
6215 | 2024-03-20T19:59:36.482Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored |
6216 | 2024-03-20T19:59:36.482Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored |
6217 | 2024-03-20T19:59:36.482Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored |
6218 | 2024-03-20T19:59:36.482Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored |
6219 | 2024-03-20T19:59:36.482Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored |
6220 | 2024-03-20T19:59:36.482Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored |
6221 | 2024-03-20T19:59:36.483Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored |
6222 | 2024-03-20T19:59:36.483Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored |
6223 | 2024-03-20T19:59:36.483Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored |
6224 | 2024-03-20T19:59:36.483Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored |
6225 | 2024-03-20T19:59:36.483Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored |
6226 | 2024-03-20T19:59:36.483Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored |
6227 | 2024-03-20T19:59:36.483Z | test clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored |
6228 | 2024-03-20T19:59:36.483Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored |
6229 | 2024-03-20T19:59:36.483Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored |
6230 | 2024-03-20T19:59:36.483Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 26) ... ignored |
6231 | 2024-03-20T19:59:36.483Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored |
6232 | 2024-03-20T19:59:36.483Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored |
6233 | 2024-03-20T19:59:36.483Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored |
6234 | 2024-03-20T19:59:36.483Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored |
6235 | 2024-03-20T19:59:36.484Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored |
6236 | 2024-03-20T19:59:36.484Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored |
6237 | 2024-03-20T19:59:36.484Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored |
6238 | 2024-03-20T19:59:36.484Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored |
6239 | 2024-03-20T19:59:36.484Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored |
6240 | 2024-03-20T19:59:36.484Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored |
6241 | 2024-03-20T19:59:36.484Z | |
6242 | 2024-03-20T19:59:36.484Z | test result: ok. 0 passed; 0 failed; 180 ignored; 0 measured; 0 filtered out; finished in 0.18s |
6243 | 2024-03-20T19:59:36.484Z | |
6244 | 2024-03-20T19:59:36.484Z | Doc-tests oximeter |
6245 | 2024-03-20T19:59:36.484Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-25e4f07d429ae077.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9f10828012a3e3e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-b43c37731d53b273.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-713bbb128c5b800f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-23be0087c4c59faa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human` |
6246 | 2024-03-20T19:59:37.015Z | |
6247 | 2024-03-20T19:59:37.015Z | running 8 tests |
6248 | 2024-03-20T19:59:37.635Z | test oximeter/oximeter/src/traits.rs - traits::Target (line 72) - compile fail ... ok |
6249 | 2024-03-20T19:59:37.717Z | test oximeter/oximeter/src/traits.rs - traits::Metric (line 164) - compile fail ... ok |
6250 | 2024-03-20T19:59:38.487Z | test oximeter/oximeter/src/lib.rs - (line 24) ... ok |
6251 | 2024-03-20T19:59:44.822Z | test oximeter/oximeter/src/traits.rs - traits::Metric (line 143) ... ok |
6252 | 2024-03-20T19:59:45.065Z | test oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::with_bins (line 357) ... ok |
6253 | 2024-03-20T19:59:45.172Z | test oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::span_decades (line 597) ... ok |
6254 | 2024-03-20T19:59:45.298Z | test oximeter/oximeter/src/traits.rs - traits::Target (line 46) ... ok |
6255 | 2024-03-20T19:59:45.325Z | test oximeter/oximeter/src/traits.rs - traits::Producer (line 334) ... ok |
6256 | 2024-03-20T19:59:45.325Z | |
6257 | 2024-03-20T19:59:45.325Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.29s |
6258 | 2024-03-20T19:59:45.325Z | |
6259 | 2024-03-20T19:59:45.376Z | Doc-tests oximeter-client |
6260 | 2024-03-20T19:59:45.376Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bedae40d9a192fcb.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human` |
6261 | 2024-03-20T19:59:45.784Z | |
6262 | 2024-03-20T19:59:45.784Z | running 0 tests |
6263 | 2024-03-20T19:59:45.784Z | |
6264 | 2024-03-20T19:59:45.784Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6265 | 2024-03-20T19:59:45.784Z | |
6266 | 2024-03-20T19:59:45.820Z | Doc-tests oximeter-collector |
6267 | 2024-03-20T19:59:45.820Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d1cf8badb1d2aea2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-1ff646cd72555b5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bedae40d9a192fcb.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b94e47b69c04d0e9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-348596a22e862dd6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human` |
6268 | 2024-03-20T19:59:46.371Z | |
6269 | 2024-03-20T19:59:46.371Z | running 0 tests |
6270 | 2024-03-20T19:59:46.371Z | |
6271 | 2024-03-20T19:59:46.371Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6272 | 2024-03-20T19:59:46.371Z | |
6273 | 2024-03-20T19:59:46.431Z | Doc-tests oximeter-db |
6274 | 2024-03-20T19:59:46.431Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-03b4f3ce92193791.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-e9f234e7403545e8.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-348596a22e862dd6.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-450325c62a6d239c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-44810f6df167919f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-22d44c788f7a1157.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b88d71e2cf5c5956.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human` |
6275 | 2024-03-20T19:59:47.462Z | |
6276 | 2024-03-20T19:59:47.462Z | running 0 tests |
6277 | 2024-03-20T19:59:47.462Z | |
6278 | 2024-03-20T19:59:47.462Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6279 | 2024-03-20T19:59:47.462Z | |
6280 | 2024-03-20T19:59:47.506Z | Doc-tests oximeter-instruments |
6281 | 2024-03-20T19:59:47.506Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-709d01f702754cfa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cbe85d9b688e3e5d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' -D warnings --error-format human` |
6282 | 2024-03-20T19:59:47.915Z | |
6283 | 2024-03-20T19:59:47.915Z | running 0 tests |
6284 | 2024-03-20T19:59:47.915Z | |
6285 | 2024-03-20T19:59:47.915Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6286 | 2024-03-20T19:59:47.915Z | |
6287 | 2024-03-20T19:59:47.948Z | Doc-tests oximeter-macro-impl |
6288 | 2024-03-20T19:59:47.949Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-b43c37731d53b273.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human` |
6289 | 2024-03-20T19:59:48.040Z | |
6290 | 2024-03-20T19:59:48.040Z | running 0 tests |
6291 | 2024-03-20T19:59:48.040Z | |
6292 | 2024-03-20T19:59:48.040Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6293 | 2024-03-20T19:59:48.040Z | |
6294 | 2024-03-20T19:59:48.072Z | Doc-tests oximeter-producer |
6295 | 2024-03-20T19:59:48.072Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d1cf8badb1d2aea2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-31b5868f1a050513.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7b0eb46995958ceb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human` |
6296 | 2024-03-20T19:59:48.401Z | |
6297 | 2024-03-20T19:59:48.401Z | running 0 tests |
6298 | 2024-03-20T19:59:48.402Z | |
6299 | 2024-03-20T19:59:48.402Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6300 | 2024-03-20T19:59:48.402Z | |
6301 | 2024-03-20T19:59:48.429Z | Doc-tests oxlog |
6302 | 2024-03-20T19:59:48.429Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8301f6eb8fad901f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human` |
6303 | 2024-03-20T19:59:48.531Z | |
6304 | 2024-03-20T19:59:48.531Z | running 0 tests |
6305 | 2024-03-20T19:59:48.531Z | |
6306 | 2024-03-20T19:59:48.531Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6307 | 2024-03-20T19:59:48.531Z | |
6308 | 2024-03-20T19:59:48.559Z | Doc-tests sled-agent-client |
6309 | 2024-03-20T19:59:48.559Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-3f40af50fc6337cf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human` |
6310 | 2024-03-20T19:59:56.270Z | |
6311 | 2024-03-20T19:59:56.270Z | running 0 tests |
6312 | 2024-03-20T19:59:56.270Z | |
6313 | 2024-03-20T19:59:56.270Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6314 | 2024-03-20T19:59:56.271Z | |
6315 | 2024-03-20T19:59:56.383Z | Doc-tests sled-hardware |
6316 | 2024-03-20T19:59:56.384Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4af3ac39ee685c10.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-5261b61fba90eb16.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-bf8c6a7305dce9e0.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-3d9d1a690638c900.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-3fe1015ea8b63e9b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-07befa7561496e8f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-276848ef01bcf101.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human` |
6317 | 2024-03-20T19:59:56.384Z | |
6318 | 2024-03-20T19:59:56.384Z | running 0 tests |
6319 | 2024-03-20T19:59:56.384Z | |
6320 | 2024-03-20T19:59:56.384Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6321 | 2024-03-20T19:59:56.384Z | |
6322 | 2024-03-20T19:59:56.384Z | Doc-tests sled-hardware-types |
6323 | 2024-03-20T19:59:56.384Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-07befa7561496e8f.rlib -C embed-bitcode=no -D warnings --error-format human` |
6324 | 2024-03-20T19:59:56.384Z | |
6325 | 2024-03-20T19:59:56.384Z | running 0 tests |
6326 | 2024-03-20T19:59:56.384Z | |
6327 | 2024-03-20T19:59:56.384Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6328 | 2024-03-20T19:59:56.385Z | |
6329 | 2024-03-20T19:59:56.385Z | Doc-tests sled-storage |
6330 | 2024-03-20T19:59:56.385Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-22dfc93d75787358.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-3fe1015ea8b63e9b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-265427fc2150b375.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no --cfg 'feature="testing"' -D warnings --error-format human` |
6331 | 2024-03-20T19:59:56.385Z | |
6332 | 2024-03-20T19:59:56.385Z | running 0 tests |
6333 | 2024-03-20T19:59:56.385Z | |
6334 | 2024-03-20T19:59:56.385Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6335 | 2024-03-20T19:59:56.386Z | |
6336 | 2024-03-20T19:59:56.386Z | Doc-tests sp-sim |
6337 | 2024-03-20T19:59:56.386Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-611f48e90eb3682e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ee795758ac268ca8.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-3d258aa4cc920d3f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib -C embed-bitcode=no -D warnings --error-format human` |
6338 | 2024-03-20T19:59:56.510Z | |
6339 | 2024-03-20T19:59:56.510Z | running 0 tests |
6340 | 2024-03-20T19:59:56.510Z | |
6341 | 2024-03-20T19:59:56.511Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6342 | 2024-03-20T19:59:56.511Z | |
6343 | 2024-03-20T19:59:56.511Z | Doc-tests tufaceous |
6344 | 2024-03-20T19:59:56.512Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-685942ca58dc83e5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-59597f63c9de32d2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-faa495f1c4f12fa0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4e605a2291eaafdc.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-70a6029908a23ae4.rlib -C embed-bitcode=no -D warnings --error-format human` |
6345 | 2024-03-20T19:59:56.512Z | |
6346 | 2024-03-20T19:59:56.513Z | running 0 tests |
6347 | 2024-03-20T19:59:56.513Z | |
6348 | 2024-03-20T19:59:56.548Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6349 | 2024-03-20T19:59:56.548Z | |
6350 | 2024-03-20T19:59:56.548Z | Doc-tests tufaceous-lib |
6351 | 2024-03-20T19:59:56.549Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5aaf5179de87f687.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-b31ab805a7686146.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-aa5b8a5176fd9fa1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-70a6029908a23ae4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.rlib -C embed-bitcode=no -D warnings --error-format human` |
6352 | 2024-03-20T19:59:56.549Z | |
6353 | 2024-03-20T19:59:56.549Z | running 0 tests |
6354 | 2024-03-20T19:59:56.549Z | |
6355 | 2024-03-20T19:59:56.549Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6356 | 2024-03-20T19:59:56.549Z | |
6357 | 2024-03-20T19:59:56.549Z | Doc-tests update-common |
6358 | 2024-03-20T19:59:56.549Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5aaf5179de87f687.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4e605a2291eaafdc.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-70a6029908a23ae4.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-74947787d6f66d77.rlib -C embed-bitcode=no -D warnings --error-format human` |
6359 | 2024-03-20T19:59:56.549Z | |
6360 | 2024-03-20T19:59:56.549Z | running 0 tests |
6361 | 2024-03-20T19:59:56.549Z | |
6362 | 2024-03-20T19:59:56.549Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6363 | 2024-03-20T19:59:56.550Z | |
6364 | 2024-03-20T19:59:56.550Z | Doc-tests update-engine |
6365 | 2024-03-20T19:59:56.550Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2b44ebb5b3c74cea.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-54f911ea7a4e298c.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-170a65fc53887f22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e03317ffd257cff1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-910593e6fd20f86e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human` |
6366 | 2024-03-20T19:59:56.550Z | |
6367 | 2024-03-20T19:59:56.550Z | running 3 tests |
6368 | 2024-03-20T19:59:56.550Z | test update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored |
6369 | 2024-03-20T19:59:56.550Z | test update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored |
6370 | 2024-03-20T19:59:56.550Z | test update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored |
6371 | 2024-03-20T19:59:56.551Z | |
6372 | 2024-03-20T19:59:56.551Z | test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6373 | 2024-03-20T19:59:56.551Z | |
6374 | 2024-03-20T19:59:56.551Z | Doc-tests wicket |
6375 | 2024-03-20T19:59:56.551Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-685942ca58dc83e5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a8835a8e44aa2410.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a47a4d776080639b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ea004ff21a68b928.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7059bfbaa965f98.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-7a46979d6857e869.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d69b616d8ada4d82.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-ca8f797ac62534ea.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-910593e6fd20f86e.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-cc0fef21877fc13a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-14e6fb0a2c64a633.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-bcb60a080265a1bb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib -C embed-bitcode=no -D warnings --error-format human` |
6376 | 2024-03-20T19:59:57.507Z | |
6377 | 2024-03-20T19:59:57.507Z | running 0 tests |
6378 | 2024-03-20T19:59:57.507Z | |
6379 | 2024-03-20T19:59:57.507Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6380 | 2024-03-20T19:59:57.507Z | |
6381 | 2024-03-20T19:59:57.556Z | Doc-tests wicket-common |
6382 | 2024-03-20T19:59:57.556Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-910593e6fd20f86e.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-14e6fb0a2c64a633.rlib -C embed-bitcode=no -D warnings --error-format human` |
6383 | 2024-03-20T19:59:57.557Z | |
6384 | 2024-03-20T19:59:57.557Z | running 0 tests |
6385 | 2024-03-20T19:59:57.557Z | |
6386 | 2024-03-20T19:59:57.557Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6387 | 2024-03-20T19:59:57.557Z | |
6388 | 2024-03-20T19:59:57.558Z | Doc-tests wicket-dbg |
6389 | 2024-03-20T19:59:57.558Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-489707f7caa2dd80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-cc0fef21877fc13a.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-5fa85fb2bfd7b7c7.rlib -C embed-bitcode=no -D warnings --error-format human` |
6390 | 2024-03-20T19:59:57.873Z | |
6391 | 2024-03-20T19:59:57.873Z | running 0 tests |
6392 | 2024-03-20T19:59:57.873Z | |
6393 | 2024-03-20T19:59:57.873Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6394 | 2024-03-20T19:59:57.873Z | |
6395 | 2024-03-20T19:59:57.918Z | Doc-tests wicketd |
6396 | 2024-03-20T19:59:57.919Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e6be8cdf06d0bd46.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-13f2409f015254c4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e45c956993785a51.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f01433d4d26722b7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-bac2dd5acd3b247d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-16fe8c33c96057a2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-99f6e574fb232184.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-5aaf5179de87f687.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c327e510c1f0a14.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ca72345e97b67dd7.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-b8d5a7d691bcc283.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-54a8444be37590df.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-09ece57728e722c5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d68cdaac0515ed64.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2d6b57e9740f522b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-0fac596133a37754.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b4a1a9b5cd38b36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e5beafa0679d300.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-1a1912a6e2794b2f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a47a4d776080639b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-de2b248eb9c8af00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4e1428724ad6010f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-831e5927df80e2b7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-07befa7561496e8f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-beec0720f2c50234.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-fc5b7b589cda4fc9.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-c94f3245b8807f94.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4e605a2291eaafdc.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-70a6029908a23ae4.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-74947787d6f66d77.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-910593e6fd20f86e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-cc0fef21877fc13a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-14e6fb0a2c64a633.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-3d26d485f59c3095.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-bcb60a080265a1bb.rlib -C embed-bitcode=no -D warnings --error-format human` |
6397 | 2024-03-20T19:59:59.027Z | |
6398 | 2024-03-20T19:59:59.027Z | running 0 tests |
6399 | 2024-03-20T19:59:59.027Z | |
6400 | 2024-03-20T19:59:59.027Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6401 | 2024-03-20T19:59:59.027Z | |
6402 | 2024-03-20T19:59:59.073Z | Doc-tests wicketd-client |
6403 | 2024-03-20T19:59:59.073Z | Running `/home/build/.rustup/toolchains/1.76.0-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-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d68cdaac0515ed64.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-80b4bc977ce9316a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a68c5e13781c2aa.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-399e79ef4e90a050.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-910593e6fd20f86e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-14e6fb0a2c64a633.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-bcb60a080265a1bb.rlib -C embed-bitcode=no -D warnings --error-format human` |
6404 | 2024-03-20T20:00:01.223Z | |
6405 | 2024-03-20T20:00:01.223Z | running 0 tests |
6406 | 2024-03-20T20:00:01.223Z | |
6407 | 2024-03-20T20:00:01.223Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6408 | 2024-03-20T20:00:01.223Z | |
6409 | 2024-03-20T20:00:01.324Z | |
6410 | 2024-03-20T20:00:01.382Z | real 1:48.418293567 |
6411 | 2024-03-20T20:00:01.382Z | user 1:39.983715393 |
6412 | 2024-03-20T20:00:01.383Z | sys 46.418314235 |
6413 | 2024-03-20T20:00:01.383Z | trap 0.021678908 |
6414 | 2024-03-20T20:00:01.383Z | tflt 0.516717139 |
6415 | 2024-03-20T20:00:01.383Z | dflt 2.606420325 |
6416 | 2024-03-20T20:00:01.383Z | kflt 0.008823356 |
6417 | 2024-03-20T20:00:01.383Z | lock 1:43.919520489 |
6418 | 2024-03-20T20:00:01.383Z | slp 10:25.285612787 |
6419 | 2024-03-20T20:00:01.383Z | lat 1.334579158 |
6420 | 2024-03-20T20:00:01.383Z | stop 3.695312335 |
6421 | 2024-03-20T20:00:01.383Z | files in /var/tmp/omicron_tmp (none expected on success): |
6422 | 2024-03-20T20:00:01.383Z | 164028 25 drwxr-xr-x 2 build build 2 Mar 20 20:00 /var/tmp/omicron_tmp |
6423 | 2024-03-20T20:00:02.034Z | process exited: duration 2928409 ms, exit code 0 |
|
6424 | 2024-03-20T20:00:02.125Z | found 1 output files |
6425 | 2024-03-20T20:00:02.177Z | uploading: /work/crate-build-timings.json (503789 bytes) |
6426 | 2024-03-20T20:00:03.434Z | uploaded: /work/crate-build-timings.json |