|
|
|
1 | 2023-12-13T05:37:28.564Z | job assigned to worker 01HHGTTGG2JE7BWDHJJS9NTY7E (queued for 58 s) |
|
2 | 2023-12-13T05:37:29.247Z | starting task 0: "setup" |
3 | 2023-12-13T05:37:29.255Z | ++ uname -s |
4 | 2023-12-13T05:37:29.255Z | + kern=SunOS |
5 | 2023-12-13T05:37:29.255Z | + case "$kern" in |
6 | 2023-12-13T05:37:29.255Z | + groupadd -g 12345 build |
7 | 2023-12-13T05:37:29.256Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-13T05:37:30.913Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-13T05:37:31.033Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-13T05:37:31.058Z | + home_fs=zfs |
11 | 2023-12-13T05:37:31.058Z | + [[ zfs == autofs ]] |
12 | 2023-12-13T05:37:31.058Z | + mkdir -p /home/build |
13 | 2023-12-13T05:37:31.058Z | + chown build:build /home/build /work |
14 | 2023-12-13T05:37:33.037Z | + chmod 0700 /home/build /work |
15 | 2023-12-13T05:37:33.040Z | process exited: duration 4201 ms, exit code 0 |
|
16 | 2023-12-13T05:37:33.047Z | starting task 1: "rust-toolchain" |
17 | 2023-12-13T05:37:33.055Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-13T05:37:33.058Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-13T05:37:33.239Z | info: downloading installer |
20 | 2023-12-13T05:37:35.490Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-13T05:37:35.490Z | warning: /opt/ooce/bin |
22 | 2023-12-13T05:37:35.490Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-13T05:37:35.490Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-13T05:37:35.491Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-13T05:37:35.491Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-13T05:37:35.491Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-13T05:37:35.514Z | error: cannot install while Rust is installed |
28 | 2023-12-13T05:37:35.514Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-13T05:37:35.582Z | info: profile set to 'default' |
30 | 2023-12-13T05:37:35.582Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-13T05:37:35.615Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-13T05:37:35.771Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-13T05:37:35.937Z | info: downloading component 'cargo' |
34 | 2023-12-13T05:37:36.631Z | info: downloading component 'clippy' |
35 | 2023-12-13T05:37:49.082Z | info: downloading component 'rust-docs' |
36 | 2023-12-13T05:37:49.775Z | info: downloading component 'rust-std' |
37 | 2023-12-13T05:37:50.294Z | info: downloading component 'rustc' |
38 | 2023-12-13T05:37:51.051Z | info: downloading component 'rustfmt' |
39 | 2023-12-13T05:37:51.051Z | info: installing component 'cargo' |
40 | 2023-12-13T05:37:51.052Z | info: installing component 'clippy' |
41 | 2023-12-13T05:37:51.052Z | info: installing component 'rust-docs' |
42 | 2023-12-13T05:37:51.052Z | info: installing component 'rust-std' |
43 | 2023-12-13T05:37:52.151Z | info: installing component 'rustc' |
44 | 2023-12-13T05:37:58.301Z | info: installing component 'rustfmt' |
45 | 2023-12-13T05:37:58.752Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-13T05:37:58.752Z | |
47 | 2023-12-13T05:37:58.975Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-13T05:37:58.975Z | |
49 | 2023-12-13T05:37:58.975Z | |
50 | 2023-12-13T05:37:58.975Z | Rust is installed now. Great! |
51 | 2023-12-13T05:37:58.976Z | |
52 | 2023-12-13T05:37:58.976Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-13T05:37:58.976Z | environment variable. This has not been done automatically. |
54 | 2023-12-13T05:37:58.977Z | |
55 | 2023-12-13T05:37:58.977Z | To configure your current shell, run: |
56 | 2023-12-13T05:37:58.977Z | source "$HOME/.cargo/env" |
57 | 2023-12-13T05:37:59.056Z | + rustc --version |
58 | 2023-12-13T05:37:59.137Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-13T05:37:59.140Z | process exited: duration 26035 ms, exit code 0 |
|
60 | 2023-12-13T05:37:59.616Z | starting task 2: "authentication" |
61 | 2023-12-13T05:37:59.650Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
62 | 2023-12-13T05:38:23.470Z | process exited: duration 24267 ms, exit code 0 |
|
63 | 2023-12-13T05:38:23.476Z | starting task 3: "clone repository" |
64 | 2023-12-13T05:38:23.483Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2023-12-13T05:38:23.487Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2023-12-13T05:38:23.527Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2023-12-13T05:38:30.718Z | + cd /work/oxidecomputer/omicron |
68 | 2023-12-13T05:38:30.718Z | + [[ -n renovate/russh-monorepo ]] |
69 | 2023-12-13T05:38:30.721Z | + git fetch origin renovate/russh-monorepo |
70 | 2023-12-13T05:38:31.093Z | From https://github.com/oxidecomputer/omicron |
71 | 2023-12-13T05:38:31.094Z | * branch renovate/russh-monorepo -> FETCH_HEAD |
72 | 2023-12-13T05:38:31.101Z | + git checkout -B renovate/russh-monorepo remotes/origin/renovate/russh-monorepo |
73 | 2023-12-13T05:38:31.204Z | Switched to a new branch 'renovate/russh-monorepo' |
74 | 2023-12-13T05:38:31.218Z | branch 'renovate/russh-monorepo' set up to track 'origin/renovate/russh-monorepo'. |
75 | 2023-12-13T05:38:31.218Z | + git reset --hard 02238756702c56bb05c4e099c22b8000a469a56a |
76 | 2023-12-13T05:38:31.222Z | HEAD is now at 02238756 Update russh monorepo to 0.40.1 |
77 | 2023-12-13T05:38:31.228Z | process exited: duration 7745 ms, exit code 0 |
|
78 | 2023-12-13T05:38:31.253Z | starting task 4: "build" |
79 | 2023-12-13T05:38:31.257Z | + NEXTEST_VERSION=0.9.64 |
80 | 2023-12-13T05:38:31.257Z | + cargo --version |
81 | 2023-12-13T05:38:31.257Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
82 | 2023-12-13T05:38:31.471Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
83 | 2023-12-13T05:38:31.482Z | info: downloading component 'cargo' |
84 | 2023-12-13T05:38:32.334Z | info: downloading component 'clippy' |
85 | 2023-12-13T05:38:32.604Z | info: downloading component 'rust-docs' |
86 | 2023-12-13T05:38:33.666Z | info: downloading component 'rust-std' |
87 | 2023-12-13T05:38:35.455Z | info: downloading component 'rustc' |
88 | 2023-12-13T05:38:39.904Z | info: downloading component 'rustfmt' |
89 | 2023-12-13T05:38:40.151Z | info: installing component 'cargo' |
90 | 2023-12-13T05:38:41.466Z | info: installing component 'clippy' |
91 | 2023-12-13T05:38:41.921Z | info: installing component 'rust-docs' |
92 | 2023-12-13T05:38:44.775Z | info: installing component 'rust-std' |
93 | 2023-12-13T05:38:47.339Z | info: installing component 'rustc' |
94 | 2023-12-13T05:38:53.583Z | info: installing component 'rustfmt' |
95 | 2023-12-13T05:38:54.458Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
96 | 2023-12-13T05:38:54.458Z | + rustc --version |
97 | 2023-12-13T05:38:54.458Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
98 | 2023-12-13T05:38:54.458Z | + curl -sSfL --retry 10 https://get.nexte.st/0.9.64/illumos |
99 | 2023-12-13T05:38:54.458Z | + gunzip |
100 | 2023-12-13T05:38:54.458Z | + tar -xvf - -C /home/build/.cargo/bin |
101 | 2023-12-13T05:38:55.575Z | x cargo-nextest, 10985408 bytes, 21456 tape blocks |
102 | 2023-12-13T05:38:55.586Z | + TEST_TMPDIR=/var/tmp/omicron_tmp |
103 | 2023-12-13T05:38:55.586Z | + echo 'tests will store output in /var/tmp/omicron_tmp' |
104 | 2023-12-13T05:38:55.586Z | tests will store output in /var/tmp/omicron_tmp |
105 | 2023-12-13T05:38:55.586Z | + mkdir /var/tmp/omicron_tmp |
106 | 2023-12-13T05:38:55.587Z | + source ./env.sh |
107 | 2023-12-13T05:38:55.587Z | ++ set -o xtrace |
108 | 2023-12-13T05:38:55.587Z | ++++ dirname ./env.sh |
109 | 2023-12-13T05:38:55.587Z | +++ cd . |
110 | 2023-12-13T05:38:55.587Z | +++ echo /work/oxidecomputer/omicron |
111 | 2023-12-13T05:38:55.588Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
112 | 2023-12-13T05:38:55.588Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
113 | 2023-12-13T05:38:55.588Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
114 | 2023-12-13T05:38:55.588Z | ++ 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 |
115 | 2023-12-13T05:38:55.589Z | ++ 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 |
116 | 2023-12-13T05:38:55.589Z | ++ 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 |
117 | 2023-12-13T05:38:55.589Z | ++ 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 |
118 | 2023-12-13T05:38:55.589Z | ++ 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 |
119 | 2023-12-13T05:38:55.589Z | ++ 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 |
120 | 2023-12-13T05:38:55.591Z | ++ unset OMICRON_WS |
121 | 2023-12-13T05:38:55.592Z | ++ set +o xtrace |
122 | 2023-12-13T05:38:55.748Z | |
123 | 2023-12-13T05:38:55.749Z | ##### ##### ###### ##### ###### #### # # # #### # |
124 | 2023-12-13T05:38:55.749Z | # # # # # # # # # # # # # # # |
125 | 2023-12-13T05:38:55.749Z | # # # # ##### # # ##### # # # # # #### # |
126 | 2023-12-13T05:38:55.749Z | ##### ##### # ##### # # # # # # # # # |
127 | 2023-12-13T05:38:55.749Z | # # # # # # # # # # # # # # # |
128 | 2023-12-13T05:38:55.749Z | # # # ###### # # ###### ### # #### # #### # |
129 | 2023-12-13T05:38:55.749Z | |
130 | 2023-12-13T05:39:09.235Z | Startup: Refreshing catalog 'helios-dev' ... Done |
131 | 2023-12-13T05:39:09.695Z | Startup: Caching catalogs ... Done |
132 | 2023-12-13T05:39:16.711Z | Planning: Solver setup ... Done (6.570s) |
133 | 2023-12-13T05:39:16.815Z | Planning: Running solver ... Done (0.151s) |
134 | 2023-12-13T05:39:16.898Z | Planning: Finding local manifests ... Done (0.004s) |
135 | 2023-12-13T05:39:16.924Z | Planning: Fetching manifests: 0/6 0% complete |
136 | 2023-12-13T05:39:17.930Z | Planning: Fetching manifests: 6/6 100% complete |
137 | 2023-12-13T05:39:19.559Z | Planning: Package planning ... Done (0.091s) |
138 | 2023-12-13T05:39:19.559Z | Planning: Merging actions ... Done (0.087s) |
139 | 2023-12-13T05:39:19.594Z | Planning: Checking for conflicting actions ... Done (1.152s) |
140 | 2023-12-13T05:39:19.594Z | Planning: Consolidating action changes ... Done (0.018s) |
141 | 2023-12-13T05:39:24.227Z | Planning: Evaluating mediators ... Done (5.132s) |
142 | 2023-12-13T05:39:24.341Z | Planning: Planning completed in 14.59 seconds |
143 | 2023-12-13T05:39:26.884Z | Packages to install: 4 |
144 | 2023-12-13T05:39:26.884Z | Packages to update: 2 |
145 | 2023-12-13T05:39:26.896Z | Mediators to change: 2 |
146 | 2023-12-13T05:39:26.896Z | Services to change: 1 |
147 | 2023-12-13T05:39:26.896Z | Estimated space available: 148.87 GB |
148 | 2023-12-13T05:39:26.896Z | Estimated space to be consumed: 1.43 GB |
149 | 2023-12-13T05:39:26.896Z | Create boot environment: No |
150 | 2023-12-13T05:39:26.898Z | Create backup boot environment: Yes |
151 | 2023-12-13T05:39:26.898Z | Rebuild boot archive: No |
152 | 2023-12-13T05:39:26.898Z | |
153 | 2023-12-13T05:39:26.898Z | Changed mediators: |
154 | 2023-12-13T05:39:26.898Z | mediator clang: |
155 | 2023-12-13T05:39:26.899Z | version: None -> 15 (system default) |
156 | 2023-12-13T05:39:26.899Z | |
157 | 2023-12-13T05:39:26.899Z | mediator llvm: |
158 | 2023-12-13T05:39:26.899Z | version: 14 (system default) -> 15 (system default) |
159 | 2023-12-13T05:39:26.899Z | |
160 | 2023-12-13T05:39:26.899Z | Changed packages: |
161 | 2023-12-13T05:39:26.900Z | helios-dev |
162 | 2023-12-13T05:39:26.900Z | developer/build-essential |
163 | 2023-12-13T05:39:26.900Z | None -> 11-2.0 |
164 | 2023-12-13T05:39:26.900Z | library/libxmlsec1 |
165 | 2023-12-13T05:39:26.900Z | None -> 1.2.35-2.0 |
166 | 2023-12-13T05:39:26.900Z | ooce/developer/clang-15 |
167 | 2023-12-13T05:39:26.900Z | None -> 15.0.7-2.0 |
168 | 2023-12-13T05:39:26.900Z | ooce/developer/llvm-15 |
169 | 2023-12-13T05:39:26.900Z | None -> 15.0.7-2.0 |
170 | 2023-12-13T05:39:26.901Z | system/library/g++-runtime |
171 | 2023-12-13T05:39:26.901Z | 12-2.0 -> 13-2.0 |
172 | 2023-12-13T05:39:26.901Z | system/library/gcc-runtime |
173 | 2023-12-13T05:39:26.901Z | 12-2.0 -> 13-2.0 |
174 | 2023-12-13T05:39:26.901Z | |
175 | 2023-12-13T05:39:26.901Z | Services: |
176 | 2023-12-13T05:39:26.901Z | restart_fmri: |
177 | 2023-12-13T05:39:26.901Z | svc:/system/update-man-index:default |
178 | 2023-12-13T05:39:27.302Z | |
179 | 2023-12-13T05:39:27.302Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
180 | 2023-12-13T05:39:32.292Z | Download: 1192/3330 items 59.9/221.1MB 27% complete (12.2M/s) |
181 | 2023-12-13T05:39:37.314Z | Download: 2220/3330 items 119.2/221.1MB 53% complete (12.2M/s) |
182 | 2023-12-13T05:39:42.319Z | Download: 3178/3330 items 142.8/221.1MB 64% complete (8.2M/s) |
183 | 2023-12-13T05:39:47.322Z | Download: 3289/3330 items 211.0/221.1MB 95% complete (9.1M/s) |
184 | 2023-12-13T05:39:48.484Z | Download: Completed 221.11 MB in 21.24 seconds (10.4M/s) |
185 | 2023-12-13T05:39:50.667Z | Actions: 1/3766 actions (Removing old actions) |
186 | 2023-12-13T05:39:50.670Z | Actions: 5/3766 actions (Installing new actions) |
187 | 2023-12-13T05:39:55.699Z | Actions: 2441/3766 actions (Installing new actions) |
188 | 2023-12-13T05:39:59.352Z | Actions: 3729/3766 actions (Updating modified actions) |
189 | 2023-12-13T05:40:00.317Z | Actions: Completed 3766 actions in 9.64 seconds. |
190 | 2023-12-13T05:40:00.426Z | Done (0.108s) |
191 | 2023-12-13T05:40:00.453Z | Done (0.000s) |
192 | 2023-12-13T05:40:00.788Z | Done (0.363s) |
193 | 2023-12-13T05:40:08.945Z | Done (8.026s) |
194 | 2023-12-13T05:40:09.231Z | Done (0.191s) |
195 | 2023-12-13T05:40:09.235Z | Done (0.000s) |
196 | 2023-12-13T05:40:09.543Z | Done (0.000s) |
197 | 2023-12-13T05:40:10.252Z | Planning: Evaluating mediator changes ... Done |
198 | 2023-12-13T05:40:10.542Z | Planning: Checking for conflicting actions ... Done |
199 | 2023-12-13T05:40:10.552Z | Planning: Consolidating action changes ... Done |
200 | 2023-12-13T05:40:11.454Z | Planning: Evaluating mediators ... Done |
201 | 2023-12-13T05:40:11.454Z | Planning: Planning completed in 0.72 seconds |
202 | 2023-12-13T05:40:11.455Z | Mediators to change: 2 |
203 | 2023-12-13T05:40:11.455Z | Create boot environment: No |
204 | 2023-12-13T05:40:11.455Z | Create backup boot environment: No |
205 | 2023-12-13T05:40:11.455Z | Done |
206 | 2023-12-13T05:40:11.455Z | Done |
207 | 2023-12-13T05:40:11.455Z | Done |
208 | 2023-12-13T05:40:17.191Z | Done |
209 | 2023-12-13T05:40:17.315Z | Done |
210 | 2023-12-13T05:40:17.319Z | Done |
211 | 2023-12-13T05:40:17.420Z | Done |
212 | 2023-12-13T05:40:18.404Z | Planning: Evaluating mediator changes ... Done |
213 | 2023-12-13T05:40:18.408Z | Planning: Merging actions ... Done |
214 | 2023-12-13T05:40:18.734Z | Planning: Checking for conflicting actions ... Done |
215 | 2023-12-13T05:40:18.741Z | Planning: Consolidating action changes ... Done |
216 | 2023-12-13T05:40:19.163Z | Planning: Evaluating mediators ... Done |
217 | 2023-12-13T05:40:19.254Z | Planning: Planning completed in 1.28 seconds |
218 | 2023-12-13T05:40:19.319Z | Packages to change: 1 |
219 | 2023-12-13T05:40:19.319Z | Mediators to change: 1 |
220 | 2023-12-13T05:40:19.324Z | Services to change: 1 |
221 | 2023-12-13T05:40:19.324Z | Create boot environment: No |
222 | 2023-12-13T05:40:19.324Z | Create backup boot environment: Yes |
223 | 2023-12-13T05:40:21.458Z | Actions: 1/6 actions (Updating modified actions) |
224 | 2023-12-13T05:40:21.472Z | Actions: Completed 6 actions in 0.00 seconds. |
225 | 2023-12-13T05:40:21.473Z | Done |
226 | 2023-12-13T05:40:21.473Z | Done |
227 | 2023-12-13T05:40:21.491Z | Done |
228 | 2023-12-13T05:40:27.277Z | Done |
229 | 2023-12-13T05:40:27.388Z | Done |
230 | 2023-12-13T05:40:27.403Z | Done |
231 | 2023-12-13T05:40:27.540Z | Done |
232 | 2023-12-13T05:40:28.144Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
233 | 2023-12-13T05:40:28.144Z | clang system 15 system |
234 | 2023-12-13T05:40:28.145Z | csh system system illumos |
235 | 2023-12-13T05:40:28.145Z | ctags system system illumos |
236 | 2023-12-13T05:40:28.145Z | gcc vendor 12 vendor |
237 | 2023-12-13T05:40:28.145Z | gcc system 10 system |
238 | 2023-12-13T05:40:28.145Z | gcc system 7 system |
239 | 2023-12-13T05:40:28.145Z | go system 1.20 system |
240 | 2023-12-13T05:40:28.145Z | go system 1.19 system |
241 | 2023-12-13T05:40:28.145Z | llvm system 15 system |
242 | 2023-12-13T05:40:28.146Z | llvm system 14 system |
243 | 2023-12-13T05:40:28.146Z | mariadb system 10.6 system |
244 | 2023-12-13T05:40:28.146Z | mta vendor vendor dma |
245 | 2023-12-13T05:40:28.146Z | openjdk system 17 system |
246 | 2023-12-13T05:40:28.146Z | openjdk system 11 system |
247 | 2023-12-13T05:40:28.147Z | openjdk system 1.8 system |
248 | 2023-12-13T05:40:28.147Z | openssl vendor 3 vendor |
249 | 2023-12-13T05:40:28.147Z | perl system 5.36 system |
250 | 2023-12-13T05:40:28.147Z | postgresql system 15 system |
251 | 2023-12-13T05:40:28.147Z | postgresql system 13 system |
252 | 2023-12-13T05:40:28.147Z | python vendor 3 vendor |
253 | 2023-12-13T05:40:28.147Z | python system 2 system |
254 | 2023-12-13T05:40:28.147Z | python3 system 3.11 system |
255 | 2023-12-13T05:40:28.148Z | ruby system 3.0 system |
256 | 2023-12-13T05:40:28.148Z | words vendor vendor american-english |
257 | 2023-12-13T05:40:28.148Z | words system system australian-english |
258 | 2023-12-13T05:40:28.148Z | words system system british-english |
259 | 2023-12-13T05:40:28.148Z | words system system canadian-english |
260 | 2023-12-13T05:40:28.148Z | words system system french |
261 | 2023-12-13T05:40:28.148Z | words system system italian |
262 | 2023-12-13T05:40:28.148Z | words system system ngerman |
263 | 2023-12-13T05:40:28.149Z | words system system ogerman |
264 | 2023-12-13T05:40:28.149Z | words system system spanish |
265 | 2023-12-13T05:40:28.707Z | FMRI IFO |
266 | 2023-12-13T05:40:28.707Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
267 | 2023-12-13T05:40:28.707Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
268 | 2023-12-13T05:40:28.707Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
269 | 2023-12-13T05:40:28.707Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
270 | 2023-12-13T05:40:28.707Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
271 | 2023-12-13T05:40:28.707Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
272 | 2023-12-13T05:40:28.707Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
273 | 2023-12-13T05:40:28.708Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
274 | 2023-12-13T05:40:28.736Z | + set -o errexit |
275 | 2023-12-13T05:40:28.761Z | +++ dirname ./tools/ci_download_cockroachdb |
276 | 2023-12-13T05:40:28.761Z | ++ cd ./tools |
277 | 2023-12-13T05:40:28.761Z | ++ pwd |
278 | 2023-12-13T05:40:28.761Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
279 | 2023-12-13T05:40:28.761Z | ++ basename ./tools/ci_download_cockroachdb |
280 | 2023-12-13T05:40:28.762Z | + ARG0=ci_download_cockroachdb |
281 | 2023-12-13T05:40:28.762Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
282 | 2023-12-13T05:40:28.762Z | + CIDL_VERSION=v22.1.9 |
283 | 2023-12-13T05:40:28.762Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
284 | 2023-12-13T05:40:28.762Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
285 | 2023-12-13T05:40:28.762Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
286 | 2023-12-13T05:40:28.762Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
287 | 2023-12-13T05:40:28.762Z | + TARGET_DIR=out |
288 | 2023-12-13T05:40:28.762Z | + DOWNLOAD_DIR=out/downloads |
289 | 2023-12-13T05:40:28.762Z | + DEST_DIR=./out/cockroachdb |
290 | 2023-12-13T05:40:28.762Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
291 | 2023-12-13T05:40:28.762Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
292 | 2023-12-13T05:40:28.762Z | + main |
293 | 2023-12-13T05:40:28.762Z | + [[ 0 != 0 ]] |
294 | 2023-12-13T05:40:28.762Z | + CIDL_OS=solaris2.11 |
295 | 2023-12-13T05:40:28.762Z | + [[ 0 != 0 ]] |
296 | 2023-12-13T05:40:28.762Z | + configure_os solaris2.11 |
297 | 2023-12-13T05:40:28.762Z | + echo 'current directory: /work/oxidecomputer/omicron' |
298 | 2023-12-13T05:40:28.762Z | current directory: /work/oxidecomputer/omicron |
299 | 2023-12-13T05:40:28.762Z | + echo 'configuring based on OS: "solaris2.11"' |
300 | 2023-12-13T05:40:28.762Z | + case "$1" in |
301 | 2023-12-13T05:40:28.762Z | configuring based on OS: "solaris2.11" |
302 | 2023-12-13T05:40:28.762Z | + CIDL_BUILD=illumos |
303 | 2023-12-13T05:40:28.762Z | + CIDL_SUFFIX=tar.gz |
304 | 2023-12-13T05:40:28.762Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
305 | 2023-12-13T05:40:28.763Z | + CIDL_MD5FUNC=do_md5sum |
306 | 2023-12-13T05:40:28.763Z | + CIDL_URL_BASE=https://illumos.org/downloads |
307 | 2023-12-13T05:40:28.763Z | + CIDL_ASSEMBLE=do_assemble_illumos |
308 | 2023-12-13T05:40:28.763Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
309 | 2023-12-13T05:40:28.763Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
310 | 2023-12-13T05:40:28.763Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
311 | 2023-12-13T05:40:28.763Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
312 | 2023-12-13T05:40:28.764Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
313 | 2023-12-13T05:40:28.764Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
314 | 2023-12-13T05:40:28.764Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
315 | 2023-12-13T05:40:28.764Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
316 | 2023-12-13T05:40:28.764Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
317 | 2023-12-13T05:40:28.764Z | + mkdir -p out/downloads |
318 | 2023-12-13T05:40:28.778Z | + mkdir -p ./out/cockroachdb |
319 | 2023-12-13T05:40:28.780Z | + local DO_DOWNLOAD=true |
320 | 2023-12-13T05:40:28.780Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
321 | 2023-12-13T05:40:28.780Z | + '[' true == true ']' |
322 | 2023-12-13T05:40:28.780Z | + echo Downloading... |
323 | 2023-12-13T05:40:28.781Z | Downloading... |
324 | 2023-12-13T05:40:28.781Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
325 | 2023-12-13T05:40:28.781Z | + 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 |
326 | 2023-12-13T05:40:30.753Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
327 | 2023-12-13T05:40:30.759Z | ++ md5sum |
328 | 2023-12-13T05:40:30.759Z | ++ awk '{print $1}' |
329 | 2023-12-13T05:40:30.941Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
330 | 2023-12-13T05:40:30.941Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
331 | 2023-12-13T05:40:30.941Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
332 | 2023-12-13T05:40:30.956Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
333 | 2023-12-13T05:40:34.321Z | + do_assemble_illumos |
334 | 2023-12-13T05:40:34.321Z | + rm -r ./out/cockroachdb |
335 | 2023-12-13T05:40:34.330Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
336 | 2023-12-13T05:40:34.939Z | + ./out/cockroachdb/bin/cockroach version |
337 | 2023-12-13T05:40:35.149Z | Build Tag: v22.1.9-dirty |
338 | 2023-12-13T05:40:35.149Z | Build Time: 2022/10/26 21:17:46 |
339 | 2023-12-13T05:40:35.149Z | Distribution: OSS |
340 | 2023-12-13T05:40:35.149Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
341 | 2023-12-13T05:40:35.149Z | Go Version: go1.17.13 |
342 | 2023-12-13T05:40:35.149Z | C Compiler: gcc 10.3.0 |
343 | 2023-12-13T05:40:35.149Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
344 | 2023-12-13T05:40:35.150Z | Build Type: release |
345 | 2023-12-13T05:40:35.193Z | + set -o errexit |
346 | 2023-12-13T05:40:35.193Z | +++ dirname ./tools/ci_download_clickhouse |
347 | 2023-12-13T05:40:35.193Z | ++ cd ./tools |
348 | 2023-12-13T05:40:35.193Z | ++ pwd |
349 | 2023-12-13T05:40:35.194Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
350 | 2023-12-13T05:40:35.194Z | ++ basename ./tools/ci_download_clickhouse |
351 | 2023-12-13T05:40:35.194Z | + ARG0=ci_download_clickhouse |
352 | 2023-12-13T05:40:35.194Z | + TARGET_DIR=out |
353 | 2023-12-13T05:40:35.194Z | + DOWNLOAD_DIR=out/downloads |
354 | 2023-12-13T05:40:35.195Z | + DEST_DIR=./out/clickhouse |
355 | 2023-12-13T05:40:35.195Z | + CIDL_VERSION=v22.8.9.24 |
356 | 2023-12-13T05:40:35.195Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
357 | 2023-12-13T05:40:35.195Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
358 | 2023-12-13T05:40:35.195Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
359 | 2023-12-13T05:40:35.195Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
360 | 2023-12-13T05:40:35.196Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
361 | 2023-12-13T05:40:35.196Z | + main |
362 | 2023-12-13T05:40:35.196Z | + [[ 0 != 0 ]] |
363 | 2023-12-13T05:40:35.196Z | + CIDL_OS=solaris2.11 |
364 | 2023-12-13T05:40:35.196Z | + [[ 0 != 0 ]] |
365 | 2023-12-13T05:40:35.197Z | + configure_os solaris2.11 |
366 | 2023-12-13T05:40:35.197Z | + echo 'current directory: /work/oxidecomputer/omicron' |
367 | 2023-12-13T05:40:35.197Z | current directory: /work/oxidecomputer/omicron |
368 | 2023-12-13T05:40:35.197Z | + echo 'configuring based on OS: "solaris2.11"' |
369 | 2023-12-13T05:40:35.197Z | + CIDL_DASHREV= |
370 | 2023-12-13T05:40:35.197Z | + case "$1" in |
371 | 2023-12-13T05:40:35.197Z | configuring based on OS: "solaris2.11" |
372 | 2023-12-13T05:40:35.197Z | + CIDL_PLATFORM=illumos |
373 | 2023-12-13T05:40:35.198Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
374 | 2023-12-13T05:40:35.198Z | + CIDL_MD5FUNC=do_md5sum |
375 | 2023-12-13T05:40:35.198Z | + CIDL_DASHREV=-1 |
376 | 2023-12-13T05:40:35.199Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
377 | 2023-12-13T05:40:35.199Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
378 | 2023-12-13T05:40:35.199Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
379 | 2023-12-13T05:40:35.199Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
380 | 2023-12-13T05:40:35.199Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
381 | 2023-12-13T05:40:35.199Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
382 | 2023-12-13T05:40:35.199Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
383 | 2023-12-13T05:40:35.199Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
384 | 2023-12-13T05:40:35.199Z | + mkdir -p out/downloads |
385 | 2023-12-13T05:40:35.199Z | + mkdir -p ./out/clickhouse |
386 | 2023-12-13T05:40:35.199Z | + local DO_DOWNLOAD=true |
387 | 2023-12-13T05:40:35.199Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
388 | 2023-12-13T05:40:35.199Z | + '[' true == true ']' |
389 | 2023-12-13T05:40:35.200Z | + echo Downloading... |
390 | 2023-12-13T05:40:35.200Z | Downloading... |
391 | 2023-12-13T05:40:35.200Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
392 | 2023-12-13T05:40:35.200Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
393 | 2023-12-13T05:40:37.558Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
394 | 2023-12-13T05:40:37.573Z | ++ md5sum |
395 | 2023-12-13T05:40:37.574Z | ++ awk '{print $1}' |
396 | 2023-12-13T05:40:37.805Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
397 | 2023-12-13T05:40:37.805Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
398 | 2023-12-13T05:40:37.811Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
399 | 2023-12-13T05:40:37.812Z | + mkdir -p ./out/clickhouse |
400 | 2023-12-13T05:40:37.812Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
401 | 2023-12-13T05:40:42.760Z | + ./out/clickhouse/clickhouse server --version |
402 | 2023-12-13T05:40:42.821Z | ClickHouse server version 22.8.9.1. |
403 | 2023-12-13T05:40:42.846Z | + set -o errexit |
404 | 2023-12-13T05:40:42.846Z | +++ dirname ./tools/ci_download_console |
405 | 2023-12-13T05:40:42.853Z | ++ cd ./tools |
406 | 2023-12-13T05:40:42.853Z | ++ pwd |
407 | 2023-12-13T05:40:42.853Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
408 | 2023-12-13T05:40:42.853Z | ++ basename ./tools/ci_download_console |
409 | 2023-12-13T05:40:42.854Z | + ARG0=ci_download_console |
410 | 2023-12-13T05:40:42.854Z | + TARGET_DIR=out |
411 | 2023-12-13T05:40:42.854Z | + DOWNLOAD_DIR=out/downloads |
412 | 2023-12-13T05:40:42.854Z | + DEST_DIR=./out/console-assets |
413 | 2023-12-13T05:40:42.854Z | + source /work/oxidecomputer/omicron/tools/console_version |
414 | 2023-12-13T05:40:42.854Z | ++ COMMIT=1802c2859f40712017ab89e72740e39bfd59320b |
415 | 2023-12-13T05:40:42.855Z | ++ SHA2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
416 | 2023-12-13T05:40:42.855Z | + URL=https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
417 | 2023-12-13T05:40:42.855Z | + TARBALL_FILE=out/downloads/console.tar.gz |
418 | 2023-12-13T05:40:42.855Z | + main |
419 | 2023-12-13T05:40:42.855Z | + [[ 0 != 0 ]] |
420 | 2023-12-13T05:40:42.855Z | + echo 'URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz' |
421 | 2023-12-13T05:40:42.856Z | URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
422 | 2023-12-13T05:40:42.856Z | + echo 'Local file: out/downloads/console.tar.gz' |
423 | 2023-12-13T05:40:42.858Z | Local file: out/downloads/console.tar.gz |
424 | 2023-12-13T05:40:42.859Z | + local DO_DOWNLOAD=true |
425 | 2023-12-13T05:40:42.859Z | + [[ -f out/downloads/console.tar.gz ]] |
426 | 2023-12-13T05:40:42.859Z | + mkdir -p out/downloads |
427 | 2023-12-13T05:40:42.859Z | + '[' true == true ']' |
428 | 2023-12-13T05:40:42.859Z | + echo Downloading... |
429 | 2023-12-13T05:40:42.859Z | Downloading... |
430 | 2023-12-13T05:40:42.860Z | + do_download_curl https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz out/downloads/console.tar.gz |
431 | 2023-12-13T05:40:42.860Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
432 | 2023-12-13T05:40:43.628Z | ++ do_sha256sum out/downloads/console.tar.gz |
433 | 2023-12-13T05:40:43.649Z | ++ case "$OSTYPE" in |
434 | 2023-12-13T05:40:43.649Z | ++ SHA=sha256sum |
435 | 2023-12-13T05:40:43.649Z | ++ sha256sum |
436 | 2023-12-13T05:40:43.649Z | ++ awk '{print $1}' |
437 | 2023-12-13T05:40:43.662Z | + calculated_sha2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
438 | 2023-12-13T05:40:43.662Z | + [[ 34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 != \3\4\7\6\8\a\8\9\5\f\1\8\7\a\6\e\d\2\6\3\c\0\0\5\0\c\4\2\0\8\4\f\3\9\0\7\c\3\3\1\b\5\4\7\3\6\2\8\7\1\c\2\c\e\3\3\0\e\9\d\0\8\d\1 ]] |
439 | 2023-12-13T05:40:43.662Z | + rm -rf ./out/console-assets |
440 | 2023-12-13T05:40:43.662Z | + mkdir -p ./out/console-assets |
441 | 2023-12-13T05:40:43.662Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
442 | 2023-12-13T05:40:43.662Z | + mkdir -p ./out/console-assets |
443 | 2023-12-13T05:40:43.663Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
444 | 2023-12-13T05:40:43.798Z | + set -o errexit |
445 | 2023-12-13T05:40:43.823Z | +++ dirname ./tools/ci_download_maghemite_openapi |
446 | 2023-12-13T05:40:43.823Z | ++ cd ./tools |
447 | 2023-12-13T05:40:43.824Z | ++ pwd |
448 | 2023-12-13T05:40:43.825Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
449 | 2023-12-13T05:40:43.825Z | ++ basename ./tools/ci_download_maghemite_openapi |
450 | 2023-12-13T05:40:43.825Z | + ARG0=ci_download_maghemite_openapi |
451 | 2023-12-13T05:40:43.825Z | + TARGET_DIR=out |
452 | 2023-12-13T05:40:43.825Z | + DOWNLOAD_DIR=out/downloads |
453 | 2023-12-13T05:40:43.825Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
454 | 2023-12-13T05:40:43.825Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
455 | 2023-12-13T05:40:43.825Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
456 | 2023-12-13T05:40:43.825Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
457 | 2023-12-13T05:40:43.826Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
458 | 2023-12-13T05:40:43.826Z | + main |
459 | 2023-12-13T05:40:43.826Z | + [[ 0 != 0 ]] |
460 | 2023-12-13T05:40:43.826Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
461 | 2023-12-13T05:40:43.826Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
462 | 2023-12-13T05:40:43.826Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
463 | 2023-12-13T05:40:43.826Z | + local DO_DOWNLOAD=true |
464 | 2023-12-13T05:40:43.826Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
465 | 2023-12-13T05:40:43.826Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
466 | 2023-12-13T05:40:43.827Z | + mkdir -p out/downloads |
467 | 2023-12-13T05:40:43.827Z | + '[' true == true ']' |
468 | 2023-12-13T05:40:43.827Z | + echo Downloading... |
469 | 2023-12-13T05:40:43.827Z | Downloading... |
470 | 2023-12-13T05:40:43.827Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
471 | 2023-12-13T05:40:43.827Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
472 | 2023-12-13T05:40:44.066Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
473 | 2023-12-13T05:40:44.066Z | ++ case "$OSTYPE" in |
474 | 2023-12-13T05:40:44.078Z | ++ SHA=sha256sum |
475 | 2023-12-13T05:40:44.078Z | ++ sha256sum |
476 | 2023-12-13T05:40:44.078Z | ++ awk '{print $1}' |
477 | 2023-12-13T05:40:44.079Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
478 | 2023-12-13T05:40:44.079Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
479 | 2023-12-13T05:40:44.079Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
480 | 2023-12-13T05:40:44.079Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
481 | 2023-12-13T05:40:44.079Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
482 | 2023-12-13T05:40:44.079Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
483 | 2023-12-13T05:40:44.079Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
484 | 2023-12-13T05:40:44.079Z | + main |
485 | 2023-12-13T05:40:44.079Z | + [[ 0 != 0 ]] |
486 | 2023-12-13T05:40:44.079Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
487 | 2023-12-13T05:40:44.079Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
488 | 2023-12-13T05:40:44.079Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
489 | 2023-12-13T05:40:44.079Z | + local DO_DOWNLOAD=true |
490 | 2023-12-13T05:40:44.080Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
491 | 2023-12-13T05:40:44.080Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
492 | 2023-12-13T05:40:44.080Z | + mkdir -p out/downloads |
493 | 2023-12-13T05:40:44.080Z | + '[' true == true ']' |
494 | 2023-12-13T05:40:44.080Z | Downloading... |
495 | 2023-12-13T05:40:44.080Z | + echo Downloading... |
496 | 2023-12-13T05:40:44.080Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
497 | 2023-12-13T05:40:44.080Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
498 | 2023-12-13T05:40:44.827Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
499 | 2023-12-13T05:40:44.844Z | ++ case "$OSTYPE" in |
500 | 2023-12-13T05:40:44.844Z | ++ SHA=sha256sum |
501 | 2023-12-13T05:40:44.844Z | ++ sha256sum |
502 | 2023-12-13T05:40:44.845Z | ++ awk '{print $1}' |
503 | 2023-12-13T05:40:44.845Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
504 | 2023-12-13T05:40:44.845Z | + [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]] |
505 | 2023-12-13T05:40:44.859Z | + set -o errexit |
506 | 2023-12-13T05:40:44.860Z | +++ dirname ./tools/ci_download_dendrite_openapi |
507 | 2023-12-13T05:40:44.860Z | ++ cd ./tools |
508 | 2023-12-13T05:40:44.861Z | ++ pwd |
509 | 2023-12-13T05:40:44.861Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
510 | 2023-12-13T05:40:44.861Z | ++ basename ./tools/ci_download_dendrite_openapi |
511 | 2023-12-13T05:40:44.861Z | + ARG0=ci_download_dendrite_openapi |
512 | 2023-12-13T05:40:44.862Z | + TARGET_DIR=out |
513 | 2023-12-13T05:40:44.862Z | + DOWNLOAD_DIR=out/downloads |
514 | 2023-12-13T05:40:44.862Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
515 | 2023-12-13T05:40:44.863Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
516 | 2023-12-13T05:40:44.863Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
517 | 2023-12-13T05:40:44.864Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
518 | 2023-12-13T05:40:44.864Z | + LOCAL_FILE=out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
519 | 2023-12-13T05:40:44.865Z | + main |
520 | 2023-12-13T05:40:44.866Z | + [[ 0 != 0 ]] |
521 | 2023-12-13T05:40:44.866Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json' |
522 | 2023-12-13T05:40:44.867Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
523 | 2023-12-13T05:40:44.867Z | + echo 'Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json' |
524 | 2023-12-13T05:40:44.867Z | + local DO_DOWNLOAD=true |
525 | 2023-12-13T05:40:44.867Z | Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
526 | 2023-12-13T05:40:44.867Z | + [[ -f out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json ]] |
527 | 2023-12-13T05:40:44.869Z | + mkdir -p out/downloads |
528 | 2023-12-13T05:40:45.291Z | + '[' true == true ']' |
529 | 2023-12-13T05:40:45.291Z | + echo Downloading... |
530 | 2023-12-13T05:40:45.291Z | Downloading... |
531 | 2023-12-13T05:40:45.291Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
532 | 2023-12-13T05:40:45.292Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
533 | 2023-12-13T05:40:45.310Z | ++ do_sha256sum out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
534 | 2023-12-13T05:40:45.311Z | ++ case "$OSTYPE" in |
535 | 2023-12-13T05:40:45.311Z | ++ SHA=sha256sum |
536 | 2023-12-13T05:40:45.311Z | ++ sha256sum |
537 | 2023-12-13T05:40:45.311Z | ++ awk '{print $1}' |
538 | 2023-12-13T05:40:45.311Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
539 | 2023-12-13T05:40:45.312Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
540 | 2023-12-13T05:40:45.312Z | + set -o errexit |
541 | 2023-12-13T05:40:45.313Z | +++ dirname ./tools/ci_download_dendrite_stub |
542 | 2023-12-13T05:40:45.313Z | ++ cd ./tools |
543 | 2023-12-13T05:40:45.313Z | ++ pwd |
544 | 2023-12-13T05:40:45.313Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
545 | 2023-12-13T05:40:45.313Z | ++ basename ./tools/ci_download_dendrite_stub |
546 | 2023-12-13T05:40:45.313Z | + ARG0=ci_download_dendrite_stub |
547 | 2023-12-13T05:40:45.314Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
548 | 2023-12-13T05:40:45.314Z | ++ CIDL_SHA256_ILLUMOS=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
549 | 2023-12-13T05:40:45.314Z | ++ CIDL_SHA256_LINUX_DPD=a0d92b5007826b119c68fdaef753e33b125740ec7b3e771bfa6b3aa8d9fcb8cc |
550 | 2023-12-13T05:40:45.314Z | ++ CIDL_SHA256_LINUX_SWADM=13387460db5b57e6ffad6c0b8877af32cc6d53fecc4a1a0910143c0446d39a38 |
551 | 2023-12-13T05:40:45.314Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
552 | 2023-12-13T05:40:45.314Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
553 | 2023-12-13T05:40:45.315Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
554 | 2023-12-13T05:40:45.315Z | + TARGET_DIR=out |
555 | 2023-12-13T05:40:45.315Z | + DOWNLOAD_DIR=out/downloads |
556 | 2023-12-13T05:40:45.315Z | + DEST_DIR=./out/dendrite-stub |
557 | 2023-12-13T05:40:45.315Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
558 | 2023-12-13T05:40:45.315Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
559 | 2023-12-13T05:40:45.315Z | + REPO=oxidecomputer/dendrite |
560 | 2023-12-13T05:40:45.315Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b |
561 | 2023-12-13T05:40:45.316Z | + main |
562 | 2023-12-13T05:40:45.316Z | + [[ 0 != 0 ]] |
563 | 2023-12-13T05:40:45.318Z | + CIDL_OS=solaris2.11 |
564 | 2023-12-13T05:40:45.318Z | + [[ 0 != 0 ]] |
565 | 2023-12-13T05:40:45.318Z | + configure_os solaris2.11 |
566 | 2023-12-13T05:40:45.318Z | + echo 'current directory: /work/oxidecomputer/omicron' |
567 | 2023-12-13T05:40:45.318Z | current directory: /work/oxidecomputer/omicron |
568 | 2023-12-13T05:40:45.319Z | + echo 'configuring based on OS: "solaris2.11"' |
569 | 2023-12-13T05:40:45.319Z | + case "$1" in |
570 | 2023-12-13T05:40:45.319Z | configuring based on OS: "solaris2.11" |
571 | 2023-12-13T05:40:45.319Z | + SET_BINARIES= |
572 | 2023-12-13T05:40:45.319Z | + CIDL_SHA256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
573 | 2023-12-13T05:40:45.320Z | + CIDL_SHA256FUNC=do_sha256sum |
574 | 2023-12-13T05:40:45.320Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
575 | 2023-12-13T05:40:45.320Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
576 | 2023-12-13T05:40:45.320Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
577 | 2023-12-13T05:40:45.320Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz' |
578 | 2023-12-13T05:40:45.320Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
579 | 2023-12-13T05:40:45.320Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
580 | 2023-12-13T05:40:45.320Z | Local file: out/downloads/dendrite-stub.tar.gz |
581 | 2023-12-13T05:40:45.320Z | + mkdir -p out/downloads |
582 | 2023-12-13T05:40:45.320Z | + mkdir -p ./out/dendrite-stub |
583 | 2023-12-13T05:40:45.321Z | + fetch_and_verify |
584 | 2023-12-13T05:40:45.321Z | + local DO_DOWNLOAD=true |
585 | 2023-12-13T05:40:45.321Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
586 | 2023-12-13T05:40:45.321Z | + '[' true == true ']' |
587 | 2023-12-13T05:40:45.321Z | + echo Downloading... |
588 | 2023-12-13T05:40:45.321Z | Downloading... |
589 | 2023-12-13T05:40:45.321Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
590 | 2023-12-13T05:40:45.321Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
591 | 2023-12-13T05:40:55.415Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
592 | 2023-12-13T05:40:55.423Z | ++ sha256sum |
593 | 2023-12-13T05:40:55.423Z | ++ awk '{print $1}' |
594 | 2023-12-13T05:40:55.611Z | + calculated_sha256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
595 | 2023-12-13T05:40:55.611Z | + [[ b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 != \b\1\4\e\7\3\c\8\0\9\1\a\0\0\4\4\7\2\f\9\8\2\5\b\9\b\8\1\b\2\c\6\8\5\b\c\5\a\4\8\8\0\1\7\0\4\3\8\0\a\8\0\4\8\1\4\9\9\0\6\0\a\d\9 ]] |
596 | 2023-12-13T05:40:55.632Z | + do_untar out/downloads/dendrite-stub.tar.gz |
597 | 2023-12-13T05:40:55.632Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
598 | 2023-12-13T05:40:56.680Z | + do_assemble |
599 | 2023-12-13T05:40:56.681Z | + rm -r ./out/dendrite-stub |
600 | 2023-12-13T05:40:56.703Z | + mkdir ./out/dendrite-stub |
601 | 2023-12-13T05:40:56.703Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
602 | 2023-12-13T05:40:56.783Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
603 | 2023-12-13T05:40:56.793Z | + set -o errexit |
604 | 2023-12-13T05:40:56.796Z | +++ dirname ./tools/ci_download_maghemite_mgd |
605 | 2023-12-13T05:40:56.799Z | ++ cd ./tools |
606 | 2023-12-13T05:40:56.799Z | ++ pwd |
607 | 2023-12-13T05:40:56.799Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
608 | 2023-12-13T05:40:56.802Z | ++ basename ./tools/ci_download_maghemite_mgd |
609 | 2023-12-13T05:40:56.802Z | + ARG0=ci_download_maghemite_mgd |
610 | 2023-12-13T05:40:56.803Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
611 | 2023-12-13T05:40:56.804Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
612 | 2023-12-13T05:40:56.804Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
613 | 2023-12-13T05:40:56.804Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
614 | 2023-12-13T05:40:56.804Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
615 | 2023-12-13T05:40:56.804Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
616 | 2023-12-13T05:40:56.804Z | + TARGET_DIR=out |
617 | 2023-12-13T05:40:56.804Z | + DOWNLOAD_DIR=out/downloads |
618 | 2023-12-13T05:40:56.804Z | + DEST_DIR=./out/mgd |
619 | 2023-12-13T05:40:56.804Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
620 | 2023-12-13T05:40:56.804Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
621 | 2023-12-13T05:40:56.805Z | + REPO=oxidecomputer/maghemite |
622 | 2023-12-13T05:40:56.805Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
623 | 2023-12-13T05:40:56.805Z | + main |
624 | 2023-12-13T05:40:56.814Z | + [[ 0 != 0 ]] |
625 | 2023-12-13T05:40:56.814Z | + CIDL_OS=solaris2.11 |
626 | 2023-12-13T05:40:56.814Z | + [[ 0 != 0 ]] |
627 | 2023-12-13T05:40:56.814Z | + configure_os solaris2.11 |
628 | 2023-12-13T05:40:56.814Z | + echo 'current directory: /work/oxidecomputer/omicron' |
629 | 2023-12-13T05:40:56.815Z | current directory: /work/oxidecomputer/omicron |
630 | 2023-12-13T05:40:56.815Z | + echo 'configuring based on OS: "solaris2.11"' |
631 | 2023-12-13T05:40:56.816Z | + case "$1" in |
632 | 2023-12-13T05:40:56.816Z | + SET_BINARIES= |
633 | 2023-12-13T05:40:56.816Z | configuring based on OS: "solaris2.11" |
634 | 2023-12-13T05:40:56.816Z | + CIDL_SHA256FUNC=do_sha256sum |
635 | 2023-12-13T05:40:56.816Z | + TARBALL_FILENAME=mgd.tar.gz |
636 | 2023-12-13T05:40:56.816Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
637 | 2023-12-13T05:40:56.818Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
638 | 2023-12-13T05:40:56.818Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
639 | 2023-12-13T05:40:56.818Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
640 | 2023-12-13T05:40:56.818Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
641 | 2023-12-13T05:40:56.818Z | + mkdir -p out/downloads |
642 | 2023-12-13T05:40:56.818Z | Local file: out/downloads/mgd.tar.gz |
643 | 2023-12-13T05:40:56.819Z | + mkdir -p ./out/mgd |
644 | 2023-12-13T05:40:56.819Z | + fetch_and_verify |
645 | 2023-12-13T05:40:56.819Z | + local DO_DOWNLOAD=true |
646 | 2023-12-13T05:40:56.819Z | + [[ -f out/downloads/mgd.tar.gz ]] |
647 | 2023-12-13T05:40:56.819Z | + '[' true == true ']' |
648 | 2023-12-13T05:40:56.819Z | + echo Downloading... |
649 | 2023-12-13T05:40:56.819Z | Downloading... |
650 | 2023-12-13T05:40:56.819Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
651 | 2023-12-13T05:40:56.820Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
652 | 2023-12-13T05:41:05.153Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
653 | 2023-12-13T05:41:05.675Z | ++ sha256sum |
654 | 2023-12-13T05:41:05.675Z | ++ awk '{print $1}' |
655 | 2023-12-13T05:41:05.695Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
656 | 2023-12-13T05:41:05.695Z | + [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]] |
657 | 2023-12-13T05:41:05.696Z | + do_untar out/downloads/mgd.tar.gz |
658 | 2023-12-13T05:41:05.696Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
659 | 2023-12-13T05:41:05.883Z | + do_assemble |
660 | 2023-12-13T05:41:05.883Z | + rm -r ./out/mgd |
661 | 2023-12-13T05:41:05.972Z | + mkdir ./out/mgd |
662 | 2023-12-13T05:41:05.972Z | + cp -r out/downloads/root ./out/mgd/root |
663 | 2023-12-13T05:41:06.524Z | + set -o errexit |
664 | 2023-12-13T05:41:06.543Z | +++ dirname ./tools/ci_download_transceiver_control |
665 | 2023-12-13T05:41:06.543Z | ++ cd ./tools |
666 | 2023-12-13T05:41:06.544Z | ++ pwd |
667 | 2023-12-13T05:41:06.544Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
668 | 2023-12-13T05:41:06.544Z | ++ basename ./tools/ci_download_transceiver_control |
669 | 2023-12-13T05:41:06.544Z | + ARG0=ci_download_transceiver_control |
670 | 2023-12-13T05:41:06.544Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
671 | 2023-12-13T05:41:06.545Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
672 | 2023-12-13T05:41:06.545Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
673 | 2023-12-13T05:41:06.545Z | + TARGET_DIR=out |
674 | 2023-12-13T05:41:06.545Z | + DOWNLOAD_DIR=out/downloads |
675 | 2023-12-13T05:41:06.545Z | + DEST_DIR=./out/transceiver-control |
676 | 2023-12-13T05:41:06.546Z | + BIN_DIR=/opt/oxide/bin |
677 | 2023-12-13T05:41:06.546Z | + BINARY=xcvradm |
678 | 2023-12-13T05:41:06.546Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
679 | 2023-12-13T05:41:06.546Z | + REPO=oxidecomputer/transceiver-control |
680 | 2023-12-13T05:41:06.549Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
681 | 2023-12-13T05:41:06.549Z | + main |
682 | 2023-12-13T05:41:06.549Z | + [[ 0 != 0 ]] |
683 | 2023-12-13T05:41:06.549Z | + CIDL_OS=solaris2.11 |
684 | 2023-12-13T05:41:06.550Z | + [[ 0 != 0 ]] |
685 | 2023-12-13T05:41:06.550Z | + configure_os solaris2.11 |
686 | 2023-12-13T05:41:06.550Z | + echo 'current directory: /work/oxidecomputer/omicron' |
687 | 2023-12-13T05:41:06.550Z | current directory: /work/oxidecomputer/omicron |
688 | 2023-12-13T05:41:06.550Z | + echo 'configuring based on OS: "solaris2.11"' |
689 | 2023-12-13T05:41:06.550Z | + case "$1" in |
690 | 2023-12-13T05:41:06.550Z | configuring based on OS: "solaris2.11" |
691 | 2023-12-13T05:41:06.551Z | + SET_BINARIES= |
692 | 2023-12-13T05:41:06.551Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
693 | 2023-12-13T05:41:06.551Z | + CIDL_SHA256FUNC=do_sha256sum |
694 | 2023-12-13T05:41:06.551Z | + ARCHIVE_FILENAME=xcvradm.gz |
695 | 2023-12-13T05:41:06.551Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
696 | 2023-12-13T05:41:06.552Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
697 | 2023-12-13T05:41:06.552Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
698 | 2023-12-13T05:41:06.552Z | + echo 'Local file: out/downloads/xcvradm.gz' |
699 | 2023-12-13T05:41:06.552Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
700 | 2023-12-13T05:41:06.552Z | Local file: out/downloads/xcvradm.gz |
701 | 2023-12-13T05:41:06.552Z | + mkdir -p out/downloads |
702 | 2023-12-13T05:41:06.553Z | + mkdir -p ./out/transceiver-control |
703 | 2023-12-13T05:41:06.553Z | + fetch_and_verify |
704 | 2023-12-13T05:41:06.553Z | + local DO_DOWNLOAD=true |
705 | 2023-12-13T05:41:06.553Z | + [[ -f out/downloads/xcvradm.gz ]] |
706 | 2023-12-13T05:41:06.553Z | + '[' true == true ']' |
707 | 2023-12-13T05:41:06.553Z | + echo Downloading... |
708 | 2023-12-13T05:41:06.554Z | Downloading... |
709 | 2023-12-13T05:41:06.554Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
710 | 2023-12-13T05:41:06.554Z | + 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 |
711 | 2023-12-13T05:41:09.664Z | ++ do_sha256sum out/downloads/xcvradm.gz |
712 | 2023-12-13T05:41:09.679Z | ++ sha256sum |
713 | 2023-12-13T05:41:09.679Z | ++ awk '{print $1}' |
714 | 2023-12-13T05:41:09.702Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
715 | 2023-12-13T05:41:09.702Z | + [[ 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 ]] |
716 | 2023-12-13T05:41:09.704Z | + do_unpack out/downloads/xcvradm.gz |
717 | 2023-12-13T05:41:09.705Z | + mkdir -p out/downloads/root//opt/oxide/bin |
718 | 2023-12-13T05:41:09.705Z | + gzip -dc out/downloads/xcvradm.gz |
719 | 2023-12-13T05:41:09.866Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
720 | 2023-12-13T05:41:09.878Z | + do_assemble |
721 | 2023-12-13T05:41:09.878Z | + rm -r ./out/transceiver-control |
722 | 2023-12-13T05:41:09.878Z | + mkdir ./out/transceiver-control |
723 | 2023-12-13T05:41:09.878Z | + cp -r out/downloads/root ./out/transceiver-control/root |
724 | 2023-12-13T05:41:10.197Z | All builder prerequisites installed successfully, and PATH looks valid |
725 | 2023-12-13T05:41:11.424Z | |
726 | 2023-12-13T05:41:11.424Z | real 2:14.380143157 |
727 | 2023-12-13T05:41:11.424Z | user 55.681186321 |
728 | 2023-12-13T05:41:11.424Z | sys 10.460829313 |
729 | 2023-12-13T05:41:11.424Z | trap 0.024711527 |
730 | 2023-12-13T05:41:11.424Z | tflt 0.240539282 |
731 | 2023-12-13T05:41:11.425Z | dflt 1.285060191 |
732 | 2023-12-13T05:41:11.426Z | kflt 0.184696536 |
733 | 2023-12-13T05:41:11.426Z | lock 1.586838739 |
734 | 2023-12-13T05:41:11.426Z | slp 4:10.906349455 |
735 | 2023-12-13T05:41:11.426Z | lat 3.718629398 |
736 | 2023-12-13T05:41:11.426Z | stop 0.061801083 |
737 | 2023-12-13T05:41:11.426Z | |
738 | 2023-12-13T05:41:11.426Z | ##### # # # # ##### |
739 | 2023-12-13T05:41:11.427Z | # # # # # # # # |
740 | 2023-12-13T05:41:11.427Z | ##### # # # # # # |
741 | 2023-12-13T05:41:11.427Z | # # # # # # # # |
742 | 2023-12-13T05:41:11.427Z | # # # # # # # # |
743 | 2023-12-13T05:41:11.427Z | ##### #### # ###### ##### |
744 | 2023-12-13T05:41:11.427Z | |
745 | 2023-12-13T05:41:11.432Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
746 | 2023-12-13T05:41:11.433Z | Updating crates.io index |
747 | 2023-12-13T05:41:11.433Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
748 | 2023-12-13T05:41:11.690Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
749 | 2023-12-13T05:41:15.275Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
750 | 2023-12-13T05:41:16.099Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
751 | 2023-12-13T05:41:16.422Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
752 | 2023-12-13T05:41:17.095Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
753 | 2023-12-13T05:41:17.105Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
754 | 2023-12-13T05:41:17.975Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
755 | 2023-12-13T05:41:20.127Z | Updating git repository `https://github.com/oxidecomputer/opte` |
756 | 2023-12-13T05:41:22.874Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
757 | 2023-12-13T05:41:23.306Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
758 | 2023-12-13T05:41:24.034Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
759 | 2023-12-13T05:41:24.407Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
760 | 2023-12-13T05:41:24.913Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
761 | 2023-12-13T05:41:25.325Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
762 | 2023-12-13T05:41:25.677Z | Updating git repository `https://github.com/njaremko/samael` |
763 | 2023-12-13T05:41:26.286Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
764 | 2023-12-13T05:41:26.854Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
765 | 2023-12-13T05:41:27.387Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
766 | 2023-12-13T05:41:27.690Z | Updating git repository `https://github.com/jgallagher/nix` |
767 | 2023-12-13T05:41:29.189Z | Updating git repository `https://github.com/cbiffle/hubpack` |
768 | 2023-12-13T05:41:29.688Z | Updating git repository `https://github.com/oxidecomputer/typify` |
769 | 2023-12-13T05:41:30.747Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
770 | 2023-12-13T05:41:31.585Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
771 | 2023-12-13T05:41:32.057Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
772 | 2023-12-13T05:41:33.480Z | Downloading crates ... |
773 | 2023-12-13T05:41:33.814Z | Downloaded instant v0.1.12 |
774 | 2023-12-13T05:41:34.286Z | Downloaded indoc v2.0.3 |
775 | 2023-12-13T05:41:34.286Z | Downloaded is_ci v1.1.1 |
776 | 2023-12-13T05:41:34.286Z | Downloaded clap_derive v4.4.2 |
777 | 2023-12-13T05:41:34.286Z | Downloaded libloading v0.7.4 |
778 | 2023-12-13T05:41:34.286Z | Downloaded lazy_static v1.4.0 |
779 | 2023-12-13T05:41:34.286Z | Downloaded log v0.4.20 |
780 | 2023-12-13T05:41:34.287Z | Downloaded keccak v0.1.4 |
781 | 2023-12-13T05:41:34.287Z | Downloaded bytes v1.5.0 |
782 | 2023-12-13T05:41:34.287Z | Downloaded async-stream-impl v0.3.5 |
783 | 2023-12-13T05:41:34.287Z | Downloaded bb8 v0.8.1 |
784 | 2023-12-13T05:41:34.287Z | Downloaded block-padding v0.3.3 |
785 | 2023-12-13T05:41:34.287Z | Downloaded salty v0.2.0 |
786 | 2023-12-13T05:41:34.287Z | Downloaded serde_yaml v0.9.25 |
787 | 2023-12-13T05:41:34.718Z | Downloaded ciborium-ll v0.2.1 |
788 | 2023-12-13T05:41:34.718Z | Downloaded anstyle v1.0.2 |
789 | 2023-12-13T05:41:34.718Z | Downloaded addr2line v0.21.0 |
790 | 2023-12-13T05:41:34.718Z | Downloaded hubpack_derive v0.1.1 |
791 | 2023-12-13T05:41:34.720Z | Downloaded atty v0.2.14 |
792 | 2023-12-13T05:41:34.720Z | Downloaded hex-literal v0.4.1 |
793 | 2023-12-13T05:41:34.720Z | Downloaded bytesize v1.3.0 |
794 | 2023-12-13T05:41:34.720Z | Downloaded matches v0.1.10 |
795 | 2023-12-13T05:41:34.720Z | Downloaded match_cfg v0.1.0 |
796 | 2023-12-13T05:41:34.720Z | Downloaded cpufeatures v0.2.9 |
797 | 2023-12-13T05:41:34.720Z | Downloaded hostname v0.3.1 |
798 | 2023-12-13T05:41:34.720Z | Downloaded normalize-line-endings v0.3.0 |
799 | 2023-12-13T05:41:34.720Z | Downloaded httparse v1.8.0 |
800 | 2023-12-13T05:41:34.720Z | Downloaded newtype_derive v0.1.6 |
801 | 2023-12-13T05:41:34.720Z | Downloaded buf-list v1.0.3 |
802 | 2023-12-13T05:41:34.720Z | Downloaded nested v0.1.1 |
803 | 2023-12-13T05:41:34.720Z | Downloaded md-5 v0.10.5 |
804 | 2023-12-13T05:41:34.720Z | Downloaded bzip2 v0.4.4 |
805 | 2023-12-13T05:41:34.720Z | Downloaded itoa v1.0.9 |
806 | 2023-12-13T05:41:34.720Z | Downloaded hyper-staticfile v0.9.5 |
807 | 2023-12-13T05:41:34.720Z | Downloaded mime v0.3.17 |
808 | 2023-12-13T05:41:34.720Z | Downloaded crc-any v2.4.3 |
809 | 2023-12-13T05:41:34.720Z | Downloaded memoffset v0.7.1 |
810 | 2023-12-13T05:41:34.720Z | Downloaded ipnetwork v0.20.0 |
811 | 2023-12-13T05:41:34.721Z | Downloaded hyper-tls v0.5.0 |
812 | 2023-12-13T05:41:34.721Z | Downloaded camino v1.1.6 |
813 | 2023-12-13T05:41:34.721Z | Downloaded highway v1.1.0 |
814 | 2023-12-13T05:41:34.721Z | Downloaded tempdir v0.3.7 |
815 | 2023-12-13T05:41:34.721Z | Downloaded structmeta-derive v0.2.0 |
816 | 2023-12-13T05:41:34.721Z | Downloaded usdt-macro v0.3.5 |
817 | 2023-12-13T05:41:34.721Z | Downloaded threadpool v1.8.1 |
818 | 2023-12-13T05:41:34.721Z | Downloaded toolchain_find v0.2.0 |
819 | 2023-12-13T05:41:34.723Z | Downloaded hmac v0.12.1 |
820 | 2023-12-13T05:41:34.723Z | Downloaded clang-sys v1.6.1 |
821 | 2023-12-13T05:41:34.723Z | Downloaded rustc-hash v1.1.0 |
822 | 2023-12-13T05:41:34.723Z | Downloaded snafu-derive v0.7.5 |
823 | 2023-12-13T05:41:34.723Z | Downloaded tracing-attributes v0.1.26 |
824 | 2023-12-13T05:41:34.723Z | Downloaded number_prefix v0.4.0 |
825 | 2023-12-13T05:41:34.724Z | Downloaded cstr-argument v0.1.2 |
826 | 2023-12-13T05:41:34.724Z | Downloaded crucible-workspace-hack v0.1.0 |
827 | 2023-12-13T05:41:34.724Z | Downloaded libtest-mimic v0.6.1 |
828 | 2023-12-13T05:41:34.724Z | Downloaded synstructure v0.12.6 |
829 | 2023-12-13T05:41:34.724Z | Downloaded topological-sort v0.2.2 |
830 | 2023-12-13T05:41:34.724Z | Downloaded vte_generate_state_changes v0.1.1 |
831 | 2023-12-13T05:41:34.725Z | Downloaded tokio-rustls v0.24.1 |
832 | 2023-12-13T05:41:34.725Z | Downloaded supports-color v2.1.0 |
833 | 2023-12-13T05:41:34.725Z | Downloaded ahash v0.8.6 |
834 | 2023-12-13T05:41:34.725Z | Downloaded heapless v0.7.16 |
835 | 2023-12-13T05:41:34.725Z | Downloaded derive_builder_macro v0.12.0 |
836 | 2023-12-13T05:41:34.725Z | Downloaded subprocess v0.2.9 |
837 | 2023-12-13T05:41:34.725Z | Downloaded packed_struct v0.10.1 |
838 | 2023-12-13T05:41:34.726Z | Downloaded crypto-common v0.1.6 |
839 | 2023-12-13T05:41:34.726Z | Downloaded foreign-types-shared v0.1.1 |
840 | 2023-12-13T05:41:34.727Z | Downloaded tap v1.0.1 |
841 | 2023-12-13T05:41:34.727Z | Downloaded cc v1.0.83 |
842 | 2023-12-13T05:41:34.727Z | Downloaded rand_xorshift v0.3.0 |
843 | 2023-12-13T05:41:34.727Z | Downloaded tinyvec v1.6.0 |
844 | 2023-12-13T05:41:34.727Z | Downloaded foreign-types-macros v0.2.3 |
845 | 2023-12-13T05:41:34.727Z | Downloaded usdt-impl v0.3.5 |
846 | 2023-12-13T05:41:34.727Z | Downloaded signal-hook-mio v0.2.3 |
847 | 2023-12-13T05:41:34.727Z | Downloaded hashbrown v0.13.2 |
848 | 2023-12-13T05:41:34.727Z | Downloaded waitgroup v0.1.2 |
849 | 2023-12-13T05:41:34.727Z | Downloaded tower-service v0.3.2 |
850 | 2023-12-13T05:41:34.727Z | Downloaded datatest-stable v0.2.3 |
851 | 2023-12-13T05:41:34.728Z | Downloaded socket2 v0.5.5 |
852 | 2023-12-13T05:41:34.728Z | Downloaded debug-ignore v1.0.5 |
853 | 2023-12-13T05:41:34.728Z | Downloaded fd-lock v3.0.13 |
854 | 2023-12-13T05:41:34.728Z | Downloaded pretty-hex v0.4.0 |
855 | 2023-12-13T05:41:34.728Z | Downloaded toml v0.5.11 |
856 | 2023-12-13T05:41:34.728Z | Downloaded unicode-linebreak v0.1.5 |
857 | 2023-12-13T05:41:34.728Z | Downloaded rstest_macros v0.18.2 |
858 | 2023-12-13T05:41:34.728Z | Downloaded rustversion v1.0.14 |
859 | 2023-12-13T05:41:34.729Z | Downloaded phf_shared v0.10.0 |
860 | 2023-12-13T05:41:34.729Z | Downloaded crunchy v0.2.2 |
861 | 2023-12-13T05:41:34.729Z | Downloaded parking_lot_core v0.9.8 |
862 | 2023-12-13T05:41:34.729Z | Downloaded pkg-config v0.3.27 |
863 | 2023-12-13T05:41:34.729Z | Downloaded form_urlencoded v1.2.1 |
864 | 2023-12-13T05:41:34.730Z | Downloaded curve25519-dalek-derive v0.1.0 |
865 | 2023-12-13T05:41:34.730Z | Downloaded ref-cast-impl v1.0.20 |
866 | 2023-12-13T05:41:34.730Z | Downloaded base64 v0.21.5 |
867 | 2023-12-13T05:41:34.730Z | Downloaded wait-timeout v0.2.0 |
868 | 2023-12-13T05:41:34.730Z | Downloaded dtrace-parser v0.1.14 |
869 | 2023-12-13T05:41:34.730Z | Downloaded version_check v0.9.4 |
870 | 2023-12-13T05:41:34.730Z | Downloaded predicates-tree v1.0.9 |
871 | 2023-12-13T05:41:34.730Z | Downloaded crossbeam-queue v0.3.8 |
872 | 2023-12-13T05:41:34.730Z | Downloaded thiserror-impl-no-std v2.0.2 |
873 | 2023-12-13T05:41:34.731Z | Downloaded usdt v0.3.5 |
874 | 2023-12-13T05:41:34.731Z | Downloaded dof v0.1.5 |
875 | 2023-12-13T05:41:34.731Z | Downloaded futures-macro v0.3.29 |
876 | 2023-12-13T05:41:34.731Z | Downloaded diesel_table_macro_syntax v0.1.0 |
877 | 2023-12-13T05:41:34.731Z | Downloaded parse-display v0.8.2 |
878 | 2023-12-13T05:41:34.731Z | Downloaded precomputed-hash v0.1.1 |
879 | 2023-12-13T05:41:34.731Z | Downloaded pin-project-internal v1.1.3 |
880 | 2023-12-13T05:41:34.731Z | Downloaded unicase v2.7.0 |
881 | 2023-12-13T05:41:34.732Z | Downloaded serde-big-array v0.4.1 |
882 | 2023-12-13T05:41:34.732Z | Downloaded zeroize v1.7.0 |
883 | 2023-12-13T05:41:34.732Z | Downloaded structmeta v0.2.0 |
884 | 2023-12-13T05:41:34.732Z | Downloaded strsim v0.8.0 |
885 | 2023-12-13T05:41:34.732Z | Downloaded strip-ansi-escapes v0.1.1 |
886 | 2023-12-13T05:41:34.732Z | Downloaded crossbeam-utils v0.8.16 |
887 | 2023-12-13T05:41:34.767Z | Downloaded fatfs v0.3.6 |
888 | 2023-12-13T05:41:34.767Z | Downloaded foreign-types v0.3.2 |
889 | 2023-12-13T05:41:34.767Z | Downloaded pin-utils v0.1.0 |
890 | 2023-12-13T05:41:34.767Z | Downloaded ppv-lite86 v0.2.17 |
891 | 2023-12-13T05:41:34.768Z | Downloaded strum_macros v0.25.2 |
892 | 2023-12-13T05:41:34.768Z | Downloaded tokio-native-tls v0.3.1 |
893 | 2023-12-13T05:41:34.768Z | Downloaded trybuild v1.0.85 |
894 | 2023-12-13T05:41:34.768Z | Downloaded pretty-hex v0.2.1 |
895 | 2023-12-13T05:41:34.768Z | Downloaded take_mut v0.2.2 |
896 | 2023-12-13T05:41:34.769Z | Downloaded new_debug_unreachable v1.0.4 |
897 | 2023-12-13T05:41:34.769Z | Downloaded der_derive v0.7.2 |
898 | 2023-12-13T05:41:34.769Z | Downloaded predicates-core v1.0.6 |
899 | 2023-12-13T05:41:34.769Z | Downloaded sec1 v0.7.3 |
900 | 2023-12-13T05:41:34.769Z | Downloaded tinytemplate v1.2.1 |
901 | 2023-12-13T05:41:34.769Z | Downloaded terminal_size v0.2.6 |
902 | 2023-12-13T05:41:34.769Z | Downloaded funty v2.0.0 |
903 | 2023-12-13T05:41:34.770Z | Downloaded futures-io v0.3.29 |
904 | 2023-12-13T05:41:34.771Z | Downloaded darling v0.20.3 |
905 | 2023-12-13T05:41:34.771Z | Downloaded proc-macro-crate v1.3.1 |
906 | 2023-12-13T05:41:34.771Z | Downloaded futures-channel v0.3.29 |
907 | 2023-12-13T05:41:34.771Z | Downloaded percent-encoding v2.3.1 |
908 | 2023-12-13T05:41:34.771Z | Downloaded bitfield v0.14.0 |
909 | 2023-12-13T05:41:34.771Z | Downloaded tokio-util v0.7.10 |
910 | 2023-12-13T05:41:34.772Z | Downloaded equivalent v1.0.1 |
911 | 2023-12-13T05:41:34.772Z | Downloaded plotters-svg v0.3.5 |
912 | 2023-12-13T05:41:34.772Z | Downloaded pkcs8 v0.10.2 |
913 | 2023-12-13T05:41:34.772Z | Downloaded slog-stdlog v4.1.1 |
914 | 2023-12-13T05:41:34.772Z | Downloaded untrusted v0.7.1 |
915 | 2023-12-13T05:41:34.772Z | Downloaded path-slash v0.1.5 |
916 | 2023-12-13T05:41:34.773Z | Downloaded nibble_vec v0.1.0 |
917 | 2023-12-13T05:41:34.773Z | Downloaded num-derive v0.4.0 |
918 | 2023-12-13T05:41:34.773Z | Downloaded snafu v0.7.5 |
919 | 2023-12-13T05:41:34.774Z | Downloaded sqlparser_derive v0.1.1 |
920 | 2023-12-13T05:41:34.774Z | Downloaded peeking_take_while v0.1.2 |
921 | 2023-12-13T05:41:34.774Z | Downloaded toml_edit v0.21.0 |
922 | 2023-12-13T05:41:34.774Z | Downloaded termtree v0.4.1 |
923 | 2023-12-13T05:41:34.774Z | Downloaded fixedbitset v0.4.2 |
924 | 2023-12-13T05:41:34.774Z | Downloaded scheduled-thread-pool v0.2.7 |
925 | 2023-12-13T05:41:34.775Z | Downloaded similar-asserts v1.5.0 |
926 | 2023-12-13T05:41:34.775Z | Downloaded doc-comment v0.3.3 |
927 | 2023-12-13T05:41:34.775Z | Downloaded display-error-chain v0.2.0 |
928 | 2023-12-13T05:41:34.775Z | Downloaded darling_core v0.14.4 |
929 | 2023-12-13T05:41:34.775Z | Downloaded try-lock v0.2.4 |
930 | 2023-12-13T05:41:34.775Z | Downloaded nodrop v0.1.14 |
931 | 2023-12-13T05:41:34.778Z | Downloaded getopts v0.2.21 |
932 | 2023-12-13T05:41:34.778Z | Downloaded float-cmp v0.9.0 |
933 | 2023-12-13T05:41:34.779Z | Downloaded plotters-backend v0.3.5 |
934 | 2023-12-13T05:41:34.779Z | Downloaded foreign-types-shared v0.3.1 |
935 | 2023-12-13T05:41:34.779Z | Downloaded postcard v1.0.8 |
936 | 2023-12-13T05:41:34.780Z | Downloaded wyz v0.5.1 |
937 | 2023-12-13T05:41:34.780Z | Downloaded serde_tokenstream v0.2.0 |
938 | 2023-12-13T05:41:34.780Z | Downloaded vec_map v0.8.2 |
939 | 2023-12-13T05:41:34.780Z | Downloaded serde-big-array v0.5.1 |
940 | 2023-12-13T05:41:34.780Z | Downloaded serde_repr v0.1.16 |
941 | 2023-12-13T05:41:34.781Z | Downloaded usdt-attr-macro v0.3.5 |
942 | 2023-12-13T05:41:34.781Z | Downloaded toml_datetime v0.6.5 |
943 | 2023-12-13T05:41:34.782Z | Downloaded dyn-clone v1.0.13 |
944 | 2023-12-13T05:41:34.782Z | Downloaded darling_macro v0.20.3 |
945 | 2023-12-13T05:41:34.783Z | Downloaded darling_macro v0.14.4 |
946 | 2023-12-13T05:41:34.783Z | Downloaded untrusted v0.9.0 |
947 | 2023-12-13T05:41:34.783Z | Downloaded endian-type v0.1.2 |
948 | 2023-12-13T05:41:34.783Z | Downloaded packed_struct_codegen v0.10.1 |
949 | 2023-12-13T05:41:34.783Z | Downloaded sct v0.7.0 |
950 | 2023-12-13T05:41:34.784Z | Downloaded remove_dir_all v0.5.3 |
951 | 2023-12-13T05:41:34.784Z | Downloaded num_enum v0.5.11 |
952 | 2023-12-13T05:41:34.784Z | Downloaded rpassword v7.3.1 |
953 | 2023-12-13T05:41:34.784Z | Downloaded unicode-width v0.1.11 |
954 | 2023-12-13T05:41:34.784Z | Downloaded defmt-macros v0.3.6 |
955 | 2023-12-13T05:41:34.784Z | Downloaded dirs-next v2.0.0 |
956 | 2023-12-13T05:41:34.784Z | Downloaded partial-io v0.5.4 |
957 | 2023-12-13T05:41:34.785Z | Downloaded flagset v0.4.3 |
958 | 2023-12-13T05:41:34.785Z | Downloaded utf-8 v0.7.6 |
959 | 2023-12-13T05:41:34.786Z | Downloaded tokio-postgres v0.7.10 |
960 | 2023-12-13T05:41:34.786Z | Downloaded whoami v1.4.1 |
961 | 2023-12-13T05:41:34.786Z | Downloaded serde_plain v1.0.2 |
962 | 2023-12-13T05:41:34.786Z | Downloaded serde-hex v0.1.0 |
963 | 2023-12-13T05:41:34.786Z | Downloaded pest_derive v2.7.2 |
964 | 2023-12-13T05:41:34.787Z | Downloaded glob v0.3.1 |
965 | 2023-12-13T05:41:34.787Z | Downloaded olpc-cjson v0.1.3 |
966 | 2023-12-13T05:41:34.787Z | Downloaded tokio-stream v0.1.14 |
967 | 2023-12-13T05:41:34.788Z | Downloaded difflib v0.4.0 |
968 | 2023-12-13T05:41:34.788Z | Downloaded zerocopy v0.6.4 |
969 | 2023-12-13T05:41:34.788Z | Downloaded fnv v1.0.7 |
970 | 2023-12-13T05:41:34.792Z | Downloaded num v0.4.1 |
971 | 2023-12-13T05:41:34.792Z | Downloaded fallible-iterator v0.2.0 |
972 | 2023-12-13T05:41:34.792Z | Downloaded platforms v3.0.2 |
973 | 2023-12-13T05:41:34.793Z | Downloaded derive_builder v0.12.0 |
974 | 2023-12-13T05:41:34.793Z | Downloaded url v2.5.0 |
975 | 2023-12-13T05:41:34.793Z | Downloaded unicode-bidi v0.3.13 |
976 | 2023-12-13T05:41:34.793Z | Downloaded crossbeam-epoch v0.9.15 |
977 | 2023-12-13T05:41:34.793Z | Downloaded unsafe-libyaml v0.2.9 |
978 | 2023-12-13T05:41:34.793Z | Downloaded pin-project v1.1.3 |
979 | 2023-12-13T05:41:34.794Z | Downloaded digest v0.10.7 |
980 | 2023-12-13T05:41:34.794Z | Downloaded trust-dns-client v0.22.0 |
981 | 2023-12-13T05:41:34.794Z | Downloaded ron v0.8.1 |
982 | 2023-12-13T05:41:34.794Z | Downloaded rcgen v0.11.3 |
983 | 2023-12-13T05:41:34.795Z | Downloaded prettyplease v0.2.12 |
984 | 2023-12-13T05:41:34.795Z | Downloaded petgraph v0.6.4 |
985 | 2023-12-13T05:41:34.795Z | Downloaded diff v0.1.13 |
986 | 2023-12-13T05:41:34.795Z | Downloaded rsa v0.9.2 |
987 | 2023-12-13T05:41:35.224Z | Downloaded expectorate v1.1.0 |
988 | 2023-12-13T05:41:35.224Z | Downloaded ucd-trie v0.1.6 |
989 | 2023-12-13T05:41:35.224Z | Downloaded num-traits v0.2.16 |
990 | 2023-12-13T05:41:35.224Z | Downloaded oso v0.27.0 |
991 | 2023-12-13T05:41:35.224Z | Downloaded winnow v0.5.15 |
992 | 2023-12-13T05:41:35.225Z | Downloaded toml_edit v0.19.15 |
993 | 2023-12-13T05:41:35.225Z | Downloaded zerocopy v0.7.26 |
994 | 2023-12-13T05:41:35.225Z | Downloaded reqwest v0.11.22 |
995 | 2023-12-13T05:41:35.225Z | Downloaded x509-cert v0.2.4 |
996 | 2023-12-13T05:41:35.225Z | Downloaded portable-atomic v1.4.3 |
997 | 2023-12-13T05:41:35.225Z | Downloaded futures-util v0.3.29 |
998 | 2023-12-13T05:41:35.225Z | Downloaded vcpkg v0.2.15 |
999 | 2023-12-13T05:41:35.235Z | Downloaded sqlparser v0.36.1 |
1000 | 2023-12-13T05:41:35.235Z | Downloaded webpki-roots v0.25.2 |
1001 | 2023-12-13T05:41:35.235Z | Downloaded openssl v0.10.60 |
1002 | 2023-12-13T05:41:35.235Z | Downloaded quick-xml v0.23.1 |
1003 | 2023-12-13T05:41:35.235Z | Downloaded rustix v0.38.25 |
1004 | 2023-12-13T05:41:35.235Z | Downloaded gimli v0.28.0 |
1005 | 2023-12-13T05:41:35.235Z | Downloaded trust-dns-proto v0.22.0 |
1006 | 2023-12-13T05:41:35.236Z | Downloaded bstr v0.2.17 |
1007 | 2023-12-13T05:41:35.236Z | Downloaded sled v0.34.7 |
1008 | 2023-12-13T05:41:35.236Z | Downloaded ratatui v0.23.0 |
1009 | 2023-12-13T05:41:35.236Z | Downloaded syn v1.0.109 |
1010 | 2023-12-13T05:41:35.236Z | Downloaded zerocopy-derive v0.6.4 |
1011 | 2023-12-13T05:41:35.236Z | Downloaded openapiv3 v2.0.0 |
1012 | 2023-12-13T05:41:35.236Z | Downloaded sha3 v0.10.8 |
1013 | 2023-12-13T05:41:35.236Z | Downloaded object v0.32.1 |
1014 | 2023-12-13T05:41:35.236Z | Downloaded object v0.30.4 |
1015 | 2023-12-13T05:41:35.236Z | Downloaded polar-core v0.27.0 |
1016 | 2023-12-13T05:41:35.236Z | Downloaded rustls v0.21.9 |
1017 | 2023-12-13T05:41:35.236Z | Downloaded zerocopy-derive v0.7.26 |
1018 | 2023-12-13T05:41:35.236Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1019 | 2023-12-13T05:41:35.236Z | Downloaded libc v0.2.151 |
1020 | 2023-12-13T05:41:35.268Z | Downloaded regex-automata v0.4.3 |
1021 | 2023-12-13T05:41:35.298Z | Downloaded diesel v2.1.4 |
1022 | 2023-12-13T05:41:35.330Z | Downloaded bstr v1.6.0 |
1023 | 2023-12-13T05:41:35.356Z | Downloaded tokio v1.35.0 |
1024 | 2023-12-13T05:41:35.423Z | Downloaded encoding_rs v0.8.33 |
1025 | 2023-12-13T05:41:35.465Z | Downloaded syn v2.0.32 |
1026 | 2023-12-13T05:41:35.481Z | Downloaded ring v0.17.7 |
1027 | 2023-12-13T05:41:35.616Z | Downloaded smoltcp v0.10.0 |
1028 | 2023-12-13T05:41:35.682Z | Downloaded regex-automata v0.3.8 |
1029 | 2023-12-13T05:41:35.693Z | Downloaded rustix v0.37.23 |
1030 | 2023-12-13T05:41:35.706Z | Downloaded zerocopy-derive v0.2.0 |
1031 | 2023-12-13T05:41:35.722Z | Downloaded smoltcp v0.9.1 |
1032 | 2023-12-13T05:41:35.782Z | Downloaded regex-syntax v0.7.5 |
1033 | 2023-12-13T05:41:35.783Z | Downloaded regress v0.7.1 |
1034 | 2023-12-13T05:41:35.812Z | Downloaded regex-syntax v0.6.29 |
1035 | 2023-12-13T05:41:35.812Z | Downloaded curve25519-dalek v4.1.1 |
1036 | 2023-12-13T05:41:35.826Z | Downloaded regex v1.10.2 |
1037 | 2023-12-13T05:41:35.836Z | Downloaded nix v0.26.4 |
1038 | 2023-12-13T05:41:35.858Z | Downloaded num-bigint v0.4.4 |
1039 | 2023-12-13T05:41:35.866Z | Downloaded rayon v1.8.0 |
1040 | 2023-12-13T05:41:35.902Z | Downloaded proptest v1.4.0 |
1041 | 2023-12-13T05:41:35.910Z | Downloaded ring v0.16.20 |
1042 | 2023-12-13T05:41:36.056Z | Downloaded idna v0.5.0 |
1043 | 2023-12-13T05:41:36.065Z | Downloaded bindgen v0.65.1 |
1044 | 2023-12-13T05:41:36.481Z | Downloaded rustyline v12.0.0 |
1045 | 2023-12-13T05:41:36.482Z | Downloaded radix_trie v0.2.1 |
1046 | 2023-12-13T05:41:36.482Z | Downloaded h2 v0.3.21 |
1047 | 2023-12-13T05:41:36.485Z | Downloaded tabled v0.14.0 |
1048 | 2023-12-13T05:41:36.486Z | Downloaded idna v0.2.3 |
1049 | 2023-12-13T05:41:36.486Z | Downloaded plotters v0.3.5 |
1050 | 2023-12-13T05:41:36.486Z | Downloaded serde_json v1.0.108 |
1051 | 2023-12-13T05:41:36.486Z | Downloaded bitvec v1.0.1 |
1052 | 2023-12-13T05:41:36.486Z | Downloaded toml v0.8.8 |
1053 | 2023-12-13T05:41:36.487Z | Downloaded trust-dns-server v0.22.1 |
1054 | 2023-12-13T05:41:36.487Z | Downloaded unicode-segmentation v1.10.1 |
1055 | 2023-12-13T05:41:36.487Z | Downloaded rustls-webpki v0.101.7 |
1056 | 2023-12-13T05:41:36.487Z | Downloaded lalrpop v0.19.12 |
1057 | 2023-12-13T05:41:36.487Z | Downloaded serde_with v3.4.0 |
1058 | 2023-12-13T05:41:36.489Z | Downloaded aho-corasick v1.0.4 |
1059 | 2023-12-13T05:41:36.489Z | Downloaded trust-dns-resolver v0.22.0 |
1060 | 2023-12-13T05:41:36.489Z | Downloaded unicode-normalization v0.1.22 |
1061 | 2023-12-13T05:41:36.489Z | Downloaded hyper v0.14.27 |
1062 | 2023-12-13T05:41:36.490Z | Downloaded clap v2.34.0 |
1063 | 2023-12-13T05:41:36.490Z | Downloaded guppy v0.17.4 |
1064 | 2023-12-13T05:41:36.490Z | Downloaded flate2 v1.0.28 |
1065 | 2023-12-13T05:41:36.490Z | Downloaded openssl-sys v0.9.96 |
1066 | 2023-12-13T05:41:36.490Z | Downloaded num-bigint-dig v0.8.4 |
1067 | 2023-12-13T05:41:36.490Z | Downloaded crossterm v0.26.1 |
1068 | 2023-12-13T05:41:36.490Z | Downloaded hkdf v0.12.3 |
1069 | 2023-12-13T05:41:36.490Z | Downloaded similar v2.3.0 |
1070 | 2023-12-13T05:41:36.490Z | Downloaded schemars v0.8.13 |
1071 | 2023-12-13T05:41:36.490Z | Downloaded flume v0.11.0 |
1072 | 2023-12-13T05:41:36.491Z | Downloaded getrandom v0.2.10 |
1073 | 2023-12-13T05:41:36.491Z | Downloaded serde v1.0.193 |
1074 | 2023-12-13T05:41:36.491Z | Downloaded serde_urlencoded v0.7.1 |
1075 | 2023-12-13T05:41:36.491Z | Downloaded which v4.4.0 |
1076 | 2023-12-13T05:41:36.491Z | Downloaded num_cpus v1.16.0 |
1077 | 2023-12-13T05:41:36.491Z | Downloaded poly1305 v0.8.0 |
1078 | 2023-12-13T05:41:36.491Z | Downloaded signal-hook-registry v1.4.1 |
1079 | 2023-12-13T05:41:36.491Z | Downloaded xattr v1.0.1 |
1080 | 2023-12-13T05:41:36.491Z | Downloaded relative-path v1.9.0 |
1081 | 2023-12-13T05:41:36.492Z | Downloaded num-rational v0.4.1 |
1082 | 2023-12-13T05:41:36.492Z | Downloaded pem-rfc7468 v0.7.0 |
1083 | 2023-12-13T05:41:36.492Z | Downloaded owo-colors v3.5.0 |
1084 | 2023-12-13T05:41:36.492Z | Downloaded term v0.7.0 |
1085 | 2023-12-13T05:41:36.492Z | Downloaded uuid v1.6.1 |
1086 | 2023-12-13T05:41:36.492Z | Downloaded futures v0.3.29 |
1087 | 2023-12-13T05:41:36.492Z | Downloaded crossterm v0.27.0 |
1088 | 2023-12-13T05:41:36.493Z | Downloaded openssl-macros v0.1.1 |
1089 | 2023-12-13T05:41:36.913Z | Downloaded walkdir v2.4.0 |
1090 | 2023-12-13T05:41:36.913Z | Downloaded yansi v0.5.1 |
1091 | 2023-12-13T05:41:36.914Z | Downloaded tiny-keccak v2.0.2 |
1092 | 2023-12-13T05:41:36.914Z | Downloaded nom v7.1.3 |
1093 | 2023-12-13T05:41:36.914Z | Downloaded unicode-ident v1.0.12 |
1094 | 2023-12-13T05:41:36.914Z | Downloaded scopeguard v1.2.0 |
1095 | 2023-12-13T05:41:36.938Z | Downloaded itertools v0.12.0 |
1096 | 2023-12-13T05:41:36.938Z | Downloaded shell-words v1.1.0 |
1097 | 2023-12-13T05:41:36.939Z | Downloaded termcolor v1.2.0 |
1098 | 2023-12-13T05:41:36.939Z | Downloaded pem v3.0.2 |
1099 | 2023-12-13T05:41:36.939Z | Downloaded toml v0.7.8 |
1100 | 2023-12-13T05:41:36.940Z | Downloaded tough v0.16.0 |
1101 | 2023-12-13T05:41:36.940Z | Downloaded reedline v0.22.0 |
1102 | 2023-12-13T05:41:36.940Z | Downloaded utf8parse v0.2.1 |
1103 | 2023-12-13T05:41:36.940Z | Downloaded tokio-tungstenite v0.20.1 |
1104 | 2023-12-13T05:41:36.941Z | Downloaded darling_core v0.20.3 |
1105 | 2023-12-13T05:41:36.941Z | Downloaded zip v0.6.6 |
1106 | 2023-12-13T05:41:36.942Z | Downloaded pretty_assertions v1.4.0 |
1107 | 2023-12-13T05:41:36.942Z | Downloaded itertools v0.11.0 |
1108 | 2023-12-13T05:41:36.943Z | Downloaded quick-error v1.2.3 |
1109 | 2023-12-13T05:41:36.943Z | Downloaded spin v0.9.8 |
1110 | 2023-12-13T05:41:36.943Z | Downloaded once_cell v1.19.0 |
1111 | 2023-12-13T05:41:36.945Z | Downloaded postgres-types v0.2.6 |
1112 | 2023-12-13T05:41:36.946Z | Downloaded num_enum_derive v0.5.11 |
1113 | 2023-12-13T05:41:36.946Z | Downloaded semver v1.0.20 |
1114 | 2023-12-13T05:41:36.946Z | Downloaded rusty-fork v0.3.0 |
1115 | 2023-12-13T05:41:36.947Z | Downloaded slog-term v2.9.0 |
1116 | 2023-12-13T05:41:36.947Z | Downloaded stringprep v0.1.3 |
1117 | 2023-12-13T05:41:36.948Z | Downloaded serde_with_macros v3.4.0 |
1118 | 2023-12-13T05:41:36.948Z | Downloaded proc-macro-error v1.0.4 |
1119 | 2023-12-13T05:41:36.949Z | Downloaded pkcs1 v0.7.5 |
1120 | 2023-12-13T05:41:36.949Z | Downloaded unicode_categories v0.1.1 |
1121 | 2023-12-13T05:41:36.950Z | Downloaded der v0.7.8 |
1122 | 2023-12-13T05:41:36.950Z | Downloaded libxml v0.3.3 |
1123 | 2023-12-13T05:41:36.950Z | Downloaded schemars_derive v0.8.13 |
1124 | 2023-12-13T05:41:36.950Z | Downloaded siphasher v0.3.11 |
1125 | 2023-12-13T05:41:36.951Z | Downloaded proc-macro-error-attr v1.0.4 |
1126 | 2023-12-13T05:41:36.951Z | Downloaded pest v2.7.2 |
1127 | 2023-12-13T05:41:36.951Z | Downloaded tempfile v3.8.1 |
1128 | 2023-12-13T05:41:36.951Z | Downloaded time v0.3.27 |
1129 | 2023-12-13T05:41:36.952Z | Downloaded criterion v0.5.1 |
1130 | 2023-12-13T05:41:36.952Z | Downloaded elliptic-curve v0.13.8 |
1131 | 2023-12-13T05:41:36.952Z | Downloaded crypto-bigint v0.5.2 |
1132 | 2023-12-13T05:41:36.952Z | Downloaded spki v0.7.2 |
1133 | 2023-12-13T05:41:36.952Z | Downloaded generic-array v0.14.7 |
1134 | 2023-12-13T05:41:36.953Z | Downloaded fastrand v2.0.0 |
1135 | 2023-12-13T05:41:36.953Z | Downloaded smallvec v0.6.14 |
1136 | 2023-12-13T05:41:36.953Z | Downloaded slog-json v2.6.1 |
1137 | 2023-12-13T05:41:36.953Z | Downloaded pest_generator v2.7.2 |
1138 | 2023-12-13T05:41:36.953Z | Downloaded semver-parser v0.10.2 |
1139 | 2023-12-13T05:41:36.955Z | Downloaded env_logger v0.10.0 |
1140 | 2023-12-13T05:41:36.955Z | Downloaded slog v2.7.0 |
1141 | 2023-12-13T05:41:36.956Z | Downloaded strsim v0.10.0 |
1142 | 2023-12-13T05:41:36.956Z | Downloaded string_cache v0.8.7 |
1143 | 2023-12-13T05:41:36.956Z | Downloaded oorandom v11.1.3 |
1144 | 2023-12-13T05:41:36.957Z | Downloaded ed25519 v1.5.3 |
1145 | 2023-12-13T05:41:36.957Z | Downloaded tabled_derive v0.6.0 |
1146 | 2023-12-13T05:41:36.957Z | Downloaded predicates v3.0.4 |
1147 | 2023-12-13T05:41:36.957Z | Downloaded derive_more v0.99.17 |
1148 | 2023-12-13T05:41:36.958Z | Downloaded clap_builder v4.4.2 |
1149 | 2023-12-13T05:41:36.958Z | Downloaded shlex v1.1.0 |
1150 | 2023-12-13T05:41:36.958Z | Downloaded opaque-debug v0.3.0 |
1151 | 2023-12-13T05:41:36.960Z | Downloaded either v1.9.0 |
1152 | 2023-12-13T05:41:36.960Z | Downloaded unicode-xid v0.2.4 |
1153 | 2023-12-13T05:41:36.961Z | Downloaded typenum v1.16.0 |
1154 | 2023-12-13T05:41:36.961Z | Downloaded memchr v2.6.3 |
1155 | 2023-12-13T05:41:36.961Z | Downloaded pin-project-lite v0.2.13 |
1156 | 2023-12-13T05:41:36.962Z | Downloaded rand v0.8.5 |
1157 | 2023-12-13T05:41:36.963Z | Downloaded rand v0.4.6 |
1158 | 2023-12-13T05:41:36.963Z | Downloaded futures-task v0.3.29 |
1159 | 2023-12-13T05:41:36.964Z | Downloaded steno v0.4.0 |
1160 | 2023-12-13T05:41:36.965Z | Downloaded signal-hook v0.3.17 |
1161 | 2023-12-13T05:41:36.966Z | Downloaded strum_macros v0.24.3 |
1162 | 2023-12-13T05:41:36.966Z | Downloaded futures-sink v0.3.29 |
1163 | 2023-12-13T05:41:36.966Z | Downloaded enum-as-inner v0.5.1 |
1164 | 2023-12-13T05:41:36.967Z | Downloaded futures-timer v3.0.2 |
1165 | 2023-12-13T05:41:36.967Z | Downloaded sqlformat v0.2.3 |
1166 | 2023-12-13T05:41:36.967Z | Downloaded oso-derive v0.27.0 |
1167 | 2023-12-13T05:41:36.970Z | Downloaded darling v0.14.4 |
1168 | 2023-12-13T05:41:36.970Z | Downloaded password-hash v0.5.0 |
1169 | 2023-12-13T05:41:36.970Z | Downloaded unarray v0.1.4 |
1170 | 2023-12-13T05:41:36.970Z | Downloaded yasna v0.5.2 |
1171 | 2023-12-13T05:41:36.971Z | Downloaded quote v1.0.33 |
1172 | 2023-12-13T05:41:36.971Z | Downloaded postgres-protocol v0.6.6 |
1173 | 2023-12-13T05:41:36.971Z | Downloaded libm v0.2.7 |
1174 | 2023-12-13T05:41:36.971Z | Downloaded hashbrown v0.14.2 |
1175 | 2023-12-13T05:41:36.971Z | Downloaded downcast v0.11.0 |
1176 | 2023-12-13T05:41:36.971Z | Downloaded pathdiff v0.2.1 |
1177 | 2023-12-13T05:41:36.971Z | Downloaded want v0.3.1 |
1178 | 2023-12-13T05:41:36.972Z | Downloaded num_threads v0.1.6 |
1179 | 2023-12-13T05:41:36.972Z | Downloaded phf v0.11.2 |
1180 | 2023-12-13T05:41:36.972Z | Downloaded parse-display-derive v0.8.2 |
1181 | 2023-12-13T05:41:36.972Z | Downloaded num-integer v0.1.45 |
1182 | 2023-12-13T05:41:36.972Z | Downloaded proc-macro2 v1.0.69 |
1183 | 2023-12-13T05:41:36.972Z | Downloaded tar v0.4.40 |
1184 | 2023-12-13T05:41:36.972Z | Downloaded num-complex v0.4.4 |
1185 | 2023-12-13T05:41:36.973Z | Downloaded spin v0.5.2 |
1186 | 2023-12-13T05:41:36.973Z | Downloaded half v1.8.2 |
1187 | 2023-12-13T05:41:36.973Z | Downloaded crossbeam-channel v0.5.8 |
1188 | 2023-12-13T05:41:36.973Z | Downloaded parking_lot_core v0.8.6 |
1189 | 2023-12-13T05:41:36.973Z | Downloaded parking_lot v0.12.1 |
1190 | 2023-12-13T05:41:36.993Z | Downloaded parking_lot v0.11.2 |
1191 | 2023-12-13T05:41:36.995Z | Downloaded papergrid v0.10.0 |
1192 | 2023-12-13T05:41:36.995Z | Downloaded minimal-lexical v0.2.1 |
1193 | 2023-12-13T05:41:36.995Z | Downloaded paste v1.0.14 |
1194 | 2023-12-13T05:41:36.996Z | Downloaded typed-path v0.7.0 |
1195 | 2023-12-13T05:41:36.996Z | Downloaded thiserror-impl v1.0.49 |
1196 | 2023-12-13T05:41:36.996Z | Downloaded derive_builder_core v0.12.0 |
1197 | 2023-12-13T05:41:36.996Z | Downloaded thread-id v4.2.0 |
1198 | 2023-12-13T05:41:36.996Z | Downloaded thiserror-no-std v2.0.2 |
1199 | 2023-12-13T05:41:36.996Z | Downloaded thiserror v1.0.49 |
1200 | 2023-12-13T05:41:37.006Z | Downloaded mio v0.8.9 |
1201 | 2023-12-13T05:41:37.006Z | Downloaded hashbrown v0.12.3 |
1202 | 2023-12-13T05:41:37.006Z | Downloaded itertools v0.10.5 |
1203 | 2023-12-13T05:41:37.433Z | Downloaded phf_shared v0.11.2 |
1204 | 2023-12-13T05:41:37.433Z | Downloaded data-encoding v2.4.0 |
1205 | 2023-12-13T05:41:37.434Z | Downloaded vte v0.10.1 |
1206 | 2023-12-13T05:41:37.458Z | Downloaded vsss-rs v3.3.2 |
1207 | 2023-12-13T05:41:37.458Z | Downloaded diesel_derives v2.1.2 |
1208 | 2023-12-13T05:41:37.458Z | Downloaded num-iter v0.1.43 |
1209 | 2023-12-13T05:41:37.459Z | Downloaded structopt-derive v0.4.18 |
1210 | 2023-12-13T05:41:37.459Z | Downloaded universal-hash v0.5.1 |
1211 | 2023-12-13T05:41:37.459Z | Downloaded thread_local v1.1.7 |
1212 | 2023-12-13T05:41:37.459Z | Downloaded r2d2 v0.8.10 |
1213 | 2023-12-13T05:41:37.459Z | Downloaded omicron-zone-package v0.9.1 |
1214 | 2023-12-13T05:41:37.459Z | Downloaded tracing v0.1.37 |
1215 | 2023-12-13T05:41:37.460Z | Downloaded termios v0.3.3 |
1216 | 2023-12-13T05:41:37.460Z | Downloaded backtrace v0.3.69 |
1217 | 2023-12-13T05:41:37.460Z | Downloaded filetime v0.2.23 |
1218 | 2023-12-13T05:41:37.460Z | Downloaded fs-err v2.11.0 |
1219 | 2023-12-13T05:41:37.460Z | Downloaded fragile v2.0.0 |
1220 | 2023-12-13T05:41:37.460Z | Downloaded ff v0.13.0 |
1221 | 2023-12-13T05:41:37.462Z | Downloaded slab v0.4.9 |
1222 | 2023-12-13T05:41:37.462Z | Downloaded derive-where v1.2.6 |
1223 | 2023-12-13T05:41:37.462Z | Downloaded http v0.2.11 |
1224 | 2023-12-13T05:41:37.462Z | Downloaded serde_derive v1.0.193 |
1225 | 2023-12-13T05:41:37.462Z | Downloaded rayon-core v1.12.0 |
1226 | 2023-12-13T05:41:37.462Z | Downloaded zerocopy v0.3.0 |
1227 | 2023-12-13T05:41:37.462Z | Downloaded errno v0.3.2 |
1228 | 2023-12-13T05:41:37.462Z | Downloaded defmt-parser v0.3.3 |
1229 | 2023-12-13T05:41:37.463Z | Downloaded tungstenite v0.20.1 |
1230 | 2023-12-13T05:41:37.463Z | Downloaded rand_core v0.6.4 |
1231 | 2023-12-13T05:41:37.463Z | Downloaded embedded-io v0.4.0 |
1232 | 2023-12-13T05:41:37.463Z | Downloaded test-strategy v0.3.1 |
1233 | 2023-12-13T05:41:37.463Z | Downloaded headers v0.3.9 |
1234 | 2023-12-13T05:41:37.463Z | Downloaded rustc-demangle v0.1.23 |
1235 | 2023-12-13T05:41:37.463Z | Downloaded futures-executor v0.3.29 |
1236 | 2023-12-13T05:41:37.463Z | Downloaded futures-core v0.3.29 |
1237 | 2023-12-13T05:41:37.463Z | Downloaded globset v0.4.13 |
1238 | 2023-12-13T05:41:37.463Z | Downloaded smf v0.2.2 |
1239 | 2023-12-13T05:41:37.463Z | Downloaded slog-scope v4.4.0 |
1240 | 2023-12-13T05:41:37.463Z | Downloaded indexmap v2.1.0 |
1241 | 2023-12-13T05:41:37.463Z | Downloaded tracing-core v0.1.31 |
1242 | 2023-12-13T05:41:37.463Z | Downloaded textwrap v0.16.0 |
1243 | 2023-12-13T05:41:37.464Z | Downloaded structopt v0.3.26 |
1244 | 2023-12-13T05:41:37.464Z | Downloaded sha2 v0.10.8 |
1245 | 2023-12-13T05:41:37.464Z | Downloaded pest_meta v2.7.2 |
1246 | 2023-12-13T05:41:37.464Z | Downloaded miniz_oxide v0.7.1 |
1247 | 2023-12-13T05:41:37.464Z | Downloaded slog-envlogger v2.2.0 |
1248 | 2023-12-13T05:41:37.464Z | Downloaded ena v0.14.2 |
1249 | 2023-12-13T05:41:37.466Z | Downloaded deranged v0.3.8 |
1250 | 2023-12-13T05:41:37.467Z | Downloaded defmt v0.3.5 |
1251 | 2023-12-13T05:41:37.467Z | Downloaded hash32 v0.2.1 |
1252 | 2023-12-13T05:41:37.468Z | Downloaded blake2 v0.10.6 |
1253 | 2023-12-13T05:41:37.468Z | Downloaded cfg-expr v0.15.5 |
1254 | 2023-12-13T05:41:37.469Z | Downloaded rust-argon2 v1.0.1 |
1255 | 2023-12-13T05:41:37.469Z | Downloaded ref-cast v1.0.20 |
1256 | 2023-12-13T05:41:37.469Z | Downloaded foreign-types v0.5.0 |
1257 | 2023-12-13T05:41:37.469Z | Downloaded openssl-probe v0.1.5 |
1258 | 2023-12-13T05:41:37.470Z | Downloaded fxhash v0.2.1 |
1259 | 2023-12-13T05:41:37.470Z | Downloaded serde_path_to_error v0.1.14 |
1260 | 2023-12-13T05:41:37.470Z | Downloaded rand_chacha v0.3.1 |
1261 | 2023-12-13T05:41:37.470Z | Downloaded radium v0.7.0 |
1262 | 2023-12-13T05:41:37.470Z | Downloaded socket2 v0.4.9 |
1263 | 2023-12-13T05:41:37.470Z | Downloaded nu-ansi-term v0.49.0 |
1264 | 2023-12-13T05:41:37.471Z | Downloaded basic-toml v0.1.4 |
1265 | 2023-12-13T05:41:37.471Z | Downloaded arc-swap v1.6.0 |
1266 | 2023-12-13T05:41:37.471Z | Downloaded group v0.13.0 |
1267 | 2023-12-13T05:41:37.471Z | Downloaded dirs-sys-next v0.1.2 |
1268 | 2023-12-13T05:41:37.471Z | Downloaded zeroize_derive v1.4.2 |
1269 | 2023-12-13T05:41:37.471Z | Downloaded smallvec v1.11.2 |
1270 | 2023-12-13T05:41:37.472Z | Downloaded tui-tree-widget v0.13.0 |
1271 | 2023-12-13T05:41:37.472Z | Downloaded guppy-workspace-hack v0.1.0 |
1272 | 2023-12-13T05:41:37.472Z | Downloaded indexmap v1.9.3 |
1273 | 2023-12-13T05:41:37.472Z | Downloaded crossbeam-deque v0.8.3 |
1274 | 2023-12-13T05:41:37.472Z | Downloaded zone v0.3.0 |
1275 | 2023-12-13T05:41:37.472Z | Downloaded assert_cmd v2.0.12 |
1276 | 2023-12-13T05:41:37.472Z | Downloaded rustfmt-wrapper v0.2.0 |
1277 | 2023-12-13T05:41:37.472Z | Downloaded rtoolbox v0.0.1 |
1278 | 2023-12-13T05:41:37.472Z | Downloaded multer v2.1.0 |
1279 | 2023-12-13T05:41:37.472Z | Downloaded mockall_derive v0.12.0 |
1280 | 2023-12-13T05:41:37.472Z | Downloaded crc32fast v1.3.2 |
1281 | 2023-12-13T05:41:37.472Z | Downloaded time-macros v0.2.13 |
1282 | 2023-12-13T05:41:37.472Z | Downloaded serde_derive_internals v0.26.0 |
1283 | 2023-12-13T05:41:37.472Z | Downloaded target-spec v3.0.1 |
1284 | 2023-12-13T05:41:37.472Z | Downloaded smawk v0.3.1 |
1285 | 2023-12-13T05:41:37.472Z | Downloaded rstest v0.18.2 |
1286 | 2023-12-13T05:41:37.472Z | Downloaded textwrap v0.11.0 |
1287 | 2023-12-13T05:41:37.473Z | Downloaded static_assertions v1.1.0 |
1288 | 2023-12-13T05:41:37.473Z | Downloaded stable_deref_trait v1.2.0 |
1289 | 2023-12-13T05:41:37.473Z | Downloaded native-tls v0.2.11 |
1290 | 2023-12-13T05:41:37.473Z | Downloaded lazycell v1.3.0 |
1291 | 2023-12-13T05:41:37.473Z | Downloaded strum v0.25.0 |
1292 | 2023-12-13T05:41:37.473Z | Downloaded anyhow v1.0.75 |
1293 | 2023-12-13T05:41:37.473Z | Downloaded swrite v0.1.0 |
1294 | 2023-12-13T05:41:37.473Z | Downloaded lock_api v0.4.10 |
1295 | 2023-12-13T05:41:37.473Z | Downloaded ipnet v2.8.0 |
1296 | 2023-12-13T05:41:37.473Z | Downloaded sha1 v0.10.6 |
1297 | 2023-12-13T05:41:37.473Z | Downloaded slog-bunyan v2.4.0 |
1298 | 2023-12-13T05:41:37.474Z | Downloaded signature v2.1.0 |
1299 | 2023-12-13T05:41:37.474Z | Downloaded cookie v0.18.0 |
1300 | 2023-12-13T05:41:37.474Z | Downloaded nanorand v0.7.0 |
1301 | 2023-12-13T05:41:37.474Z | Downloaded humantime v2.1.0 |
1302 | 2023-12-13T05:41:37.474Z | Downloaded ansi_term v0.12.1 |
1303 | 2023-12-13T05:41:37.474Z | Downloaded tokio-macros v2.2.0 |
1304 | 2023-12-13T05:41:37.474Z | Downloaded signal-hook-tokio v0.3.1 |
1305 | 2023-12-13T05:41:37.474Z | Downloaded serde_tokenstream v0.1.7 |
1306 | 2023-12-13T05:41:37.486Z | Downloaded managed v0.8.0 |
1307 | 2023-12-13T05:41:37.486Z | Downloaded linked-hash-map v0.5.6 |
1308 | 2023-12-13T05:41:37.486Z | Downloaded backoff v0.4.0 |
1309 | 2023-12-13T05:41:37.486Z | Downloaded subtle v2.5.0 |
1310 | 2023-12-13T05:41:37.486Z | Downloaded clap_lex v0.5.1 |
1311 | 2023-12-13T05:41:37.487Z | Downloaded mockall v0.12.0 |
1312 | 2023-12-13T05:41:37.487Z | Downloaded cancel-safe-futures v0.1.5 |
1313 | 2023-12-13T05:41:37.487Z | Downloaded bitflags v2.4.0 |
1314 | 2023-12-13T05:41:37.487Z | Downloaded bcs v0.1.6 |
1315 | 2023-12-13T05:41:37.487Z | Downloaded base64ct v1.6.0 |
1316 | 2023-12-13T05:41:37.487Z | Downloaded anstream v0.5.0 |
1317 | 2023-12-13T05:41:37.487Z | Downloaded serde_spanned v0.6.4 |
1318 | 2023-12-13T05:41:37.487Z | Downloaded iana-time-zone v0.1.57 |
1319 | 2023-12-13T05:41:37.503Z | Downloaded libefi-sys v0.1.0 |
1320 | 2023-12-13T05:41:37.504Z | Downloaded is-terminal v0.4.9 |
1321 | 2023-12-13T05:41:37.504Z | Downloaded maybe-uninit v2.0.0 |
1322 | 2023-12-13T05:41:37.504Z | Downloaded maplit v1.0.2 |
1323 | 2023-12-13T05:41:37.504Z | Downloaded zone_cfg_derive v0.3.0 |
1324 | 2023-12-13T05:41:37.504Z | Downloaded cargo_metadata v0.18.1 |
1325 | 2023-12-13T05:41:37.504Z | Downloaded blake2b_simd v1.0.1 |
1326 | 2023-12-13T05:41:37.514Z | Downloaded arrayvec v0.7.4 |
1327 | 2023-12-13T05:41:37.514Z | Downloaded rustc_version v0.4.0 |
1328 | 2023-12-13T05:41:37.514Z | Downloaded cargo-platform v0.1.3 |
1329 | 2023-12-13T05:41:37.514Z | Downloaded resolv-conf v0.7.0 |
1330 | 2023-12-13T05:41:37.515Z | Downloaded memoffset v0.9.0 |
1331 | 2023-12-13T05:41:37.515Z | Downloaded hyper-rustls v0.24.2 |
1332 | 2023-12-13T05:41:37.525Z | Downloaded httptest v0.15.5 |
1333 | 2023-12-13T05:41:37.525Z | Downloaded linear-map v1.2.0 |
1334 | 2023-12-13T05:41:37.525Z | Downloaded criterion-plot v0.5.0 |
1335 | 2023-12-13T05:41:37.553Z | Downloaded impl-trait-for-tuples v0.2.2 |
1336 | 2023-12-13T05:41:37.553Z | Downloaded heck v0.3.3 |
1337 | 2023-12-13T05:41:37.574Z | Downloaded arrayvec v0.5.2 |
1338 | 2023-12-13T05:41:37.574Z | Downloaded anstyle-parse v0.2.1 |
1339 | 2023-12-13T05:41:37.574Z | Downloaded async-recursion v1.0.5 |
1340 | 2023-12-13T05:41:37.575Z | Downloaded indicatif v0.17.7 |
1341 | 2023-12-13T05:41:37.575Z | Downloaded console v0.15.7 |
1342 | 2023-12-13T05:41:37.575Z | Downloaded colored v2.0.4 |
1343 | 2023-12-13T05:41:37.575Z | Downloaded async-trait v0.1.74 |
1344 | 2023-12-13T05:41:37.584Z | Downloaded argon2 v0.5.2 |
1345 | 2023-12-13T05:41:37.584Z | Downloaded const-oid v0.9.5 |
1346 | 2023-12-13T05:41:37.584Z | Downloaded crc-catalog v2.2.0 |
1347 | 2023-12-13T05:41:37.585Z | Downloaded httpdate v1.0.3 |
1348 | 2023-12-13T05:41:37.585Z | Downloaded tinyvec_macros v0.1.1 |
1349 | 2023-12-13T05:41:37.585Z | Downloaded time-core v0.1.1 |
1350 | 2023-12-13T05:41:37.585Z | Downloaded http-body v0.4.5 |
1351 | 2023-12-13T05:41:37.585Z | Downloaded bytecount v0.6.3 |
1352 | 2023-12-13T05:41:37.595Z | Downloaded corncobs v0.1.3 |
1353 | 2023-12-13T05:41:37.595Z | Downloaded newline-converter v0.3.0 |
1354 | 2023-12-13T05:41:37.596Z | Downloaded camino-tempfile v1.1.1 |
1355 | 2023-12-13T05:41:37.596Z | Downloaded bit-set v0.5.3 |
1356 | 2023-12-13T05:41:37.596Z | Downloaded approx v0.5.1 |
1357 | 2023-12-13T05:41:37.606Z | Downloaded byteorder v1.5.0 |
1358 | 2023-12-13T05:41:37.607Z | Downloaded atomicwrites v0.4.2 |
1359 | 2023-12-13T05:41:37.608Z | Downloaded base16ct v0.2.0 |
1360 | 2023-12-13T05:41:37.608Z | Downloaded async-stream v0.3.5 |
1361 | 2023-12-13T05:41:37.608Z | Downloaded hex v0.4.3 |
1362 | 2023-12-13T05:41:37.625Z | Downloaded block-buffer v0.10.4 |
1363 | 2023-12-13T05:41:37.625Z | Downloaded autocfg v1.1.0 |
1364 | 2023-12-13T05:41:37.625Z | Downloaded crossbeam v0.8.2 |
1365 | 2023-12-13T05:41:37.625Z | Downloaded hubpack v0.1.2 |
1366 | 2023-12-13T05:41:37.625Z | Downloaded home v0.5.5 |
1367 | 2023-12-13T05:41:37.644Z | Downloaded heck v0.4.1 |
1368 | 2023-12-13T05:41:37.644Z | Downloaded cassowary v0.3.0 |
1369 | 2023-12-13T05:41:37.644Z | Downloaded bit-vec v0.6.3 |
1370 | 2023-12-13T05:41:37.645Z | Downloaded lru-cache v0.1.2 |
1371 | 2023-12-13T05:41:37.645Z | Downloaded bitflags v1.3.2 |
1372 | 2023-12-13T05:41:37.645Z | Downloaded colorchoice v1.0.0 |
1373 | 2023-12-13T05:41:37.645Z | Downloaded headers-core v0.2.0 |
1374 | 2023-12-13T05:41:37.645Z | Downloaded cipher v0.4.4 |
1375 | 2023-12-13T05:41:37.665Z | Downloaded chrono v0.4.31 |
1376 | 2023-12-13T05:41:37.665Z | Downloaded arrayref v0.3.7 |
1377 | 2023-12-13T05:41:37.665Z | Downloaded array-init v0.0.4 |
1378 | 2023-12-13T05:41:37.665Z | Downloaded macaddr v1.0.1 |
1379 | 2023-12-13T05:41:37.679Z | Downloaded aead v0.5.2 |
1380 | 2023-12-13T05:41:37.680Z | Downloaded signature v1.6.4 |
1381 | 2023-12-13T05:41:37.680Z | Downloaded ciborium-io v0.2.1 |
1382 | 2023-12-13T05:41:37.680Z | Downloaded chacha20poly1305 v0.10.1 |
1383 | 2023-12-13T05:41:37.680Z | Downloaded chacha20 v0.9.1 |
1384 | 2023-12-13T05:41:37.680Z | Downloaded cfg-if v1.0.0 |
1385 | 2023-12-13T05:41:37.680Z | Downloaded http-range v0.1.5 |
1386 | 2023-12-13T05:41:37.680Z | Downloaded target-lexicon v0.12.12 |
1387 | 2023-12-13T05:41:38.105Z | Downloaded slog-dtrace v0.2.3 |
1388 | 2023-12-13T05:41:38.105Z | Downloaded slog-async v2.8.0 |
1389 | 2023-12-13T05:41:38.106Z | Downloaded semver v0.1.20 |
1390 | 2023-12-13T05:41:38.106Z | Downloaded semver v0.11.0 |
1391 | 2023-12-13T05:41:38.106Z | Downloaded secrecy v0.8.0 |
1392 | 2023-12-13T05:41:38.106Z | Downloaded regex-syntax v0.8.2 |
1393 | 2023-12-13T05:41:38.112Z | Downloaded clap v4.4.3 |
1394 | 2023-12-13T05:41:38.112Z | Downloaded libsw v3.3.0 |
1395 | 2023-12-13T05:41:38.112Z | Downloaded regex-automata v0.1.10 |
1396 | 2023-12-13T05:41:38.112Z | Downloaded anstyle-query v1.0.0 |
1397 | 2023-12-13T05:41:38.113Z | Downloaded anes v0.1.6 |
1398 | 2023-12-13T05:41:38.113Z | Downloaded same-file v1.0.6 |
1399 | 2023-12-13T05:41:38.113Z | Downloaded ryu v1.0.15 |
1400 | 2023-12-13T05:41:38.113Z | Downloaded rustls-native-certs v0.6.3 |
1401 | 2023-12-13T05:41:38.113Z | Downloaded kstat-rs v0.2.3 |
1402 | 2023-12-13T05:41:38.113Z | Downloaded constant_time_eq v0.3.0 |
1403 | 2023-12-13T05:41:38.114Z | Downloaded atomic-waker v1.1.1 |
1404 | 2023-12-13T05:41:38.114Z | Downloaded ascii-canvas v3.0.0 |
1405 | 2023-12-13T05:41:38.114Z | Downloaded rustls-pemfile v1.0.3 |
1406 | 2023-12-13T05:41:38.114Z | Downloaded rustc_version v0.1.7 |
1407 | 2023-12-13T05:41:38.114Z | Downloaded mime_guess v2.0.4 |
1408 | 2023-12-13T05:41:38.114Z | Downloaded io-lifetimes v1.0.11 |
1409 | 2023-12-13T05:41:38.115Z | Downloaded inout v0.1.3 |
1410 | 2023-12-13T05:41:38.115Z | Downloaded crc v3.0.1 |
1411 | 2023-12-13T05:41:38.115Z | Downloaded convert_case v0.4.0 |
1412 | 2023-12-13T05:41:38.115Z | Downloaded ciborium v0.2.1 |
1413 | 2023-12-13T05:41:38.117Z | Downloaded assert_matches v1.5.0 |
1414 | 2023-12-13T05:41:38.117Z | Downloaded indoc v1.0.9 |
1415 | 2023-12-13T05:41:38.117Z | Downloaded ident_case v1.0.1 |
1416 | 2023-12-13T05:41:38.117Z | Downloaded cexpr v0.6.0 |
1417 | 2023-12-13T05:41:38.118Z | Downloaded lalrpop-util v0.19.12 |
1418 | 2023-12-13T05:41:38.118Z | Downloaded constant_time_eq v0.2.6 |
1419 | 2023-12-13T05:41:38.118Z | Downloaded adler v1.0.2 |
1420 | 2023-12-13T05:41:38.118Z | Downloaded cast v0.3.0 |
1421 | 2023-12-13T05:41:38.118Z | Downloaded cobs v0.2.3 |
1422 | 2023-12-13T05:41:38.471Z | Compiling unicode-ident v1.0.12 |
1423 | 2023-12-13T05:41:38.477Z | Compiling proc-macro2 v1.0.69 |
1424 | 2023-12-13T05:41:38.477Z | Compiling libc v0.2.151 |
1425 | 2023-12-13T05:41:38.478Z | Compiling cfg-if v1.0.0 |
1426 | 2023-12-13T05:41:38.478Z | Compiling serde v1.0.193 |
1427 | 2023-12-13T05:41:38.478Z | Compiling autocfg v1.1.0 |
1428 | 2023-12-13T05:41:38.496Z | Compiling version_check v0.9.4 |
1429 | 2023-12-13T05:41:38.505Z | Compiling syn v1.0.109 |
1430 | 2023-12-13T05:41:38.505Z | Running `/home/build/.rustup/toolchains/1.74.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=d84da02132e91997 -C extra-filename=-d84da02132e91997 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1431 | 2023-12-13T05:41:38.513Z | Running `/home/build/.rustup/toolchains/1.74.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.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="proc-macro"' -C metadata=eb1f525ce55dcca0 -C extra-filename=-eb1f525ce55dcca0 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-eb1f525ce55dcca0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1432 | 2023-12-13T05:41:38.528Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.151/build.rs --error-format=json --json=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=67c05c2bf2908da8 -C extra-filename=-67c05c2bf2908da8 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-67c05c2bf2908da8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1433 | 2023-12-13T05:41:38.528Z | Running `/home/build/.rustup/toolchains/1.74.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=bc2c501506aafa82 -C extra-filename=-bc2c501506aafa82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1434 | 2023-12-13T05:41:38.536Z | Running `/home/build/.rustup/toolchains/1.74.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.193/build.rs --error-format=json --json=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=7865db9a15b49545 -C extra-filename=-7865db9a15b49545 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-7865db9a15b49545 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1435 | 2023-12-13T05:41:38.537Z | Running `/home/build/.rustup/toolchains/1.74.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=c1e84996da593841 -C extra-filename=-c1e84996da593841 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1436 | 2023-12-13T05:41:38.537Z | Running `/home/build/.rustup/toolchains/1.74.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=2c487f79507661dd -C extra-filename=-2c487f79507661dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1437 | 2023-12-13T05:41:38.537Z | Running `/home/build/.rustup/toolchains/1.74.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=f70da3b4ef23834d -C extra-filename=-f70da3b4ef23834d --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-f70da3b4ef23834d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1438 | 2023-12-13T05:41:38.673Z | Compiling memchr v2.6.3 |
1439 | 2023-12-13T05:41:38.681Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=918fa9e671606ec5 -C extra-filename=-918fa9e671606ec5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1440 | 2023-12-13T05:41:38.812Z | Compiling log v0.4.20 |
1441 | 2023-12-13T05:41:38.815Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name log /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.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="std"' -C metadata=c5d2103652c0a8bc -C extra-filename=-c5d2103652c0a8bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1442 | 2023-12-13T05:41:39.580Z | Compiling scopeguard v1.2.0 |
1443 | 2023-12-13T05:41:39.596Z | Running `/home/build/.rustup/toolchains/1.74.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=9ff0b066c30ae916 -C extra-filename=-9ff0b066c30ae916 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1444 | 2023-12-13T05:41:39.736Z | Compiling once_cell v1.19.0 |
1445 | 2023-12-13T05:41:39.750Z | Running `/home/build/.rustup/toolchains/1.74.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"' --cfg 'feature="unstable"' -C metadata=230e44e7360903b6 -C extra-filename=-230e44e7360903b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1446 | 2023-12-13T05:41:39.763Z | Compiling smallvec v1.11.2 |
1447 | 2023-12-13T05:41:39.763Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.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 -C metadata=0316017cde573a0f -C extra-filename=-0316017cde573a0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1448 | 2023-12-13T05:41:39.898Z | Compiling lock_api v0.4.10 |
1449 | 2023-12-13T05:41:39.920Z | Running `/home/build/.rustup/toolchains/1.74.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=6ebba4f898318ce6 -C extra-filename=-6ebba4f898318ce6 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-6ebba4f898318ce6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings` |
1450 | 2023-12-13T05:41:40.188Z | Compiling itoa v1.0.9 |
1451 | 2023-12-13T05:41:40.206Z | Running `/home/build/.rustup/toolchains/1.74.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=7860ae71447b6389 -C extra-filename=-7860ae71447b6389 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1452 | 2023-12-13T05:41:40.207Z | Compiling parking_lot_core v0.9.8 |
1453 | 2023-12-13T05:41:40.207Z | Running `/home/build/.rustup/toolchains/1.74.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=cd16db7f1061154e -C extra-filename=-cd16db7f1061154e --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-cd16db7f1061154e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1454 | 2023-12-13T05:41:40.550Z | Compiling libm v0.2.7 |
1455 | 2023-12-13T05:41:40.576Z | Running `/home/build/.rustup/toolchains/1.74.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=e5475095bd848c83 -C extra-filename=-e5475095bd848c83 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-e5475095bd848c83 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1456 | 2023-12-13T05:41:40.972Z | Compiling num-traits v0.2.16 |
1457 | 2023-12-13T05:41:40.981Z | Running `/home/build/.rustup/toolchains/1.74.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.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=51a2c0ef3cfe76e2 -C extra-filename=-51a2c0ef3cfe76e2 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-51a2c0ef3cfe76e2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings` |
1458 | 2023-12-13T05:41:41.693Z | Running `/work/oxidecomputer/omicron/target/debug/build/libm-e5475095bd848c83/build-script-build` |
1459 | 2023-12-13T05:41:41.741Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-cd16db7f1061154e/build-script-build` |
1460 | 2023-12-13T05:41:41.741Z | Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-6ebba4f898318ce6/build-script-build` |
1461 | 2023-12-13T05:41:41.741Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-51a2c0ef3cfe76e2/build-script-build` |
1462 | 2023-12-13T05:41:42.585Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-eb1f525ce55dcca0/build-script-build` |
1463 | 2023-12-13T05:41:42.605Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde-7865db9a15b49545/build-script-build` |
1464 | 2023-12-13T05:41:42.605Z | Compiling byteorder v1.5.0 |
1465 | 2023-12-13T05:41:42.606Z | Running `/work/oxidecomputer/omicron/target/debug/build/syn-f70da3b4ef23834d/build-script-build` |
1466 | 2023-12-13T05:41:42.606Z | Running `/home/build/.rustup/toolchains/1.74.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=b2de4a05ed778b08 -C extra-filename=-b2de4a05ed778b08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1467 | 2023-12-13T05:41:42.606Z | Running `/work/oxidecomputer/omicron/target/debug/build/libc-67c05c2bf2908da8/build-script-build` |
1468 | 2023-12-13T05:41:42.606Z | Running `/home/build/.rustup/toolchains/1.74.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=1b4ad01209984ea0 -C extra-filename=-1b4ad01209984ea0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1469 | 2023-12-13T05:41:42.606Z | Running `/home/build/.rustup/toolchains/1.74.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.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="proc-macro"' -C metadata=537e95fdbea99744 -C extra-filename=-537e95fdbea99744 --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-d84da02132e91997.rmeta --cap-lints allow -D warnings --cfg wrap_proc_macro` |
1470 | 2023-12-13T05:41:42.606Z | Compiling thiserror v1.0.49 |
1471 | 2023-12-13T05:41:42.606Z | Compiling spin v0.5.2 |
1472 | 2023-12-13T05:41:42.607Z | Running `/home/build/.rustup/toolchains/1.74.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.49/build.rs --error-format=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=3dada0de3a176c94 -C extra-filename=-3dada0de3a176c94 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-3dada0de3a176c94 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1473 | 2023-12-13T05:41:42.607Z | Running `/home/build/.rustup/toolchains/1.74.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=c0d85aeeedd1db0a -C extra-filename=-c0d85aeeedd1db0a --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-9ff0b066c30ae916.rmeta --cap-lints allow -D warnings --cfg has_const_fn_trait_bound` |
1474 | 2023-12-13T05:41:42.607Z | Running `/home/build/.rustup/toolchains/1.74.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=330d2d2ff14221bf -C extra-filename=-330d2d2ff14221bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1475 | 2023-12-13T05:41:42.607Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.151/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=df62e9c1aba12dc6 -C extra-filename=-df62e9c1aba12dc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --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` |
1476 | 2023-12-13T05:41:42.607Z | Compiling pin-project-lite v0.2.13 |
1477 | 2023-12-13T05:41:42.607Z | Running `/home/build/.rustup/toolchains/1.74.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=2c68fbf53c1efe19 -C extra-filename=-2c68fbf53c1efe19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1478 | 2023-12-13T05:41:42.607Z | Compiling ryu v1.0.15 |
1479 | 2023-12-13T05:41:42.608Z | Running `/home/build/.rustup/toolchains/1.74.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=38d350ef85d2d309 -C extra-filename=-38d350ef85d2d309 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1480 | 2023-12-13T05:41:42.654Z | Compiling futures-core v0.3.29 |
1481 | 2023-12-13T05:41:42.767Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.29/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cf834724fcf94c8c -C extra-filename=-cf834724fcf94c8c --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-core-cf834724fcf94c8c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1482 | 2023-12-13T05:41:43.185Z | Compiling serde_json v1.0.108 |
1483 | 2023-12-13T05:41:43.185Z | Running `/home/build/.rustup/toolchains/1.74.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.108/build.rs --error-format=json --json=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=e7288de3ab33cc66 -C extra-filename=-e7288de3ab33cc66 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-e7288de3ab33cc66 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1484 | 2023-12-13T05:41:43.186Z | Compiling heck v0.4.1 |
1485 | 2023-12-13T05:41:43.186Z | Running `/home/build/.rustup/toolchains/1.74.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=e8726b1e312bd2e5 -C extra-filename=-e8726b1e312bd2e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1486 | 2023-12-13T05:41:43.186Z | Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-3dada0de3a176c94/build-script-build` |
1487 | 2023-12-13T05:41:43.186Z | Compiling fnv v1.0.7 |
1488 | 2023-12-13T05:41:43.187Z | Running `/home/build/.rustup/toolchains/1.74.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=5d2ad75ee5f58135 -C extra-filename=-5d2ad75ee5f58135 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1489 | 2023-12-13T05:41:43.187Z | Compiling quote v1.0.33 |
1490 | 2023-12-13T05:41:43.187Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=b52270d439c9d728 -C extra-filename=-b52270d439c9d728 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --cap-lints allow -D warnings` |
1491 | 2023-12-13T05:41:43.616Z | Compiling futures-sink v0.3.29 |
1492 | 2023-12-13T05:41:43.616Z | Running `/home/build/.rustup/toolchains/1.74.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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b95f9ca11c6cfc07 -C extra-filename=-b95f9ca11c6cfc07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1493 | 2023-12-13T05:41:43.629Z | Running `/work/oxidecomputer/omicron/target/debug/build/futures-core-cf834724fcf94c8c/build-script-build` |
1494 | 2023-12-13T05:41:43.629Z | Running `/home/build/.rustup/toolchains/1.74.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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=85b0c1ea6a5e4905 -C extra-filename=-85b0c1ea6a5e4905 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1495 | 2023-12-13T05:41:43.629Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-e7288de3ab33cc66/build-script-build` |
1496 | 2023-12-13T05:41:43.629Z | Compiling lazy_static v1.4.0 |
1497 | 2023-12-13T05:41:43.629Z | Running `/home/build/.rustup/toolchains/1.74.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=9c9c3756e3f392b3 -C extra-filename=-9c9c3756e3f392b3 --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-330d2d2ff14221bf.rmeta --cap-lints allow -D warnings` |
1498 | 2023-12-13T05:41:43.629Z | Running `/home/build/.rustup/toolchains/1.74.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.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=66b98c12d6f7f3b4 -C extra-filename=-66b98c12d6f7f3b4 --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-b2de4a05ed778b08.rmeta --cap-lints allow -D warnings --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_int_to_from_bytes --cfg has_float_to_from_bytes` |
1499 | 2023-12-13T05:41:43.630Z | Compiling slab v0.4.9 |
1500 | 2023-12-13T05:41:43.630Z | Running `/home/build/.rustup/toolchains/1.74.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=6b062511ba964ae2 -C extra-filename=-6b062511ba964ae2 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-6b062511ba964ae2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings` |
1501 | 2023-12-13T05:41:43.630Z | Compiling futures-task v0.3.29 |
1502 | 2023-12-13T05:41:43.631Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.29/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=7f60fbf027555926 -C extra-filename=-7f60fbf027555926 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-task-7f60fbf027555926 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1503 | 2023-12-13T05:41:43.638Z | Compiling futures-channel v0.3.29 |
1504 | 2023-12-13T05:41:43.639Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.29/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=4a0738c1efc1c712 -C extra-filename=-4a0738c1efc1c712 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-channel-4a0738c1efc1c712 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1505 | 2023-12-13T05:41:44.050Z | Compiling syn v2.0.32 |
1506 | 2023-12-13T05:41:44.056Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.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="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=085545494ccbad1b -C extra-filename=-085545494ccbad1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d84da02132e91997.rmeta --cap-lints allow -D warnings` |
1507 | 2023-12-13T05:41:44.114Z | Compiling getrandom v0.2.10 |
1508 | 2023-12-13T05:41:44.119Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-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 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=396ddc32754bad29 -C extra-filename=-396ddc32754bad29 --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-bc2c501506aafa82.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings` |
1509 | 2023-12-13T05:41:44.143Z | Running `/home/build/.rustup/toolchains/1.74.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=48fabcfe082d99df -C extra-filename=-48fabcfe082d99df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d84da02132e91997.rmeta --cap-lints allow -D warnings --cfg syn_disable_nightly_tests` |
1510 | 2023-12-13T05:41:44.628Z | Running `/home/build/.rustup/toolchains/1.74.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=421044ce5fb58cc1 -C extra-filename=-421044ce5fb58cc1 --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-bc2c501506aafa82.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-0316017cde573a0f.rmeta --cap-lints allow -D warnings` |
1511 | 2023-12-13T05:41:44.641Z | Compiling cc v1.0.83 |
1512 | 2023-12-13T05:41:44.641Z | Running `/home/build/.rustup/toolchains/1.74.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=bc75a08f03143f16 -C extra-filename=-bc75a08f03143f16 --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-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings` |
1513 | 2023-12-13T05:41:44.645Z | Compiling signal-hook-registry v1.4.1 |
1514 | 2023-12-13T05:41:44.645Z | Running `/home/build/.rustup/toolchains/1.74.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=bc7f29f84f44bfc2 -C extra-filename=-bc7f29f84f44bfc2 --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-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings` |
1515 | 2023-12-13T05:41:44.645Z | Compiling rand_core v0.6.4 |
1516 | 2023-12-13T05:41:44.645Z | Running `/home/build/.rustup/toolchains/1.74.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=ba0b75ae94d53d36 -C extra-filename=-ba0b75ae94d53d36 --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-396ddc32754bad29.rmeta --cap-lints allow -D warnings` |
1517 | 2023-12-13T05:41:44.984Z | Compiling parking_lot v0.12.1 |
1518 | 2023-12-13T05:41:45.021Z | Running `/home/build/.rustup/toolchains/1.74.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=b0890bfa533f5f63 -C extra-filename=-b0890bfa533f5f63 --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-c0d85aeeedd1db0a.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-421044ce5fb58cc1.rmeta --cap-lints allow -D warnings` |
1519 | 2023-12-13T05:41:45.258Z | Compiling mio v0.8.9 |
1520 | 2023-12-13T05:41:45.273Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=6994c3643952f9a9 -C extra-filename=-6994c3643952f9a9 --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-df62e9c1aba12dc6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --cap-lints allow -D warnings` |
1521 | 2023-12-13T05:41:45.400Z | Compiling num_cpus v1.16.0 |
1522 | 2023-12-13T05:41:45.410Z | Running `/home/build/.rustup/toolchains/1.74.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=c7d090992ac18a37 -C extra-filename=-c7d090992ac18a37 --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-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings` |
1523 | 2023-12-13T05:41:45.576Z | Compiling socket2 v0.5.5 |
1524 | 2023-12-13T05:41:45.586Z | Running `/home/build/.rustup/toolchains/1.74.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=0e3d4ba0f92cc048 -C extra-filename=-0e3d4ba0f92cc048 --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-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings` |
1525 | 2023-12-13T05:41:46.286Z | Compiling errno v0.3.2 |
1526 | 2023-12-13T05:41:46.703Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-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 --cfg 'feature="std"' -C metadata=d19168b626fb49e9 -C extra-filename=-d19168b626fb49e9 --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-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings` |
1527 | 2023-12-13T05:41:46.704Z | Compiling regex-syntax v0.8.2 |
1528 | 2023-12-13T05:41:46.705Z | Running `/home/build/.rustup/toolchains/1.74.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=ac03edf4730b2374 -C extra-filename=-ac03edf4730b2374 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1529 | 2023-12-13T05:41:46.725Z | Running `/work/oxidecomputer/omicron/target/debug/build/futures-channel-4a0738c1efc1c712/build-script-build` |
1530 | 2023-12-13T05:41:46.725Z | Running `/work/oxidecomputer/omicron/target/debug/build/futures-task-7f60fbf027555926/build-script-build` |
1531 | 2023-12-13T05:41:46.725Z | Running `/work/oxidecomputer/omicron/target/debug/build/slab-6b062511ba964ae2/build-script-build` |
1532 | 2023-12-13T05:41:46.725Z | Compiling equivalent v1.0.1 |
1533 | 2023-12-13T05:41:46.725Z | Running `/home/build/.rustup/toolchains/1.74.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=94a74370476ed385 -C extra-filename=-94a74370476ed385 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1534 | 2023-12-13T05:41:46.738Z | Compiling hashbrown v0.14.2 |
1535 | 2023-12-13T05:41:46.771Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-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 --cfg 'feature="raw"' -C metadata=6c8ddd4bb2d1b04a -C extra-filename=-6c8ddd4bb2d1b04a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1536 | 2023-12-13T05:41:46.863Z | Compiling futures-util v0.3.29 |
1537 | 2023-12-13T05:41:46.874Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.29/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=f4697aeb8a9596fb -C extra-filename=-f4697aeb8a9596fb --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-util-f4697aeb8a9596fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1538 | 2023-12-13T05:41:47.207Z | Compiling typenum v1.16.0 |
1539 | 2023-12-13T05:41:47.215Z | Running `/home/build/.rustup/toolchains/1.74.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=7f4f9d2c38d1cf54 -C extra-filename=-7f4f9d2c38d1cf54 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-7f4f9d2c38d1cf54 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1540 | 2023-12-13T05:41:47.274Z | Compiling pin-utils v0.1.0 |
1541 | 2023-12-13T05:41:47.297Z | Running `/home/build/.rustup/toolchains/1.74.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=494a3e00a892adf5 -C extra-filename=-494a3e00a892adf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1542 | 2023-12-13T05:41:47.403Z | Running `/home/build/.rustup/toolchains/1.74.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=195b1228936a30c9 -C extra-filename=-195b1228936a30c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1543 | 2023-12-13T05:41:47.576Z | Running `/work/oxidecomputer/omicron/target/debug/build/futures-util-f4697aeb8a9596fb/build-script-build` |
1544 | 2023-12-13T05:41:47.628Z | Running `/home/build/.rustup/toolchains/1.74.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.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="alloc"' --cfg 'feature="std"' -C metadata=a51c9503c37b751e -C extra-filename=-a51c9503c37b751e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1545 | 2023-12-13T05:41:48.054Z | Running `/home/build/.rustup/toolchains/1.74.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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=06412b5ccf50305b -C extra-filename=-06412b5ccf50305b --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-85b0c1ea6a5e4905.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --cap-lints allow -D warnings` |
1546 | 2023-12-13T05:41:48.057Z | Compiling aho-corasick v1.0.4 |
1547 | 2023-12-13T05:41:48.057Z | Running `/home/build/.rustup/toolchains/1.74.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.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="perf-literal"' --cfg 'feature="std"' -C metadata=eca6581c4ec1a882 -C extra-filename=-eca6581c4ec1a882 --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-918fa9e671606ec5.rmeta --cap-lints allow -D warnings` |
1548 | 2023-12-13T05:41:48.456Z | Compiling generic-array v0.14.7 |
1549 | 2023-12-13T05:41:48.465Z | Running `/home/build/.rustup/toolchains/1.74.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=ed7b2ef4fa5b21b9 -C extra-filename=-ed7b2ef4fa5b21b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-ed7b2ef4fa5b21b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
1550 | 2023-12-13T05:41:48.763Z | Compiling futures-io v0.3.29 |
1551 | 2023-12-13T05:41:48.772Z | Running `/home/build/.rustup/toolchains/1.74.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.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="std"' -C metadata=4915a8c6c3fe3b6a -C extra-filename=-4915a8c6c3fe3b6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1552 | 2023-12-13T05:41:48.949Z | Running `/work/oxidecomputer/omicron/target/debug/build/typenum-7f4f9d2c38d1cf54/build-script-main` |
1553 | 2023-12-13T05:41:49.028Z | Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-ed7b2ef4fa5b21b9/build-script-build` |
1554 | 2023-12-13T05:41:49.121Z | Compiling iana-time-zone v0.1.57 |
1555 | 2023-12-13T05:41:49.568Z | Running `/home/build/.rustup/toolchains/1.74.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=85b44ad93d1da9c4 -C extra-filename=-85b44ad93d1da9c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1556 | 2023-12-13T05:41:49.577Z | Compiling pkg-config v0.3.27 |
1557 | 2023-12-13T05:41:49.577Z | Running `/home/build/.rustup/toolchains/1.74.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=676180268410563e -C extra-filename=-676180268410563e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1558 | 2023-12-13T05:41:49.577Z | Compiling subtle v2.5.0 |
1559 | 2023-12-13T05:41:49.578Z | Running `/home/build/.rustup/toolchains/1.74.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=e4d03c814ee1d591 -C extra-filename=-e4d03c814ee1d591 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1560 | 2023-12-13T05:41:49.578Z | Running `/home/build/.rustup/toolchains/1.74.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=fa9cea36d31f4ee9 -C extra-filename=-fa9cea36d31f4ee9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1561 | 2023-12-13T05:41:49.748Z | Compiling rustix v0.38.25 |
1562 | 2023-12-13T05:41:49.772Z | Running `/home/build/.rustup/toolchains/1.74.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.25/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=eda37ffc0ed3c598 -C extra-filename=-eda37ffc0ed3c598 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-eda37ffc0ed3c598 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1563 | 2023-12-13T05:41:49.778Z | Compiling tinyvec_macros v0.1.1 |
1564 | 2023-12-13T05:41:49.778Z | Running `/home/build/.rustup/toolchains/1.74.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=89b2b77651f9688d -C extra-filename=-89b2b77651f9688d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1565 | 2023-12-13T05:41:49.955Z | Compiling tinyvec v1.6.0 |
1566 | 2023-12-13T05:41:49.966Z | Running `/home/build/.rustup/toolchains/1.74.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=beae685ade96ae94 -C extra-filename=-beae685ade96ae94 --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-89b2b77651f9688d.rmeta --cap-lints allow -D warnings` |
1567 | 2023-12-13T05:41:51.014Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustix-eda37ffc0ed3c598/build-script-build` |
1568 | 2023-12-13T05:41:51.180Z | Compiling spin v0.9.8 |
1569 | 2023-12-13T05:41:51.201Z | Running `/home/build/.rustup/toolchains/1.74.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=4c240d9238dcc0df -C extra-filename=-4c240d9238dcc0df --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-c0d85aeeedd1db0a.rmeta --cap-lints allow -D warnings` |
1570 | 2023-12-13T05:41:51.616Z | Compiling tracing-core v0.1.31 |
1571 | 2023-12-13T05:41:51.616Z | Running `/home/build/.rustup/toolchains/1.74.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.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="once_cell"' --cfg 'feature="std"' -C metadata=1a7eed2a6377ebf1 -C extra-filename=-1a7eed2a6377ebf1 --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-230e44e7360903b6.rmeta --cap-lints allow -D warnings` |
1572 | 2023-12-13T05:41:52.068Z | Compiling const-oid v0.9.5 |
1573 | 2023-12-13T05:41:52.073Z | Running `/home/build/.rustup/toolchains/1.74.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.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="db"' --cfg 'feature="std"' -C metadata=8036eb2fb0734902 -C extra-filename=-8036eb2fb0734902 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1574 | 2023-12-13T05:41:52.074Z | Compiling bitflags v1.3.2 |
1575 | 2023-12-13T05:41:52.075Z | Running `/home/build/.rustup/toolchains/1.74.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=b6f8a7d540d47813 -C extra-filename=-b6f8a7d540d47813 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1576 | 2023-12-13T05:41:52.075Z | Compiling semver v1.0.20 |
1577 | 2023-12-13T05:41:52.075Z | Running `/home/build/.rustup/toolchains/1.74.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.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="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=6817f87a6b1b14e4 -C extra-filename=-6817f87a6b1b14e4 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-6817f87a6b1b14e4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1578 | 2023-12-13T05:41:52.454Z | Compiling regex-automata v0.4.3 |
1579 | 2023-12-13T05:41:52.459Z | Running `/home/build/.rustup/toolchains/1.74.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.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="dfa-onepass"' --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=57572678d71e52ed -C extra-filename=-57572678d71e52ed --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-eca6581c4ec1a882.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ac03edf4730b2374.rmeta --cap-lints allow -D warnings` |
1580 | 2023-12-13T05:41:52.811Z | Compiling unicode-normalization v0.1.22 |
1581 | 2023-12-13T05:41:52.819Z | Running `/home/build/.rustup/toolchains/1.74.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=7c2cf4bd1cb476cd -C extra-filename=-7c2cf4bd1cb476cd --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-beae685ade96ae94.rmeta --cap-lints allow -D warnings` |
1582 | 2023-12-13T05:41:53.865Z | Compiling base64 v0.21.5 |
1583 | 2023-12-13T05:41:53.877Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.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="std"' -C metadata=efdef217e0fabd4e -C extra-filename=-efdef217e0fabd4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1584 | 2023-12-13T05:41:54.641Z | Running `/work/oxidecomputer/omicron/target/debug/build/semver-6817f87a6b1b14e4/build-script-build` |
1585 | 2023-12-13T05:41:54.737Z | Compiling unicode-bidi v0.3.13 |
1586 | 2023-12-13T05:41:54.750Z | Running `/home/build/.rustup/toolchains/1.74.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.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="hardcoded-data"' --cfg 'feature="std"' -C metadata=9c36c215e5778119 -C extra-filename=-9c36c215e5778119 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1587 | 2023-12-13T05:41:54.955Z | Compiling dyn-clone v1.0.13 |
1588 | 2023-12-13T05:41:54.963Z | Running `/home/build/.rustup/toolchains/1.74.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.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=b5627ba9c8616dae -C extra-filename=-b5627ba9c8616dae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1589 | 2023-12-13T05:41:55.027Z | Compiling schemars v0.8.13 |
1590 | 2023-12-13T05:41:55.072Z | Running `/home/build/.rustup/toolchains/1.74.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.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="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=0feca7d8756f2fa7 -C extra-filename=-0feca7d8756f2fa7 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-0feca7d8756f2fa7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1591 | 2023-12-13T05:41:55.247Z | Compiling unicode-width v0.1.11 |
1592 | 2023-12-13T05:41:55.252Z | Running `/home/build/.rustup/toolchains/1.74.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=d72b7a0cbab620b4 -C extra-filename=-d72b7a0cbab620b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1593 | 2023-12-13T05:41:55.483Z | Compiling percent-encoding v2.3.1 |
1594 | 2023-12-13T05:41:55.489Z | Running `/home/build/.rustup/toolchains/1.74.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=912c31485e79e9fc -C extra-filename=-912c31485e79e9fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1595 | 2023-12-13T05:41:55.583Z | Compiling ppv-lite86 v0.2.17 |
1596 | 2023-12-13T05:41:55.604Z | Running `/home/build/.rustup/toolchains/1.74.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=3ca074035a2e7100 -C extra-filename=-3ca074035a2e7100 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1597 | 2023-12-13T05:41:55.619Z | Compiling serde_derive_internals v0.26.0 |
1598 | 2023-12-13T05:41:55.631Z | Running `/home/build/.rustup/toolchains/1.74.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=ff5090d4367af08e -C extra-filename=-ff5090d4367af08e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --cap-lints allow -D warnings` |
1599 | 2023-12-13T05:41:56.055Z | Running `/work/oxidecomputer/omicron/target/debug/build/schemars-0feca7d8756f2fa7/build-script-build` |
1600 | 2023-12-13T05:41:56.096Z | Compiling form_urlencoded v1.2.1 |
1601 | 2023-12-13T05:41:56.102Z | Running `/home/build/.rustup/toolchains/1.74.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=8797d3f240ac357c -C extra-filename=-8797d3f240ac357c --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-912c31485e79e9fc.rmeta --cap-lints allow -D warnings` |
1602 | 2023-12-13T05:41:56.578Z | Compiling indexmap v1.9.3 |
1603 | 2023-12-13T05:41:56.592Z | Running `/home/build/.rustup/toolchains/1.74.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=586b5fef6a1cf410 -C extra-filename=-586b5fef6a1cf410 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-586b5fef6a1cf410 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings` |
1604 | 2023-12-13T05:41:56.851Z | Compiling rand_chacha v0.3.1 |
1605 | 2023-12-13T05:41:57.321Z | Running `/home/build/.rustup/toolchains/1.74.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=6ca9c9b00462ef37 -C extra-filename=-6ca9c9b00462ef37 --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-3ca074035a2e7100.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ba0b75ae94d53d36.rmeta --cap-lints allow -D warnings` |
1606 | 2023-12-13T05:41:57.321Z | Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-586b5fef6a1cf410/build-script-build` |
1607 | 2023-12-13T05:41:57.321Z | Compiling either v1.9.0 |
1608 | 2023-12-13T05:41:57.322Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=294f21b38637a1be -C extra-filename=-294f21b38637a1be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1609 | 2023-12-13T05:41:57.324Z | Compiling vcpkg v0.2.15 |
1610 | 2023-12-13T05:41:57.324Z | Running `/home/build/.rustup/toolchains/1.74.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=56cfc2712411fd04 -C extra-filename=-56cfc2712411fd04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1611 | 2023-12-13T05:41:57.720Z | Compiling rand v0.8.5 |
1612 | 2023-12-13T05:41:57.729Z | Running `/home/build/.rustup/toolchains/1.74.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=1fc20097d4bfc521 -C extra-filename=-1fc20097d4bfc521 --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-df62e9c1aba12dc6.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-6ca9c9b00462ef37.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ba0b75ae94d53d36.rmeta --cap-lints allow -D warnings` |
1613 | 2023-12-13T05:41:57.819Z | Compiling httparse v1.8.0 |
1614 | 2023-12-13T05:41:57.828Z | Running `/home/build/.rustup/toolchains/1.74.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=349d83d4d0fe8905 -C extra-filename=-349d83d4d0fe8905 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-349d83d4d0fe8905 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1615 | 2023-12-13T05:41:58.531Z | Compiling hashbrown v0.12.3 |
1616 | 2023-12-13T05:41:58.550Z | Running `/home/build/.rustup/toolchains/1.74.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=e264e3929dd770e0 -C extra-filename=-e264e3929dd770e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1617 | 2023-12-13T05:41:59.774Z | Compiling regex v1.10.2 |
1618 | 2023-12-13T05:41:59.801Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.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="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=537384909654dd1b -C extra-filename=-537384909654dd1b --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-eca6581c4ec1a882.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-57572678d71e52ed.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ac03edf4730b2374.rmeta --cap-lints allow -D warnings` |
1619 | 2023-12-13T05:42:00.421Z | Running `/home/build/.rustup/toolchains/1.74.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=fa80c618b8065deb -C extra-filename=-fa80c618b8065deb --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-e264e3929dd770e0.rmeta --cap-lints allow -D warnings --cfg has_std` |
1620 | 2023-12-13T05:42:00.432Z | Running `/work/oxidecomputer/omicron/target/debug/build/httparse-349d83d4d0fe8905/build-script-build` |
1621 | 2023-12-13T05:42:00.455Z | Running `/home/build/.rustup/toolchains/1.74.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=c25a7f7496695df9 -C extra-filename=-c25a7f7496695df9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg httparse_simd` |
1622 | 2023-12-13T05:42:01.023Z | Compiling openssl-sys v0.9.96 |
1623 | 2023-12-13T05:42:01.034Z | Running `/home/build/.rustup/toolchains/1.74.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=4da9240dc9ae90f1 -C extra-filename=-4da9240dc9ae90f1 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-4da9240dc9ae90f1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-bc75a08f03143f16.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-676180268410563e.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-56cfc2712411fd04.rlib --cap-lints allow -D warnings` |
1624 | 2023-12-13T05:42:01.366Z | Compiling idna v0.5.0 |
1625 | 2023-12-13T05:42:01.374Z | Running `/home/build/.rustup/toolchains/1.74.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=6558d1cbfbb2fcb3 -C extra-filename=-6558d1cbfbb2fcb3 --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-9c36c215e5778119.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-7c2cf4bd1cb476cd.rmeta --cap-lints allow -D warnings` |
1626 | 2023-12-13T05:42:01.569Z | Compiling ahash v0.8.6 |
1627 | 2023-12-13T05:42:01.585Z | Running `/home/build/.rustup/toolchains/1.74.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.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="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' -C metadata=93dbe9b02888f161 -C extra-filename=-93dbe9b02888f161 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-93dbe9b02888f161 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
1628 | 2023-12-13T05:42:01.604Z | Compiling ucd-trie v0.1.6 |
1629 | 2023-12-13T05:42:01.604Z | Running `/home/build/.rustup/toolchains/1.74.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=581c47aa4fcf9374 -C extra-filename=-581c47aa4fcf9374 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1630 | 2023-12-13T05:42:01.741Z | Compiling ring v0.16.20 |
1631 | 2023-12-13T05:42:01.748Z | Running `/home/build/.rustup/toolchains/1.74.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=f1854e4453541365 -C extra-filename=-f1854e4453541365 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-f1854e4453541365 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-bc75a08f03143f16.rlib --cap-lints allow -D warnings` |
1632 | 2023-12-13T05:42:02.235Z | Running `/work/oxidecomputer/omicron/target/debug/build/ahash-93dbe9b02888f161/build-script-build` |
1633 | 2023-12-13T05:42:02.399Z | Compiling ring v0.17.7 |
1634 | 2023-12-13T05:42:02.413Z | Running `/home/build/.rustup/toolchains/1.74.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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' -C metadata=22b44809380232d0 -C extra-filename=-22b44809380232d0 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-22b44809380232d0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-bc75a08f03143f16.rlib --cap-lints allow -D warnings` |
1635 | 2023-12-13T05:42:02.634Z | Compiling socket2 v0.4.9 |
1636 | 2023-12-13T05:42:02.748Z | Running `/home/build/.rustup/toolchains/1.74.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=51c7f84c03e3595b -C extra-filename=-51c7f84c03e3595b --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-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings` |
1637 | 2023-12-13T05:42:02.795Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-4da9240dc9ae90f1/build-script-main` |
1638 | 2023-12-13T05:42:04.061Z | Compiling url v2.5.0 |
1639 | 2023-12-13T05:42:04.068Z | Running `/home/build/.rustup/toolchains/1.74.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=4ee5ed5bde7ce18a -C extra-filename=-4ee5ed5bde7ce18a --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-8797d3f240ac357c.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-6558d1cbfbb2fcb3.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --cap-lints allow -D warnings` |
1640 | 2023-12-13T05:42:04.068Z | Compiling adler v1.0.2 |
1641 | 2023-12-13T05:42:04.068Z | Running `/home/build/.rustup/toolchains/1.74.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=b64914fab9901ac1 -C extra-filename=-b64914fab9901ac1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1642 | 2023-12-13T05:42:04.076Z | Compiling winnow v0.5.15 |
1643 | 2023-12-13T05:42:04.120Z | Running `/home/build/.rustup/toolchains/1.74.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=b747da8a50a0933d -C extra-filename=-b747da8a50a0933d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1644 | 2023-12-13T05:42:04.185Z | Compiling miniz_oxide v0.7.1 |
1645 | 2023-12-13T05:42:04.196Z | Running `/home/build/.rustup/toolchains/1.74.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=eae4032ca8079f20 -C extra-filename=-eae4032ca8079f20 --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-b64914fab9901ac1.rmeta --cap-lints allow -D warnings` |
1646 | 2023-12-13T05:42:04.379Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-22b44809380232d0/build-script-build` |
1647 | 2023-12-13T05:42:06.601Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-f1854e4453541365/build-script-build` |
1648 | 2023-12-13T05:42:07.021Z | Compiling try-lock v0.2.4 |
1649 | 2023-12-13T05:42:07.021Z | Running `/home/build/.rustup/toolchains/1.74.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=a7be4507a63f0a69 -C extra-filename=-a7be4507a63f0a69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1650 | 2023-12-13T05:42:07.029Z | Compiling strsim v0.10.0 |
1651 | 2023-12-13T05:42:07.029Z | Running `/home/build/.rustup/toolchains/1.74.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=24e28f3cc805bf1a -C extra-filename=-24e28f3cc805bf1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1652 | 2023-12-13T05:42:07.029Z | Compiling async-trait v0.1.74 |
1653 | 2023-12-13T05:42:07.029Z | Running `/home/build/.rustup/toolchains/1.74.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.74/build.rs --error-format=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=cf8e9364e182c572 -C extra-filename=-cf8e9364e182c572 --out-dir /work/oxidecomputer/omicron/target/debug/build/async-trait-cf8e9364e182c572 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1654 | 2023-12-13T05:42:07.409Z | Compiling serde_derive v1.0.193 |
1655 | 2023-12-13T05:42:07.413Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.193/src/lib.rs --error-format=json --json=diagnostic-rendered-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=e0eb1ad5ee0e2206 -C extra-filename=-e0eb1ad5ee0e2206 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
1656 | 2023-12-13T05:42:07.570Z | Compiling thiserror-impl v1.0.49 |
1657 | 2023-12-13T05:42:07.574Z | Running `/home/build/.rustup/toolchains/1.74.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.49/src/lib.rs --error-format=json --json=diagnostic-rendered-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=56271d855a05ea1b -C extra-filename=-56271d855a05ea1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
1658 | 2023-12-13T05:42:08.136Z | Compiling zeroize_derive v1.4.2 |
1659 | 2023-12-13T05:42:08.148Z | Running `/home/build/.rustup/toolchains/1.74.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=3347ed7177904ed4 -C extra-filename=-3347ed7177904ed4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
1660 | 2023-12-13T05:42:08.150Z | Compiling tokio-macros v2.2.0 |
1661 | 2023-12-13T05:42:08.150Z | Running `/home/build/.rustup/toolchains/1.74.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=26a74a4f951ce6d6 -C extra-filename=-26a74a4f951ce6d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
1662 | 2023-12-13T05:42:08.150Z | Compiling futures-macro v0.3.29 |
1663 | 2023-12-13T05:42:08.150Z | Running `/home/build/.rustup/toolchains/1.74.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.29/src/lib.rs --error-format=json --json=diagnostic-rendered-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=bb9ed1180fbb61d5 -C extra-filename=-bb9ed1180fbb61d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
1664 | 2023-12-13T05:42:09.429Z | Compiling tracing-attributes v0.1.26 |
1665 | 2023-12-13T05:42:09.912Z | Running `/home/build/.rustup/toolchains/1.74.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.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=66cea2a3af41ad65 -C extra-filename=-66cea2a3af41ad65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
1666 | 2023-12-13T05:42:10.207Z | Compiling schemars_derive v0.8.13 |
1667 | 2023-12-13T05:42:10.214Z | Running `/home/build/.rustup/toolchains/1.74.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.13/src/lib.rs --error-format=json --json=diagnostic-rendered-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=42470dea69332415 -C extra-filename=-42470dea69332415 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-ff5090d4367af08e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
1668 | 2023-12-13T05:42:10.637Z | Compiling zeroize v1.7.0 |
1669 | 2023-12-13T05:42:10.661Z | Running `/home/build/.rustup/toolchains/1.74.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=d4ac8e2ff6ba4016 -C extra-filename=-d4ac8e2ff6ba4016 --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-3347ed7177904ed4.so --cap-lints allow -D warnings` |
1670 | 2023-12-13T05:42:10.824Z | Compiling zerocopy-derive v0.7.26 |
1671 | 2023-12-13T05:42:10.833Z | Running `/home/build/.rustup/toolchains/1.74.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.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=64c1abfeeb24e158 -C extra-filename=-64c1abfeeb24e158 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
1672 | 2023-12-13T05:42:11.214Z | Running `/home/build/.rustup/toolchains/1.74.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=f6df480a7c6817d8 -C extra-filename=-f6df480a7c6817d8 --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-fa9cea36d31f4ee9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings --cfg relaxed_coherence` |
1673 | 2023-12-13T05:42:11.900Z | Running `/home/build/.rustup/toolchains/1.74.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.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="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=af647ea9423ed3ec -C extra-filename=-af647ea9423ed3ec --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-06412b5ccf50305b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4915a8c6c3fe3b6a.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-bb9ed1180fbb61d5.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-a51c9503c37b751e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-494a3e00a892adf5.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-195b1228936a30c9.rmeta --cap-lints allow -D warnings` |
1674 | 2023-12-13T05:42:12.595Z | Compiling untrusted v0.7.1 |
1675 | 2023-12-13T05:42:12.611Z | Running `/home/build/.rustup/toolchains/1.74.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=a24220ed5be04632 -C extra-filename=-a24220ed5be04632 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1676 | 2023-12-13T05:42:12.899Z | Compiling httpdate v1.0.3 |
1677 | 2023-12-13T05:42:12.910Z | Running `/home/build/.rustup/toolchains/1.74.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=0c1307657e91e527 -C extra-filename=-0c1307657e91e527 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1678 | 2023-12-13T05:42:13.444Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.49/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=72e52f26c0ec0c7e -C extra-filename=-72e52f26c0ec0c7e --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-56271d855a05ea1b.so --cap-lints allow -D warnings` |
1679 | 2023-12-13T05:42:13.568Z | Compiling pest v2.7.2 |
1680 | 2023-12-13T05:42:13.988Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=44170135f2510804 -C extra-filename=-44170135f2510804 --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-72e52f26c0ec0c7e.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-581c47aa4fcf9374.rmeta --cap-lints allow -D warnings` |
1681 | 2023-12-13T05:42:13.992Z | Running `/home/build/.rustup/toolchains/1.74.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=a535b2745365b0c0 -C extra-filename=-a535b2745365b0c0 --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-230e44e7360903b6.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-330d2d2ff14221bf.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-a24220ed5be04632.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -l static=ring-core -l static=ring-test` |
1682 | 2023-12-13T05:42:13.993Z | Compiling crypto-common v0.1.6 |
1683 | 2023-12-13T05:42:13.993Z | Running `/home/build/.rustup/toolchains/1.74.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=acc2b0379f0b17cd -C extra-filename=-acc2b0379f0b17cd --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-f6df480a7c6817d8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ba0b75ae94d53d36.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-fa9cea36d31f4ee9.rmeta --cap-lints allow -D warnings` |
1684 | 2023-12-13T05:42:14.067Z | Compiling block-buffer v0.10.4 |
1685 | 2023-12-13T05:42:14.073Z | Running `/home/build/.rustup/toolchains/1.74.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=cb664025e876bf64 -C extra-filename=-cb664025e876bf64 --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-f6df480a7c6817d8.rmeta --cap-lints allow -D warnings` |
1686 | 2023-12-13T05:42:14.462Z | Compiling digest v0.10.7 |
1687 | 2023-12-13T05:42:14.468Z | Running `/home/build/.rustup/toolchains/1.74.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=d72b47fd0525931c -C extra-filename=-d72b47fd0525931c --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-cb664025e876bf64.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-8036eb2fb0734902.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-acc2b0379f0b17cd.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --cap-lints allow -D warnings` |
1688 | 2023-12-13T05:42:14.831Z | Compiling zerocopy v0.7.26 |
1689 | 2023-12-13T05:42:14.844Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.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="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' -C metadata=cd00391a1de35258 -C extra-filename=-cd00391a1de35258 --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-1b4ad01209984ea0.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-64c1abfeeb24e158.so --cap-lints allow -D warnings` |
1690 | 2023-12-13T05:42:15.198Z | Running `/work/oxidecomputer/omicron/target/debug/build/async-trait-cf8e9364e182c572/build-script-build` |
1691 | 2023-12-13T05:42:15.295Z | Compiling want v0.3.1 |
1692 | 2023-12-13T05:42:15.296Z | Running `/home/build/.rustup/toolchains/1.74.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=071a5e6e1eac6ac9 -C extra-filename=-071a5e6e1eac6ac9 --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-a7be4507a63f0a69.rmeta --cap-lints allow -D warnings` |
1693 | 2023-12-13T05:42:15.734Z | Compiling untrusted v0.9.0 |
1694 | 2023-12-13T05:42:16.142Z | Running `/home/build/.rustup/toolchains/1.74.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=51c844fb339406e8 -C extra-filename=-51c844fb339406e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1695 | 2023-12-13T05:42:16.144Z | Compiling openssl v0.10.60 |
1696 | 2023-12-13T05:42:16.144Z | Running `/home/build/.rustup/toolchains/1.74.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=a5a437a816e734eb -C extra-filename=-a5a437a816e734eb --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-a5a437a816e734eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1697 | 2023-12-13T05:42:16.144Z | Compiling tower-service v0.3.2 |
1698 | 2023-12-13T05:42:16.144Z | Running `/home/build/.rustup/toolchains/1.74.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=318184497ae75df2 -C extra-filename=-318184497ae75df2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1699 | 2023-12-13T05:42:16.268Z | Compiling openssl-probe v0.1.5 |
1700 | 2023-12-13T05:42:16.296Z | Running `/home/build/.rustup/toolchains/1.74.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=66d32c3547f15b53 -C extra-filename=-66d32c3547f15b53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1701 | 2023-12-13T05:42:16.331Z | Compiling tracing v0.1.37 |
1702 | 2023-12-13T05:42:16.751Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -C metadata=2ebf49bd2a2f8886 -C extra-filename=-2ebf49bd2a2f8886 --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-bc2c501506aafa82.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-66cea2a3af41ad65.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-1a7eed2a6377ebf1.rmeta --cap-lints allow -D warnings` |
1703 | 2023-12-13T05:42:16.767Z | Compiling cpufeatures v0.2.9 |
1704 | 2023-12-13T05:42:16.769Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=688e8dc1d1448767 -C extra-filename=-688e8dc1d1448767 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1705 | 2023-12-13T05:42:16.790Z | Compiling foreign-types-shared v0.1.1 |
1706 | 2023-12-13T05:42:16.791Z | Running `/home/build/.rustup/toolchains/1.74.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=98a776ebe496b644 -C extra-filename=-98a776ebe496b644 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1707 | 2023-12-13T05:42:17.255Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-a5a437a816e734eb/build-script-build` |
1708 | 2023-12-13T05:42:17.262Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.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="dev_urandom_fallback"' --cfg 'feature="std"' -C metadata=5148fe9b02653e6d -C extra-filename=-5148fe9b02653e6d --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-396ddc32754bad29.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4c240d9238dcc0df.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-51c844fb339406e8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -l static=ring_core_0_17_7_ -l static=ring_core_0_17_7_test` |
1709 | 2023-12-13T05:42:17.262Z | Compiling foreign-types v0.3.2 |
1710 | 2023-12-13T05:42:17.262Z | Running `/home/build/.rustup/toolchains/1.74.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=eb280c5795426c7f -C extra-filename=-eb280c5795426c7f --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-98a776ebe496b644.rmeta --cap-lints allow -D warnings` |
1711 | 2023-12-13T05:42:17.262Z | Running `/home/build/.rustup/toolchains/1.74.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.74/src/lib.rs --error-format=json --json=diagnostic-rendered-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=084832dceff4d290 -C extra-filename=-084832dceff4d290 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
1712 | 2023-12-13T05:42:17.262Z | Compiling openssl-macros v0.1.1 |
1713 | 2023-12-13T05:42:17.262Z | Running `/home/build/.rustup/toolchains/1.74.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=aff19cdabe242b73 -C extra-filename=-aff19cdabe242b73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
1714 | 2023-12-13T05:42:17.268Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-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 --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' -C metadata=0daae04b7eea3967 -C extra-filename=-0daae04b7eea3967 --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-bc2c501506aafa82.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-396ddc32754bad29.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-cd00391a1de35258.rmeta --cap-lints allow -D warnings --cfg 'feature="folded_multiply"'` |
1715 | 2023-12-13T05:42:18.272Z | Compiling hashbrown v0.13.2 |
1716 | 2023-12-13T05:42:18.303Z | Running `/home/build/.rustup/toolchains/1.74.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"' --cfg 'feature="default"' --cfg 'feature="inline-more"' -C metadata=2f0f792d523adbff -C extra-filename=-2f0f792d523adbff --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-0daae04b7eea3967.rmeta --cap-lints allow -D warnings` |
1717 | 2023-12-13T05:42:18.377Z | Running `/home/build/.rustup/toolchains/1.74.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=8eb3de30cd4fd472 -C extra-filename=-8eb3de30cd4fd472 --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-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings -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` |
1718 | 2023-12-13T05:42:18.617Z | Compiling rustls v0.21.9 |
1719 | 2023-12-13T05:42:18.630Z | Running `/home/build/.rustup/toolchains/1.74.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=4a4ac025b6c4148e -C extra-filename=-4a4ac025b6c4148e --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-4a4ac025b6c4148e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1720 | 2023-12-13T05:42:19.138Z | Compiling mime v0.3.17 |
1721 | 2023-12-13T05:42:19.152Z | Running `/home/build/.rustup/toolchains/1.74.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=a6cf1a4a13963194 -C extra-filename=-a6cf1a4a13963194 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1722 | 2023-12-13T05:42:19.765Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-4a4ac025b6c4148e/build-script-build` |
1723 | 2023-12-13T05:42:19.807Z | Compiling sct v0.7.0 |
1724 | 2023-12-13T05:42:19.812Z | Running `/home/build/.rustup/toolchains/1.74.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=bb8c05bef6e9c86b -C extra-filename=-bb8c05bef6e9c86b --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-a535b2745365b0c0.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-a24220ed5be04632.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out` |
1725 | 2023-12-13T05:42:20.508Z | Compiling rustls-webpki v0.101.7 |
1726 | 2023-12-13T05:42:20.932Z | Running `/home/build/.rustup/toolchains/1.74.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=4a805baf7045aa66 -C extra-filename=-4a805baf7045aa66 --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-5148fe9b02653e6d.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-51c844fb339406e8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out` |
1727 | 2023-12-13T05:42:20.933Z | Compiling ipnet v2.8.0 |
1728 | 2023-12-13T05:42:20.933Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.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=12ae00b3bd1f0594 -C extra-filename=-12ae00b3bd1f0594 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1729 | 2023-12-13T05:42:20.933Z | Compiling native-tls v0.2.11 |
1730 | 2023-12-13T05:42:20.933Z | Running `/home/build/.rustup/toolchains/1.74.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=dbb3784313065716 -C extra-filename=-dbb3784313065716 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-dbb3784313065716 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1731 | 2023-12-13T05:42:20.943Z | Compiling rustls-pemfile v1.0.3 |
1732 | 2023-12-13T05:42:20.943Z | Running `/home/build/.rustup/toolchains/1.74.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=d4874c9bffb6de6d -C extra-filename=-d4874c9bffb6de6d --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-efdef217e0fabd4e.rmeta --cap-lints allow -D warnings` |
1733 | 2023-12-13T05:42:20.943Z | Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-dbb3784313065716/build-script-build` |
1734 | 2023-12-13T05:42:20.944Z | Compiling backtrace v0.3.69 |
1735 | 2023-12-13T05:42:20.944Z | Running `/home/build/.rustup/toolchains/1.74.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=73722f8c11c63c5f -C extra-filename=-73722f8c11c63c5f --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-73722f8c11c63c5f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-bc75a08f03143f16.rlib --cap-lints allow -D warnings` |
1736 | 2023-12-13T05:42:21.203Z | Compiling crossbeam-utils v0.8.16 |
1737 | 2023-12-13T05:42:21.624Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-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="default"' --cfg 'feature="std"' -C metadata=c76935f39f50000a -C extra-filename=-c76935f39f50000a --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c76935f39f50000a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1738 | 2023-12-13T05:42:21.649Z | Running `/home/build/.rustup/toolchains/1.74.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=2c8b419309bfacae -C extra-filename=-2c8b419309bfacae --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-c5d2103652c0a8bc.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-4a805baf7045aa66.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-bb8c05bef6e9c86b.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out` |
1739 | 2023-12-13T05:42:21.916Z | Compiling unicode-xid v0.2.4 |
1740 | 2023-12-13T05:42:21.933Z | Running `/home/build/.rustup/toolchains/1.74.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=8f50244e4f591a95 -C extra-filename=-8f50244e4f591a95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1741 | 2023-12-13T05:42:22.096Z | Compiling gimli v0.28.0 |
1742 | 2023-12-13T05:42:22.107Z | Running `/home/build/.rustup/toolchains/1.74.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=1ab9a11901dc3db4 -C extra-filename=-1ab9a11901dc3db4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1743 | 2023-12-13T05:42:22.116Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c76935f39f50000a/build-script-build` |
1744 | 2023-12-13T05:42:22.135Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.193/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=101c0c10b68ffd8b -C extra-filename=-101c0c10b68ffd8b --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-e0eb1ad5ee0e2206.so --cap-lints allow -D warnings` |
1745 | 2023-12-13T05:42:22.219Z | Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-73722f8c11c63c5f/build-script-build` |
1746 | 2023-12-13T05:42:22.252Z | Compiling object v0.32.1 |
1747 | 2023-12-13T05:42:22.259Z | Compiling encoding_rs v0.8.33 |
1748 | 2023-12-13T05:42:22.279Z | Running `/home/build/.rustup/toolchains/1.74.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=c982e9cdd75f2239 -C extra-filename=-c982e9cdd75f2239 --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-918fa9e671606ec5.rmeta --cap-lints allow -D warnings` |
1749 | 2023-12-13T05:42:22.284Z | Running `/home/build/.rustup/toolchains/1.74.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=af2729f3af85d5f2 -C extra-filename=-af2729f3af85d5f2 --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-bc2c501506aafa82.rmeta --cap-lints allow -D warnings` |
1750 | 2023-12-13T05:42:22.304Z | Compiling rustc-demangle v0.1.23 |
1751 | 2023-12-13T05:42:22.330Z | Running `/home/build/.rustup/toolchains/1.74.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=e74e0db405f79ada -C extra-filename=-e74e0db405f79ada --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1752 | 2023-12-13T05:42:23.274Z | Compiling anyhow v1.0.75 |
1753 | 2023-12-13T05:42:23.707Z | Running `/home/build/.rustup/toolchains/1.74.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.75/build.rs --error-format=json --json=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=10af975f37e62d27 -C extra-filename=-10af975f37e62d27 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-10af975f37e62d27 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1754 | 2023-12-13T05:42:23.707Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-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="default"' --cfg 'feature="std"' -C metadata=ecd3b02fa9b0bdac -C extra-filename=-ecd3b02fa9b0bdac --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-bc2c501506aafa82.rmeta --cap-lints allow -D warnings` |
1755 | 2023-12-13T05:42:23.879Z | Compiling rustls-native-certs v0.6.3 |
1756 | 2023-12-13T05:42:23.884Z | Running `/home/build/.rustup/toolchains/1.74.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.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=6c97518b15dbc26a -C extra-filename=-6c97518b15dbc26a --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-66d32c3547f15b53.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-d4874c9bffb6de6d.rmeta --cap-lints allow -D warnings` |
1757 | 2023-12-13T05:42:24.162Z | Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-10af975f37e62d27/build-script-build` |
1758 | 2023-12-13T05:42:24.428Z | Compiling utf8parse v0.2.1 |
1759 | 2023-12-13T05:42:24.442Z | Running `/home/build/.rustup/toolchains/1.74.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=4593178b619af749 -C extra-filename=-4593178b619af749 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1760 | 2023-12-13T05:42:24.532Z | Compiling crc32fast v1.3.2 |
1761 | 2023-12-13T05:42:24.600Z | Running `/home/build/.rustup/toolchains/1.74.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=f356901160b6596c -C extra-filename=-f356901160b6596c --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-f356901160b6596c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1762 | 2023-12-13T05:42:25.055Z | Compiling webpki-roots v0.25.2 |
1763 | 2023-12-13T05:42:25.069Z | Running `/home/build/.rustup/toolchains/1.74.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=caf9de3e3e0ba9b0 -C extra-filename=-caf9de3e3e0ba9b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1764 | 2023-12-13T05:42:25.069Z | Compiling slog v2.7.0 |
1765 | 2023-12-13T05:42:25.070Z | Running `/home/build/.rustup/toolchains/1.74.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=d14f0a24e13b3b90 -C extra-filename=-d14f0a24e13b3b90 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-d14f0a24e13b3b90 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1766 | 2023-12-13T05:42:25.081Z | Compiling base64ct v1.6.0 |
1767 | 2023-12-13T05:42:25.081Z | Running `/home/build/.rustup/toolchains/1.74.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=4d3202f783ee952f -C extra-filename=-4d3202f783ee952f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1768 | 2023-12-13T05:42:25.419Z | Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-f356901160b6596c/build-script-build` |
1769 | 2023-12-13T05:42:25.512Z | Running `/home/build/.rustup/toolchains/1.74.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=2e6cb0fdfac0d5fc -C extra-filename=-2e6cb0fdfac0d5fc --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-bc2c501506aafa82.rmeta --cap-lints allow -D warnings --cfg crc32fast_stdarchx86` |
1770 | 2023-12-13T05:42:25.740Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-d14f0a24e13b3b90/build-script-build` |
1771 | 2023-12-13T05:42:25.832Z | Compiling rustversion v1.0.14 |
1772 | 2023-12-13T05:42:25.862Z | Running `/home/build/.rustup/toolchains/1.74.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=4f1c6522f19fc259 -C extra-filename=-4f1c6522f19fc259 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-4f1c6522f19fc259 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1773 | 2023-12-13T05:42:26.025Z | Compiling anstyle v1.0.2 |
1774 | 2023-12-13T05:42:26.035Z | Running `/home/build/.rustup/toolchains/1.74.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=de2619156f222cb2 -C extra-filename=-de2619156f222cb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1775 | 2023-12-13T05:42:26.051Z | Compiling io-lifetimes v1.0.11 |
1776 | 2023-12-13T05:42:26.062Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=b0f51f0961ace6fb -C extra-filename=-b0f51f0961ace6fb --out-dir /work/oxidecomputer/omicron/target/debug/build/io-lifetimes-b0f51f0961ace6fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1777 | 2023-12-13T05:42:26.731Z | Running `/home/build/.rustup/toolchains/1.74.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=9c8f30a579f036e3 -C extra-filename=-9c8f30a579f036e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg integer128` |
1778 | 2023-12-13T05:42:26.989Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-4f1c6522f19fc259/build-script-build` |
1779 | 2023-12-13T05:42:27.053Z | Running `/work/oxidecomputer/omicron/target/debug/build/io-lifetimes-b0f51f0961ace6fb/build-script-build` |
1780 | 2023-12-13T05:42:27.088Z | Compiling num-integer v0.1.45 |
1781 | 2023-12-13T05:42:27.114Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/build.rs --error-format=json --json=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="std"' -C metadata=bfe21c224e826a64 -C extra-filename=-bfe21c224e826a64 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-integer-bfe21c224e826a64 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings` |
1782 | 2023-12-13T05:42:27.426Z | Compiling rustix v0.37.23 |
1783 | 2023-12-13T05:42:27.436Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=116534d5d0bd8b2b -C extra-filename=-116534d5d0bd8b2b --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-116534d5d0bd8b2b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1784 | 2023-12-13T05:42:27.661Z | Compiling time-core v0.1.1 |
1785 | 2023-12-13T05:42:27.680Z | Running `/home/build/.rustup/toolchains/1.74.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3f0dd9071974c592 -C extra-filename=-3f0dd9071974c592 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1786 | 2023-12-13T05:42:27.904Z | Compiling time-macros v0.2.13 |
1787 | 2023-12-13T05:42:27.915Z | Running `/home/build/.rustup/toolchains/1.74.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.13/src/lib.rs --error-format=json --json=diagnostic-rendered-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="formatting"' --cfg 'feature="parsing"' -C metadata=dbc03062bd046473 -C extra-filename=-dbc03062bd046473 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-3f0dd9071974c592.rlib --extern proc_macro --cap-lints allow -D warnings` |
1788 | 2023-12-13T05:42:28.068Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-integer-bfe21c224e826a64/build-script-build` |
1789 | 2023-12-13T05:42:28.094Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name io_lifetimes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=4650f06780401c26 -C extra-filename=-4650f06780401c26 --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-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings --cfg io_safety_is_in_std` |
1790 | 2023-12-13T05:42:28.608Z | Running `/home/build/.rustup/toolchains/1.74.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=1857facc6a275161 -C extra-filename=-1857facc6a275161 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings` |
1791 | 2023-12-13T05:42:28.608Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustix-116534d5d0bd8b2b/build-script-build` |
1792 | 2023-12-13T05:42:28.648Z | Compiling pem-rfc7468 v0.7.0 |
1793 | 2023-12-13T05:42:28.675Z | Running `/home/build/.rustup/toolchains/1.74.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=c37157d808c21f6c -C extra-filename=-c37157d808c21f6c --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-4d3202f783ee952f.rmeta --cap-lints allow -D warnings` |
1794 | 2023-12-13T05:42:29.921Z | Compiling addr2line v0.21.0 |
1795 | 2023-12-13T05:42:29.924Z | Running `/home/build/.rustup/toolchains/1.74.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=0e4f6cacba3a2570 -C extra-filename=-0e4f6cacba3a2570 --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-1ab9a11901dc3db4.rmeta --cap-lints allow -D warnings` |
1796 | 2023-12-13T05:42:30.258Z | Compiling synstructure v0.12.6 |
1797 | 2023-12-13T05:42:30.264Z | Running `/home/build/.rustup/toolchains/1.74.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=25e594cfc85bcc46 -C extra-filename=-25e594cfc85bcc46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-8f50244e4f591a95.rmeta --cap-lints allow -D warnings` |
1798 | 2023-12-13T05:42:30.393Z | Compiling futures-executor v0.3.29 |
1799 | 2023-12-13T05:42:30.423Z | Running `/home/build/.rustup/toolchains/1.74.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.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="std"' -C metadata=e8030b61cb9ca4f2 -C extra-filename=-e8030b61cb9ca4f2 --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-85b0c1ea6a5e4905.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-a51c9503c37b751e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --cap-lints allow -D warnings` |
1800 | 2023-12-13T05:42:30.974Z | Compiling pest_meta v2.7.2 |
1801 | 2023-12-13T05:42:30.985Z | Running `/home/build/.rustup/toolchains/1.74.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-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=7de4633e8dfb0911 -C extra-filename=-7de4633e8dfb0911 --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-230e44e7360903b6.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-44170135f2510804.rmeta --cap-lints allow -D warnings` |
1802 | 2023-12-13T05:42:31.002Z | Compiling der_derive v0.7.2 |
1803 | 2023-12-13T05:42:31.002Z | Running `/home/build/.rustup/toolchains/1.74.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=468e6a46749aa333 -C extra-filename=-468e6a46749aa333 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
1804 | 2023-12-13T05:42:31.332Z | Compiling unicode-segmentation v1.10.1 |
1805 | 2023-12-13T05:42:31.343Z | Running `/home/build/.rustup/toolchains/1.74.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=a7b83919c0401bc3 -C extra-filename=-a7b83919c0401bc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1806 | 2023-12-13T05:42:32.307Z | Compiling bytes v1.5.0 |
1807 | 2023-12-13T05:42:32.321Z | Running `/home/build/.rustup/toolchains/1.74.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=d06f2e98114e5873 -C extra-filename=-d06f2e98114e5873 --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-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings` |
1808 | 2023-12-13T05:42:32.837Z | Compiling bitflags v2.4.0 |
1809 | 2023-12-13T05:42:32.844Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-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="serde"' --cfg 'feature="std"' -C metadata=3b1b01c99c344b01 -C extra-filename=-3b1b01c99c344b01 --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-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings` |
1810 | 2023-12-13T05:42:33.327Z | Running `/home/build/.rustup/toolchains/1.74.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.108/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=00a1a49ffaf00453 -C extra-filename=-00a1a49ffaf00453 --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-7860ae71447b6389.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-38d350ef85d2d309.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings --cfg limb_width_64` |
1811 | 2023-12-13T05:42:33.485Z | Compiling indexmap v2.1.0 |
1812 | 2023-12-13T05:42:33.490Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=fbca5c263b93fbbc -C extra-filename=-fbca5c263b93fbbc --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-94a74370476ed385.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-6c8ddd4bb2d1b04a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings` |
1813 | 2023-12-13T05:42:33.579Z | Compiling chrono v0.4.31 |
1814 | 2023-12-13T05:42:33.586Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.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="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --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=7769037f643a5afe -C extra-filename=-7769037f643a5afe --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-85b44ad93d1da9c4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings` |
1815 | 2023-12-13T05:42:33.625Z | Compiling uuid v1.6.1 |
1816 | 2023-12-13T05:42:33.641Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=9f6f03a9890abd7a -C extra-filename=-9f6f03a9890abd7a --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-396ddc32754bad29.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings` |
1817 | 2023-12-13T05:42:34.388Z | Compiling tokio v1.35.0 |
1818 | 2023-12-13T05:42:34.391Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=8eec2547812a1ee6 -C extra-filename=-8eec2547812a1ee6 --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-d06f2e98114e5873.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6994c3643952f9a9.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-c7d090992ac18a37.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b0890bfa533f5f63.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-bc7f29f84f44bfc2.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-0e3d4ba0f92cc048.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-26a74a4f951ce6d6.so --cap-lints allow -D warnings` |
1819 | 2023-12-13T05:42:35.507Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=7bb54c54e8b8c333 -C extra-filename=-7bb54c54e8b8c333 --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-3b1b01c99c344b01.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-d19168b626fb49e9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish` |
1820 | 2023-12-13T05:42:35.670Z | Compiling http v0.2.11 |
1821 | 2023-12-13T05:42:35.674Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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=29aa500270a39efe -C extra-filename=-29aa500270a39efe --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-d06f2e98114e5873.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-5d2ad75ee5f58135.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --cap-lints allow -D warnings` |
1822 | 2023-12-13T05:42:36.211Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-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 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=576b3fa3bb8259b8 -C extra-filename=-576b3fa3bb8259b8 --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-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings` |
1823 | 2023-12-13T05:42:36.557Z | Compiling toml_datetime v0.6.5 |
1824 | 2023-12-13T05:42:36.974Z | Running `/home/build/.rustup/toolchains/1.74.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=c57cf8ec5942097f -C extra-filename=-c57cf8ec5942097f --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-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings` |
1825 | 2023-12-13T05:42:37.310Z | Compiling serde_spanned v0.6.4 |
1826 | 2023-12-13T05:42:37.319Z | Running `/home/build/.rustup/toolchains/1.74.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.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="serde"' -C metadata=ec10199660a4aff7 -C extra-filename=-ec10199660a4aff7 --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-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings` |
1827 | 2023-12-13T05:42:37.500Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.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="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=18ca3fa1034d3a4c -C extra-filename=-18ca3fa1034d3a4c --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-d06f2e98114e5873.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-b5627ba9c8616dae.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-42470dea69332415.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic` |
1828 | 2023-12-13T05:42:37.639Z | Compiling rustc_version v0.4.0 |
1829 | 2023-12-13T05:42:37.644Z | Running `/home/build/.rustup/toolchains/1.74.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=ffaecce5dc07dbe9 -C extra-filename=-ffaecce5dc07dbe9 --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-576b3fa3bb8259b8.rmeta --cap-lints allow -D warnings` |
1830 | 2023-12-13T05:42:38.343Z | Compiling http-body v0.4.5 |
1831 | 2023-12-13T05:42:38.346Z | Running `/home/build/.rustup/toolchains/1.74.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=ec95f0840af22c3c -C extra-filename=-ec95f0840af22c3c --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-d06f2e98114e5873.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --cap-lints allow -D warnings` |
1832 | 2023-12-13T05:42:39.305Z | Running `/home/build/.rustup/toolchains/1.74.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=1426f74f987e91be -C extra-filename=-1426f74f987e91be --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-3b1b01c99c344b01.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-eb280c5795426c7f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-aff19cdabe242b73.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-8eb3de30cd4fd472.rmeta --cap-lints allow -D warnings -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` |
1833 | 2023-12-13T05:42:39.311Z | Compiling toml_edit v0.19.15 |
1834 | 2023-12-13T05:42:39.311Z | Running `/home/build/.rustup/toolchains/1.74.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=bce299181fb55ea0 -C extra-filename=-bce299181fb55ea0 --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-fbca5c263b93fbbc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-ec10199660a4aff7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c57cf8ec5942097f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-b747da8a50a0933d.rmeta --cap-lints allow -D warnings` |
1835 | 2023-12-13T05:42:39.902Z | Compiling serde_urlencoded v0.7.1 |
1836 | 2023-12-13T05:42:39.909Z | Running `/home/build/.rustup/toolchains/1.74.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=c24d1ac729287b3a -C extra-filename=-c24d1ac729287b3a --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-8797d3f240ac357c.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-38d350ef85d2d309.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings` |
1837 | 2023-12-13T05:42:39.909Z | Running `/home/build/.rustup/toolchains/1.74.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=7ecc58086a7b2cc0 -C extra-filename=-7ecc58086a7b2cc0 --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-0e4f6cacba3a2570.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-eae4032ca8079f20.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-c982e9cdd75f2239.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-e74e0db405f79ada.rmeta --cap-lints allow -D warnings` |
1838 | 2023-12-13T05:42:40.125Z | Compiling openapiv3 v2.0.0 |
1839 | 2023-12-13T05:42:40.129Z | Running `/home/build/.rustup/toolchains/1.74.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=5e2d204b50b994be -C extra-filename=-5e2d204b50b994be --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-fbca5c263b93fbbc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --cap-lints allow -D warnings` |
1840 | 2023-12-13T05:42:40.327Z | Compiling hex v0.4.3 |
1841 | 2023-12-13T05:42:40.357Z | Running `/home/build/.rustup/toolchains/1.74.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=84b0ae4abbdcf067 -C extra-filename=-84b0ae4abbdcf067 --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-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings` |
1842 | 2023-12-13T05:42:40.427Z | Compiling flagset v0.4.3 |
1843 | 2023-12-13T05:42:41.656Z | Running `/home/build/.rustup/toolchains/1.74.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=d65ca4e97fcddc6f -C extra-filename=-d65ca4e97fcddc6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1844 | 2023-12-13T05:42:41.670Z | Compiling deranged v0.3.8 |
1845 | 2023-12-13T05:42:41.670Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-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="alloc"' --cfg 'feature="std"' -C metadata=598da518e72e5dfb -C extra-filename=-598da518e72e5dfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1846 | 2023-12-13T05:42:41.671Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.75/src/lib.rs --error-format=json --json=diagnostic-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=da1a4b5c259a3488 -C extra-filename=-da1a4b5c259a3488 --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-7ecc58086a7b2cc0.rmeta --cap-lints allow -D warnings` |
1847 | 2023-12-13T05:42:42.896Z | Compiling num_threads v0.1.6 |
1848 | 2023-12-13T05:42:42.903Z | Running `/home/build/.rustup/toolchains/1.74.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=4c6d51928e99bf40 -C extra-filename=-4c6d51928e99bf40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1849 | 2023-12-13T05:42:43.081Z | Compiling der v0.7.8 |
1850 | 2023-12-13T05:42:43.113Z | Running `/home/build/.rustup/toolchains/1.74.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=cceb8e0e028647cd -C extra-filename=-cceb8e0e028647cd --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-8036eb2fb0734902.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-468e6a46749aa333.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-d65ca4e97fcddc6f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c37157d808c21f6c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings` |
1851 | 2023-12-13T05:42:43.590Z | Compiling time v0.3.27 |
1852 | 2023-12-13T05:42:43.606Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' -C metadata=2d440d03e3b86ed7 -C extra-filename=-2d440d03e3b86ed7 --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-598da518e72e5dfb.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-4c6d51928e99bf40.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-3f0dd9071974c592.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-dbc03062bd046473.so --cap-lints allow -D warnings` |
1853 | 2023-12-13T05:42:43.613Z | Compiling zerocopy-derive v0.2.0 |
1854 | 2023-12-13T05:42:43.613Z | Running `/home/build/.rustup/toolchains/1.74.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=132b467ed93bdcda -C extra-filename=-132b467ed93bdcda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-25e594cfc85bcc46.rlib --extern proc_macro --cap-lints allow -D warnings` |
1855 | 2023-12-13T05:42:45.906Z | Compiling pest_generator v2.7.2 |
1856 | 2023-12-13T05:42:45.912Z | Running `/home/build/.rustup/toolchains/1.74.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.2/src/lib.rs --error-format=json --json=diagnostic-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=7330582f9ec4e8c4 -C extra-filename=-7330582f9ec4e8c4 --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-44170135f2510804.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-7de4633e8dfb0911.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --cap-lints allow -D warnings` |
1857 | 2023-12-13T05:42:47.632Z | Compiling tokio-util v0.7.10 |
1858 | 2023-12-13T05:42:47.642Z | Running `/home/build/.rustup/toolchains/1.74.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=3ebadf2e1594f539 -C extra-filename=-3ebadf2e1594f539 --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-d06f2e98114e5873.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --cap-lints allow -D warnings` |
1859 | 2023-12-13T05:42:48.524Z | Compiling tokio-rustls v0.24.1 |
1860 | 2023-12-13T05:42:48.530Z | Running `/home/build/.rustup/toolchains/1.74.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=8448d4ddef3016ff -C extra-filename=-8448d4ddef3016ff --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-2c8b419309bfacae.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out` |
1861 | 2023-12-13T05:42:48.580Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=b852c916ad915170 -C extra-filename=-b852c916ad915170 --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-b6f8a7d540d47813.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-d19168b626fb49e9.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-4650f06780401c26.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish` |
1862 | 2023-12-13T05:42:49.556Z | Compiling h2 v0.3.21 |
1863 | 2023-12-13T05:42:49.565Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.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=15a5b9dd317e770d -C extra-filename=-15a5b9dd317e770d --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-d06f2e98114e5873.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-5d2ad75ee5f58135.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fa80c618b8065deb.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-195b1228936a30c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --cap-lints allow -D warnings` |
1864 | 2023-12-13T05:42:49.566Z | Running `/home/build/.rustup/toolchains/1.74.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=3518bab6199b3e64 -C extra-filename=-3518bab6199b3e64 --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-c5d2103652c0a8bc.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-66d32c3547f15b53.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-8eb3de30cd4fd472.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
1865 | 2023-12-13T05:42:49.744Z | Compiling tokio-native-tls v0.3.1 |
1866 | 2023-12-13T05:42:49.749Z | Running `/home/build/.rustup/toolchains/1.74.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=a687548fc4138b0f -C extra-filename=-a687548fc4138b0f --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-3518bab6199b3e64.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64` |
1867 | 2023-12-13T05:42:50.119Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=78c4e619da17149f -C extra-filename=-78c4e619da17149f --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-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings --cfg has_i128` |
1868 | 2023-12-13T05:42:50.140Z | Compiling flate2 v1.0.28 |
1869 | 2023-12-13T05:42:50.165Z | Running `/home/build/.rustup/toolchains/1.74.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=9c343eab58a7ea84 -C extra-filename=-9c343eab58a7ea84 --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-2e6cb0fdfac0d5fc.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-eae4032ca8079f20.rmeta --cap-lints allow -D warnings` |
1870 | 2023-12-13T05:42:50.912Z | Compiling anstyle-parse v0.2.1 |
1871 | 2023-12-13T05:42:50.922Z | Running `/home/build/.rustup/toolchains/1.74.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=bbb859da10bbbc65 -C extra-filename=-bbb859da10bbbc65 --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-4593178b619af749.rmeta --cap-lints allow -D warnings` |
1872 | 2023-12-13T05:42:51.399Z | Compiling siphasher v0.3.11 |
1873 | 2023-12-13T05:42:51.409Z | Running `/home/build/.rustup/toolchains/1.74.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=cc130dcd8b93b422 -C extra-filename=-cc130dcd8b93b422 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1874 | 2023-12-13T05:42:51.428Z | Compiling anstyle-query v1.0.0 |
1875 | 2023-12-13T05:42:51.470Z | Running `/home/build/.rustup/toolchains/1.74.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=90a2a36a46bba70f -C extra-filename=-90a2a36a46bba70f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1876 | 2023-12-13T05:42:51.605Z | Compiling colorchoice v1.0.0 |
1877 | 2023-12-13T05:42:51.675Z | Running `/home/build/.rustup/toolchains/1.74.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=f3d013d7fa334b4b -C extra-filename=-f3d013d7fa334b4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1878 | 2023-12-13T05:42:51.685Z | Compiling terminal_size v0.2.6 |
1879 | 2023-12-13T05:42:51.700Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ff5329ec16406be3 -C extra-filename=-ff5329ec16406be3 --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-b852c916ad915170.rmeta --cap-lints allow -D warnings` |
1880 | 2023-12-13T05:42:51.844Z | Compiling anstream v0.5.0 |
1881 | 2023-12-13T05:42:51.855Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-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="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=0ddec8b0a8dad00f -C extra-filename=-0ddec8b0a8dad00f --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-de2619156f222cb2.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-bbb859da10bbbc65.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-90a2a36a46bba70f.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-f3d013d7fa334b4b.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-4593178b619af749.rmeta --cap-lints allow -D warnings` |
1882 | 2023-12-13T05:42:51.945Z | Compiling pest_derive v2.7.2 |
1883 | 2023-12-13T05:42:51.954Z | Running `/home/build/.rustup/toolchains/1.74.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.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="default"' --cfg 'feature="std"' -C metadata=32be6c14c5b6c9cd -C extra-filename=-32be6c14c5b6c9cd --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-44170135f2510804.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-7330582f9ec4e8c4.rlib --extern proc_macro --cap-lints allow -D warnings` |
1884 | 2023-12-13T05:42:52.021Z | Compiling zerocopy v0.3.0 |
1885 | 2023-12-13T05:42:52.050Z | Running `/home/build/.rustup/toolchains/1.74.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=29aa7ee8fe9290cd -C extra-filename=-29aa7ee8fe9290cd --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-1b4ad01209984ea0.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-132b467ed93bdcda.so --cap-lints allow -D warnings` |
1886 | 2023-12-13T05:42:52.431Z | Compiling spki v0.7.2 |
1887 | 2023-12-13T05:42:52.436Z | Running `/home/build/.rustup/toolchains/1.74.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=050b5b1ec547420c -C extra-filename=-050b5b1ec547420c --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-cceb8e0e028647cd.rmeta --cap-lints allow -D warnings` |
1888 | 2023-12-13T05:42:52.457Z | Compiling heapless v0.7.16 |
1889 | 2023-12-13T05:42:52.467Z | Running `/home/build/.rustup/toolchains/1.74.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=8ad375a8b2f8796b -C extra-filename=-8ad375a8b2f8796b --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-8ad375a8b2f8796b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-ffaecce5dc07dbe9.rlib --cap-lints allow -D warnings` |
1890 | 2023-12-13T05:42:52.976Z | Compiling futures v0.3.29 |
1891 | 2023-12-13T05:42:52.979Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.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="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=60db96e8e3fbb005 -C extra-filename=-60db96e8e3fbb005 --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-06412b5ccf50305b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-e8030b61cb9ca4f2.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4915a8c6c3fe3b6a.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-a51c9503c37b751e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --cap-lints allow -D warnings` |
1892 | 2023-12-13T05:42:53.019Z | Compiling memoffset v0.9.0 |
1893 | 2023-12-13T05:42:53.023Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=373fa88f2059b22f -C extra-filename=-373fa88f2059b22f --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-373fa88f2059b22f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings` |
1894 | 2023-12-13T05:42:53.142Z | Compiling usdt-impl v0.3.5 |
1895 | 2023-12-13T05:42:53.182Z | Running `/home/build/.rustup/toolchains/1.74.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=f72c6ed2b1b05ce6 -C extra-filename=-f72c6ed2b1b05ce6 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-f72c6ed2b1b05ce6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
1896 | 2023-12-13T05:42:53.232Z | Compiling bit-vec v0.6.3 |
1897 | 2023-12-13T05:42:53.257Z | Running `/home/build/.rustup/toolchains/1.74.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=be2b16d8eb900e10 -C extra-filename=-be2b16d8eb900e10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1898 | 2023-12-13T05:42:53.299Z | Compiling clap_lex v0.5.1 |
1899 | 2023-12-13T05:42:53.305Z | Running `/home/build/.rustup/toolchains/1.74.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.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=5077f1311841a9d7 -C extra-filename=-5077f1311841a9d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1900 | 2023-12-13T05:42:53.373Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-8ad375a8b2f8796b/build-script-build` |
1901 | 2023-12-13T05:42:53.470Z | Compiling dof v0.1.5 |
1902 | 2023-12-13T05:42:53.476Z | Running `/home/build/.rustup/toolchains/1.74.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=6b1cdfcb1750576b -C extra-filename=-6b1cdfcb1750576b --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-72e52f26c0ec0c7e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-29aa7ee8fe9290cd.rmeta --cap-lints allow -D warnings` |
1903 | 2023-12-13T05:42:53.577Z | Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-373fa88f2059b22f/build-script-build` |
1904 | 2023-12-13T05:42:53.608Z | Compiling dtrace-parser v0.1.14 |
1905 | 2023-12-13T05:42:53.608Z | Running `/home/build/.rustup/toolchains/1.74.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=78c12a6c90b8bd87 -C extra-filename=-78c12a6c90b8bd87 --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-44170135f2510804.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-32be6c14c5b6c9cd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --cap-lints allow -D warnings` |
1906 | 2023-12-13T05:42:53.804Z | Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-f72c6ed2b1b05ce6/build-script-build` |
1907 | 2023-12-13T05:42:53.812Z | Compiling clap_builder v4.4.2 |
1908 | 2023-12-13T05:42:53.816Z | Running `/home/build/.rustup/toolchains/1.74.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.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="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=a41585ecc45e6d20 -C extra-filename=-a41585ecc45e6d20 --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-0ddec8b0a8dad00f.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-de2619156f222cb2.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-5077f1311841a9d7.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-24e28f3cc805bf1a.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-ff5329ec16406be3.rmeta --cap-lints allow -D warnings` |
1909 | 2023-12-13T05:42:53.902Z | Compiling toml v0.7.8 |
1910 | 2023-12-13T05:42:53.906Z | Running `/home/build/.rustup/toolchains/1.74.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=6ca08d933ea381d8 -C extra-filename=-6ca08d933ea381d8 --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-101c0c10b68ffd8b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-ec10199660a4aff7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c57cf8ec5942097f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-bce299181fb55ea0.rmeta --cap-lints allow -D warnings` |
1911 | 2023-12-13T05:42:53.945Z | Compiling toml_edit v0.21.0 |
1912 | 2023-12-13T05:42:53.948Z | Running `/home/build/.rustup/toolchains/1.74.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.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=f166fe2f4ac9c287 -C extra-filename=-f166fe2f4ac9c287 --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-fbca5c263b93fbbc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-ec10199660a4aff7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c57cf8ec5942097f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-b747da8a50a0933d.rmeta --cap-lints allow -D warnings` |
1913 | 2023-12-13T05:42:54.072Z | Compiling clap_derive v4.4.2 |
1914 | 2023-12-13T05:42:54.077Z | Running `/home/build/.rustup/toolchains/1.74.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.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 --cfg 'feature="default"' -C metadata=09f6461d2b951fca -C extra-filename=-09f6461d2b951fca --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-e8726b1e312bd2e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
1915 | 2023-12-13T05:42:55.036Z | Compiling itertools v0.10.5 |
1916 | 2023-12-13T05:42:55.068Z | Running `/home/build/.rustup/toolchains/1.74.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=5d2789e50494f686 -C extra-filename=-5d2789e50494f686 --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-294f21b38637a1be.rmeta --cap-lints allow -D warnings` |
1917 | 2023-12-13T05:42:56.752Z | Compiling thread-id v4.2.0 |
1918 | 2023-12-13T05:42:56.757Z | Running `/home/build/.rustup/toolchains/1.74.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=85b86ce42cf69641 -C extra-filename=-85b86ce42cf69641 --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-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings` |
1919 | 2023-12-13T05:42:56.908Z | Compiling hash32 v0.2.1 |
1920 | 2023-12-13T05:42:56.911Z | Running `/home/build/.rustup/toolchains/1.74.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=cf9d20fada302159 -C extra-filename=-cf9d20fada302159 --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-1b4ad01209984ea0.rmeta --cap-lints allow -D warnings` |
1921 | 2023-12-13T05:42:56.994Z | Compiling crossbeam-epoch v0.9.15 |
1922 | 2023-12-13T05:42:56.997Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=65a45cdd2078d237 -C extra-filename=-65a45cdd2078d237 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-65a45cdd2078d237 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings` |
1923 | 2023-12-13T05:42:57.490Z | Compiling data-encoding v2.4.0 |
1924 | 2023-12-13T05:42:57.519Z | Running `/home/build/.rustup/toolchains/1.74.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=6b18b93accc321e4 -C extra-filename=-6b18b93accc321e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1925 | 2023-12-13T05:42:57.923Z | Compiling stable_deref_trait v1.2.0 |
1926 | 2023-12-13T05:42:57.928Z | Running `/home/build/.rustup/toolchains/1.74.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=9b9016c9969df329 -C extra-filename=-9b9016c9969df329 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1927 | 2023-12-13T05:42:58.070Z | Running `/home/build/.rustup/toolchains/1.74.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=d357b0057254b049 -C extra-filename=-d357b0057254b049 --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-cf9d20fada302159.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4c240d9238dcc0df.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-9b9016c9969df329.rmeta --cap-lints allow -D warnings --cfg has_cas --cfg has_atomics` |
1928 | 2023-12-13T05:42:59.754Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-65a45cdd2078d237/build-script-build` |
1929 | 2023-12-13T05:42:59.760Z | Running `/home/build/.rustup/toolchains/1.74.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=05a62a25d0f15f48 -C extra-filename=-05a62a25d0f15f48 --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-1b4ad01209984ea0.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-6b1cdfcb1750576b.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-78c12a6c90b8bd87.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-85b86ce42cf69641.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard` |
1930 | 2023-12-13T05:42:59.917Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-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"' -C metadata=1ffa478a3c8874cc -C extra-filename=-1ffa478a3c8874cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const` |
1931 | 2023-12-13T05:42:59.980Z | Compiling pkcs8 v0.10.2 |
1932 | 2023-12-13T05:43:00.070Z | Running `/home/build/.rustup/toolchains/1.74.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=83176ad9c8455734 -C extra-filename=-83176ad9c8455734 --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-cceb8e0e028647cd.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-050b5b1ec547420c.rmeta --cap-lints allow -D warnings` |
1933 | 2023-12-13T05:43:00.074Z | Compiling serde_tokenstream v0.1.7 |
1934 | 2023-12-13T05:43:00.074Z | Running `/home/build/.rustup/toolchains/1.74.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=5dbeb14b03720a3d -C extra-filename=-5dbeb14b03720a3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --cap-lints allow -D warnings` |
1935 | 2023-12-13T05:43:00.892Z | Compiling hyper v0.14.27 |
1936 | 2023-12-13T05:43:00.896Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=84601802e30a6b60 -C extra-filename=-84601802e30a6b60 --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-d06f2e98114e5873.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-15a5b9dd317e770d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-ec95f0840af22c3c.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-c25a7f7496695df9.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-0c1307657e91e527.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-51c7f84c03e3595b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-318184497ae75df2.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-071a5e6e1eac6ac9.rmeta --cap-lints allow -D warnings` |
1937 | 2023-12-13T05:43:00.917Z | Compiling strum_macros v0.25.2 |
1938 | 2023-12-13T05:43:00.933Z | Running `/home/build/.rustup/toolchains/1.74.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=51af52420240f790 -C extra-filename=-51af52420240f790 --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-e8726b1e312bd2e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-1857facc6a275161.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
1939 | 2023-12-13T05:43:01.385Z | Compiling zerocopy-derive v0.6.4 |
1940 | 2023-12-13T05:43:01.844Z | Running `/home/build/.rustup/toolchains/1.74.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=e6980bf4148d297e -C extra-filename=-e6980bf4148d297e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
1941 | 2023-12-13T05:43:02.695Z | Compiling num-iter v0.1.43 |
1942 | 2023-12-13T05:43:02.699Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.43/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' -C metadata=13e61c00b13f3451 -C extra-filename=-13e61c00b13f3451 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-iter-13e61c00b13f3451 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings` |
1943 | 2023-12-13T05:43:02.953Z | Compiling clap v4.4.3 |
1944 | 2023-12-13T05:43:02.963Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.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="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=071e5703096c5c4b -C extra-filename=-071e5703096c5c4b --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-a41585ecc45e6d20.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-09f6461d2b951fca.so --cap-lints allow -D warnings` |
1945 | 2023-12-13T05:43:03.108Z | Compiling managed v0.8.0 |
1946 | 2023-12-13T05:43:03.122Z | Running `/home/build/.rustup/toolchains/1.74.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=c4f0e08992bb4f35 -C extra-filename=-c4f0e08992bb4f35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1947 | 2023-12-13T05:43:03.277Z | Compiling fixedbitset v0.4.2 |
1948 | 2023-12-13T05:43:03.281Z | Running `/home/build/.rustup/toolchains/1.74.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=1eca94f2b80e5845 -C extra-filename=-1eca94f2b80e5845 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1949 | 2023-12-13T05:43:03.881Z | Compiling petgraph v0.6.4 |
1950 | 2023-12-13T05:43:03.899Z | Running `/home/build/.rustup/toolchains/1.74.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=3e2db2035a7a8d70 -C extra-filename=-3e2db2035a7a8d70 --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-1eca94f2b80e5845.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e0eb1ad5ee0e2206.so --cap-lints allow -D warnings` |
1951 | 2023-12-13T05:43:04.025Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-iter-13e61c00b13f3451/build-script-build` |
1952 | 2023-12-13T05:43:04.183Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.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=2d9f0b9c67027185 -C extra-filename=-2d9f0b9c67027185 --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-bc2c501506aafa82.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-1ffa478a3c8874cc.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9ff0b066c30ae916.rmeta --cap-lints allow -D warnings` |
1953 | 2023-12-13T05:43:05.432Z | Compiling zerocopy v0.6.4 |
1954 | 2023-12-13T05:43:05.440Z | Running `/home/build/.rustup/toolchains/1.74.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=c3bf34b18ecf8b70 -C extra-filename=-c3bf34b18ecf8b70 --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-1b4ad01209984ea0.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-e6980bf4148d297e.so --cap-lints allow -D warnings` |
1955 | 2023-12-13T05:43:05.466Z | Compiling bit-set v0.5.3 |
1956 | 2023-12-13T05:43:05.475Z | Running `/home/build/.rustup/toolchains/1.74.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=c87ee7a4a219efa1 -C extra-filename=-c87ee7a4a219efa1 --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-be2b16d8eb900e10.rmeta --cap-lints allow -D warnings` |
1957 | 2023-12-13T05:43:05.881Z | Compiling phf_shared v0.10.0 |
1958 | 2023-12-13T05:43:05.904Z | Running `/home/build/.rustup/toolchains/1.74.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=a184df2ed88559cb -C extra-filename=-a184df2ed88559cb --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-cc130dcd8b93b422.rmeta --cap-lints allow -D warnings` |
1959 | 2023-12-13T05:43:06.507Z | Compiling ipnetwork v0.20.0 |
1960 | 2023-12-13T05:43:06.519Z | Running `/home/build/.rustup/toolchains/1.74.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=3a274d64876baf35 -C extra-filename=-3a274d64876baf35 --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-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings` |
1961 | 2023-12-13T05:43:06.791Z | Compiling sha2 v0.10.8 |
1962 | 2023-12-13T05:43:06.801Z | Running `/home/build/.rustup/toolchains/1.74.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=09dd1c108d4ebb85 -C extra-filename=-09dd1c108d4ebb85 --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-bc2c501506aafa82.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-688e8dc1d1448767.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-d72b47fd0525931c.rmeta --cap-lints allow -D warnings` |
1963 | 2023-12-13T05:43:06.895Z | Compiling minimal-lexical v0.2.1 |
1964 | 2023-12-13T05:43:06.899Z | Running `/home/build/.rustup/toolchains/1.74.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=e6a09c60c1c2b55e -C extra-filename=-e6a09c60c1c2b55e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1965 | 2023-12-13T05:43:07.470Z | Compiling precomputed-hash v0.1.1 |
1966 | 2023-12-13T05:43:07.475Z | Running `/home/build/.rustup/toolchains/1.74.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=2664089f1d17b1fd -C extra-filename=-2664089f1d17b1fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1967 | 2023-12-13T05:43:07.628Z | Compiling new_debug_unreachable v1.0.4 |
1968 | 2023-12-13T05:43:07.632Z | Running `/home/build/.rustup/toolchains/1.74.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=0def1793713052ad -C extra-filename=-0def1793713052ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1969 | 2023-12-13T05:43:07.759Z | Compiling string_cache v0.8.7 |
1970 | 2023-12-13T05:43:07.763Z | Running `/home/build/.rustup/toolchains/1.74.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=9aadf067d7321e79 -C extra-filename=-9aadf067d7321e79 --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-0def1793713052ad.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b0890bfa533f5f63.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-a184df2ed88559cb.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-2664089f1d17b1fd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings` |
1971 | 2023-12-13T05:43:07.787Z | Compiling nom v7.1.3 |
1972 | 2023-12-13T05:43:07.790Z | Running `/home/build/.rustup/toolchains/1.74.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=f7d1fc2969919b27 -C extra-filename=-f7d1fc2969919b27 --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-918fa9e671606ec5.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-e6a09c60c1c2b55e.rmeta --cap-lints allow -D warnings` |
1973 | 2023-12-13T05:43:07.936Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.43/src/lib.rs --error-format=json --json=diagnostic-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=90ee7d264145cac8 -C extra-filename=-90ee7d264145cac8 --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-78c4e619da17149f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings --cfg has_i128 --cfg rustc_1_28` |
1974 | 2023-12-13T05:43:08.198Z | Compiling usdt-attr-macro v0.3.5 |
1975 | 2023-12-13T05:43:08.203Z | Running `/home/build/.rustup/toolchains/1.74.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=d7166ef777b6e2a4 -C extra-filename=-d7166ef777b6e2a4 --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-78c12a6c90b8bd87.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5dbeb14b03720a3d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-05a62a25d0f15f48.rlib --extern proc_macro --cap-lints allow -D warnings` |
1976 | 2023-12-13T05:43:08.244Z | Compiling usdt-macro v0.3.5 |
1977 | 2023-12-13T05:43:08.675Z | Running `/home/build/.rustup/toolchains/1.74.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=946da8bbc21b62d2 -C extra-filename=-946da8bbc21b62d2 --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-78c12a6c90b8bd87.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5dbeb14b03720a3d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-05a62a25d0f15f48.rlib --extern proc_macro --cap-lints allow -D warnings` |
1978 | 2023-12-13T05:43:08.681Z | Compiling hmac v0.12.1 |
1979 | 2023-12-13T05:43:08.681Z | Running `/home/build/.rustup/toolchains/1.74.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=4dabb019971872d6 -C extra-filename=-4dabb019971872d6 --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-d72b47fd0525931c.rmeta --cap-lints allow -D warnings` |
1980 | 2023-12-13T05:43:08.895Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1981 | 2023-12-13T05:43:08.907Z | Running `/home/build/.rustup/toolchains/1.74.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=05621876b2c84291 -C extra-filename=-05621876b2c84291 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-05621876b2c84291 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-bc75a08f03143f16.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-676180268410563e.rlib --cap-lints allow -D warnings` |
1982 | 2023-12-13T05:43:09.752Z | Compiling doc-comment v0.3.3 |
1983 | 2023-12-13T05:43:10.180Z | Running `/home/build/.rustup/toolchains/1.74.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=ec51527b80ba850c -C extra-filename=-ec51527b80ba850c --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-ec51527b80ba850c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1984 | 2023-12-13T05:43:10.184Z | Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-05621876b2c84291/build-script-build` |
1985 | 2023-12-13T05:43:10.567Z | Compiling pin-project-internal v1.1.3 |
1986 | 2023-12-13T05:43:10.571Z | Running `/home/build/.rustup/toolchains/1.74.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=3196e1157de3c3f1 -C extra-filename=-3196e1157de3c3f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
1987 | 2023-12-13T05:43:10.741Z | Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-ec51527b80ba850c/build-script-build` |
1988 | 2023-12-13T05:43:10.763Z | Compiling itertools v0.11.0 |
1989 | 2023-12-13T05:43:10.768Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-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="use_alloc"' --cfg 'feature="use_std"' -C metadata=b7536b5015ff5583 -C extra-filename=-b7536b5015ff5583 --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-294f21b38637a1be.rmeta --cap-lints allow -D warnings` |
1990 | 2023-12-13T05:43:10.930Z | Compiling regex-automata v0.1.10 |
1991 | 2023-12-13T05:43:10.940Z | Running `/home/build/.rustup/toolchains/1.74.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=3cc09e81d5f271c0 -C extra-filename=-3cc09e81d5f271c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1992 | 2023-12-13T05:43:10.952Z | Compiling usdt v0.3.5 |
1993 | 2023-12-13T05:43:10.952Z | Running `/home/build/.rustup/toolchains/1.74.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=ebbaec620d31c4c7 -C extra-filename=-ebbaec620d31c4c7 --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-78c12a6c90b8bd87.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-d7166ef777b6e2a4.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-05a62a25d0f15f48.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-946da8bbc21b62d2.so --cap-lints allow -D warnings` |
1994 | 2023-12-13T05:43:11.046Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1995 | 2023-12-13T05:43:11.049Z | Running `/home/build/.rustup/toolchains/1.74.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=c1ef013ccae74676 -C extra-filename=-c1ef013ccae74676 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-c1ef013ccae74676 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1996 | 2023-12-13T05:43:11.353Z | Compiling lalrpop-util v0.19.12 |
1997 | 2023-12-13T05:43:11.361Z | Running `/home/build/.rustup/toolchains/1.74.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=a2c79a7f288a2d69 -C extra-filename=-a2c79a7f288a2d69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1998 | 2023-12-13T05:43:11.696Z | Compiling matches v0.1.10 |
1999 | 2023-12-13T05:43:11.705Z | Running `/home/build/.rustup/toolchains/1.74.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=94d6c321c924df6e -C extra-filename=-94d6c321c924df6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2000 | 2023-12-13T05:43:11.825Z | Compiling idna v0.2.3 |
2001 | 2023-12-13T05:43:11.829Z | Running `/home/build/.rustup/toolchains/1.74.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=d80edfaf957fba38 -C extra-filename=-d80edfaf957fba38 --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-94d6c321c924df6e.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-9c36c215e5778119.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-7c2cf4bd1cb476cd.rmeta --cap-lints allow -D warnings` |
2002 | 2023-12-13T05:43:11.886Z | Compiling bstr v0.2.17 |
2003 | 2023-12-13T05:43:11.897Z | Running `/home/build/.rustup/toolchains/1.74.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=49019ba25fed05fd -C extra-filename=-49019ba25fed05fd --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-9c9c3756e3f392b3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-3cc09e81d5f271c0.rmeta --cap-lints allow -D warnings` |
2004 | 2023-12-13T05:43:12.511Z | Compiling hyper-tls v0.5.0 |
2005 | 2023-12-13T05:43:12.523Z | Running `/home/build/.rustup/toolchains/1.74.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=b45a3b339ba366be -C extra-filename=-b45a3b339ba366be --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-d06f2e98114e5873.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-3518bab6199b3e64.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-a687548fc4138b0f.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64` |
2006 | 2023-12-13T05:43:13.007Z | Compiling hyper-rustls v0.24.2 |
2007 | 2023-12-13T05:43:13.432Z | Running `/home/build/.rustup/toolchains/1.74.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 --cfg 'feature="acceptor"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --cfg 'feature="tokio-runtime"' -C metadata=f0e00c19c973089d -C extra-filename=-f0e00c19c973089d --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-af647ea9423ed3ec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c8b419309bfacae.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-6c97518b15dbc26a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-8448d4ddef3016ff.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out` |
2008 | 2023-12-13T05:43:13.460Z | Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-c1ef013ccae74676/build-script-build` |
2009 | 2023-12-13T05:43:13.547Z | Running `/home/build/.rustup/toolchains/1.74.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=3f02d83be6484b46 -C extra-filename=-3f02d83be6484b46 --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-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -l static=bz2` |
2010 | 2023-12-13T05:43:13.727Z | Compiling reqwest v0.11.22 |
2011 | 2023-12-13T05:43:13.730Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.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="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --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-pemfile"' --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=6aac2dcd380d9480 -C extra-filename=-6aac2dcd380d9480 --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-efdef217e0fabd4e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-af2729f3af85d5f2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-15a5b9dd317e770d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-ec95f0840af22c3c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f0e00c19c973089d.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-b45a3b339ba366be.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-12ae00b3bd1f0594.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a6cf1a4a13963194.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-3518bab6199b3e64.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c8b419309bfacae.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-d4874c9bffb6de6d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c24d1ac729287b3a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-a687548fc4138b0f.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-8448d4ddef3016ff.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-318184497ae75df2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-caf9de3e3e0ba9b0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64` |
2012 | 2023-12-13T05:43:13.860Z | Running `/home/build/.rustup/toolchains/1.74.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=80c9eeeb148ee19b -C extra-filename=-80c9eeeb148ee19b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2013 | 2023-12-13T05:43:13.974Z | Compiling block-padding v0.3.3 |
2014 | 2023-12-13T05:43:13.979Z | Compiling enum-as-inner v0.5.1 |
2015 | 2023-12-13T05:43:13.979Z | Running `/home/build/.rustup/toolchains/1.74.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=e589ae0d682b7d69 -C extra-filename=-e589ae0d682b7d69 --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-f6df480a7c6817d8.rmeta --cap-lints allow -D warnings` |
2016 | 2023-12-13T05:43:13.979Z | Running `/home/build/.rustup/toolchains/1.74.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=c877e58e27839d73 -C extra-filename=-c877e58e27839d73 --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-e8726b1e312bd2e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
2017 | 2023-12-13T05:43:14.298Z | Compiling diesel_table_macro_syntax v0.1.0 |
2018 | 2023-12-13T05:43:14.305Z | Running `/home/build/.rustup/toolchains/1.74.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=d144b3fa8e7da5b9 -C extra-filename=-d144b3fa8e7da5b9 --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-085545494ccbad1b.rmeta --cap-lints allow -D warnings` |
2019 | 2023-12-13T05:43:14.366Z | Compiling scheduled-thread-pool v0.2.7 |
2020 | 2023-12-13T05:43:14.376Z | Running `/home/build/.rustup/toolchains/1.74.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=43e1e715b66ca01b -C extra-filename=-43e1e715b66ca01b --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-b0890bfa533f5f63.rmeta --cap-lints allow -D warnings` |
2021 | 2023-12-13T05:43:14.579Z | Compiling num-bigint v0.4.4 |
2022 | 2023-12-13T05:43:14.590Z | Running `/home/build/.rustup/toolchains/1.74.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=15332bf2239b142c -C extra-filename=-15332bf2239b142c --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-15332bf2239b142c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings` |
2023 | 2023-12-13T05:43:14.941Z | Compiling predicates-core v1.0.6 |
2024 | 2023-12-13T05:43:14.951Z | Running `/home/build/.rustup/toolchains/1.74.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=a707c93b27fc17a9 -C extra-filename=-a707c93b27fc17a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2025 | 2023-12-13T05:43:15.314Z | Compiling regex-automata v0.3.8 |
2026 | 2023-12-13T05:43:15.734Z | Running `/home/build/.rustup/toolchains/1.74.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.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="dfa-search"' -C metadata=83cd0a0ebc06daa3 -C extra-filename=-83cd0a0ebc06daa3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2027 | 2023-12-13T05:43:15.734Z | Compiling static_assertions v1.1.0 |
2028 | 2023-12-13T05:43:15.734Z | Running `/home/build/.rustup/toolchains/1.74.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=8396087cdeea73a3 -C extra-filename=-8396087cdeea73a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2029 | 2023-12-13T05:43:15.734Z | Compiling smoltcp v0.9.1 |
2030 | 2023-12-13T05:43:15.734Z | Running `/home/build/.rustup/toolchains/1.74.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=4936fa914ae02a62 -C extra-filename=-4936fa914ae02a62 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-4936fa914ae02a62 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2031 | 2023-12-13T05:43:15.734Z | Compiling diesel_derives v2.1.2 |
2032 | 2023-12-13T05:43:15.734Z | Running `/home/build/.rustup/toolchains/1.74.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=da4946441935c62d -C extra-filename=-da4946441935c62d --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-d144b3fa8e7da5b9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
2033 | 2023-12-13T05:43:15.990Z | Compiling trust-dns-proto v0.22.0 |
2034 | 2023-12-13T05:43:16.021Z | Running `/home/build/.rustup/toolchains/1.74.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=b4fdd92e41203020 -C extra-filename=-b4fdd92e41203020 --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-084832dceff4d290.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6b18b93accc321e4.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-c877e58e27839d73.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4915a8c6c3fe3b6a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-d80edfaf957fba38.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-12ae00b3bd1f0594.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-0316017cde573a0f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-beae685ade96ae94.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rmeta --cap-lints allow -D warnings` |
2035 | 2023-12-13T05:43:16.037Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-15332bf2239b142c/build-script-build` |
2036 | 2023-12-13T05:43:16.075Z | Compiling pin-project v1.1.3 |
2037 | 2023-12-13T05:43:16.092Z | Running `/home/build/.rustup/toolchains/1.74.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=b3b9e2874c7400c7 -C extra-filename=-b3b9e2874c7400c7 --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-3196e1157de3c3f1.so --cap-lints allow -D warnings` |
2038 | 2023-12-13T05:43:16.228Z | Compiling r2d2 v0.8.10 |
2039 | 2023-12-13T05:43:16.259Z | Running `/home/build/.rustup/toolchains/1.74.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=4eaacda7e2a13349 -C extra-filename=-4eaacda7e2a13349 --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-c5d2103652c0a8bc.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b0890bfa533f5f63.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-43e1e715b66ca01b.rmeta --cap-lints allow -D warnings` |
2040 | 2023-12-13T05:43:16.502Z | Compiling inout v0.1.3 |
2041 | 2023-12-13T05:43:16.516Z | Running `/home/build/.rustup/toolchains/1.74.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=8190e8f00691da95 -C extra-filename=-8190e8f00691da95 --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-e589ae0d682b7d69.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rmeta --cap-lints allow -D warnings` |
2042 | 2023-12-13T05:43:16.715Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-4936fa914ae02a62/build-script-build` |
2043 | 2023-12-13T05:43:16.724Z | Compiling bzip2 v0.4.4 |
2044 | 2023-12-13T05:43:16.724Z | Running `/home/build/.rustup/toolchains/1.74.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=0feb674fd2e2be84 -C extra-filename=-0feb674fd2e2be84 --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-3f02d83be6484b46.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2045 | 2023-12-13T05:43:16.831Z | Running `/home/build/.rustup/toolchains/1.74.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=7f4ec8f2135bf59e -C extra-filename=-7f4ec8f2135bf59e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq` |
2046 | 2023-12-13T05:43:16.906Z | Compiling md-5 v0.10.5 |
2047 | 2023-12-13T05:43:16.931Z | Running `/home/build/.rustup/toolchains/1.74.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=67fbee3654f8cda8 -C extra-filename=-67fbee3654f8cda8 --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-d72b47fd0525931c.rmeta --cap-lints allow -D warnings` |
2048 | 2023-12-13T05:43:17.321Z | Compiling hubpack_derive v0.1.1 |
2049 | 2023-12-13T05:43:17.321Z | Running `/home/build/.rustup/toolchains/1.74.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=4a471ede8111718f -C extra-filename=-4a471ede8111718f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
2050 | 2023-12-13T05:43:17.347Z | Compiling snafu-derive v0.7.5 |
2051 | 2023-12-13T05:43:17.368Z | Running `/home/build/.rustup/toolchains/1.74.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=a408964f14bfbe36 -C extra-filename=-a408964f14bfbe36 --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-e8726b1e312bd2e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
2052 | 2023-12-13T05:43:17.417Z | Compiling stringprep v0.1.3 |
2053 | 2023-12-13T05:43:17.421Z | Running `/home/build/.rustup/toolchains/1.74.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=77fd75175a07d3af -C extra-filename=-77fd75175a07d3af --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-9c36c215e5778119.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-7c2cf4bd1cb476cd.rmeta --cap-lints allow -D warnings` |
2054 | 2023-12-13T05:43:17.613Z | Compiling console v0.15.7 |
2055 | 2023-12-13T05:43:17.619Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.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="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=6e7ba986a3c22a1f -C extra-filename=-6e7ba986a3c22a1f --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-9c9c3756e3f392b3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings` |
2056 | 2023-12-13T05:43:18.996Z | Compiling bstr v1.6.0 |
2057 | 2023-12-13T05:43:19.022Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-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="std"' --cfg 'feature="unicode"' -C metadata=f119340823f1aa08 -C extra-filename=-f119340823f1aa08 --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-918fa9e671606ec5.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-83cd0a0ebc06daa3.rmeta --cap-lints allow -D warnings` |
2058 | 2023-12-13T05:43:19.032Z | Compiling ff v0.13.0 |
2059 | 2023-12-13T05:43:19.086Z | Running `/home/build/.rustup/toolchains/1.74.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=1dc7ffee0f7fc971 -C extra-filename=-1dc7ffee0f7fc971 --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-ba0b75ae94d53d36.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --cap-lints allow -D warnings` |
2060 | 2023-12-13T05:43:19.332Z | Compiling float-cmp v0.9.0 |
2061 | 2023-12-13T05:43:19.384Z | Running `/home/build/.rustup/toolchains/1.74.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=69d4a8c3409fe82d -C extra-filename=-69d4a8c3409fe82d --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-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings` |
2062 | 2023-12-13T05:43:19.391Z | Compiling base16ct v0.2.0 |
2063 | 2023-12-13T05:43:19.400Z | Running `/home/build/.rustup/toolchains/1.74.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=55296223c8905605 -C extra-filename=-55296223c8905605 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2064 | 2023-12-13T05:43:19.676Z | Compiling difflib v0.4.0 |
2065 | 2023-12-13T05:43:19.679Z | Running `/home/build/.rustup/toolchains/1.74.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=1eed2584789273b3 -C extra-filename=-1eed2584789273b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2066 | 2023-12-13T05:43:19.867Z | Compiling fallible-iterator v0.2.0 |
2067 | 2023-12-13T05:43:19.889Z | Running `/home/build/.rustup/toolchains/1.74.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=e4ac42d45e35c03c -C extra-filename=-e4ac42d45e35c03c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2068 | 2023-12-13T05:43:20.025Z | Compiling normalize-line-endings v0.3.0 |
2069 | 2023-12-13T05:43:20.032Z | Running `/home/build/.rustup/toolchains/1.74.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=3c4947c0768711ac -C extra-filename=-3c4947c0768711ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2070 | 2023-12-13T05:43:20.189Z | Compiling sec1 v0.7.3 |
2071 | 2023-12-13T05:43:20.199Z | Running `/home/build/.rustup/toolchains/1.74.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=c817e0434b5477f6 -C extra-filename=-c817e0434b5477f6 --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-55296223c8905605.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cceb8e0e028647cd.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-83176ad9c8455734.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings` |
2072 | 2023-12-13T05:43:20.997Z | Compiling postgres-protocol v0.6.6 |
2073 | 2023-12-13T05:43:21.001Z | Running `/home/build/.rustup/toolchains/1.74.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=070144b99e3cf679 -C extra-filename=-070144b99e3cf679 --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-efdef217e0fabd4e.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-e4ac42d45e35c03c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-4dabb019971872d6.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-67fbee3654f8cda8.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-09dd1c108d4ebb85.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-77fd75175a07d3af.rmeta --cap-lints allow -D warnings` |
2074 | 2023-12-13T05:43:21.115Z | Compiling predicates v3.0.4 |
2075 | 2023-12-13T05:43:21.129Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=765e2540c35635c8 -C extra-filename=-765e2540c35635c8 --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-de2619156f222cb2.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-1eed2584789273b3.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-69d4a8c3409fe82d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b7536b5015ff5583.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-3c4947c0768711ac.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-a707c93b27fc17a9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --cap-lints allow -D warnings` |
2076 | 2023-12-13T05:43:21.540Z | Compiling group v0.13.0 |
2077 | 2023-12-13T05:43:21.551Z | Running `/home/build/.rustup/toolchains/1.74.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=b102036e989b5275 -C extra-filename=-b102036e989b5275 --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-1dc7ffee0f7fc971.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ba0b75ae94d53d36.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --cap-lints allow -D warnings` |
2078 | 2023-12-13T05:43:22.034Z | Compiling hubpack v0.1.2 |
2079 | 2023-12-13T05:43:22.040Z | Running `/home/build/.rustup/toolchains/1.74.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=bbc0fcd3d2a10910 -C extra-filename=-bbc0fcd3d2a10910 --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-4a471ede8111718f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings` |
2080 | 2023-12-13T05:43:22.321Z | Compiling zip v0.6.6 |
2081 | 2023-12-13T05:43:22.356Z | Running `/home/build/.rustup/toolchains/1.74.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=f28df03945a552f5 -C extra-filename=-f28df03945a552f5 --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-1b4ad01209984ea0.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-0feb674fd2e2be84.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-2e6cb0fdfac0d5fc.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2082 | 2023-12-13T05:43:22.788Z | Compiling cipher v0.4.4 |
2083 | 2023-12-13T05:43:22.821Z | Running `/home/build/.rustup/toolchains/1.74.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=382176a670c6b659 -C extra-filename=-382176a670c6b659 --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-acc2b0379f0b17cd.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8190e8f00691da95.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings` |
2084 | 2023-12-13T05:43:23.252Z | Running `/home/build/.rustup/toolchains/1.74.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=605693e2aebd112b -C extra-filename=-605693e2aebd112b --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-b6f8a7d540d47813.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-d357b0057254b049.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-c4f0e08992bb4f35.rmeta --cap-lints allow -D warnings` |
2085 | 2023-12-13T05:43:23.606Z | Running `/home/build/.rustup/toolchains/1.74.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=5a9f61ba3ae19bd7 -C extra-filename=-5a9f61ba3ae19bd7 --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-78c4e619da17149f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --cap-lints allow -D warnings --cfg u64_digit --cfg has_try_from --cfg use_addcarry` |
2086 | 2023-12-13T05:43:23.866Z | Compiling similar v2.3.0 |
2087 | 2023-12-13T05:43:24.309Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bstr"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' -C metadata=452f8398af6fb89f -C extra-filename=-452f8398af6fb89f --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-49019ba25fed05fd.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a7b83919c0401bc3.rmeta --cap-lints allow -D warnings` |
2088 | 2023-12-13T05:43:24.671Z | Compiling hkdf v0.12.3 |
2089 | 2023-12-13T05:43:24.683Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=0722d3e783790955 -C extra-filename=-0722d3e783790955 --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-4dabb019971872d6.rmeta --cap-lints allow -D warnings` |
2090 | 2023-12-13T05:43:25.470Z | Compiling phf_shared v0.11.2 |
2091 | 2023-12-13T05:43:25.483Z | Running `/home/build/.rustup/toolchains/1.74.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=f861812bc0bc68b5 -C extra-filename=-f861812bc0bc68b5 --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-cc130dcd8b93b422.rmeta --cap-lints allow -D warnings` |
2092 | 2023-12-13T05:43:25.654Z | Compiling crypto-bigint v0.5.2 |
2093 | 2023-12-13T05:43:25.680Z | Running `/home/build/.rustup/toolchains/1.74.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=9d88d4db108cb9d8 -C extra-filename=-9d88d4db108cb9d8 --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-f6df480a7c6817d8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ba0b75ae94d53d36.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings` |
2094 | 2023-12-13T05:43:26.950Z | Compiling serde_repr v0.1.16 |
2095 | 2023-12-13T05:43:26.968Z | Running `/home/build/.rustup/toolchains/1.74.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=53b79ef2209a3e5a -C extra-filename=-53b79ef2209a3e5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
2096 | 2023-12-13T05:43:27.357Z | Compiling snafu v0.7.5 |
2097 | 2023-12-13T05:43:27.364Z | Running `/home/build/.rustup/toolchains/1.74.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=f45fb991151db88a -C extra-filename=-f45fb991151db88a --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-80c9eeeb148ee19b.rmeta --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-b3b9e2874c7400c7.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-a408964f14bfbe36.so --cap-lints allow -D warnings` |
2098 | 2023-12-13T05:43:28.033Z | Compiling phf v0.11.2 |
2099 | 2023-12-13T05:43:28.042Z | Running `/home/build/.rustup/toolchains/1.74.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=47b8476697169a82 -C extra-filename=-47b8476697169a82 --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-f861812bc0bc68b5.rmeta --cap-lints allow -D warnings` |
2100 | 2023-12-13T05:43:28.490Z | Compiling yasna v0.5.2 |
2101 | 2023-12-13T05:43:28.509Z | Running `/home/build/.rustup/toolchains/1.74.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=ffe26fdf2c332fea -C extra-filename=-ffe26fdf2c332fea --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-be2b16d8eb900e10.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-5a9f61ba3ae19bd7.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2d440d03e3b86ed7.rmeta --cap-lints allow -D warnings` |
2102 | 2023-12-13T05:43:28.749Z | Compiling postgres-types v0.2.6 |
2103 | 2023-12-13T05:43:28.762Z | Running `/home/build/.rustup/toolchains/1.74.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=34fb84ef49a3676a -C extra-filename=-34fb84ef49a3676a --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-d06f2e98114e5873.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-e4ac42d45e35c03c.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-070144b99e3cf679.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta --cap-lints allow -D warnings` |
2104 | 2023-12-13T05:43:29.419Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2105 | 2023-12-13T05:43:29.420Z | Running `/home/build/.rustup/toolchains/1.74.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=fb16dcd5784e1974 -C extra-filename=-fb16dcd5784e1974 --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-b6f8a7d540d47813.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-bbc0fcd3d2a10910.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-53b79ef2209a3e5a.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-605693e2aebd112b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-51af52420240f790.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --cap-lints allow -D warnings` |
2106 | 2023-12-13T05:43:30.036Z | Compiling elliptic-curve v0.13.8 |
2107 | 2023-12-13T05:43:30.045Z | Running `/home/build/.rustup/toolchains/1.74.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=2de10bc60dfd1a3c -C extra-filename=-2de10bc60dfd1a3c --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-55296223c8905605.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-9d88d4db108cb9d8.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-d72b47fd0525931c.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-1dc7ffee0f7fc971.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-b102036e989b5275.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0722d3e783790955.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c37157d808c21f6c.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-83176ad9c8455734.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ba0b75ae94d53d36.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-c817e0434b5477f6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings` |
2108 | 2023-12-13T05:43:31.250Z | Compiling whoami v1.4.1 |
2109 | 2023-12-13T05:43:31.257Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="web"' --cfg 'feature="web-sys"' -C metadata=f211d5d0f0e3e245 -C extra-filename=-f211d5d0f0e3e245 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2110 | 2023-12-13T05:43:31.281Z | Compiling tokio-stream v0.1.14 |
2111 | 2023-12-13T05:43:31.281Z | Running `/home/build/.rustup/toolchains/1.74.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=8baf19a5c9b0c754 -C extra-filename=-8baf19a5c9b0c754 --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-85b0c1ea6a5e4905.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --cap-lints allow -D warnings` |
2112 | 2023-12-13T05:43:31.447Z | Compiling serde_tokenstream v0.2.0 |
2113 | 2023-12-13T05:43:31.460Z | Running `/home/build/.rustup/toolchains/1.74.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=0ee75eb956233696 -C extra-filename=-0ee75eb956233696 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --cap-lints allow -D warnings` |
2114 | 2023-12-13T05:43:31.654Z | Compiling regress v0.7.1 |
2115 | 2023-12-13T05:43:31.671Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-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="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=43b94946f0134bda -C extra-filename=-43b94946f0134bda --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-2f0f792d523adbff.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --cap-lints allow -D warnings` |
2116 | 2023-12-13T05:43:32.243Z | Compiling tokio-postgres v0.7.10 |
2117 | 2023-12-13T05:43:32.251Z | Running `/home/build/.rustup/toolchains/1.74.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=5a15c5c88b7f45bb -C extra-filename=-5a15c5c88b7f45bb --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-084832dceff4d290.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-e4ac42d45e35c03c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b0890bfa533f5f63.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-47b8476697169a82.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-070144b99e3cf679.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-34fb84ef49a3676a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-0e3d4ba0f92cc048.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-f211d5d0f0e3e245.rmeta --cap-lints allow -D warnings` |
2118 | 2023-12-13T05:43:32.326Z | Compiling getopts v0.2.21 |
2119 | 2023-12-13T05:43:32.332Z | Running `/home/build/.rustup/toolchains/1.74.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=0e62094522edc43d -C extra-filename=-0e62094522edc43d --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-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings` |
2120 | 2023-12-13T05:43:32.835Z | Compiling unsafe-libyaml v0.2.9 |
2121 | 2023-12-13T05:43:32.839Z | Running `/home/build/.rustup/toolchains/1.74.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.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=31e7c5b4b3dadabc -C extra-filename=-31e7c5b4b3dadabc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2122 | 2023-12-13T05:43:33.992Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2123 | 2023-12-13T05:43:34.008Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/9339b57/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=34b68f92bd528ae8 -C extra-filename=-34b68f92bd528ae8 --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-d06f2e98114e5873.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c24d1ac729287b3a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64` |
2124 | 2023-12-13T05:43:34.625Z | Compiling fastrand v2.0.0 |
2125 | 2023-12-13T05:43:34.642Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0840ce99a6c85a78 -C extra-filename=-0840ce99a6c85a78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2126 | 2023-12-13T05:43:35.500Z | Compiling serde_yaml v0.9.25 |
2127 | 2023-12-13T05:43:35.940Z | Running `/home/build/.rustup/toolchains/1.74.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=91a99ff742f7d99e -C extra-filename=-91a99ff742f7d99e --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-fbca5c263b93fbbc.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-38d350ef85d2d309.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-31e7c5b4b3dadabc.rmeta --cap-lints allow -D warnings` |
2128 | 2023-12-13T05:43:36.090Z | Compiling tempfile v3.8.1 |
2129 | 2023-12-13T05:43:36.100Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.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=dbf731b8f6c14b25 -C extra-filename=-dbf731b8f6c14b25 --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-bc2c501506aafa82.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-0840ce99a6c85a78.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7bb54c54e8b8c333.rmeta --cap-lints allow -D warnings` |
2130 | 2023-12-13T05:43:37.509Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2131 | 2023-12-13T05:43:37.522Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c9d6453/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=668a536527ddf915 -C extra-filename=-668a536527ddf915 --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-e8726b1e312bd2e5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d84da02132e91997.rmeta --cap-lints allow -D warnings` |
2132 | 2023-12-13T05:43:38.343Z | Compiling dirs-sys-next v0.1.2 |
2133 | 2023-12-13T05:43:38.352Z | Running `/home/build/.rustup/toolchains/1.74.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=4e5c05cc4d18e5e7 -C extra-filename=-4e5c05cc4d18e5e7 --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-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings` |
2134 | 2023-12-13T05:43:39.045Z | Compiling dirs-next v2.0.0 |
2135 | 2023-12-13T05:43:39.065Z | Running `/home/build/.rustup/toolchains/1.74.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=62dc155396aa0b5e -C extra-filename=-62dc155396aa0b5e --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-bc2c501506aafa82.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-4e5c05cc4d18e5e7.rmeta --cap-lints allow -D warnings` |
2136 | 2023-12-13T05:43:39.312Z | Compiling toml v0.8.8 |
2137 | 2023-12-13T05:43:39.327Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-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="display"' --cfg 'feature="parse"' -C metadata=0e923d59cf74a24c -C extra-filename=-0e923d59cf74a24c --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-101c0c10b68ffd8b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-ec10199660a4aff7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c57cf8ec5942097f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f166fe2f4ac9c287.rmeta --cap-lints allow -D warnings` |
2138 | 2023-12-13T05:43:39.341Z | Compiling ident_case v1.0.1 |
2139 | 2023-12-13T05:43:39.384Z | Running `/home/build/.rustup/toolchains/1.74.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=9c54d2122078b91b -C extra-filename=-9c54d2122078b91b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2140 | 2023-12-13T05:43:39.605Z | Compiling term v0.7.0 |
2141 | 2023-12-13T05:43:39.611Z | Running `/home/build/.rustup/toolchains/1.74.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=6d85d92818838eed -C extra-filename=-6d85d92818838eed --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-62dc155396aa0b5e.rmeta --cap-lints allow -D warnings` |
2142 | 2023-12-13T05:43:40.619Z | Compiling match_cfg v0.1.0 |
2143 | 2023-12-13T05:43:40.632Z | Running `/home/build/.rustup/toolchains/1.74.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=4d265072bd8787fb -C extra-filename=-4d265072bd8787fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2144 | 2023-12-13T05:43:40.714Z | Compiling camino v1.1.6 |
2145 | 2023-12-13T05:43:40.738Z | Running `/home/build/.rustup/toolchains/1.74.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=7ff1ded629d369d1 -C extra-filename=-7ff1ded629d369d1 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-7ff1ded629d369d1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2146 | 2023-12-13T05:43:40.772Z | Compiling hostname v0.3.1 |
2147 | 2023-12-13T05:43:41.197Z | Running `/home/build/.rustup/toolchains/1.74.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=0ba3745aa0927d62 -C extra-filename=-0ba3745aa0927d62 --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-df62e9c1aba12dc6.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-4d265072bd8787fb.rmeta --cap-lints allow -D warnings` |
2148 | 2023-12-13T05:43:41.211Z | Compiling quick-error v1.2.3 |
2149 | 2023-12-13T05:43:41.211Z | Running `/home/build/.rustup/toolchains/1.74.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=0673ec99874d5ad1 -C extra-filename=-0673ec99874d5ad1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2150 | 2023-12-13T05:43:41.317Z | Compiling atty v0.2.14 |
2151 | 2023-12-13T05:43:41.317Z | Running `/home/build/.rustup/toolchains/1.74.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=73cfe6692cc5ef7c -C extra-filename=-73cfe6692cc5ef7c --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-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings` |
2152 | 2023-12-13T05:43:41.345Z | Compiling paste v1.0.14 |
2153 | 2023-12-13T05:43:41.352Z | Running `/home/build/.rustup/toolchains/1.74.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=c1accb279ad2318a -C extra-filename=-c1accb279ad2318a --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-c1accb279ad2318a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2154 | 2023-12-13T05:43:41.512Z | Compiling crossbeam-channel v0.5.8 |
2155 | 2023-12-13T05:43:41.521Z | Running `/home/build/.rustup/toolchains/1.74.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=2aaaef3e6eb094ab -C extra-filename=-2aaaef3e6eb094ab --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-bc2c501506aafa82.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --cap-lints allow -D warnings` |
2156 | 2023-12-13T05:43:41.802Z | Running `/work/oxidecomputer/omicron/target/debug/build/camino-7ff1ded629d369d1/build-script-build` |
2157 | 2023-12-13T05:43:41.983Z | Running `/home/build/.rustup/toolchains/1.74.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=7e6c307bf3e7aaf2 -C extra-filename=-7e6c307bf3e7aaf2 --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-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut` |
2158 | 2023-12-13T05:43:42.099Z | Compiling sha1 v0.10.6 |
2159 | 2023-12-13T05:43:42.107Z | Running `/home/build/.rustup/toolchains/1.74.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=c4ebfe0af0a51689 -C extra-filename=-c4ebfe0af0a51689 --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-bc2c501506aafa82.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-688e8dc1d1448767.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-d72b47fd0525931c.rmeta --cap-lints allow -D warnings` |
2160 | 2023-12-13T05:43:42.149Z | Compiling thread_local v1.1.7 |
2161 | 2023-12-13T05:43:42.208Z | Running `/home/build/.rustup/toolchains/1.74.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=f44040695b621ee4 -C extra-filename=-f44040695b621ee4 --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-bc2c501506aafa82.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --cap-lints allow -D warnings` |
2162 | 2023-12-13T05:43:42.289Z | Running `/work/oxidecomputer/omicron/target/debug/build/paste-c1accb279ad2318a/build-script-build` |
2163 | 2023-12-13T05:43:42.384Z | Running `/home/build/.rustup/toolchains/1.74.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=3b5a8e4899b9500f -C extra-filename=-3b5a8e4899b9500f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings` |
2164 | 2023-12-13T05:43:42.551Z | Compiling instant v0.1.12 |
2165 | 2023-12-13T05:43:42.592Z | Running `/home/build/.rustup/toolchains/1.74.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=30c7dc3283c535e9 -C extra-filename=-30c7dc3283c535e9 --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-bc2c501506aafa82.rmeta --cap-lints allow -D warnings` |
2166 | 2023-12-13T05:43:42.761Z | Compiling slog-async v2.8.0 |
2167 | 2023-12-13T05:43:42.771Z | Running `/home/build/.rustup/toolchains/1.74.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=28214851df9395b0 -C extra-filename=-28214851df9395b0 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-28214851df9395b0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2168 | 2023-12-13T05:43:42.833Z | Compiling multer v2.1.0 |
2169 | 2023-12-13T05:43:42.844Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-2.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=35b96cc9c44adcff -C extra-filename=-35b96cc9c44adcff --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-35b96cc9c44adcff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
2170 | 2023-12-13T05:43:42.934Z | Compiling diesel v2.1.4 |
2171 | 2023-12-13T05:43:42.953Z | Running `/home/build/.rustup/toolchains/1.74.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=09d97f8812952e0a -C extra-filename=-09d97f8812952e0a --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-3b1b01c99c344b01.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-da4946441935c62d.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-4eaacda7e2a13349.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64` |
2172 | 2023-12-13T05:43:43.068Z | Compiling take_mut v0.2.2 |
2173 | 2023-12-13T05:43:43.090Z | Running `/home/build/.rustup/toolchains/1.74.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=c71625649b3ae831 -C extra-filename=-c71625649b3ae831 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2174 | 2023-12-13T05:43:43.253Z | Compiling debug-ignore v1.0.5 |
2175 | 2023-12-13T05:43:43.702Z | Running `/home/build/.rustup/toolchains/1.74.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=212a8b0dc002b8b7 -C extra-filename=-212a8b0dc002b8b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2176 | 2023-12-13T05:43:43.711Z | Compiling slog-term v2.9.0 |
2177 | 2023-12-13T05:43:43.711Z | Running `/home/build/.rustup/toolchains/1.74.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=055f6b02c9595a7f -C extra-filename=-055f6b02c9595a7f --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-73cfe6692cc5ef7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6d85d92818838eed.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-f44040695b621ee4.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2d440d03e3b86ed7.rmeta --cap-lints allow -D warnings` |
2178 | 2023-12-13T05:43:43.711Z | Running `/work/oxidecomputer/omicron/target/debug/build/multer-35b96cc9c44adcff/build-script-build` |
2179 | 2023-12-13T05:43:43.712Z | Compiling darling_core v0.20.3 |
2180 | 2023-12-13T05:43:43.712Z | Running `/home/build/.rustup/toolchains/1.74.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=0757e3b653339fd6 -C extra-filename=-0757e3b653339fd6 --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-5d2ad75ee5f58135.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-9c54d2122078b91b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-24e28f3cc805bf1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --cap-lints allow -D warnings` |
2181 | 2023-12-13T05:43:43.712Z | Compiling slog-json v2.6.1 |
2182 | 2023-12-13T05:43:43.712Z | Running `/home/build/.rustup/toolchains/1.74.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=4053cfa0e580806f -C extra-filename=-4053cfa0e580806f --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-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2d440d03e3b86ed7.rmeta --cap-lints allow -D warnings` |
2183 | 2023-12-13T05:43:43.713Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-28214851df9395b0/build-script-build` |
2184 | 2023-12-13T05:43:43.713Z | Compiling async-stream-impl v0.3.5 |
2185 | 2023-12-13T05:43:43.713Z | Running `/home/build/.rustup/toolchains/1.74.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=e34850a7ea3e5fd2 -C extra-filename=-e34850a7ea3e5fd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
2186 | 2023-12-13T05:43:43.733Z | Running `/home/build/.rustup/toolchains/1.74.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=f514002cc560d52b -C extra-filename=-f514002cc560d52b --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-2aaaef3e6eb094ab.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-c71625649b3ae831.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-f44040695b621ee4.rmeta --cap-lints allow -D warnings --cfg integer128` |
2187 | 2023-12-13T05:43:44.049Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2188 | 2023-12-13T05:43:44.058Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/ff87a01/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=446ee876741e023c -C extra-filename=-446ee876741e023c --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-446ee876741e023c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
2189 | 2023-12-13T05:43:44.502Z | Compiling atomic-waker v1.1.1 |
2190 | 2023-12-13T05:43:44.514Z | Running `/home/build/.rustup/toolchains/1.74.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=7463564f876868fa -C extra-filename=-7463564f876868fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2191 | 2023-12-13T05:43:44.615Z | Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-446ee876741e023c/build-script-build` |
2192 | 2023-12-13T05:43:44.712Z | Compiling waitgroup v0.1.2 |
2193 | 2023-12-13T05:43:44.724Z | Running `/home/build/.rustup/toolchains/1.74.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=c07f2db12c20c762 -C extra-filename=-c07f2db12c20c762 --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-7463564f876868fa.rmeta --cap-lints allow -D warnings` |
2194 | 2023-12-13T05:43:44.788Z | Compiling slog-bunyan v2.4.0 |
2195 | 2023-12-13T05:43:44.847Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.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=0e9fdc93827c2021 -C extra-filename=-0e9fdc93827c2021 --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-0ba3745aa0927d62.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-4053cfa0e580806f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2d440d03e3b86ed7.rmeta --cap-lints allow -D warnings` |
2196 | 2023-12-13T05:43:45.037Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-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 --cfg 'feature="default"' -C metadata=5e3e81806947d98a -C extra-filename=-5e3e81806947d98a --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-d06f2e98114e5873.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-af2729f3af85d5f2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-c25a7f7496695df9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a6cf1a4a13963194.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4c240d9238dcc0df.rmeta --cap-lints allow -D warnings` |
2197 | 2023-12-13T05:43:45.077Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2198 | 2023-12-13T05:43:45.082Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/ff87a01/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=30f63ec1a8fc3550 -C extra-filename=-30f63ec1a8fc3550 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0ee75eb956233696.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
2199 | 2023-12-13T05:43:45.367Z | Compiling serde_path_to_error v0.1.14 |
2200 | 2023-12-13T05:43:45.388Z | Running `/home/build/.rustup/toolchains/1.74.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.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=703e387a57be71d5 -C extra-filename=-703e387a57be71d5 --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-7860ae71447b6389.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings` |
2201 | 2023-12-13T05:43:45.698Z | Compiling strum v0.25.0 |
2202 | 2023-12-13T05:43:45.703Z | Running `/home/build/.rustup/toolchains/1.74.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="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' -C metadata=b260bcdad7d801cc -C extra-filename=-b260bcdad7d801cc --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-51af52420240f790.so --cap-lints allow -D warnings` |
2203 | 2023-12-13T05:43:45.932Z | Compiling structmeta-derive v0.2.0 |
2204 | 2023-12-13T05:43:45.935Z | Running `/home/build/.rustup/toolchains/1.74.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=b7539908e9b30a4b -C extra-filename=-b7539908e9b30a4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
2205 | 2023-12-13T05:43:46.236Z | Compiling async-stream v0.3.5 |
2206 | 2023-12-13T05:43:46.243Z | Running `/home/build/.rustup/toolchains/1.74.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=6e63237218ad5274 -C extra-filename=-6e63237218ad5274 --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-e34850a7ea3e5fd2.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --cap-lints allow -D warnings` |
2207 | 2023-12-13T05:43:46.684Z | Compiling wait-timeout v0.2.0 |
2208 | 2023-12-13T05:43:46.705Z | Running `/home/build/.rustup/toolchains/1.74.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=abd69d8f0b0244d3 -C extra-filename=-abd69d8f0b0244d3 --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-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings` |
2209 | 2023-12-13T05:43:46.709Z | Compiling rand_xorshift v0.3.0 |
2210 | 2023-12-13T05:43:46.709Z | Running `/home/build/.rustup/toolchains/1.74.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=55e7f3804e56a308 -C extra-filename=-55e7f3804e56a308 --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-ba0b75ae94d53d36.rmeta --cap-lints allow -D warnings` |
2211 | 2023-12-13T05:43:46.736Z | Compiling regex-syntax v0.7.5 |
2212 | 2023-12-13T05:43:46.742Z | Running `/home/build/.rustup/toolchains/1.74.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.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="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=f9af4c78b14a919e -C extra-filename=-f9af4c78b14a919e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2213 | 2023-12-13T05:43:47.161Z | Compiling rusty-fork v0.3.0 |
2214 | 2023-12-13T05:43:47.251Z | Running `/home/build/.rustup/toolchains/1.74.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=2bfbb76a40e02a18 -C extra-filename=-2bfbb76a40e02a18 --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-5d2ad75ee5f58135.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-0673ec99874d5ad1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-abd69d8f0b0244d3.rmeta --cap-lints allow -D warnings` |
2215 | 2023-12-13T05:43:47.574Z | Compiling unarray v0.1.4 |
2216 | 2023-12-13T05:43:47.596Z | Running `/home/build/.rustup/toolchains/1.74.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=6e91d0d1ca68601a -C extra-filename=-6e91d0d1ca68601a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2217 | 2023-12-13T05:43:47.798Z | Compiling proptest v1.4.0 |
2218 | 2023-12-13T05:43:47.814Z | Running `/home/build/.rustup/toolchains/1.74.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=15c714f5ca543753 -C extra-filename=-15c714f5ca543753 --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-c87ee7a4a219efa1.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be2b16d8eb900e10.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3b1b01c99c344b01.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-6ca9c9b00462ef37.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-55e7f3804e56a308.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ac03edf4730b2374.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-2bfbb76a40e02a18.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-6e91d0d1ca68601a.rmeta --cap-lints allow -D warnings` |
2219 | 2023-12-13T05:43:48.442Z | Compiling backoff v0.4.0 |
2220 | 2023-12-13T05:43:48.449Z | Running `/home/build/.rustup/toolchains/1.74.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=fa783b65b64a2ba1 -C extra-filename=-fa783b65b64a2ba1 --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-85b0c1ea6a5e4905.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-396ddc32754bad29.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-30c7dc3283c535e9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --cap-lints allow -D warnings` |
2221 | 2023-12-13T05:43:48.939Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2222 | 2023-12-13T05:43:48.958Z | Running `/home/build/.rustup/toolchains/1.74.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=ab98b827dbfdb6ed -C extra-filename=-ab98b827dbfdb6ed --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-84b0ae4abbdcf067.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings` |
2223 | 2023-12-13T05:43:49.068Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/ff87a01/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=9cce007c04a7d86d -C extra-filename=-9cce007c04a7d86d --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-6e63237218ad5274.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-30f63ec1a8fc3550.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8797d3f240ac357c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-0ba3745aa0927d62.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-5e3e81806947d98a.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c8b419309bfacae.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-d4874c9bffb6de6d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-703e387a57be71d5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c24d1ac729287b3a.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c4ebfe0af0a51689.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-0e9fdc93827c2021.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-4053cfa0e580806f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-8448d4ddef3016ff.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-c07f2db12c20c762.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out` |
2224 | 2023-12-13T05:43:49.148Z | Compiling macaddr v1.0.1 |
2225 | 2023-12-13T05:43:49.156Z | Running `/home/build/.rustup/toolchains/1.74.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=fda2b703ed835513 -C extra-filename=-fda2b703ed835513 --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-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings` |
2226 | 2023-12-13T05:43:49.876Z | Compiling camino-tempfile v1.1.1 |
2227 | 2023-12-13T05:43:49.892Z | Running `/home/build/.rustup/toolchains/1.74.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=1359cb464b58f9dd -C extra-filename=-1359cb464b58f9dd --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-7e6c307bf3e7aaf2.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rmeta --cap-lints allow -D warnings` |
2228 | 2023-12-13T05:43:50.522Z | Compiling is-terminal v0.4.9 |
2229 | 2023-12-13T05:43:50.532Z | Running `/home/build/.rustup/toolchains/1.74.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=76cdf190dc97ad34 -C extra-filename=-76cdf190dc97ad34 --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-7bb54c54e8b8c333.rmeta --cap-lints allow -D warnings` |
2230 | 2023-12-13T05:43:50.696Z | Compiling proc-macro-error-attr v1.0.4 |
2231 | 2023-12-13T05:43:50.707Z | Running `/home/build/.rustup/toolchains/1.74.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=986758c1354d228d -C extra-filename=-986758c1354d228d --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-986758c1354d228d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
2232 | 2023-12-13T05:43:51.220Z | Compiling structmeta v0.2.0 |
2233 | 2023-12-13T05:43:51.245Z | Running `/home/build/.rustup/toolchains/1.74.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=a6a911b74384e2a0 -C extra-filename=-a6a911b74384e2a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-b7539908e9b30a4b.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --cap-lints allow -D warnings` |
2234 | 2023-12-13T05:43:51.266Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-986758c1354d228d/build-script-build` |
2235 | 2023-12-13T05:43:51.378Z | Compiling proc-macro-error v1.0.4 |
2236 | 2023-12-13T05:43:51.452Z | Running `/home/build/.rustup/toolchains/1.74.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=e447ec32eda35281 -C extra-filename=-e447ec32eda35281 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-e447ec32eda35281 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
2237 | 2023-12-13T05:43:51.899Z | Compiling test-strategy v0.3.1 |
2238 | 2023-12-13T05:43:51.913Z | Running `/home/build/.rustup/toolchains/1.74.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=f6b05fbf7e100ea2 -C extra-filename=-f6b05fbf7e100ea2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-a6a911b74384e2a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
2239 | 2023-12-13T05:43:51.941Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-e447ec32eda35281/build-script-build` |
2240 | 2023-12-13T05:43:52.130Z | Running `/home/build/.rustup/toolchains/1.74.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=79d283e88cf8f16c -C extra-filename=-79d283e88cf8f16c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern proc_macro --cap-lints allow -D warnings` |
2241 | 2023-12-13T05:43:53.679Z | Running `/home/build/.rustup/toolchains/1.74.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=53597bc160bbd407 -C extra-filename=-53597bc160bbd407 --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-79d283e88cf8f16c.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --cap-lints allow -D warnings --cfg use_fallback` |
2242 | 2023-12-13T05:43:53.804Z | Compiling darling_macro v0.20.3 |
2243 | 2023-12-13T05:43:53.816Z | Running `/home/build/.rustup/toolchains/1.74.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=7035a8371e9c2850 -C extra-filename=-7035a8371e9c2850 --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-0757e3b653339fd6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
2244 | 2023-12-13T05:43:54.842Z | Compiling termtree v0.4.1 |
2245 | 2023-12-13T05:43:54.856Z | Running `/home/build/.rustup/toolchains/1.74.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=292b6f402ec9eff4 -C extra-filename=-292b6f402ec9eff4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2246 | 2023-12-13T05:43:55.169Z | Compiling predicates-tree v1.0.9 |
2247 | 2023-12-13T05:43:55.181Z | Running `/home/build/.rustup/toolchains/1.74.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=2b21937ee10d575a -C extra-filename=-2b21937ee10d575a --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-a707c93b27fc17a9.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-292b6f402ec9eff4.rmeta --cap-lints allow -D warnings` |
2248 | 2023-12-13T05:43:55.826Z | Compiling darling v0.20.3 |
2249 | 2023-12-13T05:43:55.834Z | Running `/home/build/.rustup/toolchains/1.74.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=6015ec470c6077be -C extra-filename=-6015ec470c6077be --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-0757e3b653339fd6.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-7035a8371e9c2850.so --cap-lints allow -D warnings` |
2250 | 2023-12-13T05:43:55.970Z | Compiling proc-macro-crate v1.3.1 |
2251 | 2023-12-13T05:43:55.994Z | Running `/home/build/.rustup/toolchains/1.74.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=7fc63651157807f8 -C extra-filename=-7fc63651157807f8 --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-230e44e7360903b6.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-bce299181fb55ea0.rmeta --cap-lints allow -D warnings` |
2252 | 2023-12-13T05:43:55.999Z | Compiling serde_with_macros v3.4.0 |
2253 | 2023-12-13T05:43:55.999Z | Running `/home/build/.rustup/toolchains/1.74.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.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=19b72c4a9bb71482 -C extra-filename=-19b72c4a9bb71482 --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-6015ec470c6077be.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
2254 | 2023-12-13T05:43:57.798Z | Compiling num_enum_derive v0.5.11 |
2255 | 2023-12-13T05:43:57.801Z | Running `/home/build/.rustup/toolchains/1.74.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=719c8aa7cdb22e57 -C extra-filename=-719c8aa7cdb22e57 --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-7fc63651157807f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
2256 | 2023-12-13T05:43:58.386Z | Compiling parse-display-derive v0.8.2 |
2257 | 2023-12-13T05:43:58.403Z | Running `/home/build/.rustup/toolchains/1.74.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.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=495923fad913fa0e -C extra-filename=-495923fad913fa0e --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-230e44e7360903b6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f9af4c78b14a919e.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-a6a911b74384e2a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
2258 | 2023-12-13T05:43:59.246Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2259 | 2023-12-13T05:43:59.246Z | Running `/home/build/.rustup/toolchains/1.74.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=321c5e5ab08e0729 -C extra-filename=-321c5e5ab08e0729 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-321c5e5ab08e0729 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2260 | 2023-12-13T05:43:59.579Z | Compiling smoltcp v0.10.0 |
2261 | 2023-12-13T05:43:59.579Z | Running `/home/build/.rustup/toolchains/1.74.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.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=0a364bbf898f7c55 -C extra-filename=-0a364bbf898f7c55 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-0a364bbf898f7c55 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2262 | 2023-12-13T05:44:00.759Z | Compiling serde_with v3.4.0 |
2263 | 2023-12-13T05:44:00.854Z | Running `/home/build/.rustup/toolchains/1.74.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.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="macros"' --cfg 'feature="std"' -C metadata=a080bef07cdada68 -C extra-filename=-a080bef07cdada68 --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-101c0c10b68ffd8b.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-19b72c4a9bb71482.so --cap-lints allow -D warnings` |
2264 | 2023-12-13T05:44:00.865Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-0a364bbf898f7c55/build-script-build` |
2265 | 2023-12-13T05:44:00.865Z | Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-321c5e5ab08e0729/build-script-build` |
2266 | 2023-12-13T05:44:00.878Z | Compiling filetime v0.2.23 |
2267 | 2023-12-13T05:44:00.878Z | Running `/home/build/.rustup/toolchains/1.74.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=026e01bb0412a847 -C extra-filename=-026e01bb0412a847 --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-bc2c501506aafa82.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings` |
2268 | 2023-12-13T05:44:01.362Z | Compiling xattr v1.0.1 |
2269 | 2023-12-13T05:44:01.377Z | Running `/home/build/.rustup/toolchains/1.74.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=ac9d9c00a160bb65 -C extra-filename=-ac9d9c00a160bb65 --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-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings` |
2270 | 2023-12-13T05:44:01.782Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2271 | 2023-12-13T05:44:01.791Z | Running `/home/build/.rustup/toolchains/1.74.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=ad719539977b3e01 -C extra-filename=-ad719539977b3e01 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-ad719539977b3e01 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2272 | 2023-12-13T05:44:02.333Z | Compiling crucible-workspace-hack v0.1.0 |
2273 | 2023-12-13T05:44:02.340Z | Running `/home/build/.rustup/toolchains/1.74.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=06767ab83fb00bd3 -C extra-filename=-06767ab83fb00bd3 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-06767ab83fb00bd3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2274 | 2023-12-13T05:44:02.380Z | Compiling embedded-io v0.4.0 |
2275 | 2023-12-13T05:44:02.390Z | Running `/home/build/.rustup/toolchains/1.74.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=092da7c9b03320a8 -C extra-filename=-092da7c9b03320a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2276 | 2023-12-13T05:44:02.757Z | Compiling cobs v0.2.3 |
2277 | 2023-12-13T05:44:02.788Z | Running `/home/build/.rustup/toolchains/1.74.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=9856be98226cfb50 -C extra-filename=-9856be98226cfb50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2278 | 2023-12-13T05:44:02.788Z | Compiling num_enum v0.5.11 |
2279 | 2023-12-13T05:44:02.788Z | Running `/home/build/.rustup/toolchains/1.74.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=0628e5923d0c963d -C extra-filename=-0628e5923d0c963d --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-719c8aa7cdb22e57.so --cap-lints allow -D warnings` |
2280 | 2023-12-13T05:44:02.861Z | Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-06767ab83fb00bd3/build-script-build` |
2281 | 2023-12-13T05:44:02.905Z | Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-ad719539977b3e01/build-script-build` |
2282 | 2023-12-13T05:44:02.933Z | Compiling tar v0.4.40 |
2283 | 2023-12-13T05:44:03.028Z | Running `/home/build/.rustup/toolchains/1.74.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=519f96bc871b49fa -C extra-filename=-519f96bc871b49fa --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-026e01bb0412a847.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-ac9d9c00a160bb65.rmeta --cap-lints allow -D warnings` |
2284 | 2023-12-13T05:44:03.040Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-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="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=4c62ddac834e282b -C extra-filename=-4c62ddac834e282b --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-b6f8a7d540d47813.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-d357b0057254b049.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-c4f0e08992bb4f35.rmeta --cap-lints allow -D warnings` |
2285 | 2023-12-13T05:44:03.228Z | Compiling postcard v1.0.8 |
2286 | 2023-12-13T05:44:03.241Z | Running `/home/build/.rustup/toolchains/1.74.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=d02876f2be4ac01b -C extra-filename=-d02876f2be4ac01b --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-9856be98226cfb50.rmeta --extern embedded_io=/work/oxidecomputer/omicron/target/debug/deps/libembedded_io-092da7c9b03320a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings` |
2287 | 2023-12-13T05:44:04.663Z | Compiling foreign-types-macros v0.2.3 |
2288 | 2023-12-13T05:44:04.676Z | Running `/home/build/.rustup/toolchains/1.74.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=8ad73231a2c28f0e -C extra-filename=-8ad73231a2c28f0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
2289 | 2023-12-13T05:44:06.456Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2290 | 2023-12-13T05:44:06.462Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/24ceba1/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=53f6c26c0f84a78e -C extra-filename=-53f6c26c0f84a78e --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-53f6c26c0f84a78e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
2291 | 2023-12-13T05:44:06.566Z | Compiling parse-display v0.8.2 |
2292 | 2023-12-13T05:44:06.576Z | Running `/home/build/.rustup/toolchains/1.74.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.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="once_cell"' --cfg 'feature="regex"' --cfg 'feature="std"' -C metadata=60c31164f1211692 -C extra-filename=-60c31164f1211692 --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-230e44e7360903b6.rmeta --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-495923fad913fa0e.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --cap-lints allow -D warnings` |
2293 | 2023-12-13T05:44:06.846Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2294 | 2023-12-13T05:44:07.265Z | Running `/home/build/.rustup/toolchains/1.74.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=ef5ec70e55da580e -C extra-filename=-ef5ec70e55da580e --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-ef5ec70e55da580e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2295 | 2023-12-13T05:44:07.272Z | Compiling foreign-types-shared v0.3.1 |
2296 | 2023-12-13T05:44:07.272Z | Running `/home/build/.rustup/toolchains/1.74.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=8d3a8e6e72a78c61 -C extra-filename=-8d3a8e6e72a78c61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2297 | 2023-12-13T05:44:07.272Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2298 | 2023-12-13T05:44:07.272Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/24ceba1/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=7e6aee51fb78bfe7 -C extra-filename=-7e6aee51fb78bfe7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2299 | 2023-12-13T05:44:07.272Z | Compiling foreign-types v0.5.0 |
2300 | 2023-12-13T05:44:07.273Z | Running `/home/build/.rustup/toolchains/1.74.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=dbf097337717218b -C extra-filename=-dbf097337717218b --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-8ad73231a2c28f0e.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-8d3a8e6e72a78c61.rmeta --cap-lints allow -D warnings` |
2301 | 2023-12-13T05:44:07.322Z | Running `/work/oxidecomputer/omicron/target/debug/build/opte-53f6c26c0f84a78e/build-script-build` |
2302 | 2023-12-13T05:44:07.393Z | Running `/home/build/.rustup/toolchains/1.74.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=b14e2177334d57aa -C extra-filename=-b14e2177334d57aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l dlpi` |
2303 | 2023-12-13T05:44:07.421Z | Running `/home/build/.rustup/toolchains/1.74.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=4e1825748425f003 -C extra-filename=-4e1825748425f003 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2304 | 2023-12-13T05:44:07.477Z | Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-ef5ec70e55da580e/build-script-build` |
2305 | 2023-12-13T05:44:07.520Z | Running `/home/build/.rustup/toolchains/1.74.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=ab56b0622ccd114e -C extra-filename=-ab56b0622ccd114e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l nvpair -l zfs` |
2306 | 2023-12-13T05:44:07.560Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2307 | 2023-12-13T05:44:07.572Z | Running `/home/build/.rustup/toolchains/1.74.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=4a4ce453b69720b2 -C extra-filename=-4a4ce453b69720b2 --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-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
2308 | 2023-12-13T05:44:07.617Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2309 | 2023-12-13T05:44:07.639Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/24ceba1/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=81e7a91778abf54f -C extra-filename=-81e7a91778abf54f --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-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
2310 | 2023-12-13T05:44:07.681Z | Compiling cstr-argument v0.1.2 |
2311 | 2023-12-13T05:44:07.689Z | Running `/home/build/.rustup/toolchains/1.74.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=7b209ff284153718 -C extra-filename=-7b209ff284153718 --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-bc2c501506aafa82.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --cap-lints allow -D warnings` |
2312 | 2023-12-13T05:44:07.779Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2313 | 2023-12-13T05:44:07.809Z | Running `/home/build/.rustup/toolchains/1.74.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=140387ef96fbe19d -C extra-filename=-140387ef96fbe19d --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-140387ef96fbe19d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2314 | 2023-12-13T05:44:08.029Z | Compiling pretty-hex v0.2.1 |
2315 | 2023-12-13T05:44:08.036Z | Running `/home/build/.rustup/toolchains/1.74.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=261eb22442d2874a -C extra-filename=-261eb22442d2874a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2316 | 2023-12-13T05:44:08.313Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2317 | 2023-12-13T05:44:08.328Z | Running `/home/build/.rustup/toolchains/1.74.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=d23660ce78cb139d -C extra-filename=-d23660ce78cb139d --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-df62e9c1aba12dc6.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-b14e2177334d57aa.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-0628e5923d0c963d.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-261eb22442d2874a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --cap-lints allow -D warnings` |
2318 | 2023-12-13T05:44:08.374Z | Running `/work/oxidecomputer/omicron/target/debug/build/libnet-140387ef96fbe19d/build-script-build` |
2319 | 2023-12-13T05:44:08.381Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2320 | 2023-12-13T05:44:08.381Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c9d6453/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=ad299eabe776c224 -C extra-filename=-ad299eabe776c224 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0ee75eb956233696.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-668a536527ddf915.rlib --extern proc_macro --cap-lints allow -D warnings` |
2321 | 2023-12-13T05:44:08.405Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2322 | 2023-12-13T05:44:08.406Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/24ceba1/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=117d6ce05e3ab890 -C extra-filename=-117d6ce05e3ab890 --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-7e6aee51fb78bfe7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-d02876f2be4ac01b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-4c62ddac834e282b.rmeta --cap-lints allow -D warnings` |
2323 | 2023-12-13T05:44:08.857Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2324 | 2023-12-13T05:44:08.870Z | Running `/home/build/.rustup/toolchains/1.74.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=5e4930586d9c16db -C extra-filename=-5e4930586d9c16db --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-7b209ff284153718.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-dbf097337717218b.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-ab56b0622ccd114e.rmeta --cap-lints allow -D warnings` |
2325 | 2023-12-13T05:44:09.134Z | Running `/home/build/.rustup/toolchains/1.74.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=af50ac6a2885adbb -C extra-filename=-af50ac6a2885adbb --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-df62e9c1aba12dc6.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-4a4ce453b69720b2.so --cap-lints allow -D warnings -l door` |
2326 | 2023-12-13T05:44:09.367Z | Compiling colored v2.0.4 |
2327 | 2023-12-13T05:44:09.381Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-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 -C metadata=f2010153d8e1d904 -C extra-filename=-f2010153d8e1d904 --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-76cdf190dc97ad34.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --cap-lints allow -D warnings` |
2328 | 2023-12-13T05:44:09.382Z | Compiling zone_cfg_derive v0.3.0 |
2329 | 2023-12-13T05:44:09.382Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c8f1794d09607ec3 -C extra-filename=-c8f1794d09607ec3 --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-e8726b1e312bd2e5.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-53597bc160bbd407.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
2330 | 2023-12-13T05:44:09.827Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2331 | 2023-12-13T05:44:09.857Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f1571ce/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=3aea5f807d27c6f1 -C extra-filename=-3aea5f807d27c6f1 --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-df62e9c1aba12dc6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --cap-lints allow -D warnings` |
2332 | 2023-12-13T05:44:10.612Z | Compiling mockall_derive v0.12.0 |
2333 | 2023-12-13T05:44:11.025Z | Running `/home/build/.rustup/toolchains/1.74.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=511a61f722d41f7d -C extra-filename=-511a61f722d41f7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f2010153d8e1d904.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-d23660ce78cb139d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-0628e5923d0c963d.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-5e4930586d9c16db.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-ab56b0622ccd114e.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-af50ac6a2885adbb.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-51c7f84c03e3595b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --cap-lints allow -D warnings -l kstat` |
2334 | 2023-12-13T05:44:11.025Z | Running `/home/build/.rustup/toolchains/1.74.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=ea807ab786a09a13 -C extra-filename=-ea807ab786a09a13 --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-bc2c501506aafa82.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
2335 | 2023-12-13T05:44:11.293Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/24ceba1/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=60e789b502be5b4a -C extra-filename=-60e789b502be5b4a --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-bc2c501506aafa82.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-b5627ba9c8616dae.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-7e6aee51fb78bfe7.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-81e7a91778abf54f.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-117d6ce05e3ab890.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-d02876f2be4ac01b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-4c62ddac834e282b.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm` |
2336 | 2023-12-13T05:44:12.020Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2337 | 2023-12-13T05:44:12.040Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/24ceba1/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=623880b9a2db11f7 -C extra-filename=-623880b9a2db11f7 --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-7e6aee51fb78bfe7.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-60e789b502be5b4a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-4c62ddac834e282b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-cd00391a1de35258.rmeta --cap-lints allow -D warnings` |
2338 | 2023-12-13T05:44:12.041Z | Compiling num-derive v0.4.0 |
2339 | 2023-12-13T05:44:12.042Z | Running `/home/build/.rustup/toolchains/1.74.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=730bc376787eaa34 -C extra-filename=-730bc376787eaa34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
2340 | 2023-12-13T05:44:12.249Z | Compiling downcast v0.11.0 |
2341 | 2023-12-13T05:44:12.258Z | Running `/home/build/.rustup/toolchains/1.74.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=e3b8e0a39507d7ce -C extra-filename=-e3b8e0a39507d7ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2342 | 2023-12-13T05:44:12.611Z | Compiling fragile v2.0.0 |
2343 | 2023-12-13T05:44:12.617Z | Running `/home/build/.rustup/toolchains/1.74.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=e0897cf076b99a59 -C extra-filename=-e0897cf076b99a59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2344 | 2023-12-13T05:44:13.612Z | Compiling zone v0.3.0 |
2345 | 2023-12-13T05:44:13.624Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' -C metadata=3e04c8c5dd9844aa -C extra-filename=-3e04c8c5dd9844aa --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-5d2789e50494f686.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-c8f1794d09607ec3.so --cap-lints allow -D warnings` |
2346 | 2023-12-13T05:44:14.716Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2347 | 2023-12-13T05:44:14.720Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/24ceba1/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=2e756afb4e9cc51c -C extra-filename=-2e756afb4e9cc51c --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-df62e9c1aba12dc6.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-511a61f722d41f7d.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-60e789b502be5b4a.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-623880b9a2db11f7.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-d02876f2be4ac01b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --cap-lints allow -D warnings` |
2348 | 2023-12-13T05:44:16.094Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2349 | 2023-12-13T05:44:16.097Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f1571ce/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=86119831ef0d8686 -C extra-filename=-86119831ef0d8686 --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-3aea5f807d27c6f1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --cap-lints allow -D warnings` |
2350 | 2023-12-13T05:44:16.121Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2351 | 2023-12-13T05:44:16.149Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/fab2799/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=ae3470898b5ca726 -C extra-filename=-ae3470898b5ca726 --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-4e1825748425f003.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-730bc376787eaa34.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --cap-lints allow -D warnings` |
2352 | 2023-12-13T05:44:16.273Z | Compiling smf v0.2.2 |
2353 | 2023-12-13T05:44:16.276Z | Running `/home/build/.rustup/toolchains/1.74.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=37221c7372c347f0 -C extra-filename=-37221c7372c347f0 --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-72e52f26c0ec0c7e.rmeta --cap-lints allow -D warnings` |
2354 | 2023-12-13T05:44:16.744Z | Compiling pem v3.0.2 |
2355 | 2023-12-13T05:44:17.159Z | Running `/home/build/.rustup/toolchains/1.74.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=b0f2d03dc9773fed -C extra-filename=-b0f2d03dc9773fed --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-efdef217e0fabd4e.rmeta --cap-lints allow -D warnings` |
2356 | 2023-12-13T05:44:17.166Z | Compiling headers-core v0.2.0 |
2357 | 2023-12-13T05:44:17.166Z | Running `/home/build/.rustup/toolchains/1.74.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=0de4788207462477 -C extra-filename=-0de4788207462477 --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-29aa500270a39efe.rmeta --cap-lints allow -D warnings` |
2358 | 2023-12-13T05:44:17.352Z | Compiling headers v0.3.9 |
2359 | 2023-12-13T05:44:17.362Z | Running `/home/build/.rustup/toolchains/1.74.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=299b25c0cb08498f -C extra-filename=-299b25c0cb08498f --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-efdef217e0fabd4e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-0de4788207462477.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-0c1307657e91e527.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a6cf1a4a13963194.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c4ebfe0af0a51689.rmeta --cap-lints allow -D warnings` |
2360 | 2023-12-13T05:44:17.703Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2361 | 2023-12-13T05:44:17.743Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c9d6453/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=d2001a9573bd5149 -C extra-filename=-d2001a9573bd5149 --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-668a536527ddf915.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-ad299eabe776c224.so --cap-lints allow -D warnings` |
2362 | 2023-12-13T05:44:17.761Z | Compiling rcgen v0.11.3 |
2363 | 2023-12-13T05:44:17.762Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' -C metadata=ac521b81302453af -C extra-filename=-ac521b81302453af --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-b0f2d03dc9773fed.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-a535b2745365b0c0.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2d440d03e3b86ed7.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-ffe26fdf2c332fea.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out` |
2364 | 2023-12-13T05:44:17.894Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2365 | 2023-12-13T05:44:17.897Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/9339b57/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=c55e0541693ea3e2 -C extra-filename=-c55e0541693ea3e2 --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-0e62094522edc43d.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-d2001a9573bd5149.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d84da02132e91997.rmeta --cap-lints allow -D warnings` |
2366 | 2023-12-13T05:44:17.968Z | Compiling atomicwrites v0.4.2 |
2367 | 2023-12-13T05:44:17.982Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-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=675cdf5a1688d20e -C extra-filename=-675cdf5a1688d20e --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-7bb54c54e8b8c333.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rmeta --cap-lints allow -D warnings` |
2368 | 2023-12-13T05:44:18.485Z | Compiling subprocess v0.2.9 |
2369 | 2023-12-13T05:44:18.502Z | Running `/home/build/.rustup/toolchains/1.74.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=ba9d7728e3f62303 -C extra-filename=-ba9d7728e3f62303 --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-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings` |
2370 | 2023-12-13T05:44:18.561Z | Compiling linked-hash-map v0.5.6 |
2371 | 2023-12-13T05:44:18.568Z | Running `/home/build/.rustup/toolchains/1.74.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=50fc4be4ff4fa5d3 -C extra-filename=-50fc4be4ff4fa5d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2372 | 2023-12-13T05:44:19.130Z | Compiling lru-cache v0.1.2 |
2373 | 2023-12-13T05:44:19.147Z | Running `/home/build/.rustup/toolchains/1.74.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=1aeaf1d60cc951d6 -C extra-filename=-1aeaf1d60cc951d6 --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-50fc4be4ff4fa5d3.rmeta --cap-lints allow -D warnings` |
2374 | 2023-12-13T05:44:19.395Z | Compiling same-file v1.0.6 |
2375 | 2023-12-13T05:44:19.398Z | Running `/home/build/.rustup/toolchains/1.74.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=d7abc45e158c5113 -C extra-filename=-d7abc45e158c5113 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2376 | 2023-12-13T05:44:19.755Z | Compiling walkdir v2.4.0 |
2377 | 2023-12-13T05:44:19.760Z | Running `/home/build/.rustup/toolchains/1.74.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=f3795c7200a14d0e -C extra-filename=-f3795c7200a14d0e --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-d7abc45e158c5113.rmeta --cap-lints allow -D warnings` |
2378 | 2023-12-13T05:44:20.834Z | Compiling password-hash v0.5.0 |
2379 | 2023-12-13T05:44:20.846Z | Running `/home/build/.rustup/toolchains/1.74.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=4d4d2e7769faee14 -C extra-filename=-4d4d2e7769faee14 --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-4d3202f783ee952f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ba0b75ae94d53d36.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --cap-lints allow -D warnings` |
2380 | 2023-12-13T05:44:21.038Z | Compiling blake2 v0.10.6 |
2381 | 2023-12-13T05:44:21.043Z | Running `/home/build/.rustup/toolchains/1.74.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=a04af22076245cd8 -C extra-filename=-a04af22076245cd8 --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-d72b47fd0525931c.rmeta --cap-lints allow -D warnings` |
2382 | 2023-12-13T05:44:21.827Z | Compiling argon2 v0.5.2 |
2383 | 2023-12-13T05:44:21.885Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-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="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=d9aa0d059bd049b5 -C extra-filename=-d9aa0d059bd049b5 --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-4d3202f783ee952f.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-a04af22076245cd8.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-688e8dc1d1448767.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-4d4d2e7769faee14.rmeta --cap-lints allow -D warnings` |
2384 | 2023-12-13T05:44:21.980Z | Compiling heck v0.3.3 |
2385 | 2023-12-13T05:44:21.987Z | Running `/home/build/.rustup/toolchains/1.74.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=8e9436929c8fa349 -C extra-filename=-8e9436929c8fa349 --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-a7b83919c0401bc3.rmeta --cap-lints allow -D warnings` |
2386 | 2023-12-13T05:44:22.578Z | Compiling toml v0.5.11 |
2387 | 2023-12-13T05:44:22.589Z | Running `/home/build/.rustup/toolchains/1.74.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=5b86e4227db11325 -C extra-filename=-5b86e4227db11325 --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-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings` |
2388 | 2023-12-13T05:44:22.645Z | Compiling itertools v0.12.0 |
2389 | 2023-12-13T05:44:22.659Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-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="use_alloc"' --cfg 'feature="use_std"' -C metadata=938138eb45012d55 -C extra-filename=-938138eb45012d55 --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-294f21b38637a1be.rmeta --cap-lints allow -D warnings` |
2390 | 2023-12-13T05:44:23.523Z | Compiling textwrap v0.11.0 |
2391 | 2023-12-13T05:44:23.531Z | Running `/home/build/.rustup/toolchains/1.74.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=318f5bb0d7471778 -C extra-filename=-318f5bb0d7471778 --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-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings` |
2392 | 2023-12-13T05:44:24.376Z | Compiling libefi-sys v0.1.0 |
2393 | 2023-12-13T05:44:24.402Z | Running `/home/build/.rustup/toolchains/1.74.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=ab0e28b74949ac58 -C extra-filename=-ab0e28b74949ac58 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-ab0e28b74949ac58 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2394 | 2023-12-13T05:44:24.812Z | Compiling mockall v0.12.0 |
2395 | 2023-12-13T05:44:24.823Z | Running `/home/build/.rustup/toolchains/1.74.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=4b7c7b82d1efc4c3 -C extra-filename=-4b7c7b82d1efc4c3 --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-bc2c501506aafa82.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-e3b8e0a39507d7ce.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-e0897cf076b99a59.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-ea807ab786a09a13.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-2b21937ee10d575a.rmeta --cap-lints allow -D warnings` |
2396 | 2023-12-13T05:44:24.925Z | Compiling strsim v0.8.0 |
2397 | 2023-12-13T05:44:24.933Z | Running `/home/build/.rustup/toolchains/1.74.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=e236f6b8c5dbd7ae -C extra-filename=-e236f6b8c5dbd7ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2398 | 2023-12-13T05:44:25.308Z | Compiling swrite v0.1.0 |
2399 | 2023-12-13T05:44:25.314Z | Running `/home/build/.rustup/toolchains/1.74.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=70fd40af0a67716f -C extra-filename=-70fd40af0a67716f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2400 | 2023-12-13T05:44:25.491Z | Compiling cancel-safe-futures v0.1.5 |
2401 | 2023-12-13T05:44:25.503Z | Running `/home/build/.rustup/toolchains/1.74.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=6d4c3afe80cf1c7e -C extra-filename=-6d4c3afe80cf1c7e --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-6d4c3afe80cf1c7e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2402 | 2023-12-13T05:44:25.927Z | Compiling ansi_term v0.12.1 |
2403 | 2023-12-13T05:44:26.342Z | Running `/home/build/.rustup/toolchains/1.74.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=fd79a37a6dab7d7c -C extra-filename=-fd79a37a6dab7d7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2404 | 2023-12-13T05:44:26.347Z | Compiling vec_map v0.8.2 |
2405 | 2023-12-13T05:44:26.348Z | Running `/home/build/.rustup/toolchains/1.74.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=d47e502a24254615 -C extra-filename=-d47e502a24254615 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2406 | 2023-12-13T05:44:26.575Z | Compiling clap v2.34.0 |
2407 | 2023-12-13T05:44:26.583Z | Running `/home/build/.rustup/toolchains/1.74.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=7a5d6017e0a29e8b -C extra-filename=-7a5d6017e0a29e8b --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-fd79a37a6dab7d7c.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-73cfe6692cc5ef7c.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-e236f6b8c5dbd7ae.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-318f5bb0d7471778.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-d47e502a24254615.rmeta --cap-lints allow -D warnings` |
2408 | 2023-12-13T05:44:26.767Z | Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-6d4c3afe80cf1c7e/build-script-build` |
2409 | 2023-12-13T05:44:26.807Z | Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-ab0e28b74949ac58/build-script-build` |
2410 | 2023-12-13T05:44:26.861Z | Compiling structopt-derive v0.4.18 |
2411 | 2023-12-13T05:44:26.874Z | Running `/home/build/.rustup/toolchains/1.74.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=8b1c38582f0356e7 -C extra-filename=-8b1c38582f0356e7 --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-8e9436929c8fa349.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-53597bc160bbd407.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
2412 | 2023-12-13T05:44:27.035Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2413 | 2023-12-13T05:44:27.060Z | Running `/home/build/.rustup/toolchains/1.74.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=227700b37d975107 -C extra-filename=-227700b37d975107 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-227700b37d975107 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-bc75a08f03143f16.rlib --cap-lints allow -D warnings` |
2414 | 2023-12-13T05:44:27.727Z | Compiling half v1.8.2 |
2415 | 2023-12-13T05:44:27.730Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-1.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=11d0aeaa1daf1c3f -C extra-filename=-11d0aeaa1daf1c3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2416 | 2023-12-13T05:44:27.797Z | Compiling ciborium-io v0.2.1 |
2417 | 2023-12-13T05:44:27.809Z | Running `/home/build/.rustup/toolchains/1.74.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=8459582e1882a84b -C extra-filename=-8459582e1882a84b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2418 | 2023-12-13T05:44:27.963Z | Running `/work/oxidecomputer/omicron/target/debug/build/tofino-227700b37d975107/build-script-build` |
2419 | 2023-12-13T05:44:28.182Z | Running `/home/build/.rustup/toolchains/1.74.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=0af6583503e1636a -C extra-filename=-0af6583503e1636a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l efi` |
2420 | 2023-12-13T05:44:28.709Z | Compiling ciborium-ll v0.2.1 |
2421 | 2023-12-13T05:44:28.714Z | Running `/home/build/.rustup/toolchains/1.74.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=13d857dfd44f4025 -C extra-filename=-13d857dfd44f4025 --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-8459582e1882a84b.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-11d0aeaa1daf1c3f.rmeta --cap-lints allow -D warnings` |
2422 | 2023-12-13T05:44:28.846Z | Running `/home/build/.rustup/toolchains/1.74.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=8666310a26e47114 -C extra-filename=-8666310a26e47114 --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-85b0c1ea6a5e4905.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --cap-lints allow -D warnings` |
2423 | 2023-12-13T05:44:29.097Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2424 | 2023-12-13T05:44:29.107Z | Running `/home/build/.rustup/toolchains/1.74.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=5fbee8486911ec05 -C extra-filename=-5fbee8486911ec05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-0628e5923d0c963d.rmeta --cap-lints allow -D warnings` |
2425 | 2023-12-13T05:44:29.382Z | Compiling ciborium v0.2.1 |
2426 | 2023-12-13T05:44:29.387Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-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="std"' -C metadata=a8135444ac120ce3 -C extra-filename=-a8135444ac120ce3 --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-8459582e1882a84b.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-13d857dfd44f4025.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings` |
2427 | 2023-12-13T05:44:29.740Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2428 | 2023-12-13T05:44:29.753Z | Running `/home/build/.rustup/toolchains/1.74.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=c0f99d4dd8fd9e9f -C extra-filename=-c0f99d4dd8fd9e9f --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-df62e9c1aba12dc6.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-0af6583503e1636a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta --cap-lints allow -D warnings` |
2429 | 2023-12-13T05:44:30.145Z | Compiling home v0.5.5 |
2430 | 2023-12-13T05:44:30.153Z | Running `/home/build/.rustup/toolchains/1.74.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=36989160e6b31e23 -C extra-filename=-36989160e6b31e23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2431 | 2023-12-13T05:44:30.273Z | Compiling arc-swap v1.6.0 |
2432 | 2023-12-13T05:44:30.286Z | Running `/home/build/.rustup/toolchains/1.74.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=7dc1f088f356a3f0 -C extra-filename=-7dc1f088f356a3f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2433 | 2023-12-13T05:44:30.518Z | Compiling libsw v3.3.0 |
2434 | 2023-12-13T05:44:30.521Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-3.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"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' -C metadata=4a667776a18b8bd2 -C extra-filename=-4a667776a18b8bd2 --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-8eec2547812a1ee6.rmeta --cap-lints allow -D warnings` |
2435 | 2023-12-13T05:44:30.949Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2436 | 2023-12-13T05:44:30.977Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/9339b57/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=c91cc9a2238c7181 -C extra-filename=-c91cc9a2238c7181 --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-5e2d204b50b994be.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-c55e0541693ea3e2.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0ee75eb956233696.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-91a99ff742f7d99e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
2437 | 2023-12-13T05:44:30.985Z | Compiling derive-where v1.2.6 |
2438 | 2023-12-13T05:44:30.985Z | Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=d5d148f8b0aeac01 -C extra-filename=-d5d148f8b0aeac01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
2439 | 2023-12-13T05:44:31.332Z | Compiling slog-scope v4.4.0 |
2440 | 2023-12-13T05:44:31.340Z | Running `/home/build/.rustup/toolchains/1.74.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=a0d7778226839f4c -C extra-filename=-a0d7778226839f4c --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-7dc1f088f356a3f0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --cap-lints allow -D warnings` |
2441 | 2023-12-13T05:44:31.878Z | Compiling slog-stdlog v4.1.1 |
2442 | 2023-12-13T05:44:31.884Z | Running `/home/build/.rustup/toolchains/1.74.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=b35d073ae930acd9 -C extra-filename=-b35d073ae930acd9 --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-c5d2103652c0a8bc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-a0d7778226839f4c.rmeta --cap-lints allow -D warnings` |
2443 | 2023-12-13T05:44:32.161Z | Compiling structopt v0.3.26 |
2444 | 2023-12-13T05:44:32.205Z | Running `/home/build/.rustup/toolchains/1.74.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=aed60dc29302204d -C extra-filename=-aed60dc29302204d --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-7a5d6017e0a29e8b.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-8b1c38582f0356e7.so --cap-lints allow -D warnings` |
2445 | 2023-12-13T05:44:32.209Z | Compiling owo-colors v3.5.0 |
2446 | 2023-12-13T05:44:32.209Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cc81b9d222c0d737 -C extra-filename=-cc81b9d222c0d737 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2447 | 2023-12-13T05:44:32.419Z | Running `/home/build/.rustup/toolchains/1.74.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=1a945f20f992a1d9 -C extra-filename=-1a945f20f992a1d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-5fbee8486911ec05.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-aed60dc29302204d.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out -l static=pci` |
2448 | 2023-12-13T05:44:32.568Z | Compiling linear-map v1.2.0 |
2449 | 2023-12-13T05:44:32.586Z | Running `/home/build/.rustup/toolchains/1.74.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=9a24c9cb3f4a98ce -C extra-filename=-9a24c9cb3f4a98ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2450 | 2023-12-13T05:44:33.065Z | Compiling slog-envlogger v2.2.0 |
2451 | 2023-12-13T05:44:33.071Z | Running `/home/build/.rustup/toolchains/1.74.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=d96df02d9b0c6f58 -C extra-filename=-d96df02d9b0c6f58 --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-c5d2103652c0a8bc.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-a0d7778226839f4c.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-b35d073ae930acd9.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rmeta --cap-lints allow -D warnings` |
2452 | 2023-12-13T05:44:33.194Z | Compiling slog-dtrace v0.2.3 |
2453 | 2023-12-13T05:44:33.233Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.2.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a30f6b8b7bca8ec0 -C extra-filename=-a30f6b8b7bca8ec0 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-a30f6b8b7bca8ec0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
2454 | 2023-12-13T05:44:33.756Z | Compiling convert_case v0.4.0 |
2455 | 2023-12-13T05:44:33.762Z | Running `/home/build/.rustup/toolchains/1.74.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=75f259e6c8d85f5c -C extra-filename=-75f259e6c8d85f5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2456 | 2023-12-13T05:44:34.196Z | Compiling signal-hook v0.3.17 |
2457 | 2023-12-13T05:44:34.199Z | Running `/home/build/.rustup/toolchains/1.74.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=cd0a85eeecb50ba2 -C extra-filename=-cd0a85eeecb50ba2 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-cd0a85eeecb50ba2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2458 | 2023-12-13T05:44:34.734Z | Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-cd0a85eeecb50ba2/build-script-build` |
2459 | 2023-12-13T05:44:34.772Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-a30f6b8b7bca8ec0/build-script-build` |
2460 | 2023-12-13T05:44:34.880Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-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=b5d15e705e0ed0c0 -C extra-filename=-b5d15e705e0ed0c0 --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-7769037f643a5afe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rmeta --cap-lints allow -D warnings` |
2461 | 2023-12-13T05:44:35.016Z | Running `/home/build/.rustup/toolchains/1.74.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=a665996ce79c797d -C extra-filename=-a665996ce79c797d --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-df62e9c1aba12dc6.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-bc7f29f84f44bfc2.rmeta --cap-lints allow -D warnings` |
2462 | 2023-12-13T05:44:35.264Z | Compiling derive_more v0.99.17 |
2463 | 2023-12-13T05:44:35.268Z | Running `/home/build/.rustup/toolchains/1.74.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=46eebefa6ecc0bc6 -C extra-filename=-46eebefa6ecc0bc6 --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-75f259e6c8d85f5c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
2464 | 2023-12-13T05:44:35.695Z | Compiling resolv-conf v0.7.0 |
2465 | 2023-12-13T05:44:35.700Z | Running `/home/build/.rustup/toolchains/1.74.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=1797537596e6f0f5 -C extra-filename=-1797537596e6f0f5 --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-0ba3745aa0927d62.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-0673ec99874d5ad1.rmeta --cap-lints allow -D warnings` |
2466 | 2023-12-13T05:44:36.259Z | Compiling fxhash v0.2.1 |
2467 | 2023-12-13T05:44:36.267Z | Running `/home/build/.rustup/toolchains/1.74.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=a981ba183737ec33 -C extra-filename=-a981ba183737ec33 --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-1b4ad01209984ea0.rmeta --cap-lints allow -D warnings` |
2468 | 2023-12-13T05:44:36.558Z | Compiling trust-dns-resolver v0.22.0 |
2469 | 2023-12-13T05:44:36.562Z | Running `/home/build/.rustup/toolchains/1.74.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=caf1f0c075e153f3 -C extra-filename=-caf1f0c075e153f3 --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-bc2c501506aafa82.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-1aeaf1d60cc951d6.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b0890bfa533f5f63.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-1797537596e6f0f5.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-0316017cde573a0f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b4fdd92e41203020.rmeta --cap-lints allow -D warnings` |
2470 | 2023-12-13T05:44:36.616Z | Compiling newline-converter v0.3.0 |
2471 | 2023-12-13T05:44:36.620Z | Running `/home/build/.rustup/toolchains/1.74.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=e4889edf4561401f -C extra-filename=-e4889edf4561401f --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-a7b83919c0401bc3.rmeta --cap-lints allow -D warnings` |
2472 | 2023-12-13T05:44:36.849Z | Compiling expectorate v1.1.0 |
2473 | 2023-12-13T05:44:36.868Z | Running `/home/build/.rustup/toolchains/1.74.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=ca99fe340da40657 -C extra-filename=-ca99fe340da40657 --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-6e7ba986a3c22a1f.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-e4889edf4561401f.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-452f8398af6fb89f.rmeta --cap-lints allow -D warnings` |
2474 | 2023-12-13T05:44:37.027Z | Compiling nibble_vec v0.1.0 |
2475 | 2023-12-13T05:44:37.059Z | Running `/home/build/.rustup/toolchains/1.74.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=c804427d42d29034 -C extra-filename=-c804427d42d29034 --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-0316017cde573a0f.rmeta --cap-lints allow -D warnings` |
2476 | 2023-12-13T05:44:37.085Z | Compiling endian-type v0.1.2 |
2477 | 2023-12-13T05:44:37.088Z | Running `/home/build/.rustup/toolchains/1.74.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=7094093e52ffe519 -C extra-filename=-7094093e52ffe519 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2478 | 2023-12-13T05:44:37.356Z | Compiling glob v0.3.1 |
2479 | 2023-12-13T05:44:37.361Z | Running `/home/build/.rustup/toolchains/1.74.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=daf84fcebc6d5eca -C extra-filename=-daf84fcebc6d5eca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2480 | 2023-12-13T05:44:37.383Z | Compiling termcolor v1.2.0 |
2481 | 2023-12-13T05:44:37.386Z | Running `/home/build/.rustup/toolchains/1.74.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=37d60876ed20c975 -C extra-filename=-37d60876ed20c975 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2482 | 2023-12-13T05:44:37.450Z | Compiling radix_trie v0.2.1 |
2483 | 2023-12-13T05:44:37.453Z | Running `/home/build/.rustup/toolchains/1.74.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=91dbcc61ce19bc9c -C extra-filename=-91dbcc61ce19bc9c --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-7094093e52ffe519.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-c804427d42d29034.rmeta --cap-lints allow -D warnings` |
2484 | 2023-12-13T05:44:38.521Z | Compiling omicron-zone-package v0.9.1 |
2485 | 2023-12-13T05:44:38.589Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-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 -C metadata=7455c9e2748ded37 -C extra-filename=-7455c9e2748ded37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-026e01bb0412a847.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-a535b2745365b0c0.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e0eb1ad5ee0e2206.so --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6ca08d933ea381d8.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64` |
2486 | 2023-12-13T05:44:38.805Z | Compiling semver-parser v0.10.2 |
2487 | 2023-12-13T05:44:39.230Z | Running `/home/build/.rustup/toolchains/1.74.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=1f7734b57f6be7bd -C extra-filename=-1f7734b57f6be7bd --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-44170135f2510804.rmeta --cap-lints allow -D warnings` |
2488 | 2023-12-13T05:44:39.234Z | Compiling radium v0.7.0 |
2489 | 2023-12-13T05:44:39.234Z | Running `/home/build/.rustup/toolchains/1.74.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=54f115d39e5efe8d -C extra-filename=-54f115d39e5efe8d --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-54f115d39e5efe8d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2490 | 2023-12-13T05:44:39.870Z | Running `/work/oxidecomputer/omicron/target/debug/build/radium-54f115d39e5efe8d/build-script-build` |
2491 | 2023-12-13T05:44:39.909Z | Compiling tap v1.0.1 |
2492 | 2023-12-13T05:44:39.936Z | Running `/home/build/.rustup/toolchains/1.74.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=30dddda8e7a4d974 -C extra-filename=-30dddda8e7a4d974 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2493 | 2023-12-13T05:44:40.171Z | Compiling semver v0.11.0 |
2494 | 2023-12-13T05:44:40.176Z | Running `/home/build/.rustup/toolchains/1.74.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=3a0bb39fc94a1d3d -C extra-filename=-3a0bb39fc94a1d3d --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-1f7734b57f6be7bd.rmeta --cap-lints allow -D warnings` |
2495 | 2023-12-13T05:44:41.445Z | Compiling toolchain_find v0.2.0 |
2496 | 2023-12-13T05:44:41.452Z | Running `/home/build/.rustup/toolchains/1.74.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=91e6363bcecd5c8c -C extra-filename=-91e6363bcecd5c8c --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-36989160e6b31e23.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3a0bb39fc94a1d3d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rmeta --cap-lints allow -D warnings` |
2497 | 2023-12-13T05:44:41.475Z | Compiling maybe-uninit v2.0.0 |
2498 | 2023-12-13T05:44:41.479Z | Running `/home/build/.rustup/toolchains/1.74.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=f714a593871c4a56 -C extra-filename=-f714a593871c4a56 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-f714a593871c4a56 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2499 | 2023-12-13T05:44:42.398Z | Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-f714a593871c4a56/build-script-build` |
2500 | 2023-12-13T05:44:42.440Z | Compiling rustfmt-wrapper v0.2.0 |
2501 | 2023-12-13T05:44:42.450Z | Running `/home/build/.rustup/toolchains/1.74.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=63b388be15ca66f0 -C extra-filename=-63b388be15ca66f0 --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-101c0c10b68ffd8b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5b86e4227db11325.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-91e6363bcecd5c8c.rmeta --cap-lints allow -D warnings` |
2502 | 2023-12-13T05:44:42.511Z | Compiling wyz v0.5.1 |
2503 | 2023-12-13T05:44:42.522Z | Running `/home/build/.rustup/toolchains/1.74.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=f517a8beba484217 -C extra-filename=-f517a8beba484217 --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-30dddda8e7a4d974.rmeta --cap-lints allow -D warnings` |
2504 | 2023-12-13T05:44:42.596Z | Running `/home/build/.rustup/toolchains/1.74.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=184136ec6747b782 -C extra-filename=-184136ec6747b782 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg radium_atomic_8 --cfg radium_atomic_16 --cfg radium_atomic_32 --cfg radium_atomic_64 --cfg radium_atomic_ptr` |
2505 | 2023-12-13T05:44:43.194Z | Compiling num-rational v0.4.1 |
2506 | 2023-12-13T05:44:43.203Z | Running `/home/build/.rustup/toolchains/1.74.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=35877ac485ca8490 -C extra-filename=-35877ac485ca8490 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-rational-35877ac485ca8490 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings` |
2507 | 2023-12-13T05:44:43.307Z | Compiling funty v2.0.0 |
2508 | 2023-12-13T05:44:43.311Z | Running `/home/build/.rustup/toolchains/1.74.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=c845abd79b94a012 -C extra-filename=-c845abd79b94a012 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2509 | 2023-12-13T05:44:43.391Z | Compiling packed_struct v0.10.1 |
2510 | 2023-12-13T05:44:43.396Z | Running `/home/build/.rustup/toolchains/1.74.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=2601aea4b3a549db -C extra-filename=-2601aea4b3a549db --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-2601aea4b3a549db -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2511 | 2023-12-13T05:44:43.752Z | Compiling crc-catalog v2.2.0 |
2512 | 2023-12-13T05:44:43.752Z | Running `/home/build/.rustup/toolchains/1.74.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=e3d909bf79973734 -C extra-filename=-e3d909bf79973734 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2513 | 2023-12-13T05:44:43.954Z | Compiling num-bigint-dig v0.8.4 |
2514 | 2023-12-13T05:44:43.958Z | Running `/home/build/.rustup/toolchains/1.74.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=990dde5a4a9cee6d -C extra-filename=-990dde5a4a9cee6d --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-990dde5a4a9cee6d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2515 | 2023-12-13T05:44:44.585Z | Compiling keccak v0.1.4 |
2516 | 2023-12-13T05:44:44.592Z | Running `/home/build/.rustup/toolchains/1.74.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=42b0c13038d1f5b6 -C extra-filename=-42b0c13038d1f5b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2517 | 2023-12-13T05:44:44.592Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-990dde5a4a9cee6d/build-script-build` |
2518 | 2023-12-13T05:44:44.593Z | Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-2601aea4b3a549db/build-script-build` |
2519 | 2023-12-13T05:44:44.598Z | Compiling crc v3.0.1 |
2520 | 2023-12-13T05:44:44.598Z | Running `/home/build/.rustup/toolchains/1.74.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=aba0ec4eb9ec4013 -C extra-filename=-aba0ec4eb9ec4013 --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-e3d909bf79973734.rmeta --cap-lints allow -D warnings` |
2521 | 2023-12-13T05:44:45.063Z | Compiling sha3 v0.10.8 |
2522 | 2023-12-13T05:44:45.090Z | Running `/home/build/.rustup/toolchains/1.74.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=3bfcfb92361e4177 -C extra-filename=-3bfcfb92361e4177 --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-d72b47fd0525931c.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-42b0c13038d1f5b6.rmeta --cap-lints allow -D warnings` |
2523 | 2023-12-13T05:44:45.241Z | Compiling bitvec v1.0.1 |
2524 | 2023-12-13T05:44:45.245Z | Running `/home/build/.rustup/toolchains/1.74.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=47435de1652fa9fb -C extra-filename=-47435de1652fa9fb --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-c845abd79b94a012.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-184136ec6747b782.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-30dddda8e7a4d974.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-f517a8beba484217.rmeta --cap-lints allow -D warnings` |
2525 | 2023-12-13T05:44:45.832Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-rational-35877ac485ca8490/build-script-build` |
2526 | 2023-12-13T05:44:46.178Z | Running `/home/build/.rustup/toolchains/1.74.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=fbc56d06ff64b9a7 -C extra-filename=-fbc56d06ff64b9a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg derive_copy --cfg repr_transparent --cfg native_uninit` |
2527 | 2023-12-13T05:44:46.308Z | Compiling secrecy v0.8.0 |
2528 | 2023-12-13T05:44:46.314Z | Running `/home/build/.rustup/toolchains/1.74.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=65adaff614060fb5 -C extra-filename=-65adaff614060fb5 --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-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings` |
2529 | 2023-12-13T05:44:46.632Z | Compiling packed_struct_codegen v0.10.1 |
2530 | 2023-12-13T05:44:46.660Z | Running `/home/build/.rustup/toolchains/1.74.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=9acaac233565381e -C extra-filename=-9acaac233565381e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
2531 | 2023-12-13T05:44:46.660Z | Compiling nodrop v0.1.14 |
2532 | 2023-12-13T05:44:46.660Z | Running `/home/build/.rustup/toolchains/1.74.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=45f19903373ec438 -C extra-filename=-45f19903373ec438 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2533 | 2023-12-13T05:44:46.715Z | Compiling smallvec v0.6.14 |
2534 | 2023-12-13T05:44:46.769Z | Running `/home/build/.rustup/toolchains/1.74.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=d6310ae9a5c0d8ed -C extra-filename=-d6310ae9a5c0d8ed --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-fbc56d06ff64b9a7.rmeta --cap-lints allow -D warnings` |
2535 | 2023-12-13T05:44:46.824Z | Compiling array-init v0.0.4 |
2536 | 2023-12-13T05:44:46.828Z | Running `/home/build/.rustup/toolchains/1.74.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=1a3aaf1886ea04d5 -C extra-filename=-1a3aaf1886ea04d5 --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-45f19903373ec438.rmeta --cap-lints allow -D warnings` |
2537 | 2023-12-13T05:44:47.028Z | Running `/home/build/.rustup/toolchains/1.74.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=57f435888b122c70 -C extra-filename=-57f435888b122c70 --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-78c4e619da17149f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings --cfg has_int_exp_fmt` |
2538 | 2023-12-13T05:44:47.429Z | Running `/home/build/.rustup/toolchains/1.74.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=bc27f8b13b081bb6 -C extra-filename=-bc27f8b13b081bb6 --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-1b4ad01209984ea0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-b2de4a05ed778b08.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-90ee7d264145cac8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-0316017cde573a0f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings --cfg has_i128` |
2539 | 2023-12-13T05:44:48.816Z | Compiling pkcs1 v0.7.5 |
2540 | 2023-12-13T05:44:48.828Z | Running `/home/build/.rustup/toolchains/1.74.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=ce8094695dd8f6ce -C extra-filename=-ce8094695dd8f6ce --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-cceb8e0e028647cd.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-83176ad9c8455734.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-050b5b1ec547420c.rmeta --cap-lints allow -D warnings` |
2541 | 2023-12-13T05:44:49.899Z | Compiling signature v2.1.0 |
2542 | 2023-12-13T05:44:49.910Z | Running `/home/build/.rustup/toolchains/1.74.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=a16afa56f1e864ed -C extra-filename=-a16afa56f1e864ed --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-d72b47fd0525931c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ba0b75ae94d53d36.rmeta --cap-lints allow -D warnings` |
2543 | 2023-12-13T05:44:50.093Z | Compiling num-complex v0.4.4 |
2544 | 2023-12-13T05:44:50.096Z | Running `/home/build/.rustup/toolchains/1.74.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=03a3ee00558cc36e -C extra-filename=-03a3ee00558cc36e --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-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings` |
2545 | 2023-12-13T05:44:50.240Z | Compiling bitfield v0.14.0 |
2546 | 2023-12-13T05:44:50.243Z | Running `/home/build/.rustup/toolchains/1.74.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=6672fc3e7cd21291 -C extra-filename=-6672fc3e7cd21291 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2547 | 2023-12-13T05:44:50.476Z | Compiling serde-hex v0.1.0 |
2548 | 2023-12-13T05:44:50.480Z | Running `/home/build/.rustup/toolchains/1.74.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=08f69341742ccafd -C extra-filename=-08f69341742ccafd --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-1a3aaf1886ea04d5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-d6310ae9a5c0d8ed.rmeta --cap-lints allow -D warnings` |
2549 | 2023-12-13T05:44:50.750Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2550 | 2023-12-13T05:44:50.753Z | Running `/home/build/.rustup/toolchains/1.74.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=b66b648628aa5f74 -C extra-filename=-b66b648628aa5f74 --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-1b4ad01209984ea0.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-aba0ec4eb9ec4013.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --cap-lints allow -D warnings` |
2551 | 2023-12-13T05:44:51.221Z | Compiling env_logger v0.10.0 |
2552 | 2023-12-13T05:44:51.238Z | Running `/home/build/.rustup/toolchains/1.74.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=27120d2c10ae6bb0 -C extra-filename=-27120d2c10ae6bb0 --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-76cdf190dc97ad34.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-37d60876ed20c975.rmeta --cap-lints allow -D warnings` |
2553 | 2023-12-13T05:44:51.512Z | Compiling rsa v0.9.2 |
2554 | 2023-12-13T05:44:51.537Z | Running `/home/build/.rustup/toolchains/1.74.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=53d201f663bce697 -C extra-filename=-53d201f663bce697 --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-1b4ad01209984ea0.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-8036eb2fb0734902.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-d72b47fd0525931c.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-bc27f8b13b081bb6.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-90ee7d264145cac8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-ce8094695dd8f6ce.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-83176ad9c8455734.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ba0b75ae94d53d36.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-09dd1c108d4ebb85.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-a16afa56f1e864ed.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-050b5b1ec547420c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings` |
2555 | 2023-12-13T05:44:51.626Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2556 | 2023-12-13T05:44:51.652Z | Running `/home/build/.rustup/toolchains/1.74.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=d0289c2a470eb0da -C extra-filename=-d0289c2a470eb0da --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-d0289c2a470eb0da -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-0daae04b7eea3967.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-55296223c8905605.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-c87ee7a4a219efa1.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be2b16d8eb900e10.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3b1b01c99c344b01.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-49019ba25fed05fd.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-f119340823f1aa08.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-382176a670c6b659.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-a41585ecc45e6d20.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-6e7ba986a3c22a1f.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-8036eb2fb0734902.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2d9f0b9c67027185.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-acc2b0379f0b17cd.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cceb8e0e028647cd.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09d97f8812952e0a.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-d72b47fd0525931c.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2de10bc60dfd1a3c.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-d19168b626fb49e9.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-1dc7ffee0f7fc971.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4915a8c6c3fe3b6a.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-a51c9503c37b751e.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-396ddc32754bad29.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-b102036e989b5275.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2f0f792d523adbff.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-4dabb019971872d6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f0e00c19c973089d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8190e8f00691da95.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a2c79a7f288a2d69.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-c4f0e08992bb4f35.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6994c3643952f9a9.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-f7d1fc2969919b27.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-5a9f61ba3ae19bd7.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-90ee7d264145cac8.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c37157d808c21f6c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-34fb84ef49a3676a.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3ca074035a2e7100.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-6ca9c9b00462ef37.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-57572678d71e52ed.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ac03edf4730b2374.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7bb54c54e8b8c333.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-09dd1c108d4ebb85.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-452f8398af6fb89f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4c240d9238dcc0df.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-9aadf067d7321e79.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2d440d03e3b86ed7.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-dbc03062bd046473.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6ca08d933ea381d8.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c57cf8ec5942097f.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-bce299181fb55ea0.rlib --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f166fe2f4ac9c287.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b4fdd92e41203020.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-9c36c215e5778119.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-7c2cf4bd1cb476cd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-ffe26fdf2c332fea.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-cd00391a1de35258.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f28df03945a552f5.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2557 | 2023-12-13T05:44:51.809Z | Compiling num v0.4.1 |
2558 | 2023-12-13T05:44:51.812Z | Running `/home/build/.rustup/toolchains/1.74.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=bf5edac01f673ca3 -C extra-filename=-bf5edac01f673ca3 --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-03a3ee00558cc36e.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-90ee7d264145cac8.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-57f435888b122c70.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings` |
2559 | 2023-12-13T05:44:51.905Z | Running `/home/build/.rustup/toolchains/1.74.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=e1e384848f6e05d9 -C extra-filename=-e1e384848f6e05d9 --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-47435de1652fa9fb.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-9acaac233565381e.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings` |
2560 | 2023-12-13T05:44:51.961Z | Compiling x509-cert v0.2.4 |
2561 | 2023-12-13T05:44:51.987Z | Running `/home/build/.rustup/toolchains/1.74.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=b2b95ff7fe67ca3c -C extra-filename=-b2b95ff7fe67ca3c --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-8036eb2fb0734902.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cceb8e0e028647cd.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-050b5b1ec547420c.rmeta --cap-lints allow -D warnings` |
2562 | 2023-12-13T05:44:52.245Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-d0289c2a470eb0da/build-script-build` |
2563 | 2023-12-13T05:44:52.288Z | Running `/home/build/.rustup/toolchains/1.74.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=51e830d44a46a8e5 -C extra-filename=-51e830d44a46a8e5 --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-0daae04b7eea3967.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-55296223c8905605.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-c87ee7a4a219efa1.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be2b16d8eb900e10.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3b1b01c99c344b01.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-49019ba25fed05fd.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-f119340823f1aa08.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-382176a670c6b659.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-a41585ecc45e6d20.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-6e7ba986a3c22a1f.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-8036eb2fb0734902.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2d9f0b9c67027185.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-acc2b0379f0b17cd.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cceb8e0e028647cd.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09d97f8812952e0a.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-d72b47fd0525931c.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2de10bc60dfd1a3c.rmeta --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-d19168b626fb49e9.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-1dc7ffee0f7fc971.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4915a8c6c3fe3b6a.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-a51c9503c37b751e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-396ddc32754bad29.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-b102036e989b5275.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2f0f792d523adbff.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-4dabb019971872d6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f0e00c19c973089d.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8190e8f00691da95.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a2c79a7f288a2d69.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-c4f0e08992bb4f35.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6994c3643952f9a9.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-f7d1fc2969919b27.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-5a9f61ba3ae19bd7.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-90ee7d264145cac8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c37157d808c21f6c.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-34fb84ef49a3676a.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3ca074035a2e7100.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-6ca9c9b00462ef37.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-57572678d71e52ed.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ac03edf4730b2374.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7bb54c54e8b8c333.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-09dd1c108d4ebb85.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-452f8398af6fb89f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4c240d9238dcc0df.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-9aadf067d7321e79.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2d440d03e3b86ed7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6ca08d933ea381d8.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c57cf8ec5942097f.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-bce299181fb55ea0.rmeta --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f166fe2f4ac9c287.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b4fdd92e41203020.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-9c36c215e5778119.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-7c2cf4bd1cb476cd.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-ffe26fdf2c332fea.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-cd00391a1de35258.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f28df03945a552f5.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2564 | 2023-12-13T05:44:52.460Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2565 | 2023-12-13T05:44:52.468Z | Running `/home/build/.rustup/toolchains/1.74.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=17238ad50319e3ea -C extra-filename=-17238ad50319e3ea --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-51e830d44a46a8e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2566 | 2023-12-13T05:44:53.456Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2567 | 2023-12-13T05:44:53.461Z | Running `/home/build/.rustup/toolchains/1.74.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=92dedbeb7b01892e -C extra-filename=-92dedbeb7b01892e --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-d9aa0d059bd049b5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2568 | 2023-12-13T05:44:54.354Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2569 | 2023-12-13T05:44:54.354Z | Running `/home/build/.rustup/toolchains/1.74.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=6736bf3e319ac7cc -C extra-filename=-6736bf3e319ac7cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d5d148f8b0aeac01.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-4a667776a18b8bd2.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-9a24c9cb3f4a98ce.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2570 | 2023-12-13T05:44:54.354Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2571 | 2023-12-13T05:44:54.354Z | Running `/home/build/.rustup/toolchains/1.74.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=e65b6b3569898ced -C extra-filename=-e65b6b3569898ced --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-51e830d44a46a8e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2572 | 2023-12-13T05:44:56.186Z | Compiling ron v0.8.1 |
2573 | 2023-12-13T05:44:56.191Z | Running `/home/build/.rustup/toolchains/1.74.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=f0a27717e90706c7 -C extra-filename=-f0a27717e90706c7 --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-efdef217e0fabd4e.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3b1b01c99c344b01.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e0eb1ad5ee0e2206.so --cap-lints allow -D warnings` |
2574 | 2023-12-13T05:44:58.537Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2575 | 2023-12-13T05:44:58.541Z | Running `/home/build/.rustup/toolchains/1.74.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=21ab67453a2aa91d -C extra-filename=-21ab67453a2aa91d --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-6672fc3e7cd21291.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-e1e384848f6e05d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings` |
2576 | 2023-12-13T05:44:58.775Z | Compiling utf-8 v0.7.6 |
2577 | 2023-12-13T05:44:58.779Z | Running `/home/build/.rustup/toolchains/1.74.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=d127f35e1baf2f5e -C extra-filename=-d127f35e1baf2f5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2578 | 2023-12-13T05:44:59.253Z | Compiling crc-any v2.4.3 |
2579 | 2023-12-13T05:44:59.256Z | Running `/home/build/.rustup/toolchains/1.74.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=243f4363216938b3 -C extra-filename=-243f4363216938b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2580 | 2023-12-13T05:45:00.103Z | Compiling tungstenite v0.20.1 |
2581 | 2023-12-13T05:45:00.106Z | Running `/home/build/.rustup/toolchains/1.74.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=3440800ded2d76be -C extra-filename=-3440800ded2d76be --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-1b4ad01209984ea0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6b18b93accc321e4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-c25a7f7496695df9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c4ebfe0af0a51689.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-d127f35e1baf2f5e.rmeta --cap-lints allow -D warnings` |
2582 | 2023-12-13T05:45:00.473Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2583 | 2023-12-13T05:45:00.478Z | Running `/home/build/.rustup/toolchains/1.74.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=059ab05082d718c9 -C extra-filename=-059ab05082d718c9 --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-f0a27717e90706c7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-b66b648628aa5f74.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --cap-lints allow -D warnings` |
2584 | 2023-12-13T05:45:00.776Z | Compiling object v0.30.4 |
2585 | 2023-12-13T05:45:00.781Z | Running `/home/build/.rustup/toolchains/1.74.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=6322a17d7af0238b -C extra-filename=-6322a17d7af0238b --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-2e6cb0fdfac0d5fc.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2f0f792d523adbff.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fa80c618b8065deb.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --cap-lints allow -D warnings` |
2586 | 2023-12-13T05:45:01.212Z | Compiling path-slash v0.1.5 |
2587 | 2023-12-13T05:45:01.217Z | Running `/home/build/.rustup/toolchains/1.74.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=870e60259411baa0 -C extra-filename=-870e60259411baa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2588 | 2023-12-13T05:45:01.516Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2589 | 2023-12-13T05:45:01.520Z | Running `/home/build/.rustup/toolchains/1.74.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=24e5821985b424dd -C extra-filename=-24e5821985b424dd --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-51e830d44a46a8e5.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2590 | 2023-12-13T05:45:01.554Z | Compiling signal-hook-mio v0.2.3 |
2591 | 2023-12-13T05:45:01.558Z | Running `/home/build/.rustup/toolchains/1.74.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=e51242e1ea1285d3 -C extra-filename=-e51242e1ea1285d3 --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-df62e9c1aba12dc6.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-6994c3643952f9a9.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a665996ce79c797d.rmeta --cap-lints allow -D warnings` |
2592 | 2023-12-13T05:45:01.809Z | Compiling buf-list v1.0.3 |
2593 | 2023-12-13T05:45:02.218Z | Running `/home/build/.rustup/toolchains/1.74.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=e819ecfedebe66cc -C extra-filename=-e819ecfedebe66cc --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-e819ecfedebe66cc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2594 | 2023-12-13T05:45:02.222Z | Compiling tokio-tungstenite v0.20.1 |
2595 | 2023-12-13T05:45:02.223Z | Running `/home/build/.rustup/toolchains/1.74.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=15a340151b799bce -C extra-filename=-15a340151b799bce --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-af647ea9423ed3ec.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-3440800ded2d76be.rmeta --cap-lints allow -D warnings` |
2596 | 2023-12-13T05:45:02.496Z | Compiling display-error-chain v0.2.0 |
2597 | 2023-12-13T05:45:02.578Z | Running `/home/build/.rustup/toolchains/1.74.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=c33ee704d422915a -C extra-filename=-c33ee704d422915a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2598 | 2023-12-13T05:45:02.747Z | Compiling parking_lot_core v0.8.6 |
2599 | 2023-12-13T05:45:02.796Z | Running `/home/build/.rustup/toolchains/1.74.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=99d4ca97820188b4 -C extra-filename=-99d4ca97820188b4 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-99d4ca97820188b4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2600 | 2023-12-13T05:45:02.810Z | Compiling trust-dns-client v0.22.0 |
2601 | 2023-12-13T05:45:02.829Z | Running `/home/build/.rustup/toolchains/1.74.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=8b19c5547b1d0467 -C extra-filename=-8b19c5547b1d0467 --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-bc2c501506aafa82.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6b18b93accc321e4.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-91dbcc61ce19bc9c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2d440d03e3b86ed7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b4fdd92e41203020.rmeta --cap-lints allow -D warnings` |
2602 | 2023-12-13T05:45:02.923Z | Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-e819ecfedebe66cc/build-script-build` |
2603 | 2023-12-13T05:45:02.961Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2604 | 2023-12-13T05:45:02.972Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/9339b57/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=83211b8a2bf13b83 -C extra-filename=-83211b8a2bf13b83 --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-34b68f92bd528ae8.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-c55e0541693ea3e2.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-c91cc9a2238c7181.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64` |
2605 | 2023-12-13T05:45:03.023Z | Running `/home/build/.rustup/toolchains/1.74.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=06289c5680bca19e -C extra-filename=-06289c5680bca19e --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-d06f2e98114e5873.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --cap-lints allow -D warnings --cfg seek_convenience --cfg const_fn_trait_bounds` |
2606 | 2023-12-13T05:45:03.272Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2607 | 2023-12-13T05:45:03.288Z | Running `/home/build/.rustup/toolchains/1.74.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=01672951b3e5ecec -C extra-filename=-01672951b3e5ecec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-17238ad50319e3ea.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-fa783b65b64a2ba1.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-ab98b827dbfdb6ed.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2608 | 2023-12-13T05:45:03.511Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2609 | 2023-12-13T05:45:03.536Z | Running `/home/build/.rustup/toolchains/1.74.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=e3c0b077b0dcbe9d -C extra-filename=-e3c0b077b0dcbe9d --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-efdef217e0fabd4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2610 | 2023-12-13T05:45:03.704Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2611 | 2023-12-13T05:45:03.710Z | Running `/home/build/.rustup/toolchains/1.74.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=5081ede802ccf07b -C extra-filename=-5081ede802ccf07b --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-7769037f643a5afe.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2612 | 2023-12-13T05:45:03.961Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-99d4ca97820188b4/build-script-build` |
2613 | 2023-12-13T05:45:03.974Z | Running `/home/build/.rustup/toolchains/1.74.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=0a289540ca7c172e -C extra-filename=-0a289540ca7c172e --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-bc2c501506aafa82.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-30c7dc3283c535e9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-0316017cde573a0f.rmeta --cap-lints allow -D warnings` |
2614 | 2023-12-13T05:45:05.097Z | Compiling parking_lot v0.11.2 |
2615 | 2023-12-13T05:45:05.101Z | Running `/home/build/.rustup/toolchains/1.74.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=a4807bdcf345ace2 -C extra-filename=-a4807bdcf345ace2 --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-30c7dc3283c535e9.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-c0d85aeeedd1db0a.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-0a289540ca7c172e.rmeta --cap-lints allow -D warnings` |
2616 | 2023-12-13T05:45:06.000Z | Compiling sled v0.34.7 |
2617 | 2023-12-13T05:45:06.424Z | Running `/home/build/.rustup/toolchains/1.74.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=51ed106404ae3e75 -C extra-filename=-51ed106404ae3e75 --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-2e6cb0fdfac0d5fc.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2d9f0b9c67027185.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-a981ba183737ec33.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a4807bdcf345ace2.rmeta --cap-lints allow -D warnings` |
2618 | 2023-12-13T05:45:06.710Z | Compiling trust-dns-server v0.22.1 |
2619 | 2023-12-13T05:45:06.716Z | Running `/home/build/.rustup/toolchains/1.74.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=69c7bfbfa453cc41 -C extra-filename=-69c7bfbfa453cc41 --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-084832dceff4d290.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-c877e58e27839d73.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-e8030b61cb9ca4f2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2d440d03e3b86ed7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5b86e4227db11325.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b19c5547b1d0467.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b4fdd92e41203020.rmeta --cap-lints allow -D warnings` |
2620 | 2023-12-13T05:45:07.962Z | Compiling pretty-hex v0.4.0 |
2621 | 2023-12-13T05:45:07.965Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=bbeb7eb58c6ead42 -C extra-filename=-bbeb7eb58c6ead42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2622 | 2023-12-13T05:45:08.304Z | Compiling semver v0.1.20 |
2623 | 2023-12-13T05:45:08.312Z | Running `/home/build/.rustup/toolchains/1.74.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=9167605ef855e737 -C extra-filename=-9167605ef855e737 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2624 | 2023-12-13T05:45:09.486Z | Compiling rustc_version v0.1.7 |
2625 | 2023-12-13T05:45:09.495Z | Running `/home/build/.rustup/toolchains/1.74.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=c204b087ee0a29ce -C extra-filename=-c204b087ee0a29ce --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-9167605ef855e737.rmeta --cap-lints allow -D warnings` |
2626 | 2023-12-13T05:45:10.246Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2627 | 2023-12-13T05:45:10.264Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/ddm-admin-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=59958b2f8b76b8eb -C extra-filename=-59958b2f8b76b8eb --out-dir /work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-59958b2f8b76b8eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-7455c9e2748ded37.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-63b388be15ca66f0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64` |
2628 | 2023-12-13T05:45:10.876Z | Compiling newtype_derive v0.1.6 |
2629 | 2023-12-13T05:45:10.945Z | Running `/home/build/.rustup/toolchains/1.74.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=87ab273cfcac2f77 -C extra-filename=-87ab273cfcac2f77 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-87ab273cfcac2f77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c204b087ee0a29ce.rlib --cap-lints allow -D warnings` |
2630 | 2023-12-13T05:45:11.434Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2631 | 2023-12-13T05:45:11.438Z | Running `/home/build/.rustup/toolchains/1.74.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=fc5411a5df7a6b2e -C extra-filename=-fc5411a5df7a6b2e --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-fc5411a5df7a6b2e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-7455c9e2748ded37.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-63b388be15ca66f0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64` |
2632 | 2023-12-13T05:45:14.537Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2633 | 2023-12-13T05:45:14.548Z | Running `/home/build/.rustup/toolchains/1.74.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=60029b38e94940bc -C extra-filename=-60029b38e94940bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-51ed106404ae3e75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b19c5547b1d0467.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b4fdd92e41203020.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-69c7bfbfa453cc41.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2634 | 2023-12-13T05:45:16.408Z | Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-87ab273cfcac2f77/build-script-build` |
2635 | 2023-12-13T05:45:16.505Z | Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2636 | 2023-12-13T05:45:16.509Z | Running `/home/build/.rustup/toolchains/1.74.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=63f298dc0a867e63 -C extra-filename=-63f298dc0a867e63 --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-e8726b1e312bd2e5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --cap-lints allow -D warnings` |
2637 | 2023-12-13T05:45:18.496Z | Running `/home/build/.rustup/toolchains/1.74.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=90083c391ac2a709 -C extra-filename=-90083c391ac2a709 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg op_assign` |
2638 | 2023-12-13T05:45:18.641Z | Compiling vte_generate_state_changes v0.1.1 |
2639 | 2023-12-13T05:45:18.711Z | Running `/home/build/.rustup/toolchains/1.74.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=e52875883792dcf6 -C extra-filename=-e52875883792dcf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern proc_macro --cap-lints allow -D warnings` |
2640 | 2023-12-13T05:45:19.682Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2641 | 2023-12-13T05:45:19.682Z | Running `/home/build/.rustup/toolchains/1.74.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"' --cfg 'feature="tmp_keypath"' -C metadata=bb326a14bc9e7426 -C extra-filename=-bb326a14bc9e7426 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-86119831ef0d8686.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-ae3470898b5ca726.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-4b7c7b82d1efc4c3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e756afb4e9cc51c.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-623880b9a2db11f7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3e04c8c5dd9844aa.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2642 | 2023-12-13T05:45:19.807Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2643 | 2023-12-13T05:45:19.811Z | Running `/home/build/.rustup/toolchains/1.74.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=623a93b3645a6dbd -C extra-filename=-623a93b3645a6dbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-675cdf5a1688d20e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-026e01bb0412a847.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-299b25c0cb08498f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c8b419309bfacae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2644 | 2023-12-13T05:45:23.398Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2645 | 2023-12-13T05:45:23.413Z | Running `/home/build/.rustup/toolchains/1.74.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=cf8615bb36c1cb47 -C extra-filename=-cf8615bb36c1cb47 --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-1b4ad01209984ea0.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-8036eb2fb0734902.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-243f4363216938b3.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cceb8e0e028647cd.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-27120d2c10ae6bb0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-21ab67453a2aa91d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-e1e384848f6e05d9.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c37157d808c21f6c.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-53d201f663bce697.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-08f69341742ccafd.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-09dd1c108d4ebb85.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-b2b95ff7fe67ca3c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --cap-lints allow -D warnings` |
2646 | 2023-12-13T05:45:25.373Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2647 | 2023-12-13T05:45:25.377Z | Running `/home/build/.rustup/toolchains/1.74.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=035c30fa37189562 -C extra-filename=-035c30fa37189562 --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-d06f2e98114e5873.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-bf5edac01f673ca3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e65b6b3569898ced.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2648 | 2023-12-13T05:45:25.606Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2649 | 2023-12-13T05:45:25.617Z | Running `/home/build/.rustup/toolchains/1.74.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=99a4f5018e767a40 -C extra-filename=-99a4f5018e767a40 --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-084832dceff4d290.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0722d3e783790955.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-65adaff614060fb5.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2650 | 2023-12-13T05:45:26.730Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2651 | 2023-12-13T05:45:26.734Z | Running `/home/build/.rustup/toolchains/1.74.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=1f72e673872765cc -C extra-filename=-1f72e673872765cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2652 | 2023-12-13T05:45:27.231Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2653 | 2023-12-13T05:45:27.234Z | Running `/home/build/.rustup/toolchains/1.74.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=3613d422ae61369e -C extra-filename=-3613d422ae61369e --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-21ab67453a2aa91d.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-cf8615bb36c1cb47.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-6322a17d7af0238b.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-870e60259411baa0.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-53d201f663bce697.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-b66b648628aa5f74.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-059ab05082d718c9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6ca08d933ea381d8.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-b2b95ff7fe67ca3c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f28df03945a552f5.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2654 | 2023-12-13T05:45:27.631Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2655 | 2023-12-13T05:45:27.638Z | Running `/home/build/.rustup/toolchains/1.74.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=cebabb66f504f0ea -C extra-filename=-cebabb66f504f0ea --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-7769037f643a5afe.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2656 | 2023-12-13T05:45:32.122Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2657 | 2023-12-13T05:45:32.126Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc_key_value --edition=2021 ipcc-key-value/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=93f21655c6d108ae -C extra-filename=-93f21655c6d108ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a8135444ac120ce3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2658 | 2023-12-13T05:45:32.307Z | Compiling memoffset v0.7.1 |
2659 | 2023-12-13T05:45:32.344Z | Running `/home/build/.rustup/toolchains/1.74.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=8f380bafbc631838 -C extra-filename=-8f380bafbc631838 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-8f380bafbc631838 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings` |
2660 | 2023-12-13T05:45:32.892Z | Compiling arrayvec v0.5.2 |
2661 | 2023-12-13T05:45:32.898Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-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=f8faf5b751c0647a -C extra-filename=-f8faf5b751c0647a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2662 | 2023-12-13T05:45:33.777Z | Compiling platforms v3.0.2 |
2663 | 2023-12-13T05:45:33.781Z | Running `/home/build/.rustup/toolchains/1.74.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=0cb7554db24782e0 -C extra-filename=-0cb7554db24782e0 --out-dir /work/oxidecomputer/omicron/target/debug/build/platforms-0cb7554db24782e0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2664 | 2023-12-13T05:45:34.218Z | Compiling vte v0.10.1 |
2665 | 2023-12-13T05:45:34.222Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-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="arrayvec"' --cfg 'feature="default"' --cfg 'feature="no_std"' -C metadata=bfa61c8f11ccf55b -C extra-filename=-bfa61c8f11ccf55b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-f8faf5b751c0647a.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-4593178b619af749.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-e52875883792dcf6.so --cap-lints allow -D warnings` |
2666 | 2023-12-13T05:45:34.357Z | Running `/work/oxidecomputer/omicron/target/debug/build/platforms-0cb7554db24782e0/build-script-build` |
2667 | 2023-12-13T05:45:34.399Z | Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-8f380bafbc631838/build-script-build` |
2668 | 2023-12-13T05:45:34.585Z | Compiling steno v0.4.0 |
2669 | 2023-12-13T05:45:34.589Z | Running `/home/build/.rustup/toolchains/1.74.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=e50a3842305ea3a8 -C extra-filename=-e50a3842305ea3a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta --cap-lints allow -D warnings` |
2670 | 2023-12-13T05:45:38.512Z | Running `/work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-59958b2f8b76b8eb/build-script-build` |
2671 | 2023-12-13T05:45:38.603Z | Compiling fd-lock v3.0.13 |
2672 | 2023-12-13T05:45:38.608Z | Running `/home/build/.rustup/toolchains/1.74.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=ad6da60ce337ad21 -C extra-filename=-ad6da60ce337ad21 --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-bc2c501506aafa82.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7bb54c54e8b8c333.rmeta --cap-lints allow -D warnings` |
2673 | 2023-12-13T05:45:38.743Z | Compiling strip-ansi-escapes v0.1.1 |
2674 | 2023-12-13T05:45:38.753Z | Running `/home/build/.rustup/toolchains/1.74.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.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=541157b89f746d61 -C extra-filename=-541157b89f746d61 --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-bfa61c8f11ccf55b.rmeta --cap-lints allow -D warnings` |
2675 | 2023-12-13T05:45:38.876Z | Running `/home/build/.rustup/toolchains/1.74.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=b09f3b757e13ec10 -C extra-filename=-b09f3b757e13ec10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros` |
2676 | 2023-12-13T05:45:38.894Z | Running `/home/build/.rustup/toolchains/1.74.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=ea9b135a7169d8e5 -C extra-filename=-ea9b135a7169d8e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2677 | 2023-12-13T05:45:38.968Z | Compiling crossterm v0.26.1 |
2678 | 2023-12-13T05:45:38.988Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-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="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=28730e190acd0829 -C extra-filename=-28730e190acd0829 --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-b6f8a7d540d47813.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6994c3643952f9a9.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b0890bfa533f5f63.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a665996ce79c797d.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-e51242e1ea1285d3.rmeta --cap-lints allow -D warnings` |
2679 | 2023-12-13T05:45:39.130Z | Compiling crossbeam-deque v0.8.3 |
2680 | 2023-12-13T05:45:39.136Z | Running `/home/build/.rustup/toolchains/1.74.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=de0c924a38105e0e -C extra-filename=-de0c924a38105e0e --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-bc2c501506aafa82.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2d9f0b9c67027185.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --cap-lints allow -D warnings` |
2681 | 2023-12-13T05:45:39.655Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2682 | 2023-12-13T05:45:39.659Z | Running `/home/build/.rustup/toolchains/1.74.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=fcf733c510251e73 -C extra-filename=-fcf733c510251e73 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-fcf733c510251e73 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
2683 | 2023-12-13T05:45:39.748Z | Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-fc5411a5df7a6b2e/build-script-build` |
2684 | 2023-12-13T05:45:39.910Z | Compiling unicase v2.7.0 |
2685 | 2023-12-13T05:45:39.949Z | Running `/home/build/.rustup/toolchains/1.74.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=4e17b597ff6e6fea -C extra-filename=-4e17b597ff6e6fea --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-4e17b597ff6e6fea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
2686 | 2023-12-13T05:45:40.230Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2687 | 2023-12-13T05:45:40.233Z | Running `/home/build/.rustup/toolchains/1.74.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=336bd9e4ec1bcba0 -C extra-filename=-336bd9e4ec1bcba0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-5fbee8486911ec05.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-c0f99d4dd8fd9e9f.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1a945f20f992a1d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
2688 | 2023-12-13T05:45:40.477Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2689 | 2023-12-13T05:45:40.480Z | Running `/home/build/.rustup/toolchains/1.74.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=51242dff9c560077 -C extra-filename=-51242dff9c560077 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2690 | 2023-12-13T05:45:40.765Z | Running `/home/build/.rustup/toolchains/1.74.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=89eb3f13d21919d1 -C extra-filename=-89eb3f13d21919d1 --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-7769037f643a5afe.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-34b68f92bd528ae8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2691 | 2023-12-13T05:45:43.988Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2692 | 2023-12-13T05:45:43.994Z | Running `/home/build/.rustup/toolchains/1.74.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=101138a21a5c1855 -C extra-filename=-101138a21a5c1855 --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-084832dceff4d290.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-99a4f5018e767a40.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
2693 | 2023-12-13T05:45:44.262Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name 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=e9cbf9f49bb23513 -C extra-filename=-e9cbf9f49bb23513 --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-294f21b38637a1be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-34b68f92bd528ae8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
2694 | 2023-12-13T05:45:46.004Z | Compiling rayon-core v1.12.0 |
2695 | 2023-12-13T05:45:46.008Z | Running `/home/build/.rustup/toolchains/1.74.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.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=83d4042876c001bf -C extra-filename=-83d4042876c001bf --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-83d4042876c001bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2696 | 2023-12-13T05:45:46.531Z | Compiling salty v0.2.0 |
2697 | 2023-12-13T05:45:46.534Z | Running `/home/build/.rustup/toolchains/1.74.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=be16da5b0a40bd70 -C extra-filename=-be16da5b0a40bd70 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-be16da5b0a40bd70 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2698 | 2023-12-13T05:45:47.431Z | Compiling signature v1.6.4 |
2699 | 2023-12-13T05:45:47.459Z | Running `/home/build/.rustup/toolchains/1.74.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=63c1f06889acbd12 -C extra-filename=-63c1f06889acbd12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2700 | 2023-12-13T05:45:47.601Z | Compiling nu-ansi-term v0.49.0 |
2701 | 2023-12-13T05:45:47.629Z | Running `/home/build/.rustup/toolchains/1.74.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.49.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7ee404f26ab5d2de -C extra-filename=-7ee404f26ab5d2de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2702 | 2023-12-13T05:45:47.661Z | Compiling ed25519 v1.5.3 |
2703 | 2023-12-13T05:45:47.664Z | Running `/home/build/.rustup/toolchains/1.74.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=51d0566daf0fad5f -C extra-filename=-51d0566daf0fad5f --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-63c1f06889acbd12.rmeta --cap-lints allow -D warnings` |
2704 | 2023-12-13T05:45:48.163Z | Running `/work/oxidecomputer/omicron/target/debug/build/salty-be16da5b0a40bd70/build-script-build` |
2705 | 2023-12-13T05:45:48.205Z | Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-83d4042876c001bf/build-script-build` |
2706 | 2023-12-13T05:45:48.242Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2707 | 2023-12-13T05:45:48.246Z | Running `/home/build/.rustup/toolchains/1.74.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=359424361800b9c2 -C extra-filename=-359424361800b9c2 --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-084832dceff4d290.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
2708 | 2023-12-13T05:45:48.356Z | Compiling reedline v0.22.0 |
2709 | 2023-12-13T05:45:48.359Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-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=678e71940ce89996 -C extra-filename=-678e71940ce89996 --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-7769037f643a5afe.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-28730e190acd0829.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-ad6da60ce337ad21.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-7ee404f26ab5d2de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-541157b89f746d61.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-51af52420240f790.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a7b83919c0401bc3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings` |
2710 | 2023-12-13T05:45:48.638Z | Running `/work/oxidecomputer/omicron/target/debug/build/unicase-4e17b597ff6e6fea/build-script-build` |
2711 | 2023-12-13T05:45:49.213Z | Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-fcf733c510251e73/build-script-build` |
2712 | 2023-12-13T05:45:49.218Z | Compiling curve25519-dalek v4.1.1 |
2713 | 2023-12-13T05:45:49.218Z | Running `/home/build/.rustup/toolchains/1.74.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=dad89d0dab7c9d9b -C extra-filename=-dad89d0dab7c9d9b --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-dad89d0dab7c9d9b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern platforms=/work/oxidecomputer/omicron/target/debug/deps/libplatforms-ea9b135a7169d8e5.rlib --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-ffaecce5dc07dbe9.rlib --cap-lints allow -D warnings` |
2714 | 2023-12-13T05:45:49.221Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2715 | 2023-12-13T05:45:49.221Z | Running `/home/build/.rustup/toolchains/1.74.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=814a7f9c2156b0e4 -C extra-filename=-814a7f9c2156b0e4 --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-b6f8a7d540d47813.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-b09f3b757e13ec10.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-494a3e00a892adf5.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rmeta --cap-lints allow -D warnings` |
2716 | 2023-12-13T05:45:49.819Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2717 | 2023-12-13T05:45:49.840Z | Running `/home/build/.rustup/toolchains/1.74.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=d8ea03d289239ce8 -C extra-filename=-d8ea03d289239ce8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-17238ad50319e3ea.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e50a3842305ea3a8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2718 | 2023-12-13T05:45:57.955Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2719 | 2023-12-13T05:45:57.991Z | Running `/home/build/.rustup/toolchains/1.74.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=118f6820456a65b3 -C extra-filename=-118f6820456a65b3 --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-1b4ad01209984ea0.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-aba0ec4eb9ec4013.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --cap-lints allow -D warnings` |
2720 | 2023-12-13T05:45:58.478Z | Compiling globset v0.4.13 |
2721 | 2023-12-13T05:45:58.482Z | Running `/home/build/.rustup/toolchains/1.74.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=2d1cbf750e05e64c -C extra-filename=-2d1cbf750e05e64c --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-eca6581c4ec1a882.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-f119340823f1aa08.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-5d2ad75ee5f58135.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --cap-lints allow -D warnings` |
2722 | 2023-12-13T05:45:58.527Z | Compiling olpc-cjson v0.1.3 |
2723 | 2023-12-13T05:45:58.550Z | Running `/home/build/.rustup/toolchains/1.74.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=37fdbb76a04afe3e -C extra-filename=-37fdbb76a04afe3e --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-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-7c2cf4bd1cb476cd.rmeta --cap-lints allow -D warnings` |
2724 | 2023-12-13T05:45:58.555Z | Compiling serde_plain v1.0.2 |
2725 | 2023-12-13T05:45:58.555Z | Running `/home/build/.rustup/toolchains/1.74.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=ef0713df19712024 -C extra-filename=-ef0713df19712024 --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-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings` |
2726 | 2023-12-13T05:45:58.704Z | Compiling serde-big-array v0.5.1 |
2727 | 2023-12-13T05:45:58.727Z | Running `/home/build/.rustup/toolchains/1.74.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=e39618e0fab3e0c2 -C extra-filename=-e39618e0fab3e0c2 --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-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings` |
2728 | 2023-12-13T05:45:59.038Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2729 | 2023-12-13T05:45:59.041Z | Running `/home/build/.rustup/toolchains/1.74.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=d32ed444ec33b26f -C extra-filename=-d32ed444ec33b26f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
2730 | 2023-12-13T05:45:59.065Z | Compiling async-recursion v1.0.5 |
2731 | 2023-12-13T05:45:59.068Z | Running `/home/build/.rustup/toolchains/1.74.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=f6bfcd26565b1af7 -C extra-filename=-f6bfcd26565b1af7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
2732 | 2023-12-13T05:45:59.192Z | Compiling typed-path v0.7.0 |
2733 | 2023-12-13T05:45:59.200Z | Running `/home/build/.rustup/toolchains/1.74.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=fb9d79c8d8f9970a -C extra-filename=-fb9d79c8d8f9970a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2734 | 2023-12-13T05:46:00.707Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2735 | 2023-12-13T05:46:00.711Z | Running `/home/build/.rustup/toolchains/1.74.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=127bc5185544fb6d -C extra-filename=-127bc5185544fb6d --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-d32ed444ec33b26f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings` |
2736 | 2023-12-13T05:46:01.097Z | Running `/home/build/.rustup/toolchains/1.74.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=0fe7bb57406ce5fc -C extra-filename=-0fe7bb57406ce5fc --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-084832dceff4d290.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-fa783b65b64a2ba1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-a981ba183737ec33.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-bbc0fcd3d2a10910.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3613d422ae61369e.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-1aeaf1d60cc951d6.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-814a7f9c2156b0e4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-e39618e0fab3e0c2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-0e3d4ba0f92cc048.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-9aadf067d7321e79.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-118f6820456a65b3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f28df03945a552f5.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2737 | 2023-12-13T05:46:01.453Z | Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-dad89d0dab7c9d9b/build-script-build` |
2738 | 2023-12-13T05:46:01.595Z | Running `/home/build/.rustup/toolchains/1.74.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=492ed662d5ae01f7 -C extra-filename=-492ed662d5ae01f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc` |
2739 | 2023-12-13T05:46:01.686Z | Running `/home/build/.rustup/toolchains/1.74.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=190de7141266ef1a -C extra-filename=-190de7141266ef1a --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-de0c924a38105e0e.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --cap-lints allow -D warnings` |
2740 | 2023-12-13T05:46:02.277Z | Running `/home/build/.rustup/toolchains/1.74.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=4ac78139275a0bd6 -C extra-filename=-4ac78139275a0bd6 --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-51d0566daf0fad5f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings --cfg tweetnacl` |
2741 | 2023-12-13T05:46:03.416Z | Compiling tough v0.16.0 |
2742 | 2023-12-13T05:46:03.421Z | Running `/home/build/.rustup/toolchains/1.74.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=dfbba71d739ffea6 -C extra-filename=-dfbba71d739ffea6 --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-f6bfcd26565b1af7.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-b5627ba9c8616dae.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-2d1cbf750e05e64c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-37fdbb76a04afe3e.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-ef0713df19712024.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-fb9d79c8d8f9970a.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-51c844fb339406e8.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64` |
2743 | 2023-12-13T05:46:04.644Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2744 | 2023-12-13T05:46:04.725Z | Running `/home/build/.rustup/toolchains/1.74.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=66715171ffc88e2c -C extra-filename=-66715171ffc88e2c --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-3a274d64876baf35.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
2745 | 2023-12-13T05:46:04.733Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2746 | 2023-12-13T05:46:04.733Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/mg-admin-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=2024f5bdc9e11448 -C extra-filename=-2024f5bdc9e11448 --out-dir /work/oxidecomputer/omicron/target/debug/build/mg-admin-client-2024f5bdc9e11448 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-7455c9e2748ded37.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-63b388be15ca66f0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64` |
2747 | 2023-12-13T05:46:06.918Z | Compiling signal-hook-tokio v0.3.1 |
2748 | 2023-12-13T05:46:06.921Z | Running `/home/build/.rustup/toolchains/1.74.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=e0a4c60b6ba1929b -C extra-filename=-e0a4c60b6ba1929b --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-85b0c1ea6a5e4905.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a665996ce79c797d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --cap-lints allow -D warnings` |
2749 | 2023-12-13T05:46:07.096Z | Compiling serde-big-array v0.4.1 |
2750 | 2023-12-13T05:46:07.099Z | Running `/home/build/.rustup/toolchains/1.74.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=169e891406c0be8f -C extra-filename=-169e891406c0be8f --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-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings` |
2751 | 2023-12-13T05:46:07.402Z | Compiling universal-hash v0.5.1 |
2752 | 2023-12-13T05:46:07.406Z | Running `/home/build/.rustup/toolchains/1.74.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=a7fc3d6f4e40546f -C extra-filename=-a7fc3d6f4e40546f --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-acc2b0379f0b17cd.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --cap-lints allow -D warnings` |
2753 | 2023-12-13T05:46:07.699Z | Compiling thiserror-impl-no-std v2.0.2 |
2754 | 2023-12-13T05:46:07.702Z | Running `/home/build/.rustup/toolchains/1.74.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=6f5aabbc32661f8c -C extra-filename=-6f5aabbc32661f8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
2755 | 2023-12-13T05:46:11.829Z | Compiling curve25519-dalek-derive v0.1.0 |
2756 | 2023-12-13T05:46:11.833Z | Running `/home/build/.rustup/toolchains/1.74.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=ab452b72d444a318 -C extra-filename=-ab452b72d444a318 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
2757 | 2023-12-13T05:46:11.883Z | Compiling opaque-debug v0.3.0 |
2758 | 2023-12-13T05:46:11.887Z | Running `/home/build/.rustup/toolchains/1.74.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=2b10d27ff7ff6954 -C extra-filename=-2b10d27ff7ff6954 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2759 | 2023-12-13T05:46:12.042Z | Compiling poly1305 v0.8.0 |
2760 | 2023-12-13T05:46:12.046Z | Running `/home/build/.rustup/toolchains/1.74.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=0d08d210ae5131e4 -C extra-filename=-0d08d210ae5131e4 --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-688e8dc1d1448767.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-2b10d27ff7ff6954.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-a7fc3d6f4e40546f.rmeta --cap-lints allow -D warnings` |
2761 | 2023-12-13T05:46:13.436Z | Compiling thiserror-no-std v2.0.2 |
2762 | 2023-12-13T05:46:13.439Z | Running `/home/build/.rustup/toolchains/1.74.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=f13c9997f7087a68 -C extra-filename=-f13c9997f7087a68 --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-6f5aabbc32661f8c.so --cap-lints allow -D warnings` |
2763 | 2023-12-13T05:46:13.597Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2764 | 2023-12-13T05:46:13.619Z | Running `/home/build/.rustup/toolchains/1.74.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=9d6eb560ca1897bd -C extra-filename=-9d6eb560ca1897bd --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-46eebefa6ecc0bc6.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-127bc5185544fb6d.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-4ac78139275a0bd6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-169e891406c0be8f.rmeta --cap-lints allow -D warnings` |
2765 | 2023-12-13T05:46:14.616Z | Running `/home/build/.rustup/toolchains/1.74.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=0d6b4fb84125b873 -C extra-filename=-0d6b4fb84125b873 --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-bc2c501506aafa82.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-688e8dc1d1448767.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-ab452b72d444a318.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-d72b47fd0525931c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ba0b75ae94d53d36.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'` |
2766 | 2023-12-13T05:46:14.927Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2767 | 2023-12-13T05:46:14.930Z | Running `/home/build/.rustup/toolchains/1.74.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=36892fbc52855a85 -C extra-filename=-36892fbc52855a85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-0fe7bb57406ce5fc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-93f21655c6d108ae.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a665996ce79c797d.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-e0a4c60b6ba1929b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15a340151b799bce.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
2768 | 2023-12-13T05:46:15.489Z | Compiling rayon v1.8.0 |
2769 | 2023-12-13T05:46:15.493Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-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 -C metadata=8bfab4357444caa6 -C extra-filename=-8bfab4357444caa6 --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-294f21b38637a1be.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-190de7141266ef1a.rmeta --cap-lints allow -D warnings` |
2770 | 2023-12-13T05:46:15.617Z | Compiling mime_guess v2.0.4 |
2771 | 2023-12-13T05:46:15.622Z | Running `/home/build/.rustup/toolchains/1.74.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=4e19c81f511d4ca8 -C extra-filename=-4e19c81f511d4ca8 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-4e19c81f511d4ca8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-492ed662d5ae01f7.rlib --cap-lints allow -D warnings` |
2772 | 2023-12-13T05:46:17.885Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2773 | 2023-12-13T05:46:17.888Z | Running `/home/build/.rustup/toolchains/1.74.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=03ce1f54b8d1a884 -C extra-filename=-03ce1f54b8d1a884 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-03ce1f54b8d1a884 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-24e5821985b424dd.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2774 | 2023-12-13T05:46:18.445Z | Compiling chacha20 v0.9.1 |
2775 | 2023-12-13T05:46:18.449Z | Running `/home/build/.rustup/toolchains/1.74.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=674c897322042eda -C extra-filename=-674c897322042eda --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-bc2c501506aafa82.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-382176a670c6b659.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-688e8dc1d1448767.rmeta --cap-lints allow -D warnings` |
2776 | 2023-12-13T05:46:19.179Z | Compiling aead v0.5.2 |
2777 | 2023-12-13T05:46:19.182Z | Running `/home/build/.rustup/toolchains/1.74.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=3082dead9e1c81ba -C extra-filename=-3082dead9e1c81ba --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-acc2b0379f0b17cd.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rmeta --cap-lints allow -D warnings` |
2778 | 2023-12-13T05:46:19.770Z | Compiling kstat-rs v0.2.3 |
2779 | 2023-12-13T05:46:19.774Z | Running `/home/build/.rustup/toolchains/1.74.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=0c5d584e64e6fa84 -C extra-filename=-0c5d584e64e6fa84 --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-df62e9c1aba12dc6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --cap-lints allow -D warnings` |
2780 | 2023-12-13T05:46:19.774Z | Compiling corncobs v0.1.3 |
2781 | 2023-12-13T05:46:19.774Z | Running `/home/build/.rustup/toolchains/1.74.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=0822af0aea738034 -C extra-filename=-0822af0aea738034 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2782 | 2023-12-13T05:46:20.164Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2783 | 2023-12-13T05:46:20.169Z | Running `/home/build/.rustup/toolchains/1.74.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=10a69f4990e13aae -C extra-filename=-10a69f4990e13aae --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-0822af0aea738034.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-127bc5185544fb6d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-4ac78139275a0bd6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-9d6eb560ca1897bd.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-beae685ade96ae94.rmeta --cap-lints allow -D warnings` |
2784 | 2023-12-13T05:46:20.446Z | Compiling chacha20poly1305 v0.10.1 |
2785 | 2023-12-13T05:46:20.471Z | Running `/home/build/.rustup/toolchains/1.74.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=abbff89b9d45a3ff -C extra-filename=-abbff89b9d45a3ff --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-3082dead9e1c81ba.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-674c897322042eda.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-382176a670c6b659.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-0d08d210ae5131e4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings` |
2786 | 2023-12-13T05:46:20.475Z | Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-03ce1f54b8d1a884/build-script-build` |
2787 | 2023-12-13T05:46:20.512Z | Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-4e19c81f511d4ca8/build-script-build` |
2788 | 2023-12-13T05:46:20.570Z | Compiling vsss-rs v3.3.2 |
2789 | 2023-12-13T05:46:20.573Z | Running `/home/build/.rustup/toolchains/1.74.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.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="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=1b182302f1462f0e -C extra-filename=-1b182302f1462f0e --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-0d6b4fb84125b873.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2de10bc60dfd1a3c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-6ca9c9b00462ef37.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ba0b75ae94d53d36.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-f13c9997f7087a68.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings` |
2790 | 2023-12-13T05:46:20.778Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2791 | 2023-12-13T05:46:20.782Z | Running `/home/build/.rustup/toolchains/1.74.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=11453111aabfc661 -C extra-filename=-11453111aabfc661 --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-7769037f643a5afe.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2792 | 2023-12-13T05:46:20.846Z | Compiling bytecount v0.6.3 |
2793 | 2023-12-13T05:46:20.885Z | Running `/home/build/.rustup/toolchains/1.74.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=5392151e45ac97f7 -C extra-filename=-5392151e45ac97f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2794 | 2023-12-13T05:46:21.167Z | Compiling diff v0.1.13 |
2795 | 2023-12-13T05:46:21.200Z | Running `/home/build/.rustup/toolchains/1.74.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=b40759dfb27c6b8f -C extra-filename=-b40759dfb27c6b8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2796 | 2023-12-13T05:46:21.661Z | Compiling papergrid v0.10.0 |
2797 | 2023-12-13T05:46:21.757Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/papergrid-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="std"' -C metadata=299ef4ca9cbc319a -C extra-filename=-299ef4ca9cbc319a --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-5392151e45ac97f7.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-5d2ad75ee5f58135.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings` |
2798 | 2023-12-13T05:46:22.314Z | Running `/home/build/.rustup/toolchains/1.74.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=aa349d6acb1d14a1 -C extra-filename=-aa349d6acb1d14a1 --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-a6cf1a4a13963194.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-492ed662d5ae01f7.rmeta --cap-lints allow -D warnings` |
2799 | 2023-12-13T05:46:23.222Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2800 | 2023-12-13T05:46:23.239Z | Running `/home/build/.rustup/toolchains/1.74.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="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -C metadata=919c97f60e8f467f -C extra-filename=-919c97f60e8f467f --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-bc2c501506aafa82.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-0c5d584e64e6fa84.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2801 | 2023-12-13T05:46:23.950Z | Compiling tabled_derive v0.6.0 |
2802 | 2023-12-13T05:46:23.976Z | Running `/home/build/.rustup/toolchains/1.74.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.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a7bf2457eb3bb813 -C extra-filename=-a7bf2457eb3bb813 --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-e8726b1e312bd2e5.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-53597bc160bbd407.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
2803 | 2023-12-13T05:46:28.500Z | Compiling sqlparser_derive v0.1.1 |
2804 | 2023-12-13T05:46:28.523Z | Running `/home/build/.rustup/toolchains/1.74.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.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=a87ae22d6b38f886 -C extra-filename=-a87ae22d6b38f886 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
2805 | 2023-12-13T05:46:28.531Z | Compiling nix v0.26.4 |
2806 | 2023-12-13T05:46:28.531Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.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="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' -C metadata=608c3af136b2cd92 -C extra-filename=-608c3af136b2cd92 --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-b6f8a7d540d47813.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings` |
2807 | 2023-12-13T05:46:28.636Z | Compiling unicode_categories v0.1.1 |
2808 | 2023-12-13T05:46:28.708Z | Running `/home/build/.rustup/toolchains/1.74.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=55ce7702975c596d -C extra-filename=-55ce7702975c596d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2809 | 2023-12-13T05:46:29.182Z | Compiling sqlformat v0.2.3 |
2810 | 2023-12-13T05:46:29.186Z | Running `/home/build/.rustup/toolchains/1.74.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=15a2cf4d8cef0518 -C extra-filename=-15a2cf4d8cef0518 --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-938138eb45012d55.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-f7d1fc2969919b27.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-55ce7702975c596d.rmeta --cap-lints allow -D warnings` |
2811 | 2023-12-13T05:46:29.550Z | Compiling tabled v0.14.0 |
2812 | 2023-12-13T05:46:29.554Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' -C metadata=534709829fd0a93c -C extra-filename=-534709829fd0a93c --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-299ef4ca9cbc319a.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-a7bf2457eb3bb813.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings` |
2813 | 2023-12-13T05:46:30.612Z | Compiling sqlparser v0.36.1 |
2814 | 2023-12-13T05:46:30.616Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser-0.36.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=4f8f0d383a3d9c4e -C extra-filename=-4f8f0d383a3d9c4e --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-c5d2103652c0a8bc.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-a87ae22d6b38f886.so --cap-lints allow -D warnings` |
2815 | 2023-12-13T05:46:32.603Z | Running `/work/oxidecomputer/omicron/target/debug/build/mg-admin-client-2024f5bdc9e11448/build-script-build` |
2816 | 2023-12-13T05:46:32.792Z | Compiling rustyline v12.0.0 |
2817 | 2023-12-13T05:46:32.801Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustyline-12.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=42864ef4f87b08a6 -C extra-filename=-42864ef4f87b08a6 --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-3b1b01c99c344b01.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-ad6da60ce337ad21.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-36989160e6b31e23.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-608c3af136b2cd92.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-91dbcc61ce19bc9c.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a7b83919c0401bc3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-4593178b619af749.rmeta --cap-lints allow -D warnings` |
2818 | 2023-12-13T05:46:32.960Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 clients/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=bea8419f15aeddbb -C extra-filename=-bea8419f15aeddbb --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-294f21b38637a1be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-34b68f92bd528ae8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
2819 | 2023-12-13T05:46:33.362Z | Running `/home/build/.rustup/toolchains/1.74.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=d6910ae06b21452b -C extra-filename=-d6910ae06b21452b --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-d06f2e98114e5873.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-abbff89b9d45a3ff.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a8135444ac120ce3.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0722d3e783790955.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-65adaff614060fb5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-1b182302f1462f0e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
2820 | 2023-12-13T05:46:34.552Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2821 | 2023-12-13T05:46:34.555Z | Running `/home/build/.rustup/toolchains/1.74.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=45839d9b9f6b3147 -C extra-filename=-45839d9b9f6b3147 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-36892fbc52855a85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-10a69f4990e13aae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2822 | 2023-12-13T05:46:36.316Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2823 | 2023-12-13T05:46:36.320Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f1571ce/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=192694b549e802f8 -C extra-filename=-192694b549e802f8 --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-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15a340151b799bce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64` |
2824 | 2023-12-13T05:46:38.066Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2825 | 2023-12-13T05:46:38.069Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/fab2799/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=9537a557da03b810 -C extra-filename=-9537a557da03b810 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-4e1825748425f003.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64` |
2826 | 2023-12-13T05:46:39.916Z | Compiling bcs v0.1.6 |
2827 | 2023-12-13T05:46:39.920Z | Running `/home/build/.rustup/toolchains/1.74.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=7523c0413f22d510 -C extra-filename=-7523c0413f22d510 --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-101c0c10b68ffd8b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --cap-lints allow -D warnings` |
2828 | 2023-12-13T05:46:40.506Z | Compiling highway v1.1.0 |
2829 | 2023-12-13T05:46:40.532Z | Running `/home/build/.rustup/toolchains/1.74.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=ac2bb27a4d43cdb1 -C extra-filename=-ac2bb27a4d43cdb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2830 | 2023-12-13T05:46:40.597Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2831 | 2023-12-13T05:46:40.603Z | Running `/home/build/.rustup/toolchains/1.74.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=78a13c5f7508de23 -C extra-filename=-78a13c5f7508de23 --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-c33ee704d422915a.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-eb280c5795426c7f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-8eb3de30cd4fd472.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2832 | 2023-12-13T05:46:41.045Z | Compiling assert_matches v1.5.0 |
2833 | 2023-12-13T05:46:41.061Z | Running `/home/build/.rustup/toolchains/1.74.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=c31966c9f8a96595 -C extra-filename=-c31966c9f8a96595 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2834 | 2023-12-13T05:46:41.196Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2835 | 2023-12-13T05:46:41.203Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f1571ce/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=2eb310d390469639 -C extra-filename=-2eb310d390469639 --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-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings` |
2836 | 2023-12-13T05:46:42.117Z | Compiling http-range v0.1.5 |
2837 | 2023-12-13T05:46:42.122Z | Running `/home/build/.rustup/toolchains/1.74.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=624d8bf4a474c564 -C extra-filename=-624d8bf4a474c564 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2838 | 2023-12-13T05:46:42.122Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2839 | 2023-12-13T05:46:42.122Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f1571ce/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=09874087af14e754 -C extra-filename=-09874087af14e754 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-73cfe6692cc5ef7c.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-2eb310d390469639.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-0e9fdc93827c2021.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15a340151b799bce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64` |
2840 | 2023-12-13T05:46:42.122Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2841 | 2023-12-13T05:46:42.122Z | Running `/home/build/.rustup/toolchains/1.74.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=69f4051e81fe236e -C extra-filename=-69f4051e81fe236e --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-7769037f643a5afe.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2842 | 2023-12-13T05:46:42.122Z | Compiling crunchy v0.2.2 |
2843 | 2023-12-13T05:46:42.122Z | Running `/home/build/.rustup/toolchains/1.74.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=3376d3ae36664b65 -C extra-filename=-3376d3ae36664b65 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-3376d3ae36664b65 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2844 | 2023-12-13T05:46:42.289Z | Compiling hyper-staticfile v0.9.5 |
2845 | 2023-12-13T05:46:42.292Z | Running `/home/build/.rustup/toolchains/1.74.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=7b75596ac40fd538 -C extra-filename=-7b75596ac40fd538 --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-af647ea9423ed3ec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-624d8bf4a474c564.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-0c1307657e91e527.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rmeta --cap-lints allow -D warnings` |
2846 | 2023-12-13T05:46:42.785Z | Compiling portable-atomic v1.4.3 |
2847 | 2023-12-13T05:46:42.792Z | Running `/home/build/.rustup/toolchains/1.74.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=dbb387c2f0dcaf3a -C extra-filename=-dbb387c2f0dcaf3a --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-dbb387c2f0dcaf3a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2848 | 2023-12-13T05:46:43.877Z | Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-3376d3ae36664b65/build-script-build` |
2849 | 2023-12-13T05:46:43.884Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2850 | 2023-12-13T05:46:43.888Z | Running `/home/build/.rustup/toolchains/1.74.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=0a9ff21501efc3fa -C extra-filename=-0a9ff21501efc3fa --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-7e6c307bf3e7aaf2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-36892fbc52855a85.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45839d9b9f6b3147.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
2851 | 2023-12-13T05:46:44.505Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2852 | 2023-12-13T05:46:44.509Z | Running `/home/build/.rustup/toolchains/1.74.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=63ffd0c58c2146d6 -C extra-filename=-63ffd0c58c2146d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-7523c0413f22d510.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ac2bb27a4d43cdb1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-678e71940ce89996.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-42864ef4f87b08a6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-15a2cf4d8cef0518.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-4f8f0d383a3d9c4e.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-534709829fd0a93c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2853 | 2023-12-13T05:46:45.106Z | Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-dbb387c2f0dcaf3a/build-script-build` |
2854 | 2023-12-13T05:46:45.204Z | Compiling clang-sys v1.6.1 |
2855 | 2023-12-13T05:46:45.207Z | Running `/home/build/.rustup/toolchains/1.74.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=159fd715a3d2ceb9 -C extra-filename=-159fd715a3d2ceb9 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-159fd715a3d2ceb9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --cap-lints allow -D warnings` |
2856 | 2023-12-13T05:46:46.442Z | Compiling prettyplease v0.2.12 |
2857 | 2023-12-13T05:46:46.448Z | Running `/home/build/.rustup/toolchains/1.74.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.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f5769255b7b8bdaf -C extra-filename=-f5769255b7b8bdaf --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-f5769255b7b8bdaf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2858 | 2023-12-13T05:46:46.998Z | Compiling humantime v2.1.0 |
2859 | 2023-12-13T05:46:47.001Z | Running `/home/build/.rustup/toolchains/1.74.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=5ec1d71338dd5297 -C extra-filename=-5ec1d71338dd5297 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2860 | 2023-12-13T05:46:47.873Z | Compiling tiny-keccak v2.0.2 |
2861 | 2023-12-13T05:46:47.876Z | Running `/home/build/.rustup/toolchains/1.74.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=9873ee69bc200370 -C extra-filename=-9873ee69bc200370 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-9873ee69bc200370 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2862 | 2023-12-13T05:46:47.944Z | Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-f5769255b7b8bdaf/build-script-build` |
2863 | 2023-12-13T05:46:47.971Z | Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-159fd715a3d2ceb9/build-script-build` |
2864 | 2023-12-13T05:46:47.980Z | Running `/home/build/.rustup/toolchains/1.74.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=ea11d264558709fb -C extra-filename=-ea11d264558709fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg portable_atomic_llvm_16` |
2865 | 2023-12-13T05:46:48.470Z | Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-9873ee69bc200370/build-script-build` |
2866 | 2023-12-13T05:46:48.481Z | Running `/home/build/.rustup/toolchains/1.74.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=ef5bd9cae5ef00d5 -C extra-filename=-ef5bd9cae5ef00d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2867 | 2023-12-13T05:46:48.637Z | Compiling darling_core v0.14.4 |
2868 | 2023-12-13T05:46:48.640Z | Running `/home/build/.rustup/toolchains/1.74.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=ed75269fea986458 -C extra-filename=-ed75269fea986458 --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-5d2ad75ee5f58135.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-9c54d2122078b91b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-24e28f3cc805bf1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --cap-lints allow -D warnings` |
2869 | 2023-12-13T05:46:50.312Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2870 | 2023-12-13T05:46:50.316Z | Running `/home/build/.rustup/toolchains/1.74.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=35e13328ea1bc2a2 -C extra-filename=-35e13328ea1bc2a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d6910ae06b21452b.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-66715171ffc88e2c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7b75596ac40fd538.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-99a4f5018e767a40.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e756afb4e9cc51c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-09874087af14e754.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-ab98b827dbfdb6ed.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1a945f20f992a1d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3e04c8c5dd9844aa.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
2871 | 2023-12-13T05:46:51.055Z | Compiling number_prefix v0.4.0 |
2872 | 2023-12-13T05:46:51.059Z | Running `/home/build/.rustup/toolchains/1.74.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=41ec9f0d84c73123 -C extra-filename=-41ec9f0d84c73123 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2873 | 2023-12-13T05:46:51.387Z | Compiling indicatif v0.17.7 |
2874 | 2023-12-13T05:46:51.390Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.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="rayon"' --cfg 'feature="unicode-width"' -C metadata=761675d8cda6d1d8 -C extra-filename=-761675d8cda6d1d8 --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-6e7ba986a3c22a1f.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-41ec9f0d84c73123.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-ea11d264558709fb.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8bfab4357444caa6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings` |
2875 | 2023-12-13T05:46:55.028Z | Running `/home/build/.rustup/toolchains/1.74.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=9439a74d3356bcd6 -C extra-filename=-9439a74d3356bcd6 --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-ef5bd9cae5ef00d5.rmeta --cap-lints allow -D warnings` |
2876 | 2023-12-13T05:46:56.092Z | Compiling ascii-canvas v3.0.0 |
2877 | 2023-12-13T05:46:56.099Z | Running `/home/build/.rustup/toolchains/1.74.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=91ba77e253e4d233 -C extra-filename=-91ba77e253e4d233 --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-6d85d92818838eed.rmeta --cap-lints allow -D warnings` |
2878 | 2023-12-13T05:46:56.175Z | Compiling ena v0.14.2 |
2879 | 2023-12-13T05:46:56.180Z | Running `/home/build/.rustup/toolchains/1.74.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=1ff2821cd612a907 -C extra-filename=-1ff2821cd612a907 --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-c5d2103652c0a8bc.rmeta --cap-lints allow -D warnings` |
2880 | 2023-12-13T05:46:56.853Z | Compiling libloading v0.7.4 |
2881 | 2023-12-13T05:46:56.860Z | Running `/home/build/.rustup/toolchains/1.74.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=58f08b9a0f06fc51 -C extra-filename=-58f08b9a0f06fc51 --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-bc2c501506aafa82.rmeta --cap-lints allow -D warnings` |
2882 | 2023-12-13T05:46:56.968Z | Compiling ref-cast v1.0.20 |
2883 | 2023-12-13T05:46:56.972Z | Running `/home/build/.rustup/toolchains/1.74.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=94f12e0317de2d68 -C extra-filename=-94f12e0317de2d68 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-94f12e0317de2d68 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2884 | 2023-12-13T05:46:57.492Z | Compiling regex-syntax v0.6.29 |
2885 | 2023-12-13T05:46:57.495Z | Running `/home/build/.rustup/toolchains/1.74.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=748dcee92cac8211 -C extra-filename=-748dcee92cac8211 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2886 | 2023-12-13T05:46:57.928Z | Compiling bindgen v0.65.1 |
2887 | 2023-12-13T05:46:57.933Z | Running `/home/build/.rustup/toolchains/1.74.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.65.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="runtime"' --cfg 'feature="which"' --cfg 'feature="which-rustfmt"' -C metadata=2dc4fb3d69c16665 -C extra-filename=-2dc4fb3d69c16665 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-2dc4fb3d69c16665 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2888 | 2023-12-13T05:46:58.546Z | Compiling darling_macro v0.14.4 |
2889 | 2023-12-13T05:46:58.549Z | Running `/home/build/.rustup/toolchains/1.74.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=10c0a0d5b4aa0b51 -C extra-filename=-10c0a0d5b4aa0b51 --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-ed75269fea986458.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
2890 | 2023-12-13T05:46:59.113Z | Compiling maplit v1.0.2 |
2891 | 2023-12-13T05:46:59.116Z | Running `/home/build/.rustup/toolchains/1.74.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=2be96bd6b55b8b90 -C extra-filename=-2be96bd6b55b8b90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2892 | 2023-12-13T05:46:59.278Z | Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-2dc4fb3d69c16665/build-script-build` |
2893 | 2023-12-13T05:46:59.320Z | Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-94f12e0317de2d68/build-script-build` |
2894 | 2023-12-13T05:46:59.416Z | Running `/home/build/.rustup/toolchains/1.74.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=46ee4c6e856108f4 -C extra-filename=-46ee4c6e856108f4 --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-daf84fcebc6d5eca.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-58f08b9a0f06fc51.rmeta --cap-lints allow -D warnings` |
2895 | 2023-12-13T05:47:00.572Z | Compiling darling v0.14.4 |
2896 | 2023-12-13T05:47:00.985Z | Running `/home/build/.rustup/toolchains/1.74.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=8d93138f60d7bd18 -C extra-filename=-8d93138f60d7bd18 --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-ed75269fea986458.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-10c0a0d5b4aa0b51.so --cap-lints allow -D warnings` |
2897 | 2023-12-13T05:47:01.030Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-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=4ae04745cafca00b -C extra-filename=-4ae04745cafca00b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --cap-lints allow -D warnings` |
2898 | 2023-12-13T05:47:03.627Z | Compiling lalrpop v0.19.12 |
2899 | 2023-12-13T05:47:03.633Z | Running `/home/build/.rustup/toolchains/1.74.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=37156ca1d8d4d6b7 -C extra-filename=-37156ca1d8d4d6b7 --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-91ba77e253e4d233.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-c87ee7a4a219efa1.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-b40759dfb27c6b8f.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-1ff2821cd612a907.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-76cdf190dc97ad34.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a2c79a7f288a2d69.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-748dcee92cac8211.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-9aadf067d7321e79.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6d85d92818838eed.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-9439a74d3356bcd6.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-8f50244e4f591a95.rmeta --cap-lints allow -D warnings` |
2900 | 2023-12-13T05:47:04.133Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2901 | 2023-12-13T05:47:04.139Z | Running `/home/build/.rustup/toolchains/1.74.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=9ddb4f905d460647 -C extra-filename=-9ddb4f905d460647 --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-3a274d64876baf35.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2902 | 2023-12-13T05:47:04.691Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2903 | 2023-12-13T05:47:04.696Z | Running `/home/build/.rustup/toolchains/1.74.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=9cd15fbceb7a0cbc -C extra-filename=-9cd15fbceb7a0cbc --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-9cd15fbceb7a0cbc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-24e5821985b424dd.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2904 | 2023-12-13T05:47:05.218Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2905 | 2023-12-13T05:47:05.222Z | Running `/home/build/.rustup/toolchains/1.74.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=cf3f09b6e0fefe2b -C extra-filename=-cf3f09b6e0fefe2b --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-e8726b1e312bd2e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0ee75eb956233696.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2906 | 2023-12-13T05:47:07.058Z | Compiling cexpr v0.6.0 |
2907 | 2023-12-13T05:47:07.065Z | Running `/home/build/.rustup/toolchains/1.74.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=cf2478204a769c10 -C extra-filename=-cf2478204a769c10 --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-f7d1fc2969919b27.rmeta --cap-lints allow -D warnings` |
2908 | 2023-12-13T05:47:07.065Z | Compiling ref-cast-impl v1.0.20 |
2909 | 2023-12-13T05:47:07.065Z | Running `/home/build/.rustup/toolchains/1.74.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=52c0ec772ea27005 -C extra-filename=-52c0ec772ea27005 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
2910 | 2023-12-13T05:47:07.792Z | Compiling which v4.4.0 |
2911 | 2023-12-13T05:47:07.828Z | Running `/home/build/.rustup/toolchains/1.74.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=8be728446ff9334e -C extra-filename=-8be728446ff9334e --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-294f21b38637a1be.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings` |
2912 | 2023-12-13T05:47:08.777Z | Compiling fs-err v2.11.0 |
2913 | 2023-12-13T05:47:08.780Z | Running `/home/build/.rustup/toolchains/1.74.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=0099cc6bb9418a56 -C extra-filename=-0099cc6bb9418a56 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-0099cc6bb9418a56 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings` |
2914 | 2023-12-13T05:47:09.311Z | Compiling shlex v1.1.0 |
2915 | 2023-12-13T05:47:09.319Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-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=6a8a0f9a58c9fc10 -C extra-filename=-6a8a0f9a58c9fc10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2916 | 2023-12-13T05:47:09.326Z | Compiling peeking_take_while v0.1.2 |
2917 | 2023-12-13T05:47:09.330Z | Running `/home/build/.rustup/toolchains/1.74.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=06d3e9b429c43bd7 -C extra-filename=-06d3e9b429c43bd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2918 | 2023-12-13T05:47:09.509Z | Compiling rustc-hash v1.1.0 |
2919 | 2023-12-13T05:47:09.514Z | Running `/home/build/.rustup/toolchains/1.74.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=7a98917ec901c0bd -C extra-filename=-7a98917ec901c0bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2920 | 2023-12-13T05:47:09.712Z | Compiling lazycell v1.3.0 |
2921 | 2023-12-13T05:47:09.716Z | Running `/home/build/.rustup/toolchains/1.74.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=a6fd7d5884299277 -C extra-filename=-a6fd7d5884299277 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2922 | 2023-12-13T05:47:09.736Z | Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-0099cc6bb9418a56/build-script-build` |
2923 | 2023-12-13T05:47:09.739Z | Running `/home/build/.rustup/toolchains/1.74.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=650cbfdbbdfe8fde -C extra-filename=-650cbfdbbdfe8fde --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-52c0ec772ea27005.so --cap-lints allow -D warnings` |
2924 | 2023-12-13T05:47:09.940Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.65.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="runtime"' --cfg 'feature="which"' --cfg 'feature="which-rustfmt"' -C metadata=c3b15ba3ed6774bf -C extra-filename=-c3b15ba3ed6774bf --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-b6f8a7d540d47813.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-cf2478204a769c10.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-46ee4c6e856108f4.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-a6fd7d5884299277.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern peeking_take_while=/work/oxidecomputer/omicron/target/debug/deps/libpeeking_take_while-06d3e9b429c43bd7.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4ae04745cafca00b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-7a98917ec901c0bd.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-6a8a0f9a58c9fc10.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-8be728446ff9334e.rmeta --cap-lints allow -D warnings` |
2925 | 2023-12-13T05:47:09.969Z | Compiling derive_builder_core v0.12.0 |
2926 | 2023-12-13T05:47:09.973Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-9cd15fbceb7a0cbc/build-script-build` |
2927 | 2023-12-13T05:47:09.973Z | Running `/home/build/.rustup/toolchains/1.74.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=1c12beefcdfc180a -C extra-filename=-1c12beefcdfc180a --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-8d93138f60d7bd18.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --cap-lints allow -D warnings` |
2928 | 2023-12-13T05:47:10.037Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2929 | 2023-12-13T05:47:10.041Z | Running `/home/build/.rustup/toolchains/1.74.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=ceb261b2209b87b0 -C extra-filename=-ceb261b2209b87b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2930 | 2023-12-13T05:47:10.934Z | Compiling libxml v0.3.3 |
2931 | 2023-12-13T05:47:10.938Z | Running `/home/build/.rustup/toolchains/1.74.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=1c14b6e27c8d1703 -C extra-filename=-1c14b6e27c8d1703 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-1c14b6e27c8d1703 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-676180268410563e.rlib --cap-lints allow -D warnings` |
2932 | 2023-12-13T05:47:11.096Z | Running `/home/build/.rustup/toolchains/1.74.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=276ec3bce00d5f09 -C extra-filename=-276ec3bce00d5f09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg rustc_1_63` |
2933 | 2023-12-13T05:47:11.619Z | Running `/work/oxidecomputer/omicron/target/debug/build/libxml-1c14b6e27c8d1703/build-script-build` |
2934 | 2023-12-13T05:47:11.678Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2935 | 2023-12-13T05:47:11.682Z | Running `/home/build/.rustup/toolchains/1.74.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=0122284c9cb00679 -C extra-filename=-0122284c9cb00679 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-63ffd0c58c2146d6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2936 | 2023-12-13T05:47:11.980Z | Compiling bytesize v1.3.0 |
2937 | 2023-12-13T05:47:11.991Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bytesize /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytesize-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="serde"' -C metadata=35896dd42b140dec -C extra-filename=-35896dd42b140dec --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-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings` |
2938 | 2023-12-13T05:47:12.698Z | Compiling strum_macros v0.24.3 |
2939 | 2023-12-13T05:47:12.701Z | Running `/home/build/.rustup/toolchains/1.74.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=de549791c812edf1 -C extra-filename=-de549791c812edf1 --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-e8726b1e312bd2e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-1857facc6a275161.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
2940 | 2023-12-13T05:47:13.444Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2941 | 2023-12-13T05:47:13.448Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/c1252df/build.rs --error-format=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=e8df28a2c4d490af -C extra-filename=-e8df28a2c4d490af --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-e8df28a2c4d490af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
2942 | 2023-12-13T05:47:13.993Z | Compiling cookie v0.18.0 |
2943 | 2023-12-13T05:47:14.018Z | Running `/home/build/.rustup/toolchains/1.74.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=a22a2ef6b5d380b1 -C extra-filename=-a22a2ef6b5d380b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-a22a2ef6b5d380b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
2944 | 2023-12-13T05:47:14.206Z | Compiling derive_builder_macro v0.12.0 |
2945 | 2023-12-13T05:47:14.211Z | Running `/home/build/.rustup/toolchains/1.74.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=26cbf5ffbafedd0c -C extra-filename=-26cbf5ffbafedd0c --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-1c12beefcdfc180a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
2946 | 2023-12-13T05:47:14.560Z | Compiling indoc v1.0.9 |
2947 | 2023-12-13T05:47:14.563Z | Running `/home/build/.rustup/toolchains/1.74.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=a762f8d2daa77eb2 -C extra-filename=-a762f8d2daa77eb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings` |
2948 | 2023-12-13T05:47:15.893Z | Compiling derive_builder v0.12.0 |
2949 | 2023-12-13T05:47:15.896Z | Running `/home/build/.rustup/toolchains/1.74.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=eb1a666d81f8694c -C extra-filename=-eb1a666d81f8694c --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-26cbf5ffbafedd0c.so --cap-lints allow -D warnings` |
2950 | 2023-12-13T05:47:16.151Z | Running `/work/oxidecomputer/omicron/target/debug/build/cookie-a22a2ef6b5d380b1/build-script-build` |
2951 | 2023-12-13T05:47:16.248Z | Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-e8df28a2c4d490af/build-script-build` |
2952 | 2023-12-13T05:47:16.339Z | Running `/home/build/.rustup/toolchains/1.74.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=1d5c6f7c7b6d7f2c -C extra-filename=-1d5c6f7c7b6d7f2c --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-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l xml2` |
2953 | 2023-12-13T05:47:16.368Z | Running `/home/build/.rustup/toolchains/1.74.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=6f2bb97352c3937f -C extra-filename=-6f2bb97352c3937f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-cf3f09b6e0fefe2b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09d97f8812952e0a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9ddb4f905d460647.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-78a13c5f7508de23.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e50a3842305ea3a8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -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-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
2954 | 2023-12-13T05:47:19.578Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2955 | 2023-12-13T05:47:19.582Z | Running `/home/build/.rustup/toolchains/1.74.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=6e345c8b0985aae7 -C extra-filename=-6e345c8b0985aae7 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-6e345c8b0985aae7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-24e5821985b424dd.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2956 | 2023-12-13T05:47:20.115Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2957 | 2023-12-13T05:47:20.119Z | Running `/home/build/.rustup/toolchains/1.74.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=99e6729aba3dc24d -C extra-filename=-99e6729aba3dc24d --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-e8726b1e312bd2e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0ee75eb956233696.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2958 | 2023-12-13T05:47:21.606Z | Compiling bb8 v0.8.1 |
2959 | 2023-12-13T05:47:21.630Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' -C metadata=e3313a8a0679b1be -C extra-filename=-e3313a8a0679b1be --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-084832dceff4d290.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b0890bfa533f5f63.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --cap-lints allow -D warnings` |
2960 | 2023-12-13T05:47:21.813Z | Compiling quick-xml v0.23.1 |
2961 | 2023-12-13T05:47:21.837Z | Running `/home/build/.rustup/toolchains/1.74.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.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' -C metadata=50ad2ea9bce2bac8 -C extra-filename=-50ad2ea9bce2bac8 --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-918fa9e671606ec5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings` |
2962 | 2023-12-13T05:47:22.493Z | Compiling oso-derive v0.27.0 |
2963 | 2023-12-13T05:47:22.499Z | Running `/home/build/.rustup/toolchains/1.74.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=cb3d098932c2b5ad -C extra-filename=-cb3d098932c2b5ad --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-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
2964 | 2023-12-13T05:47:22.773Z | Compiling impl-trait-for-tuples v0.2.2 |
2965 | 2023-12-13T05:47:22.780Z | Running `/home/build/.rustup/toolchains/1.74.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=05e4534c61cf9ec3 -C extra-filename=-05e4534c61cf9ec3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
2966 | 2023-12-13T05:47:24.555Z | Compiling unicode-linebreak v0.1.5 |
2967 | 2023-12-13T05:47:24.559Z | Running `/home/build/.rustup/toolchains/1.74.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=7d22bc351435492d -C extra-filename=-7d22bc351435492d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2968 | 2023-12-13T05:47:25.331Z | Compiling smawk v0.3.1 |
2969 | 2023-12-13T05:47:25.336Z | Running `/home/build/.rustup/toolchains/1.74.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=5597cffd9fb84645 -C extra-filename=-5597cffd9fb84645 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2970 | 2023-12-13T05:47:25.424Z | Compiling is_ci v1.1.1 |
2971 | 2023-12-13T05:47:25.427Z | Running `/home/build/.rustup/toolchains/1.74.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.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=a54a863ce1f57c8f -C extra-filename=-a54a863ce1f57c8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2972 | 2023-12-13T05:47:25.635Z | Compiling supports-color v2.1.0 |
2973 | 2023-12-13T05:47:25.655Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-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=df85453bf78c2aec -C extra-filename=-df85453bf78c2aec --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-76cdf190dc97ad34.rmeta --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-a54a863ce1f57c8f.rmeta --cap-lints allow -D warnings` |
2974 | 2023-12-13T05:47:25.783Z | Compiling textwrap v0.16.0 |
2975 | 2023-12-13T05:47:25.787Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-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="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' -C metadata=efbdc2c66f61b52d -C extra-filename=-efbdc2c66f61b52d --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-5597cffd9fb84645.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-7d22bc351435492d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings` |
2976 | 2023-12-13T05:47:26.252Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2977 | 2023-12-13T05:47:26.275Z | Running `/home/build/.rustup/toolchains/1.74.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=2fc1e796c21a7b42 -C extra-filename=-2fc1e796c21a7b42 --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-084832dceff4d290.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-e3313a8a0679b1be.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09d97f8812952e0a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64` |
2978 | 2023-12-13T05:47:27.331Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-6e345c8b0985aae7/build-script-build` |
2979 | 2023-12-13T05:47:27.372Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/c1252df/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=acdccdb3c7878500 -C extra-filename=-acdccdb3c7878500 --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-09d97f8812952e0a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64` |
2980 | 2023-12-13T05:47:27.926Z | Running `/home/build/.rustup/toolchains/1.74.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=40ac42bfe40d7cc4 -C extra-filename=-40ac42bfe40d7cc4 --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-2d440d03e3b86ed7.rmeta --cap-lints allow -D warnings` |
2981 | 2023-12-13T05:47:27.956Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2982 | 2023-12-13T05:47:27.979Z | Running `/home/build/.rustup/toolchains/1.74.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=a4c22e32d3a40be5 -C extra-filename=-a4c22e32d3a40be5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rmeta --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-35896dd42b140dec.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3613d422ae61369e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-703e387a57be71d5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-09dd1c108d4ebb85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-dfbba71d739ffea6.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f28df03945a552f5.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
2983 | 2023-12-13T05:47:29.659Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2984 | 2023-12-13T05:47:29.667Z | Running `/home/build/.rustup/toolchains/1.74.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=0eef1eab962d7085 -C extra-filename=-0eef1eab962d7085 --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-7769037f643a5afe.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ceb261b2209b87b0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2985 | 2023-12-13T05:47:41.158Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2986 | 2023-12-13T05:47:41.164Z | Running `/home/build/.rustup/toolchains/1.74.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=ec173e26b466db5f -C extra-filename=-ec173e26b466db5f --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-084832dceff4d290.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2987 | 2023-12-13T05:47:41.689Z | Compiling crossterm v0.27.0 |
2988 | 2023-12-13T05:47:41.737Z | Running `/home/build/.rustup/toolchains/1.74.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="windows"' -C metadata=25811ab130843975 -C extra-filename=-25811ab130843975 --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-3b1b01c99c344b01.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6994c3643952f9a9.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b0890bfa533f5f63.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a665996ce79c797d.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-e51242e1ea1285d3.rmeta --cap-lints allow -D warnings` |
2989 | 2023-12-13T05:47:42.651Z | Compiling cassowary v0.3.0 |
2990 | 2023-12-13T05:47:42.661Z | Running `/home/build/.rustup/toolchains/1.74.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=604bbb0567fc0a81 -C extra-filename=-604bbb0567fc0a81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2991 | 2023-12-13T05:47:44.846Z | Compiling indoc v2.0.3 |
2992 | 2023-12-13T05:47:44.850Z | Running `/home/build/.rustup/toolchains/1.74.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=1da3176054db8acb -C extra-filename=-1da3176054db8acb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings` |
2993 | 2023-12-13T05:47:46.780Z | Compiling ratatui v0.23.0 |
2994 | 2023-12-13T05:47:46.783Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossterm"' --cfg 'feature="default"' -C metadata=dd4be663f227f3ed -C extra-filename=-dd4be663f227f3ed --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-3b1b01c99c344b01.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-604bbb0567fc0a81.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-25811ab130843975.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-1da3176054db8acb.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b7536b5015ff5583.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a7b83919c0401bc3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings` |
2995 | 2023-12-13T05:47:47.165Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2996 | 2023-12-13T05:47:47.170Z | Running `/home/build/.rustup/toolchains/1.74.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=ece101d456f5f75f -C extra-filename=-ece101d456f5f75f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
2997 | 2023-12-13T05:47:51.389Z | Compiling rtoolbox v0.0.1 |
2998 | 2023-12-13T05:47:51.393Z | Running `/home/build/.rustup/toolchains/1.74.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=226466ea68894a39 -C extra-filename=-226466ea68894a39 --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-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings` |
2999 | 2023-12-13T05:47:52.033Z | Compiling rpassword v7.3.1 |
3000 | 2023-12-13T05:47:52.036Z | Running `/home/build/.rustup/toolchains/1.74.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=57c917783a87b3ed -C extra-filename=-57c917783a87b3ed --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-df62e9c1aba12dc6.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-226466ea68894a39.rmeta --cap-lints allow -D warnings` |
3001 | 2023-12-13T05:47:52.510Z | Compiling tui-tree-widget v0.13.0 |
3002 | 2023-12-13T05:47:52.514Z | Running `/home/build/.rustup/toolchains/1.74.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.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 -C metadata=8993e2bd2ef35019 -C extra-filename=-8993e2bd2ef35019 --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-dd4be663f227f3ed.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings` |
3003 | 2023-12-13T05:47:52.560Z | Compiling shell-words v1.1.0 |
3004 | 2023-12-13T05:47:52.564Z | Running `/home/build/.rustup/toolchains/1.74.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=c646a9162b042b75 -C extra-filename=-c646a9162b042b75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3005 | 2023-12-13T05:47:53.053Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3006 | 2023-12-13T05:47:53.058Z | Running `/home/build/.rustup/toolchains/1.74.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=bfcdc0061bf8f457 -C extra-filename=-bfcdc0061bf8f457 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-bfcdc0061bf8f457 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-24e5821985b424dd.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3007 | 2023-12-13T05:47:53.510Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3008 | 2023-12-13T05:47:53.514Z | Running `/home/build/.rustup/toolchains/1.74.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=30031f1d0d86aac6 -C extra-filename=-30031f1d0d86aac6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a8135444ac120ce3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-25811ab130843975.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-761675d8cda6d1d8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-dd4be663f227f3ed.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-57c917783a87b3ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-c646a9162b042b75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-df85453bf78c2aec.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f166fe2f4ac9c287.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8993e2bd2ef35019.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ceb261b2209b87b0.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0eef1eab962d7085.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3009 | 2023-12-13T05:47:53.581Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-bfcdc0061bf8f457/build-script-build` |
3010 | 2023-12-13T05:47:53.621Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
3011 | 2023-12-13T05:47:53.625Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/fab2799/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=0bb65bb5b1954c37 -C extra-filename=-0bb65bb5b1954c37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-4e1825748425f003.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64` |
3012 | 2023-12-13T05:47:54.282Z | Compiling fatfs v0.3.6 |
3013 | 2023-12-13T05:47:54.286Z | Running `/home/build/.rustup/toolchains/1.74.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=1ec5326d3a4fc1e8 -C extra-filename=-1ec5326d3a4fc1e8 --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-b6f8a7d540d47813.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --cap-lints allow -D warnings` |
3014 | 2023-12-13T05:47:55.822Z | Compiling yansi v0.5.1 |
3015 | 2023-12-13T05:47:55.826Z | Running `/home/build/.rustup/toolchains/1.74.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=71523450b988fa1f -C extra-filename=-71523450b988fa1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3016 | 2023-12-13T05:47:56.374Z | Compiling pretty_assertions v1.4.0 |
3017 | 2023-12-13T05:47:56.378Z | Running `/home/build/.rustup/toolchains/1.74.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=d9e65c209facc62c -C extra-filename=-d9e65c209facc62c --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-b40759dfb27c6b8f.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-71523450b988fa1f.rmeta --cap-lints allow -D warnings` |
3018 | 2023-12-13T05:47:56.933Z | Compiling target-lexicon v0.12.12 |
3019 | 2023-12-13T05:47:56.937Z | Running `/home/build/.rustup/toolchains/1.74.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.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2297a3a36f9a9fa2 -C extra-filename=-2297a3a36f9a9fa2 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-2297a3a36f9a9fa2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3020 | 2023-12-13T05:47:57.244Z | Compiling guppy-workspace-hack v0.1.0 |
3021 | 2023-12-13T05:47:57.253Z | Running `/home/build/.rustup/toolchains/1.74.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=e39e9e48c9b3b642 -C extra-filename=-e39e9e48c9b3b642 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-e39e9e48c9b3b642 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3022 | 2023-12-13T05:47:57.580Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3023 | 2023-12-13T05:47:57.584Z | Running `/home/build/.rustup/toolchains/1.74.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=f747040037db8488 -C extra-filename=-f747040037db8488 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3024 | 2023-12-13T05:47:57.771Z | Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-e39e9e48c9b3b642/build-script-build` |
3025 | 2023-12-13T05:47:57.810Z | Compiling rand v0.4.6 |
3026 | 2023-12-13T05:47:57.813Z | Running `/home/build/.rustup/toolchains/1.74.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=f9fcf121ed007d0b -C extra-filename=-f9fcf121ed007d0b --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-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings` |
3027 | 2023-12-13T05:47:59.447Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-2297a3a36f9a9fa2/build-script-build` |
3028 | 2023-12-13T05:47:59.461Z | Running `/home/build/.rustup/toolchains/1.74.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.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=3ece58cccb9b3c12 -C extra-filename=-3ece58cccb9b3c12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg 'feature="rust_1_40"'` |
3029 | 2023-12-13T05:47:59.985Z | Compiling remove_dir_all v0.5.3 |
3030 | 2023-12-13T05:47:59.989Z | Running `/home/build/.rustup/toolchains/1.74.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=1d813a2aff1924d4 -C extra-filename=-1d813a2aff1924d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3031 | 2023-12-13T05:48:00.128Z | Compiling plotters-backend v0.3.5 |
3032 | 2023-12-13T05:48:00.132Z | Running `/home/build/.rustup/toolchains/1.74.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=6316c9d891d6bc6a -C extra-filename=-6316c9d891d6bc6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3033 | 2023-12-13T05:48:00.999Z | Compiling target-spec v3.0.1 |
3034 | 2023-12-13T05:48:01.004Z | Running `/home/build/.rustup/toolchains/1.74.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.0.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=428c8aa285fe20b8 -C extra-filename=-428c8aa285fe20b8 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-428c8aa285fe20b8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3035 | 2023-12-13T05:48:01.965Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-428c8aa285fe20b8/build-script-build` |
3036 | 2023-12-13T05:48:02.010Z | Compiling plotters-svg v0.3.5 |
3037 | 2023-12-13T05:48:02.027Z | Running `/home/build/.rustup/toolchains/1.74.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=1944c1a49c5e64f1 -C extra-filename=-1944c1a49c5e64f1 --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-6316c9d891d6bc6a.rmeta --cap-lints allow -D warnings` |
3038 | 2023-12-13T05:48:02.474Z | Compiling tempdir v0.3.7 |
3039 | 2023-12-13T05:48:02.481Z | Running `/home/build/.rustup/toolchains/1.74.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=d3060b015328cb05 -C extra-filename=-d3060b015328cb05 --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-f9fcf121ed007d0b.rmeta --extern remove_dir_all=/work/oxidecomputer/omicron/target/debug/deps/libremove_dir_all-1d813a2aff1924d4.rmeta --cap-lints allow -D warnings` |
3040 | 2023-12-13T05:48:02.702Z | Compiling cfg-expr v0.15.5 |
3041 | 2023-12-13T05:48:02.707Z | Running `/home/build/.rustup/toolchains/1.74.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.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="target-lexicon"' --cfg 'feature="targets"' -C metadata=4ef3a5495ee4197f -C extra-filename=-4ef3a5495ee4197f --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-0316017cde573a0f.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-3ece58cccb9b3c12.rmeta --cap-lints allow -D warnings` |
3042 | 2023-12-13T05:48:03.121Z | Running `/home/build/.rustup/toolchains/1.74.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=51f3349711f019c3 -C extra-filename=-51f3349711f019c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3043 | 2023-12-13T05:48:03.315Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3044 | 2023-12-13T05:48:03.319Z | Running `/home/build/.rustup/toolchains/1.74.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=307c7e7ea69f66b1 -C extra-filename=-307c7e7ea69f66b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-6e7ba986a3c22a1f.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a4c22e32d3a40be5.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3045 | 2023-12-13T05:48:05.073Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3046 | 2023-12-13T05:48:05.078Z | Running `/home/build/.rustup/toolchains/1.74.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=24603a09c71288aa -C extra-filename=-24603a09c71288aa --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-51242dff9c560077.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3047 | 2023-12-13T05:48:06.633Z | Compiling assert_cmd v2.0.12 |
3048 | 2023-12-13T05:48:06.654Z | Running `/home/build/.rustup/toolchains/1.74.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.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=47c774df8bf7b814 -C extra-filename=-47c774df8bf7b814 --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-de2619156f222cb2.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-f119340823f1aa08.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-80c9eeeb148ee19b.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-a707c93b27fc17a9.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-2b21937ee10d575a.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-abd69d8f0b0244d3.rmeta --cap-lints allow -D warnings` |
3049 | 2023-12-13T05:48:08.805Z | Compiling cargo-platform v0.1.3 |
3050 | 2023-12-13T05:48:08.809Z | Running `/home/build/.rustup/toolchains/1.74.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=f79777b5ba3d2e61 -C extra-filename=-f79777b5ba3d2e61 --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-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings` |
3051 | 2023-12-13T05:48:09.758Z | Compiling cast v0.3.0 |
3052 | 2023-12-13T05:48:09.788Z | Running `/home/build/.rustup/toolchains/1.74.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=b96c307ad73be188 -C extra-filename=-b96c307ad73be188 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3053 | 2023-12-13T05:48:10.348Z | Compiling criterion-plot v0.5.0 |
3054 | 2023-12-13T05:48:10.353Z | Running `/home/build/.rustup/toolchains/1.74.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=cc45f56475d8c694 -C extra-filename=-cc45f56475d8c694 --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-b96c307ad73be188.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rmeta --cap-lints allow -D warnings` |
3055 | 2023-12-13T05:48:12.056Z | Compiling cargo_metadata v0.18.1 |
3056 | 2023-12-13T05:48:12.067Z | Running `/home/build/.rustup/toolchains/1.74.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=1fd2f52353ca80db -C extra-filename=-1fd2f52353ca80db --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-7e6c307bf3e7aaf2.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-f79777b5ba3d2e61.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --cap-lints allow -D warnings` |
3057 | 2023-12-13T05:48:16.072Z | Running `/home/build/.rustup/toolchains/1.74.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.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=aafdd457b3ea6438 -C extra-filename=-aafdd457b3ea6438 --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-4ef3a5495ee4197f.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-51f3349711f019c3.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-3ece58cccb9b3c12.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d84da02132e91997.rmeta --cap-lints allow -D warnings` |
3058 | 2023-12-13T05:48:17.772Z | Compiling plotters v0.3.5 |
3059 | 2023-12-13T05:48:17.772Z | Running `/home/build/.rustup/toolchains/1.74.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=414cbdfc7cd282eb -C extra-filename=-414cbdfc7cd282eb --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-66b98c12d6f7f3b4.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-6316c9d891d6bc6a.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-1944c1a49c5e64f1.rmeta --cap-lints allow -D warnings` |
3060 | 2023-12-13T05:48:18.665Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3061 | 2023-12-13T05:48:18.668Z | Running `/home/build/.rustup/toolchains/1.74.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=a70f6d5b6baca6e7 -C extra-filename=-a70f6d5b6baca6e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3062 | 2023-12-13T05:48:21.740Z | Compiling pathdiff v0.2.1 |
3063 | 2023-12-13T05:48:21.743Z | Running `/home/build/.rustup/toolchains/1.74.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=71aac0bfe9034491 -C extra-filename=-71aac0bfe9034491 --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-7e6c307bf3e7aaf2.rmeta --cap-lints allow -D warnings` |
3064 | 2023-12-13T05:48:21.977Z | Compiling tinytemplate v1.2.1 |
3065 | 2023-12-13T05:48:21.981Z | Running `/home/build/.rustup/toolchains/1.74.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=cb6f18f839a93adc -C extra-filename=-cb6f18f839a93adc --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-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --cap-lints allow -D warnings` |
3066 | 2023-12-13T05:48:23.769Z | Compiling oorandom v11.1.3 |
3067 | 2023-12-13T05:48:23.773Z | Running `/home/build/.rustup/toolchains/1.74.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=a9a074737efed806 -C extra-filename=-a9a074737efed806 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3068 | 2023-12-13T05:48:24.083Z | Compiling nested v0.1.1 |
3069 | 2023-12-13T05:48:24.089Z | Running `/home/build/.rustup/toolchains/1.74.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=998bfdfa63e26b89 -C extra-filename=-998bfdfa63e26b89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3070 | 2023-12-13T05:48:24.590Z | Compiling anes v0.1.6 |
3071 | 2023-12-13T05:48:24.594Z | Running `/home/build/.rustup/toolchains/1.74.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=5a8a8944eb83c142 -C extra-filename=-5a8a8944eb83c142 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3072 | 2023-12-13T05:48:25.332Z | Compiling criterion v0.5.1 |
3073 | 2023-12-13T05:48:25.336Z | Running `/home/build/.rustup/toolchains/1.74.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=111a1f78c17a8c9e -C extra-filename=-111a1f78c17a8c9e --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-5a8a8944eb83c142.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-b96c307ad73be188.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a8135444ac120ce3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-cc45f56475d8c694.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-76cdf190dc97ad34.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-a9a074737efed806.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-414cbdfc7cd282eb.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8bfab4357444caa6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e0eb1ad5ee0e2206.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-cb6f18f839a93adc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rmeta --cap-lints allow -D warnings` |
3074 | 2023-12-13T05:48:32.757Z | Compiling guppy v0.17.4 |
3075 | 2023-12-13T05:48:32.761Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.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=f47710d7a1fef02d -C extra-filename=-f47710d7a1fef02d --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-0daae04b7eea3967.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-1fd2f52353ca80db.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-1eca94f2b80e5845.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-51f3349711f019c3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-998bfdfa63e26b89.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-71aac0bfe9034491.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-0316017cde573a0f.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-aafdd457b3ea6438.rmeta --cap-lints allow -D warnings` |
3076 | 2023-12-13T05:48:48.095Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
3077 | 2023-12-13T05:48:48.119Z | Running `/home/build/.rustup/toolchains/1.74.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=1c51977aa26ba034 -C extra-filename=-1c51977aa26ba034 --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-51e830d44a46a8e5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3078 | 2023-12-13T05:48:48.824Z | Compiling threadpool v1.8.1 |
3079 | 2023-12-13T05:48:48.827Z | Running `/home/build/.rustup/toolchains/1.74.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=6e2745008b3d4d08 -C extra-filename=-6e2745008b3d4d08 --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-c7d090992ac18a37.rmeta --cap-lints allow -D warnings` |
3080 | 2023-12-13T05:48:50.230Z | Compiling nanorand v0.7.0 |
3081 | 2023-12-13T05:48:50.234Z | Running `/home/build/.rustup/toolchains/1.74.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=b0e78942dc3428e5 -C extra-filename=-b0e78942dc3428e5 --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-396ddc32754bad29.rmeta --cap-lints allow -D warnings` |
3082 | 2023-12-13T05:48:50.757Z | Compiling libtest-mimic v0.6.1 |
3083 | 2023-12-13T05:48:50.773Z | Running `/home/build/.rustup/toolchains/1.74.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=e5d0b5debaccc3b6 -C extra-filename=-e5d0b5debaccc3b6 --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-071e5703096c5c4b.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-37d60876ed20c975.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-6e2745008b3d4d08.rmeta --cap-lints allow -D warnings` |
3084 | 2023-12-13T05:48:51.190Z | Compiling flume v0.11.0 |
3085 | 2023-12-13T05:48:51.195Z | Running `/home/build/.rustup/toolchains/1.74.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=af76fb0c5f38525e -C extra-filename=-af76fb0c5f38525e --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-85b0c1ea6a5e4905.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-b0e78942dc3428e5.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-4c240d9238dcc0df.rmeta --cap-lints allow -D warnings` |
3086 | 2023-12-13T05:48:52.368Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3087 | 2023-12-13T05:48:52.371Z | Running `/home/build/.rustup/toolchains/1.74.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=446dd93e2795f46a -C extra-filename=-446dd93e2795f46a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-24603a09c71288aa.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-93f21655c6d108ae.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-09dd1c108d4ebb85.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a4c22e32d3a40be5.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
3088 | 2023-12-13T05:48:54.096Z | Compiling rstest_macros v0.18.2 |
3089 | 2023-12-13T05:48:54.124Z | Running `/home/build/.rustup/toolchains/1.74.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=8ac3b73d7b27c2b4 -C extra-filename=-8ac3b73d7b27c2b4 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-8ac3b73d7b27c2b4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-ffaecce5dc07dbe9.rlib --cap-lints allow -D warnings` |
3090 | 2023-12-13T05:48:55.017Z | Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-8ac3b73d7b27c2b4/build-script-build` |
3091 | 2023-12-13T05:48:55.176Z | Compiling datatest-stable v0.2.3 |
3092 | 2023-12-13T05:48:55.182Z | Running `/home/build/.rustup/toolchains/1.74.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=e99fa7a4f6706659 -C extra-filename=-e99fa7a4f6706659 --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-7e6c307bf3e7aaf2.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-e5d0b5debaccc3b6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rmeta --cap-lints allow -D warnings` |
3093 | 2023-12-13T05:48:55.308Z | Compiling httptest v0.15.5 |
3094 | 2023-12-13T05:48:55.312Z | Running `/home/build/.rustup/toolchains/1.74.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=5fd14a35a3ccf419 -C extra-filename=-5fd14a35a3ccf419 --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-49019ba25fed05fd.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-2aaaef3e6eb094ab.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8797d3f240ac357c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c24d1ac729287b3a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --cap-lints allow -D warnings` |
3095 | 2023-12-13T05:48:56.073Z | Compiling similar-asserts v1.5.0 |
3096 | 2023-12-13T05:48:56.077Z | Running `/home/build/.rustup/toolchains/1.74.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=2d30b90bbc73311d -C extra-filename=-2d30b90bbc73311d --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-6e7ba986a3c22a1f.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-452f8398af6fb89f.rmeta --cap-lints allow -D warnings` |
3097 | 2023-12-13T05:48:58.008Z | Compiling trybuild v1.0.85 |
3098 | 2023-12-13T05:48:58.012Z | Running `/home/build/.rustup/toolchains/1.74.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.85/build.rs --error-format=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=2c5a72d18df7e15e -C extra-filename=-2c5a72d18df7e15e --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-2c5a72d18df7e15e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3099 | 2023-12-13T05:48:58.726Z | Compiling relative-path v1.9.0 |
3100 | 2023-12-13T05:48:58.730Z | Running `/home/build/.rustup/toolchains/1.74.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=0cb9f34a783b6db6 -C extra-filename=-0cb9f34a783b6db6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3101 | 2023-12-13T05:48:59.914Z | Compiling topological-sort v0.2.2 |
3102 | 2023-12-13T05:48:59.918Z | Running `/home/build/.rustup/toolchains/1.74.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=eb567069d3f60cfd -C extra-filename=-eb567069d3f60cfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3103 | 2023-12-13T05:49:00.250Z | Running `/home/build/.rustup/toolchains/1.74.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=b4a4bed340618423 -C extra-filename=-b4a4bed340618423 --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-bc2c501506aafa82.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-0cb9f34a783b6db6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d84da02132e91997.rlib --extern proc_macro --cap-lints allow -D warnings` |
3104 | 2023-12-13T05:49:04.366Z | Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-2c5a72d18df7e15e/build-script-build` |
3105 | 2023-12-13T05:49:04.406Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3106 | 2023-12-13T05:49:04.410Z | Running `/home/build/.rustup/toolchains/1.74.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=73d0d07c596158cb -C extra-filename=-73d0d07c596158cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-66715171ffc88e2c.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-af76fb0c5f38525e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3613d422ae61369e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-f747040037db8488.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-78a13c5f7508de23.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-09dd1c108d4ebb85.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-dfbba71d739ffea6.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a4c22e32d3a40be5.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ceb261b2209b87b0.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0eef1eab962d7085.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
3107 | 2023-12-13T05:49:06.537Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3108 | 2023-12-13T05:49:06.540Z | Running `/home/build/.rustup/toolchains/1.74.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=6f795ec2541dac5d -C extra-filename=-6f795ec2541dac5d --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-6f795ec2541dac5d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-24e5821985b424dd.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3109 | 2023-12-13T05:49:07.101Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3110 | 2023-12-13T05:49:07.105Z | Running `/home/build/.rustup/toolchains/1.74.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=080d9ee9c133480c -C extra-filename=-080d9ee9c133480c --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-080d9ee9c133480c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-24e5821985b424dd.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3111 | 2023-12-13T05:49:07.675Z | Compiling basic-toml v0.1.4 |
3112 | 2023-12-13T05:49:07.708Z | Running `/home/build/.rustup/toolchains/1.74.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.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=85734d392e494f60 -C extra-filename=-85734d392e494f60 --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-101c0c10b68ffd8b.rmeta --cap-lints allow -D warnings` |
3113 | 2023-12-13T05:49:11.048Z | Compiling futures-timer v3.0.2 |
3114 | 2023-12-13T05:49:11.051Z | Running `/home/build/.rustup/toolchains/1.74.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=c292dbb3a669c763 -C extra-filename=-c292dbb3a669c763 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3115 | 2023-12-13T05:49:12.494Z | Compiling crossbeam-queue v0.3.8 |
3116 | 2023-12-13T05:49:12.501Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-queue-0.3.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="std"' -C metadata=54a6890ae100e8c1 -C extra-filename=-54a6890ae100e8c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-54a6890ae100e8c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3117 | 2023-12-13T05:49:13.432Z | Compiling arrayvec v0.7.4 |
3118 | 2023-12-13T05:49:13.435Z | Running `/home/build/.rustup/toolchains/1.74.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=c9b60ea25ec83303 -C extra-filename=-c9b60ea25ec83303 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3119 | 2023-12-13T05:49:14.087Z | Compiling constant_time_eq v0.2.6 |
3120 | 2023-12-13T05:49:14.091Z | Running `/home/build/.rustup/toolchains/1.74.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=cda92da30c7fc137 -C extra-filename=-cda92da30c7fc137 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3121 | 2023-12-13T05:49:14.357Z | Compiling arrayref v0.3.7 |
3122 | 2023-12-13T05:49:14.366Z | Running `/home/build/.rustup/toolchains/1.74.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=e775d0f24cfa2fe5 -C extra-filename=-e775d0f24cfa2fe5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3123 | 2023-12-13T05:49:14.506Z | Compiling blake2b_simd v1.0.1 |
3124 | 2023-12-13T05:49:14.510Z | Running `/home/build/.rustup/toolchains/1.74.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=cce39a0e82a1286d -C extra-filename=-cce39a0e82a1286d --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-e775d0f24cfa2fe5.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-c9b60ea25ec83303.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-cda92da30c7fc137.rmeta --cap-lints allow -D warnings` |
3125 | 2023-12-13T05:49:16.735Z | Compiling rstest v0.18.2 |
3126 | 2023-12-13T05:49:16.738Z | Running `/home/build/.rustup/toolchains/1.74.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=274f43d9a9abef49 -C extra-filename=-274f43d9a9abef49 --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-60db96e8e3fbb005.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-c292dbb3a669c763.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-b4a4bed340618423.so --cap-lints allow -D warnings` |
3127 | 2023-12-13T05:49:17.060Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-54a6890ae100e8c1/build-script-build` |
3128 | 2023-12-13T05:49:17.100Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.85/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ced1f7d13d97bfae -C extra-filename=-ced1f7d13d97bfae --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-85734d392e494f60.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e0eb1ad5ee0e2206.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-37d60876ed20c975.rmeta --cap-lints allow -D warnings` |
3129 | 2023-12-13T05:49:23.879Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-080d9ee9c133480c/build-script-build` |
3130 | 2023-12-13T05:49:23.919Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-6f795ec2541dac5d/build-script-build` |
3131 | 2023-12-13T05:49:23.957Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3132 | 2023-12-13T05:49:23.960Z | Running `/home/build/.rustup/toolchains/1.74.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=65e5fc9ef83df511 -C extra-filename=-65e5fc9ef83df511 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-761675d8cda6d1d8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-7455c9e2748ded37.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8bfab4357444caa6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-eb567069d3f60cfd.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
3133 | 2023-12-13T05:49:24.378Z | Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3134 | 2023-12-13T05:49:24.381Z | Running `/home/build/.rustup/toolchains/1.74.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=97dd31fbf2b0cdd5 -C extra-filename=-97dd31fbf2b0cdd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a8135444ac120ce3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-25811ab130843975.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-678e71940ce89996.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-30031f1d0d86aac6.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3135 | 2023-12-13T05:49:28.294Z | Compiling partial-io v0.5.4 |
3136 | 2023-12-13T05:49:28.297Z | Running `/home/build/.rustup/toolchains/1.74.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=a9ff6c578e5462e2 -C extra-filename=-a9ff6c578e5462e2 --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-60db96e8e3fbb005.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-b3b9e2874c7400c7.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --cap-lints allow -D warnings` |
3137 | 2023-12-13T05:49:29.076Z | Compiling approx v0.5.1 |
3138 | 2023-12-13T05:49:29.080Z | Running `/home/build/.rustup/toolchains/1.74.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=8cb86b6fdecad456 -C extra-filename=-8cb86b6fdecad456 --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-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings` |
3139 | 2023-12-13T05:49:29.460Z | Compiling hex-literal v0.4.1 |
3140 | 2023-12-13T05:49:29.464Z | Running `/home/build/.rustup/toolchains/1.74.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=8e38b9b5434fe580 -C extra-filename=-8e38b9b5434fe580 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3141 | 2023-12-13T05:49:29.680Z | Compiling constant_time_eq v0.3.0 |
3142 | 2023-12-13T05:49:29.686Z | Running `/home/build/.rustup/toolchains/1.74.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=d2fc0ba4c4ab8e14 -C extra-filename=-d2fc0ba4c4ab8e14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3143 | 2023-12-13T05:49:30.007Z | Compiling rust-argon2 v1.0.1 |
3144 | 2023-12-13T05:49:30.011Z | Running `/home/build/.rustup/toolchains/1.74.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=78933f846eed4887 -C extra-filename=-78933f846eed4887 --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-efdef217e0fabd4e.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-cce39a0e82a1286d.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-d2fc0ba4c4ab8e14.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --cap-lints allow -D warnings` |
3145 | 2023-12-13T05:49:32.364Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_queue --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-queue-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="alloc"' --cfg 'feature="std"' -C metadata=70b9f848c466bf80 -C extra-filename=-70b9f848c466bf80 --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-bc2c501506aafa82.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --cap-lints allow -D warnings` |
3146 | 2023-12-13T05:49:33.179Z | Compiling crossbeam v0.8.2 |
3147 | 2023-12-13T05:49:33.186Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="crossbeam-channel"' --cfg 'feature="crossbeam-deque"' --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-queue"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=abcda72a598022d6 -C extra-filename=-abcda72a598022d6 --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-bc2c501506aafa82.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-2aaaef3e6eb094ab.rmeta --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-de0c924a38105e0e.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2d9f0b9c67027185.rmeta --extern crossbeam_queue=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_queue-70b9f848c466bf80.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --cap-lints allow -D warnings` |
3148 | 2023-12-13T05:49:33.187Z | Compiling termios v0.3.3 |
3149 | 2023-12-13T05:49:33.187Z | Running `/home/build/.rustup/toolchains/1.74.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=352c6673618acbd1 -C extra-filename=-352c6673618acbd1 --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-df62e9c1aba12dc6.rmeta --cap-lints allow -D warnings` |
3150 | 2023-12-13T05:49:33.306Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
3151 | 2023-12-13T05:49:33.310Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/git/checkouts/samael-22e3a9757ca35ba2/52028e4/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=e1e3a9284ff5d84a -C extra-filename=-e1e3a9284ff5d84a --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-e1e3a9284ff5d84a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-c3b15ba3ed6774bf.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-676180268410563e.rlib --cap-lints allow -D warnings` |
3152 | 2023-12-13T05:49:33.328Z | Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3153 | 2023-12-13T05:49:33.333Z | Running `/home/build/.rustup/toolchains/1.74.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=857d558d06331c3a -C extra-filename=-857d558d06331c3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-352c6673618acbd1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15a340151b799bce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3154 | 2023-12-13T05:49:35.395Z | Running `/home/build/.rustup/toolchains/1.74.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=756bbbca02f807c0 -C extra-filename=-756bbbca02f807c0 --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-d9aa0d059bd049b5.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-111a1f78c17a8c9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-78933f846eed4887.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3155 | 2023-12-13T05:49:36.854Z | Running `/work/oxidecomputer/omicron/target/debug/build/samael-e1e3a9284ff5d84a/build-script-bindings` |
3156 | 2023-12-13T05:49:37.226Z | Compiling omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
3157 | 2023-12-13T05:49:37.230Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name thing_flinger --edition=2021 dev-tools/thing-flinger/src/bin/thing-flinger.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=76faf2cecde83ce3 -C extra-filename=-76faf2cecde83ce3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crossbeam=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam-abcda72a598022d6.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-65e5fc9ef83df511.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e0eb1ad5ee0e2206.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
3158 | 2023-12-13T05:49:39.225Z | Running `/home/build/.rustup/toolchains/1.74.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=dde40538ea059c02 -C extra-filename=-dde40538ea059c02 --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-8cb86b6fdecad456.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-bf5edac01f673ca3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e65b6b3569898ced.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-274f43d9a9abef49.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-ced1f7d13d97bfae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3159 | 2023-12-13T05:49:40.830Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/git/checkouts/samael-22e3a9757ca35ba2/52028e4/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=49fc5fd89247b25c -C extra-filename=-49fc5fd89247b25c --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-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6b18b93accc321e4.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-eb1a666d81f8694c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-1d5c6f7c7b6d7f2c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-66d32c3547f15b53.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-8eb3de30cd4fd472.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-50ad2ea9bce2bac8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --cap-lints allow -D warnings -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` |
3160 | 2023-12-13T05:49:45.413Z | Running `/home/build/.rustup/toolchains/1.74.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=b078ace1ab732b56 -C extra-filename=-b078ace1ab732b56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a8135444ac120ce3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-25811ab130843975.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-678e71940ce89996.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-30031f1d0d86aac6.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-97dd31fbf2b0cdd5.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3161 | 2023-12-13T05:49:46.525Z | Running `/home/build/.rustup/toolchains/1.74.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=a44000b559dd2cb5 -C extra-filename=-a44000b559dd2cb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a8135444ac120ce3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-25811ab130843975.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-678e71940ce89996.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-30031f1d0d86aac6.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-97dd31fbf2b0cdd5.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3162 | 2023-12-13T05:49:47.795Z | Running `/home/build/.rustup/toolchains/1.74.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=8fac8605ed292d17 -C extra-filename=-8fac8605ed292d17 --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-8cb86b6fdecad456.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-bf5edac01f673ca3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e65b6b3569898ced.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-274f43d9a9abef49.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-ced1f7d13d97bfae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3163 | 2023-12-13T05:49:48.468Z | Running `/home/build/.rustup/toolchains/1.74.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=88ee520e03cf8b22 -C extra-filename=-88ee520e03cf8b22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-8e38b9b5434fe580.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-446dd93e2795f46a.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-24603a09c71288aa.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-93f21655c6d108ae.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-a9ff6c578e5462e2.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-09dd1c108d4ebb85.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a4c22e32d3a40be5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
3164 | 2023-12-13T05:49:49.179Z | Running `/home/build/.rustup/toolchains/1.74.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=1428d9285cb38b77 -C extra-filename=-1428d9285cb38b77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-8e38b9b5434fe580.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-24603a09c71288aa.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-93f21655c6d108ae.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-a9ff6c578e5462e2.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-09dd1c108d4ebb85.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a4c22e32d3a40be5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
3165 | 2023-12-13T05:49:49.298Z | Running `/home/build/.rustup/toolchains/1.74.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=3912e97d2b28c281 -C extra-filename=-3912e97d2b28c281 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-761675d8cda6d1d8.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-65e5fc9ef83df511.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-7455c9e2748ded37.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8bfab4357444caa6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-eb567069d3f60cfd.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
3166 | 2023-12-13T05:49:51.498Z | Running `/home/build/.rustup/toolchains/1.74.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=bf5c427858cd6a6e -C extra-filename=-bf5c427858cd6a6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-66715171ffc88e2c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-af76fb0c5f38525e.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3613d422ae61369e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-446dd93e2795f46a.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-24603a09c71288aa.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-f747040037db8488.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-2be96bd6b55b8b90.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-78a13c5f7508de23.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-09dd1c108d4ebb85.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-dfbba71d739ffea6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-307c7e7ea69f66b1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a4c22e32d3a40be5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-30031f1d0d86aac6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ceb261b2209b87b0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0eef1eab962d7085.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
3167 | 2023-12-13T05:49:53.058Z | Running `/home/build/.rustup/toolchains/1.74.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=fefe09238f91bde7 -C extra-filename=-fefe09238f91bde7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-761675d8cda6d1d8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-7455c9e2748ded37.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8bfab4357444caa6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-eb567069d3f60cfd.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
3168 | 2023-12-13T05:49:59.776Z | Running `/home/build/.rustup/toolchains/1.74.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=7eb350106b18673f -C extra-filename=-7eb350106b18673f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d6910ae06b21452b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-66715171ffc88e2c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7b75596ac40fd538.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-99a4f5018e767a40.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-35e13328ea1bc2a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e756afb4e9cc51c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-09874087af14e754.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-ab98b827dbfdb6ed.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1a945f20f992a1d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3e04c8c5dd9844aa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
3169 | 2023-12-13T05:50:02.544Z | Running `/home/build/.rustup/toolchains/1.74.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=8901153be1233850 -C extra-filename=-8901153be1233850 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d6910ae06b21452b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-66715171ffc88e2c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7b75596ac40fd538.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-99a4f5018e767a40.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-35e13328ea1bc2a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e756afb4e9cc51c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-09874087af14e754.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-ab98b827dbfdb6ed.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1a945f20f992a1d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3e04c8c5dd9844aa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
3170 | 2023-12-13T05:50:04.051Z | Running `/home/build/.rustup/toolchains/1.74.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=3758284e662c8484 -C extra-filename=-3758284e662c8484 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d6910ae06b21452b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-66715171ffc88e2c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7b75596ac40fd538.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-99a4f5018e767a40.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-35e13328ea1bc2a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e756afb4e9cc51c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-09874087af14e754.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-ab98b827dbfdb6ed.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1a945f20f992a1d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3e04c8c5dd9844aa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
3171 | 2023-12-13T05:50:04.981Z | Running `/home/build/.rustup/toolchains/1.74.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=0773a960f309d88f -C extra-filename=-0773a960f309d88f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d6910ae06b21452b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-66715171ffc88e2c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-f47710d7a1fef02d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7b75596ac40fd538.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-99a4f5018e767a40.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-35e13328ea1bc2a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e756afb4e9cc51c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-09874087af14e754.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-ab98b827dbfdb6ed.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1a945f20f992a1d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3e04c8c5dd9844aa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
3172 | 2023-12-13T05:50:35.242Z | Running `/home/build/.rustup/toolchains/1.74.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=689c616888406c35 -C extra-filename=-689c616888406c35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-66715171ffc88e2c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-af76fb0c5f38525e.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3613d422ae61369e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-446dd93e2795f46a.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-24603a09c71288aa.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-f747040037db8488.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-2be96bd6b55b8b90.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-78a13c5f7508de23.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-09dd1c108d4ebb85.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-dfbba71d739ffea6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-307c7e7ea69f66b1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a4c22e32d3a40be5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-30031f1d0d86aac6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ceb261b2209b87b0.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-73d0d07c596158cb.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0eef1eab962d7085.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
3173 | 2023-12-13T05:50:57.620Z | Running `/home/build/.rustup/toolchains/1.74.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=d18e99b411e9e5b5 -C extra-filename=-d18e99b411e9e5b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-66715171ffc88e2c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-af76fb0c5f38525e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3613d422ae61369e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-f747040037db8488.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-78a13c5f7508de23.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-09dd1c108d4ebb85.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-dfbba71d739ffea6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a4c22e32d3a40be5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ceb261b2209b87b0.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-73d0d07c596158cb.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0eef1eab962d7085.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
3174 | 2023-12-13T05:50:57.620Z | Running `/home/build/.rustup/toolchains/1.74.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=bf0f7b87efacbdd4 -C extra-filename=-bf0f7b87efacbdd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-66715171ffc88e2c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-af76fb0c5f38525e.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3613d422ae61369e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-446dd93e2795f46a.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-24603a09c71288aa.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-f747040037db8488.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-2be96bd6b55b8b90.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-78a13c5f7508de23.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-09dd1c108d4ebb85.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-dfbba71d739ffea6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-307c7e7ea69f66b1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a4c22e32d3a40be5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-30031f1d0d86aac6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ceb261b2209b87b0.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-73d0d07c596158cb.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0eef1eab962d7085.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
3175 | 2023-12-13T05:51:01.872Z | Compiling polar-core v0.27.0 |
3176 | 2023-12-13T05:51:01.889Z | Running `/home/build/.rustup/toolchains/1.74.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=061a25806a37f218 -C extra-filename=-061a25806a37f218 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-061a25806a37f218 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-37156ca1d8d4d6b7.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e0eb1ad5ee0e2206.so --cap-lints allow -D warnings` |
3177 | 2023-12-13T05:51:04.129Z | Running `/home/build/.rustup/toolchains/1.74.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=8363b2f7fb34de93 -C extra-filename=-8363b2f7fb34de93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d6910ae06b21452b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-66715171ffc88e2c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7b75596ac40fd538.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-99a4f5018e767a40.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-35e13328ea1bc2a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e756afb4e9cc51c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-09874087af14e754.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-ab98b827dbfdb6ed.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1a945f20f992a1d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3e04c8c5dd9844aa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
3178 | 2023-12-13T05:51:04.965Z | Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-061a25806a37f218/build-script-build` |
3179 | 2023-12-13T05:51:08.539Z | Running `/home/build/.rustup/toolchains/1.74.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=779a19843214e26a -C extra-filename=-779a19843214e26a --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-a762f8d2daa77eb2.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a2c79a7f288a2d69.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-de549791c812edf1.so --cap-lints allow -D warnings` |
3180 | 2023-12-13T05:51:15.802Z | Running `/home/build/.rustup/toolchains/1.74.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=b194e634e9219535 -C extra-filename=-b194e634e9219535 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d6910ae06b21452b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-66715171ffc88e2c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-f47710d7a1fef02d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7b75596ac40fd538.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-99a4f5018e767a40.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-35e13328ea1bc2a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e756afb4e9cc51c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-09874087af14e754.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-ab98b827dbfdb6ed.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1a945f20f992a1d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3e04c8c5dd9844aa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
3181 | 2023-12-13T05:51:19.741Z | Running `/home/build/.rustup/toolchains/1.74.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=1a4de900446711e7 -C extra-filename=-1a4de900446711e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d6910ae06b21452b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-66715171ffc88e2c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-f47710d7a1fef02d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7b75596ac40fd538.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-99a4f5018e767a40.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-35e13328ea1bc2a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e756afb4e9cc51c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-09874087af14e754.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-ab98b827dbfdb6ed.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1a945f20f992a1d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3e04c8c5dd9844aa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
3182 | 2023-12-13T05:51:23.393Z | Running `/home/build/.rustup/toolchains/1.74.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=4dbbeddd8e57f885 -C extra-filename=-4dbbeddd8e57f885 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d6910ae06b21452b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-66715171ffc88e2c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-f47710d7a1fef02d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7b75596ac40fd538.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-99a4f5018e767a40.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-35e13328ea1bc2a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e756afb4e9cc51c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-09874087af14e754.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-ab98b827dbfdb6ed.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1a945f20f992a1d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3e04c8c5dd9844aa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
3183 | 2023-12-13T05:51:27.682Z | Compiling oso v0.27.0 |
3184 | 2023-12-13T05:51:27.689Z | Running `/home/build/.rustup/toolchains/1.74.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=960ecf8519e285ac -C extra-filename=-960ecf8519e285ac --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-05e4534c61cf9ec3.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-2be96bd6b55b8b90.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-cb3d098932c2b5ad.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-779a19843214e26a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --cap-lints allow -D warnings` |
3185 | 2023-12-13T05:51:31.395Z | Running `/home/build/.rustup/toolchains/1.74.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=04235a40561a5910 -C extra-filename=-04235a40561a5910 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d6910ae06b21452b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-66715171ffc88e2c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-f47710d7a1fef02d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7b75596ac40fd538.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-99a4f5018e767a40.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-35e13328ea1bc2a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e756afb4e9cc51c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-09874087af14e754.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-ab98b827dbfdb6ed.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1a945f20f992a1d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3e04c8c5dd9844aa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
3186 | 2023-12-13T05:51:35.074Z | Running `/home/build/.rustup/toolchains/1.74.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=dc313706ff93e023 -C extra-filename=-dc313706ff93e023 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2fc1e796c21a7b42.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-99e6729aba3dc24d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-e3313a8a0679b1be.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-40ac42bfe40d7cc4.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-cf3f09b6e0fefe2b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09d97f8812952e0a.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-acdccdb3c7878500.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-299b25c0cb08498f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f2bb97352c3937f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-960ecf8519e285ac.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-49fc5fd89247b25c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c24d1ac729287b3a.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e50a3842305ea3a8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -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-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3187 | 2023-12-13T05:51:36.785Z | Running `/home/build/.rustup/toolchains/1.74.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=ac7d9d4c3266ec98 -C extra-filename=-ac7d9d4c3266ec98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-47c774df8bf7b814.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-6e7ba986a3c22a1f.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-e99fa7a4f6706659.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a4c22e32d3a40be5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3188 | 2023-12-13T05:51:39.345Z | Running `/home/build/.rustup/toolchains/1.74.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=c7a706de17f67ac5 -C extra-filename=-c7a706de17f67ac5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-47c774df8bf7b814.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-6e7ba986a3c22a1f.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-e99fa7a4f6706659.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-307c7e7ea69f66b1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a4c22e32d3a40be5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3189 | 2023-12-13T05:51:40.747Z | Running `/home/build/.rustup/toolchains/1.74.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=ffe2c485464e9e16 -C extra-filename=-ffe2c485464e9e16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-47c774df8bf7b814.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-6e7ba986a3c22a1f.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-e99fa7a4f6706659.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-307c7e7ea69f66b1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a4c22e32d3a40be5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3190 | 2023-12-13T05:51:41.112Z | Running `/home/build/.rustup/toolchains/1.74.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=1ea47cb0157888c9 -C extra-filename=-1ea47cb0157888c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-47c774df8bf7b814.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-6e7ba986a3c22a1f.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-e99fa7a4f6706659.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-307c7e7ea69f66b1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a4c22e32d3a40be5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3191 | 2023-12-13T05:51:43.615Z | Running `/home/build/.rustup/toolchains/1.74.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=47a3c6dc8233e764 -C extra-filename=-47a3c6dc8233e764 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a8135444ac120ce3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-25811ab130843975.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-761675d8cda6d1d8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-dd4be663f227f3ed.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-57c917783a87b3ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-c646a9162b042b75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-df85453bf78c2aec.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f166fe2f4ac9c287.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8993e2bd2ef35019.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-30031f1d0d86aac6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ceb261b2209b87b0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0eef1eab962d7085.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3192 | 2023-12-13T05:51:43.972Z | Running `/home/build/.rustup/toolchains/1.74.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=a382e7f696e5d82a -C extra-filename=-a382e7f696e5d82a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-47c774df8bf7b814.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a8135444ac120ce3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-25811ab130843975.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-761675d8cda6d1d8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-dd4be663f227f3ed.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-57c917783a87b3ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-c646a9162b042b75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-df85453bf78c2aec.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f166fe2f4ac9c287.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8993e2bd2ef35019.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-30031f1d0d86aac6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ceb261b2209b87b0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0eef1eab962d7085.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3193 | 2023-12-13T05:51:45.844Z | Running `/home/build/.rustup/toolchains/1.74.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=ef8169d836ae4e3b -C extra-filename=-ef8169d836ae4e3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-47c774df8bf7b814.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a8135444ac120ce3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-25811ab130843975.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-761675d8cda6d1d8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-dd4be663f227f3ed.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-57c917783a87b3ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-c646a9162b042b75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-df85453bf78c2aec.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f166fe2f4ac9c287.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8993e2bd2ef35019.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-30031f1d0d86aac6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ceb261b2209b87b0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0eef1eab962d7085.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3194 | 2023-12-13T05:51:48.357Z | Running `/home/build/.rustup/toolchains/1.74.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=56e433c45e1ae237 -C extra-filename=-56e433c45e1ae237 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a8135444ac120ce3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-25811ab130843975.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-678e71940ce89996.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-30031f1d0d86aac6.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3195 | 2023-12-13T05:51:51.788Z | Running `/home/build/.rustup/toolchains/1.74.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=baba3b699847317b -C extra-filename=-baba3b699847317b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d6910ae06b21452b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-66715171ffc88e2c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-f47710d7a1fef02d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7b75596ac40fd538.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-99a4f5018e767a40.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e756afb4e9cc51c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-09874087af14e754.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-ab98b827dbfdb6ed.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1a945f20f992a1d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3e04c8c5dd9844aa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
3196 | 2023-12-13T05:51:55.854Z | Running `/home/build/.rustup/toolchains/1.74.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=d1368e0091e26287 -C extra-filename=-d1368e0091e26287 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-f747040037db8488.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3197 | 2023-12-13T05:51:58.788Z | Running `/home/build/.rustup/toolchains/1.74.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=d3698c5c9f63c76d -C extra-filename=-d3698c5c9f63c76d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-f747040037db8488.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3198 | 2023-12-13T05:52:00.534Z | Running `/home/build/.rustup/toolchains/1.74.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=44e38f49097435dd -C extra-filename=-44e38f49097435dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-f747040037db8488.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3199 | 2023-12-13T05:52:06.078Z | Running `/home/build/.rustup/toolchains/1.74.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=18591ace2cbc028c -C extra-filename=-18591ace2cbc028c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-47c774df8bf7b814.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a8135444ac120ce3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-25811ab130843975.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-761675d8cda6d1d8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-dd4be663f227f3ed.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-57c917783a87b3ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-c646a9162b042b75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-df85453bf78c2aec.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f166fe2f4ac9c287.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8993e2bd2ef35019.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ceb261b2209b87b0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0eef1eab962d7085.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3200 | 2023-12-13T05:52:10.202Z | Running `/home/build/.rustup/toolchains/1.74.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=cb2b3518aab11730 -C extra-filename=-cb2b3518aab11730 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-6e7ba986a3c22a1f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-307c7e7ea69f66b1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a4c22e32d3a40be5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3201 | 2023-12-13T05:52:19.503Z | Running `/home/build/.rustup/toolchains/1.74.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=bd2840f60f637a8e -C extra-filename=-bd2840f60f637a8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-51ed106404ae3e75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-d3060b015328cb05.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b19c5547b1d0467.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b4fdd92e41203020.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-69c7bfbfa453cc41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3202 | 2023-12-13T05:52:22.427Z | Running `/home/build/.rustup/toolchains/1.74.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=ba0ddf5bfeaa0bff -C extra-filename=-ba0ddf5bfeaa0bff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-51ed106404ae3e75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-d3060b015328cb05.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b19c5547b1d0467.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b4fdd92e41203020.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-69c7bfbfa453cc41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3203 | 2023-12-13T05:52:31.115Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3204 | 2023-12-13T05:52:31.139Z | Running `/home/build/.rustup/toolchains/1.74.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=753e746fa74d4902 -C extra-filename=-753e746fa74d4902 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-299b25c0cb08498f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dc313706ff93e023.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ec173e26b466db5f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-35e13328ea1bc2a2.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0122284c9cb00679.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c24d1ac729287b3a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/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-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3205 | 2023-12-13T05:52:36.890Z | Running `/home/build/.rustup/toolchains/1.74.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=9f23e7c4af2cc8d6 -C extra-filename=-9f23e7c4af2cc8d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-0bb65bb5b1954c37.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1ec5326d3a4fc1e8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-299b25c0cb08498f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f2bb97352c3937f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dc313706ff93e023.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9ddb4f905d460647.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ece101d456f5f75f.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ec173e26b466db5f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-63ffd0c58c2146d6.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-34b68f92bd528ae8.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c8b419309bfacae.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-49fc5fd89247b25c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c24d1ac729287b3a.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e50a3842305ea3a8.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-dfbba71d739ffea6.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/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-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3206 | 2023-12-13T05:52:40.895Z | Running `/home/build/.rustup/toolchains/1.74.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=ac5ef56884fbe9a3 -C extra-filename=-ac5ef56884fbe9a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-51ed106404ae3e75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-d3060b015328cb05.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b19c5547b1d0467.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b4fdd92e41203020.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-69c7bfbfa453cc41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3207 | 2023-12-13T05:52:43.036Z | Running `/home/build/.rustup/toolchains/1.74.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=406c861267832a68 -C extra-filename=-406c861267832a68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-51ed106404ae3e75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-d3060b015328cb05.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b19c5547b1d0467.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b4fdd92e41203020.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-69c7bfbfa453cc41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3208 | 2023-12-13T05:52:43.649Z | Running `/home/build/.rustup/toolchains/1.74.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=3a3dfcd64d49f4d1 -C extra-filename=-3a3dfcd64d49f4d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-51ed106404ae3e75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-d3060b015328cb05.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b19c5547b1d0467.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b4fdd92e41203020.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-69c7bfbfa453cc41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3209 | 2023-12-13T05:52:43.968Z | Running `/home/build/.rustup/toolchains/1.74.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=04d318f35e4e830d -C extra-filename=-04d318f35e4e830d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-51ed106404ae3e75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-d3060b015328cb05.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b19c5547b1d0467.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b4fdd92e41203020.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-69c7bfbfa453cc41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3210 | 2023-12-13T05:52:57.226Z | Running `/home/build/.rustup/toolchains/1.74.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=b1c8eae5ede46bec -C extra-filename=-b1c8eae5ede46bec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-51ed106404ae3e75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-d3060b015328cb05.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b19c5547b1d0467.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b4fdd92e41203020.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-69c7bfbfa453cc41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3211 | 2023-12-13T05:52:57.337Z | Running `/home/build/.rustup/toolchains/1.74.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=82ce0ce3544d25e5 -C extra-filename=-82ce0ce3544d25e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-51ed106404ae3e75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-d3060b015328cb05.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b19c5547b1d0467.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b4fdd92e41203020.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-69c7bfbfa453cc41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3212 | 2023-12-13T05:52:57.338Z | Running `/home/build/.rustup/toolchains/1.74.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=6e88f000fa1b2a4f -C extra-filename=-6e88f000fa1b2a4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0122284c9cb00679.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-63ffd0c58c2146d6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3213 | 2023-12-13T05:53:05.438Z | Running `/home/build/.rustup/toolchains/1.74.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=013128cf5fb3093d -C extra-filename=-013128cf5fb3093d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0122284c9cb00679.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-63ffd0c58c2146d6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3214 | 2023-12-13T05:53:08.765Z | Running `/home/build/.rustup/toolchains/1.74.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=6941590529281fc9 -C extra-filename=-6941590529281fc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0122284c9cb00679.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-63ffd0c58c2146d6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3215 | 2023-12-13T05:53:08.945Z | Running `/home/build/.rustup/toolchains/1.74.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=5bcf368bad8a4171 -C extra-filename=-5bcf368bad8a4171 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0122284c9cb00679.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-63ffd0c58c2146d6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3216 | 2023-12-13T05:53:11.733Z | Running `/home/build/.rustup/toolchains/1.74.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=21366e65e3b2bd5a -C extra-filename=-21366e65e3b2bd5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0122284c9cb00679.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-63ffd0c58c2146d6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3217 | 2023-12-13T05:53:18.961Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine_basic --edition=2021 update-engine/examples/update-engine-basic/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=5ca9fe102dbfc2cd -C extra-filename=-5ca9fe102dbfc2cd --out-dir /work/oxidecomputer/omicron/target/debug/examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d5d148f8b0aeac01.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-761675d8cda6d1d8.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-4a667776a18b8bd2.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-9a24c9cb3f4a98ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-df85453bf78c2aec.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3218 | 2023-12-13T05:53:25.567Z | Running `/home/build/.rustup/toolchains/1.74.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=e248da9f1bff68c8 -C extra-filename=-e248da9f1bff68c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d5d148f8b0aeac01.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-761675d8cda6d1d8.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-4a667776a18b8bd2.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-9a24c9cb3f4a98ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-df85453bf78c2aec.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3219 | 2023-12-13T05:53:32.602Z | Running `/home/build/.rustup/toolchains/1.74.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=ab5714d3a3c92791 -C extra-filename=-ab5714d3a3c92791 --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-7769037f643a5afe.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ceb261b2209b87b0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3220 | 2023-12-13T05:53:33.486Z | Running `/home/build/.rustup/toolchains/1.74.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=d977e313eb2ccec0 -C extra-filename=-d977e313eb2ccec0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-35896dd42b140dec.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3613d422ae61369e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-703e387a57be71d5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-09dd1c108d4ebb85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-dfbba71d739ffea6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f28df03945a552f5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3221 | 2023-12-13T05:53:46.752Z | Running `/home/build/.rustup/toolchains/1.74.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=0a6cd810659b6ac5 -C extra-filename=-0a6cd810659b6ac5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-cf3f09b6e0fefe2b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09d97f8812952e0a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9ddb4f905d460647.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-78a13c5f7508de23.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e50a3842305ea3a8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -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-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
3222 | 2023-12-13T05:53:51.548Z | Running `/home/build/.rustup/toolchains/1.74.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=e2fd2818cd931742 -C extra-filename=-e2fd2818cd931742 --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-c31966c9f8a96595.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d6910ae06b21452b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-abbff89b9d45a3ff.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a8135444ac120ce3.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0722d3e783790955.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-65adaff614060fb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-1b182302f1462f0e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
3223 | 2023-12-13T05:53:53.208Z | Running `/home/build/.rustup/toolchains/1.74.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=0a225fd0f45d8c91 -C extra-filename=-0a225fd0f45d8c91 --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-c31966c9f8a96595.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d6910ae06b21452b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-abbff89b9d45a3ff.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a8135444ac120ce3.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0722d3e783790955.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-65adaff614060fb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-1b182302f1462f0e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
3224 | 2023-12-13T05:54:04.500Z | Running `/home/build/.rustup/toolchains/1.74.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=b51f51c1b34e415a -C extra-filename=-b51f51c1b34e415a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-63ffd0c58c2146d6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3225 | 2023-12-13T05:54:07.160Z | Running `/home/build/.rustup/toolchains/1.74.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=b75fc6c7a7c48b64 -C extra-filename=-b75fc6c7a7c48b64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-7523c0413f22d510.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ac2bb27a4d43cdb1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-63ffd0c58c2146d6.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-678e71940ce89996.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-42864ef4f87b08a6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-15a2cf4d8cef0518.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-4f8f0d383a3d9c4e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-534709829fd0a93c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3226 | 2023-12-13T05:54:10.709Z | Running `/home/build/.rustup/toolchains/1.74.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=00a49c770ca3efbf -C extra-filename=-00a49c770ca3efbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-36892fbc52855a85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-10a69f4990e13aae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3227 | 2023-12-13T05:54:14.364Z | Running `/home/build/.rustup/toolchains/1.74.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=93bc07e0a9f74fca -C extra-filename=-93bc07e0a9f74fca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2fc1e796c21a7b42.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-111a1f78c17a8c9e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-0bb65bb5b1954c37.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09d97f8812952e0a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1ec5326d3a4fc1e8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-299b25c0cb08498f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-5fd14a35a3ccf419.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3613d422ae61369e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f0e00c19c973089d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f2bb97352c3937f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dc313706ff93e023.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9ddb4f905d460647.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ece101d456f5f75f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ec173e26b466db5f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-753e746fa74d4902.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1c51977aa26ba034.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-35e13328ea1bc2a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a70f6d5b6baca6e7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-63ffd0c58c2146d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-34b68f92bd528ae8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c8b419309bfacae.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-49fc5fd89247b25c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c24d1ac729287b3a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-2d30b90bbc73311d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45839d9b9f6b3147.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e50a3842305ea3a8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6d85d92818838eed.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-dfbba71d739ffea6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -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-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3228 | 2023-12-13T05:54:16.528Z | Running `/home/build/.rustup/toolchains/1.74.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=d149d891283cd122 -C extra-filename=-d149d891283cd122 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2fc1e796c21a7b42.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09d97f8812952e0a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f2bb97352c3937f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dc313706ff93e023.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-753e746fa74d4902.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-534709829fd0a93c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -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-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3229 | 2023-12-13T05:54:36.332Z | Running `/home/build/.rustup/toolchains/1.74.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=afbe164642590b49 -C extra-filename=-afbe164642590b49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2fc1e796c21a7b42.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-99e6729aba3dc24d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-e3313a8a0679b1be.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-40ac42bfe40d7cc4.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-cf3f09b6e0fefe2b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09d97f8812952e0a.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-acdccdb3c7878500.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-299b25c0cb08498f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f0e00c19c973089d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f2bb97352c3937f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ece101d456f5f75f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-753e746fa74d4902.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-35e13328ea1bc2a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-960ecf8519e285ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c8b419309bfacae.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-49fc5fd89247b25c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c24d1ac729287b3a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e50a3842305ea3a8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6d85d92818838eed.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -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-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3230 | 2023-12-13T05:54:38.654Z | Running `/home/build/.rustup/toolchains/1.74.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=57e853c6f9831761 -C extra-filename=-57e853c6f9831761 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-0fe7bb57406ce5fc.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-93f21655c6d108ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-36892fbc52855a85.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a665996ce79c797d.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-e0a4c60b6ba1929b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45839d9b9f6b3147.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15a340151b799bce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3231 | 2023-12-13T05:54:41.628Z | Running `/home/build/.rustup/toolchains/1.74.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=fc256004a6a76e90 -C extra-filename=-fc256004a6a76e90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-0fe7bb57406ce5fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-93f21655c6d108ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-36892fbc52855a85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a665996ce79c797d.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-e0a4c60b6ba1929b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15a340151b799bce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3232 | 2023-12-13T05:54:41.934Z | Running `/home/build/.rustup/toolchains/1.74.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=4e2e90affcf4877d -C extra-filename=-4e2e90affcf4877d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-0fe7bb57406ce5fc.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-93f21655c6d108ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a665996ce79c797d.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-e0a4c60b6ba1929b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45839d9b9f6b3147.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15a340151b799bce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3233 | 2023-12-13T05:55:08.805Z | Running `/home/build/.rustup/toolchains/1.74.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=8d31f80375c341b7 -C extra-filename=-8d31f80375c341b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3234 | 2023-12-13T05:55:09.111Z | Running `/home/build/.rustup/toolchains/1.74.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=6ff2923b017f144f -C extra-filename=-6ff2923b017f144f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-36892fbc52855a85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45839d9b9f6b3147.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-10a69f4990e13aae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3235 | 2023-12-13T05:55:11.704Z | Running `/home/build/.rustup/toolchains/1.74.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=225b2b48c868494c -C extra-filename=-225b2b48c868494c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-0fe7bb57406ce5fc.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-93f21655c6d108ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-36892fbc52855a85.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a665996ce79c797d.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-e0a4c60b6ba1929b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45839d9b9f6b3147.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15a340151b799bce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3236 | 2023-12-13T05:55:21.310Z | Running `/home/build/.rustup/toolchains/1.74.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=5470034cfe72b726 -C extra-filename=-5470034cfe72b726 --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-7e6c307bf3e7aaf2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-36892fbc52855a85.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45839d9b9f6b3147.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3237 | 2023-12-13T05:55:21.398Z | Running `/home/build/.rustup/toolchains/1.74.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=507aed5745e19903 -C extra-filename=-507aed5745e19903 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-7523c0413f22d510.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ac2bb27a4d43cdb1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-678e71940ce89996.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-42864ef4f87b08a6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-15a2cf4d8cef0518.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-4f8f0d383a3d9c4e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-534709829fd0a93c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3238 | 2023-12-13T05:55:24.497Z | Running `/home/build/.rustup/toolchains/1.74.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=60c811b43d850cdb -C extra-filename=-60c811b43d850cdb --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-c31966c9f8a96595.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-abbff89b9d45a3ff.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a8135444ac120ce3.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0722d3e783790955.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-65adaff614060fb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-1b182302f1462f0e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
3239 | 2023-12-13T05:55:48.349Z | Running `/home/build/.rustup/toolchains/1.74.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=be474e9dbd7c9024 -C extra-filename=-be474e9dbd7c9024 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-51ed106404ae3e75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3240 | 2023-12-13T05:56:19.690Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name producer --edition=2021 oximeter/producer/examples/producer.rs --error-format=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=ccd539b0c6966d6d -C extra-filename=-ccd539b0c6966d6d --out-dir /work/oxidecomputer/omicron/target/debug/examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3241 | 2023-12-13T05:56:22.012Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 clients/mg-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=359c965a8f70eab5 -C extra-filename=-359c965a8f70eab5 --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-294f21b38637a1be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-34b68f92bd528ae8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
3242 | 2023-12-13T05:56:26.684Z | Running `/home/build/.rustup/toolchains/1.74.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="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -C metadata=ecba3ceae19c41fa -C extra-filename=-ecba3ceae19c41fa --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-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-0c5d584e64e6fa84.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3243 | 2023-12-13T05:56:39.375Z | Running `/home/build/.rustup/toolchains/1.74.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=a5c943b7fc58864e -C extra-filename=-a5c943b7fc58864e --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-084832dceff4d290.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-99a4f5018e767a40.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
3244 | 2023-12-13T05:56:42.041Z | Running `/home/build/.rustup/toolchains/1.74.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=34d2fc0b07ea4895 -C extra-filename=-34d2fc0b07ea4895 --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-084832dceff4d290.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
3245 | 2023-12-13T05:56:53.433Z | Running `/home/build/.rustup/toolchains/1.74.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=9a89cbe57ad60e67 -C extra-filename=-9a89cbe57ad60e67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-5fbee8486911ec05.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-c0f99d4dd8fd9e9f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1a945f20f992a1d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
3246 | 2023-12-13T05:57:03.247Z | Running `/home/build/.rustup/toolchains/1.74.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=917e53efff20e180 -C extra-filename=-917e53efff20e180 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3247 | 2023-12-13T05:57:14.660Z | Running `/home/build/.rustup/toolchains/1.74.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=4e5e8317b81fd00d -C extra-filename=-4e5e8317b81fd00d --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-51242dff9c560077.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3248 | 2023-12-13T05:57:16.758Z | Running `/home/build/.rustup/toolchains/1.74.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=8fb9ccf9ecc84c09 -C extra-filename=-8fb9ccf9ecc84c09 --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-3a274d64876baf35.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
3249 | 2023-12-13T05:57:21.206Z | Running `/home/build/.rustup/toolchains/1.74.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=7efe6a831ab17fce -C extra-filename=-7efe6a831ab17fce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3250 | 2023-12-13T05:57:21.728Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name 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=7fff15a047dd28ef -C extra-filename=-7fff15a047dd28ef --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-294f21b38637a1be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-34b68f92bd528ae8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out` |
3251 | 2023-12-13T05:57:22.839Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3252 | 2023-12-13T05:57:22.843Z | Running `/home/build/.rustup/toolchains/1.74.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=c069ea860c2f0ef9 -C extra-filename=-c069ea860c2f0ef9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3613d422ae61369e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64` |
3253 | 2023-12-13T05:57:23.524Z | Running `/home/build/.rustup/toolchains/1.74.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=bf9d245b5d0fd65e -C extra-filename=-bf9d245b5d0fd65e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3254 | 2023-12-13T05:57:24.574Z | Running `/home/build/.rustup/toolchains/1.74.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=0dbf84791825ace4 -C extra-filename=-0dbf84791825ace4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-17238ad50319e3ea.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e50a3842305ea3a8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3255 | 2023-12-13T05:57:25.405Z | Running `/home/build/.rustup/toolchains/1.74.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=7ce598f5c765c20c -C extra-filename=-7ce598f5c765c20c --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-7769037f643a5afe.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-34b68f92bd528ae8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3256 | 2023-12-13T05:57:26.422Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3257 | 2023-12-13T05:57:26.457Z | Running `/home/build/.rustup/toolchains/1.74.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=fb6bf78e89712e1f -C extra-filename=-fb6bf78e89712e1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3258 | 2023-12-13T05:57:29.181Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc_key_value --edition=2021 ipcc-key-value/src/lib.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=30bc39da5cdbc775 -C extra-filename=-30bc39da5cdbc775 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a8135444ac120ce3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3259 | 2023-12-13T05:57:41.992Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3260 | 2023-12-13T05:57:41.996Z | Running `/home/build/.rustup/toolchains/1.74.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=932b9ed7a450c8e7 -C extra-filename=-932b9ed7a450c8e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3261 | 2023-12-13T05:57:44.590Z | Running `/home/build/.rustup/toolchains/1.74.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=08ba73dbed4fc107 -C extra-filename=-08ba73dbed4fc107 --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-3a274d64876baf35.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3262 | 2023-12-13T05:57:44.645Z | Running `/home/build/.rustup/toolchains/1.74.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=a036cc9a23f88d8f -C extra-filename=-a036cc9a23f88d8f --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-7769037f643a5afe.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3263 | 2023-12-13T05:57:45.180Z | Running `/home/build/.rustup/toolchains/1.74.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=8f2524b0d2626a8b -C extra-filename=-8f2524b0d2626a8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-675cdf5a1688d20e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-026e01bb0412a847.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-299b25c0cb08498f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c8b419309bfacae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3264 | 2023-12-13T05:57:48.084Z | Running `/home/build/.rustup/toolchains/1.74.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=50905c20eb36bd3e -C extra-filename=-50905c20eb36bd3e --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-7769037f643a5afe.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3265 | 2023-12-13T05:57:59.597Z | Running `/home/build/.rustup/toolchains/1.74.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"' --cfg 'feature="tmp_keypath"' -C metadata=ca02a3e545a1d301 -C extra-filename=-ca02a3e545a1d301 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-86119831ef0d8686.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-ae3470898b5ca726.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-4b7c7b82d1efc4c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e756afb4e9cc51c.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-623880b9a2db11f7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3e04c8c5dd9844aa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3266 | 2023-12-13T05:57:59.939Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff_print --edition=2021 common/examples/backoff-print.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=9e87af5e80755a68 -C extra-filename=-9e87af5e80755a68 --out-dir /work/oxidecomputer/omicron/target/debug/examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-17238ad50319e3ea.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-fa783b65b64a2ba1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-ab98b827dbfdb6ed.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c24d1ac729287b3a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3267 | 2023-12-13T05:58:04.895Z | Running `/home/build/.rustup/toolchains/1.74.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=7ddefa1b8451423c -C extra-filename=-7ddefa1b8451423c --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-c33ee704d422915a.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-eb280c5795426c7f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-8eb3de30cd4fd472.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3268 | 2023-12-13T05:58:09.000Z | Running `/home/build/.rustup/toolchains/1.74.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=286b7a04d71b12c6 -C extra-filename=-286b7a04d71b12c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3269 | 2023-12-13T05:58:09.587Z | Running `/home/build/.rustup/toolchains/1.74.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=548d56129b7b9fa7 -C extra-filename=-548d56129b7b9fa7 --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-084832dceff4d290.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0722d3e783790955.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-65adaff614060fb5.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3270 | 2023-12-13T05:58:21.618Z | Running `/home/build/.rustup/toolchains/1.74.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=939289a5fb9d718f -C extra-filename=-939289a5fb9d718f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-51ed106404ae3e75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b19c5547b1d0467.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b4fdd92e41203020.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-69c7bfbfa453cc41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3271 | 2023-12-13T05:58:21.867Z | Running `/home/build/.rustup/toolchains/1.74.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=7cee691148f2572e -C extra-filename=-7cee691148f2572e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-51ed106404ae3e75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b19c5547b1d0467.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b4fdd92e41203020.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-69c7bfbfa453cc41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3272 | 2023-12-13T05:58:22.095Z | Running `/home/build/.rustup/toolchains/1.74.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=3ee9d36edeea4422 -C extra-filename=-3ee9d36edeea4422 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-51ed106404ae3e75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b19c5547b1d0467.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b4fdd92e41203020.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-69c7bfbfa453cc41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3273 | 2023-12-13T05:58:22.096Z | Running `/home/build/.rustup/toolchains/1.74.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=eb6b028fc16db731 -C extra-filename=-eb6b028fc16db731 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-51ed106404ae3e75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b19c5547b1d0467.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b4fdd92e41203020.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-69c7bfbfa453cc41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3274 | 2023-12-13T05:58:22.096Z | Running `/home/build/.rustup/toolchains/1.74.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=110b0e0c67668125 -C extra-filename=-110b0e0c67668125 --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-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3275 | 2023-12-13T05:58:29.265Z | Running `/home/build/.rustup/toolchains/1.74.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=2e8fd37ba354d230 -C extra-filename=-2e8fd37ba354d230 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3276 | 2023-12-13T05:58:29.959Z | Running `/home/build/.rustup/toolchains/1.74.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=248c4bb68d347796 -C extra-filename=-248c4bb68d347796 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-17238ad50319e3ea.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-fa783b65b64a2ba1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-ab98b827dbfdb6ed.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c24d1ac729287b3a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3277 | 2023-12-13T05:58:36.853Z | Running `/home/build/.rustup/toolchains/1.74.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=28257715ccc36111 -C extra-filename=-28257715ccc36111 --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-7769037f643a5afe.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3278 | 2023-12-13T05:58:39.021Z | Running `/home/build/.rustup/toolchains/1.74.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=484079b1b4dd68c7 -C extra-filename=-484079b1b4dd68c7 --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-51e830d44a46a8e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3279 | 2023-12-13T05:58:40.883Z | Running `/home/build/.rustup/toolchains/1.74.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=588ee015a55ffb1e -C extra-filename=-588ee015a55ffb1e --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-e8726b1e312bd2e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-63b388be15ca66f0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0ee75eb956233696.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3280 | 2023-12-13T05:58:41.332Z | Running `/home/build/.rustup/toolchains/1.74.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=07780723c53adff1 -C extra-filename=-07780723c53adff1 --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-e8726b1e312bd2e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0ee75eb956233696.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3281 | 2023-12-13T05:58:43.475Z | Running `/home/build/.rustup/toolchains/1.74.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=6e4a8e35c3becfd3 -C extra-filename=-6e4a8e35c3becfd3 --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-51e830d44a46a8e5.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib` |
3282 | 2023-12-13T06:00:53.474Z | Running `/home/build/.rustup/toolchains/1.74.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=b1199ee3525192cc -C extra-filename=-b1199ee3525192cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-0bb65bb5b1954c37.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1ec5326d3a4fc1e8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-299b25c0cb08498f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f2bb97352c3937f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dc313706ff93e023.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9ddb4f905d460647.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ece101d456f5f75f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ec173e26b466db5f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9f23e7c4af2cc8d6.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-63ffd0c58c2146d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-34b68f92bd528ae8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c8b419309bfacae.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-49fc5fd89247b25c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c24d1ac729287b3a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e50a3842305ea3a8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-dfbba71d739ffea6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/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-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3283 | 2023-12-13T06:00:53.481Z | Running `/home/build/.rustup/toolchains/1.74.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=210a8f81ee76d24b -C extra-filename=-210a8f81ee76d24b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ec173e26b466db5f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-753e746fa74d4902.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9f23e7c4af2cc8d6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a70f6d5b6baca6e7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a665996ce79c797d.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-e0a4c60b6ba1929b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3284 | 2023-12-13T06:00:53.482Z | Running `/home/build/.rustup/toolchains/1.74.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=ac40a92be68e5dff -C extra-filename=-ac40a92be68e5dff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2fc1e796c21a7b42.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09d97f8812952e0a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f2bb97352c3937f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dc313706ff93e023.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-753e746fa74d4902.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1c51977aa26ba034.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9f23e7c4af2cc8d6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-534709829fd0a93c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -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-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3285 | 2023-12-13T06:00:53.484Z | Running `/home/build/.rustup/toolchains/1.74.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=c3f7e20494f61669 -C extra-filename=-c3f7e20494f61669 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-0bb65bb5b1954c37.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1ec5326d3a4fc1e8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-299b25c0cb08498f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f2bb97352c3937f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dc313706ff93e023.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9ddb4f905d460647.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ece101d456f5f75f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ec173e26b466db5f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9f23e7c4af2cc8d6.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-63ffd0c58c2146d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-34b68f92bd528ae8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c8b419309bfacae.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-49fc5fd89247b25c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c24d1ac729287b3a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e50a3842305ea3a8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-dfbba71d739ffea6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/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-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3286 | 2023-12-13T06:00:59.870Z | Running `/home/build/.rustup/toolchains/1.74.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=e77be7b1c9393fef -C extra-filename=-e77be7b1c9393fef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2fc1e796c21a7b42.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-111a1f78c17a8c9e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-0bb65bb5b1954c37.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09d97f8812952e0a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1ec5326d3a4fc1e8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-299b25c0cb08498f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-5fd14a35a3ccf419.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3613d422ae61369e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f0e00c19c973089d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f2bb97352c3937f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dc313706ff93e023.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9ddb4f905d460647.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ece101d456f5f75f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ec173e26b466db5f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-753e746fa74d4902.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1c51977aa26ba034.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9f23e7c4af2cc8d6.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-35e13328ea1bc2a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a70f6d5b6baca6e7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-63ffd0c58c2146d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-34b68f92bd528ae8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c8b419309bfacae.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-49fc5fd89247b25c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c24d1ac729287b3a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-2d30b90bbc73311d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45839d9b9f6b3147.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e50a3842305ea3a8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6d85d92818838eed.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-dfbba71d739ffea6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -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-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3287 | 2023-12-13T06:01:04.333Z | Running `/home/build/.rustup/toolchains/1.74.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=c23d3e985bc8931b -C extra-filename=-c23d3e985bc8931b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2fc1e796c21a7b42.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-111a1f78c17a8c9e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-0bb65bb5b1954c37.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09d97f8812952e0a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1ec5326d3a4fc1e8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-299b25c0cb08498f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-5fd14a35a3ccf419.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3613d422ae61369e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f0e00c19c973089d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f2bb97352c3937f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dc313706ff93e023.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9ddb4f905d460647.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ece101d456f5f75f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ec173e26b466db5f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-753e746fa74d4902.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1c51977aa26ba034.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9f23e7c4af2cc8d6.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-35e13328ea1bc2a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a70f6d5b6baca6e7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-63ffd0c58c2146d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-34b68f92bd528ae8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c8b419309bfacae.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-49fc5fd89247b25c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c24d1ac729287b3a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-2d30b90bbc73311d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45839d9b9f6b3147.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e50a3842305ea3a8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6d85d92818838eed.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-dfbba71d739ffea6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -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-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3288 | 2023-12-13T06:01:04.397Z | Running `/home/build/.rustup/toolchains/1.74.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=cebfc968ae15b13a -C extra-filename=-cebfc968ae15b13a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ec173e26b466db5f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-753e746fa74d4902.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9f23e7c4af2cc8d6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a70f6d5b6baca6e7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a665996ce79c797d.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-e0a4c60b6ba1929b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3289 | 2023-12-13T06:01:09.668Z | Running `/home/build/.rustup/toolchains/1.74.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=6ac6324ba0fc4e07 -C extra-filename=-6ac6324ba0fc4e07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2fc1e796c21a7b42.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09d97f8812952e0a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f2bb97352c3937f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dc313706ff93e023.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-753e746fa74d4902.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1c51977aa26ba034.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9f23e7c4af2cc8d6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-534709829fd0a93c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -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-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3290 | 2023-12-13T06:01:32.742Z | Running `/home/build/.rustup/toolchains/1.74.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=ab69d04d4b13ec7d -C extra-filename=-ab69d04d4b13ec7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ec173e26b466db5f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-753e746fa74d4902.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9f23e7c4af2cc8d6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a665996ce79c797d.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-e0a4c60b6ba1929b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3291 | 2023-12-13T06:01:35.010Z | Running `/home/build/.rustup/toolchains/1.74.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=1cd7d54bc1744473 -C extra-filename=-1cd7d54bc1744473 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2fc1e796c21a7b42.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-111a1f78c17a8c9e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-0bb65bb5b1954c37.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09d97f8812952e0a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1ec5326d3a4fc1e8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-299b25c0cb08498f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-5fd14a35a3ccf419.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3613d422ae61369e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f0e00c19c973089d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f2bb97352c3937f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dc313706ff93e023.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9ddb4f905d460647.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ece101d456f5f75f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ec173e26b466db5f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-753e746fa74d4902.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1c51977aa26ba034.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9f23e7c4af2cc8d6.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-35e13328ea1bc2a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a70f6d5b6baca6e7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-63ffd0c58c2146d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-34b68f92bd528ae8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c8b419309bfacae.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-49fc5fd89247b25c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c24d1ac729287b3a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-2d30b90bbc73311d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45839d9b9f6b3147.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e50a3842305ea3a8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6d85d92818838eed.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-dfbba71d739ffea6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -D warnings -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-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3292 | 2023-12-13T06:12:50.000Z | Finished test [unoptimized + debuginfo] target(s) in 31m 38s |
3293 | 2023-12-13T06:12:51.150Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/authz_macros-07780723c53adff1` |
3294 | 2023-12-13T06:12:51.150Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstore-60c811b43d850cdb` |
3295 | 2023-12-13T06:12:51.150Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_learner-e2fd2818cd931742` |
3296 | 2023-12-13T06:12:51.150Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_rack_coordinator-0a225fd0f45d8c91` |
3297 | 2023-12-13T06:12:51.150Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstrap_agent_client-8fb9ccf9ecc84c09` |
3298 | 2023-12-13T06:12:51.150Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/caboose_util-c069ea860c2f0ef9` |
3299 | 2023-12-13T06:12:51.150Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/crdb_seed-932b9ed7a450c8e7` |
3300 | 2023-12-13T06:12:51.151Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/db_macros-588ee015a55ffb1e` |
3301 | 2023-12-13T06:12:51.151Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/ddm_admin_client-7fff15a047dd28ef` |
3302 | 2023-12-13T06:12:51.166Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-3a3dfcd64d49f4d1` |
3303 | 2023-12-13T06:12:51.166Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/apigen-b1c8eae5ede46bec` |
3304 | 2023-12-13T06:12:51.168Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_db_dump-406c861267832a68` |
3305 | 2023-12-13T06:12:51.168Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-bd2840f60f637a8e` |
3306 | 2023-12-13T06:12:51.168Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dnsadm-ac5ef56884fbe9a3` |
3307 | 2023-12-13T06:12:51.168Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/basic_test-82ce0ce3544d25e5` |
3308 | 2023-12-13T06:12:51.168Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/commands_test-04d318f35e4e830d` |
3309 | 2023-12-13T06:12:51.168Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/openapi_test-ba0ddf5bfeaa0bff` |
3310 | 2023-12-13T06:12:51.168Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_service_client-28257715ccc36111` |
3311 | 2023-12-13T06:12:51.169Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dpd_client-7ce598f5c765c20c` |
3312 | 2023-12-13T06:12:51.169Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_cli-857d558d06331c3a` |
3313 | 2023-12-13T06:12:51.169Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_client-110b0e0c67668125` |
3314 | 2023-12-13T06:12:51.169Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_test_utils-5470034cfe72b726` |
3315 | 2023-12-13T06:12:51.169Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/illumos_utils-ca02a3e545a1d301` |
3316 | 2023-12-13T06:12:51.169Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-1428d9285cb38b77` |
3317 | 2023-12-13T06:12:51.169Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-88ee520e03cf8b22` |
3318 | 2023-12-13T06:12:51.169Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifact_client-4e5e8317b81fd00d` |
3319 | 2023-12-13T06:12:51.170Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-7efe6a831ab17fce` |
3320 | 2023-12-13T06:12:51.170Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-d1368e0091e26287` |
3321 | 2023-12-13T06:12:51.170Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-44e38f49097435dd` |
3322 | 2023-12-13T06:12:51.170Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_common-917e53efff20e180` |
3323 | 2023-12-13T06:12:51.173Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/internal_dns-be474e9dbd7c9024` |
3324 | 2023-12-13T06:12:51.173Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dnswait-fb6bf78e89712e1f` |
3325 | 2023-12-13T06:12:51.173Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/ipcc_key_value-30bc39da5cdbc775` |
3326 | 2023-12-13T06:12:51.173Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/key_manager-548d56129b7b9fa7` |
3327 | 2023-12-13T06:12:51.173Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mg_admin_client-359c965a8f70eab5` |
3328 | 2023-12-13T06:12:51.173Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_client-50905c20eb36bd3e` |
3329 | 2023-12-13T06:12:51.174Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_model-0a6cd810659b6ac5` |
3330 | 2023-12-13T06:12:51.174Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_queries-afbe164642590b49` |
3331 | 2023-12-13T06:12:51.174Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_defaults-08ba73dbed4fc107` |
3332 | 2023-12-13T06:12:51.174Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_inventory-8d31f80375c341b7` |
3333 | 2023-12-13T06:12:51.174Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_types-0dbf84791825ace4` |
3334 | 2023-12-13T06:12:51.174Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_certificates-7ddefa1b8451423c` |
3335 | 2023-12-13T06:12:51.174Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_common-248c4bb68d347796` |
3336 | 2023-12-13T06:12:51.174Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/thing_flinger-76faf2cecde83ce3` |
3337 | 2023-12-13T06:12:51.174Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_dev-210a8f81ee76d24b` |
3338 | 2023-12-13T06:12:51.174Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_omicron_dev-cebfc968ae15b13a` |
3339 | 2023-12-13T06:12:51.175Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_gateway-4e2e90affcf4877d` |
3340 | 2023-12-13T06:12:51.175Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mgs-57e853c6f9831761` |
3341 | 2023-12-13T06:12:51.175Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-225b2b48c868494c` |
3342 | 2023-12-13T06:12:51.175Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-93bc07e0a9f74fca` |
3343 | 2023-12-13T06:12:51.175Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus-e77be7b1c9393fef` |
3344 | 2023-12-13T06:12:51.175Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/schema_updater-1cd7d54bc1744473` |
3345 | 2023-12-13T06:12:51.176Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-c23d3e985bc8931b` |
3346 | 2023-12-13T06:12:51.176Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omdb-ac40a92be68e5dff` |
3347 | 2023-12-13T06:12:51.176Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all_output-6ac6324ba0fc4e07` |
3348 | 2023-12-13T06:12:51.176Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-fefe09238f91bde7` |
3349 | 2023-12-13T06:12:51.176Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-3912e97d2b28c281` |
3350 | 2023-12-13T06:12:51.176Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_passwords-756bbbca02f807c0` |
3351 | 2023-12-13T06:12:51.177Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_rpaths-6e4a8e35c3becfd3` |
3352 | 2023-12-13T06:12:51.177Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_sled_agent-baba3b699847317b` |
3353 | 2023-12-13T06:12:51.177Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/services_ledger_check_migrate-1a4de900446711e7` |
3354 | 2023-12-13T06:12:51.177Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent-04235a40561a5910` |
3355 | 2023-12-13T06:12:51.177Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_sim-b194e634e9219535` |
3356 | 2023-12-13T06:12:51.177Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/zone_bundle-4dbbeddd8e57f885` |
3357 | 2023-12-13T06:12:51.178Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-0773a960f309d88f` |
3358 | 2023-12-13T06:12:51.178Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_test_utils-8f2524b0d2626a8b` |
3359 | 2023-12-13T06:12:51.178Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oxide_client-2e8fd37ba354d230` |
3360 | 2023-12-13T06:12:51.178Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-dde40538ea059c02` |
3361 | 2023-12-13T06:12:51.178Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_compilation-8fac8605ed292d17` |
3362 | 2023-12-13T06:12:51.179Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_client-a036cc9a23f88d8f` |
3363 | 2023-12-13T06:12:51.186Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_collector-b51f51c1b34e415a` |
3364 | 2023-12-13T06:12:51.186Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/clickhouse_schema_updater-5bcf368bad8a4171` |
3365 | 2023-12-13T06:12:51.186Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-013128cf5fb3093d` |
3366 | 2023-12-13T06:12:51.186Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_commands-6e88f000fa1b2a4f` |
3367 | 2023-12-13T06:12:51.187Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_db-507aed5745e19903` |
3368 | 2023-12-13T06:12:51.187Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oxdb-b75fc6c7a7c48b64` |
3369 | 2023-12-13T06:12:51.188Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_instruments-ecba3ceae19c41fa` |
3370 | 2023-12-13T06:12:51.188Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_macro_impl-484079b1b4dd68c7` |
3371 | 2023-12-13T06:12:51.188Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_producer-bf9d245b5d0fd65e` |
3372 | 2023-12-13T06:12:51.188Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_client-34d2fc0b07ea4895` |
3373 | 2023-12-13T06:12:51.188Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_hardware-9a89cbe57ad60e67` |
3374 | 2023-12-13T06:12:51.188Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_storage-a5c943b7fc58864e` |
3375 | 2023-12-13T06:12:51.189Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-00a49c770ca3efbf` |
3376 | 2023-12-13T06:12:51.189Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-6ff2923b017f144f` |
3377 | 2023-12-13T06:12:51.189Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-ac7d9d4c3266ec98` |
3378 | 2023-12-13T06:12:51.189Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-1ea47cb0157888c9` |
3379 | 2023-12-13T06:12:51.189Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/integration_tests-ffe2c485464e9e16` |
3380 | 2023-12-13T06:12:51.190Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/manifest_tests-c7a706de17f67ac5` |
3381 | 2023-12-13T06:12:51.190Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous_lib-d977e313eb2ccec0` |
3382 | 2023-12-13T06:12:51.191Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/update_engine-e248da9f1bff68c8` |
3383 | 2023-12-13T06:12:51.192Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-18591ace2cbc028c` |
3384 | 2023-12-13T06:12:51.192Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-ef8169d836ae4e3b` |
3385 | 2023-12-13T06:12:51.192Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-a382e7f696e5d82a` |
3386 | 2023-12-13T06:12:51.193Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_common-286b7a04d71b12c6` |
3387 | 2023-12-13T06:12:51.193Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-56e433c45e1ae237` |
3388 | 2023-12-13T06:12:51.193Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-b078ace1ab732b56` |
3389 | 2023-12-13T06:12:51.193Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg_server-a44000b559dd2cb5` |
3390 | 2023-12-13T06:12:51.193Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-bf5c427858cd6a6e` |
3391 | 2023-12-13T06:12:51.194Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-689c616888406c35` |
3392 | 2023-12-13T06:12:51.194Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-bf0f7b87efacbdd4` |
3393 | 2023-12-13T06:12:51.194Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd_client-ab5714d3a3c92791` |
3394 | 2023-12-13T06:12:51.194Z | |
3395 | 2023-12-13T06:12:51.195Z | real 31:40.733765691 |
3396 | 2023-12-13T06:12:51.195Z | user 3:00:13.259772887 |
3397 | 2023-12-13T06:12:51.195Z | sys 18:57.576638374 |
3398 | 2023-12-13T06:12:51.195Z | trap 7.821943091 |
3399 | 2023-12-13T06:12:51.196Z | tflt 6.313265357 |
3400 | 2023-12-13T06:12:51.196Z | dflt 44.128261721 |
3401 | 2023-12-13T06:12:51.196Z | kflt 0.027124217 |
3402 | 2023-12-13T06:12:51.224Z | lock 5:55:11.518314387 |
3403 | 2023-12-13T06:12:51.224Z | slp 11:18:37.162463063 |
3404 | 2023-12-13T06:12:51.224Z | lat 5:22.780750461 |
3405 | 2023-12-13T06:12:51.224Z | stop 5:26.999307855 |
3406 | 2023-12-13T06:12:53.000Z | |
3407 | 2023-12-13T06:12:53.001Z | ##### ###### #### ##### |
3408 | 2023-12-13T06:12:53.001Z | # # # # |
3409 | 2023-12-13T06:12:53.001Z | # ##### #### # |
3410 | 2023-12-13T06:12:53.001Z | # # # # |
3411 | 2023-12-13T06:12:53.005Z | # # # # # |
3412 | 2023-12-13T06:12:53.005Z | # ###### #### # |
3413 | 2023-12-13T06:12:53.005Z | |
3414 | 2023-12-13T06:12:53.882Z | Downloading crates ... |
3415 | 2023-12-13T06:12:54.745Z | Downloaded aes v0.8.3 |
3416 | 2023-12-13T06:12:54.756Z | Downloaded russh-cryptovec v0.7.0 |
3417 | 2023-12-13T06:12:54.801Z | Downloaded android_system_properties v0.1.5 |
3418 | 2023-12-13T06:12:54.806Z | Downloaded rfc6979 v0.4.0 |
3419 | 2023-12-13T06:12:54.806Z | Downloaded option-ext v0.2.0 |
3420 | 2023-12-13T06:12:54.806Z | Downloaded rand_chacha v0.2.2 |
3421 | 2023-12-13T06:12:54.806Z | Downloaded hermit-abi v0.1.19 |
3422 | 2023-12-13T06:12:54.806Z | Downloaded error-code v2.3.1 |
3423 | 2023-12-13T06:12:54.807Z | Downloaded iana-time-zone-haiku v0.1.2 |
3424 | 2023-12-13T06:12:54.807Z | Downloaded md5 v0.7.0 |
3425 | 2023-12-13T06:12:54.807Z | Downloaded redox_users v0.4.3 |
3426 | 2023-12-13T06:12:54.811Z | Downloaded rand_core v0.4.2 |
3427 | 2023-12-13T06:12:54.817Z | Downloaded fuchsia-cprng v0.1.1 |
3428 | 2023-12-13T06:12:54.817Z | Downloaded str-buf v1.0.6 |
3429 | 2023-12-13T06:12:54.821Z | Downloaded system-configuration-sys v0.5.0 |
3430 | 2023-12-13T06:12:54.828Z | Downloaded windows-targets v0.48.5 |
3431 | 2023-12-13T06:12:54.828Z | Downloaded core-foundation-sys v0.8.4 |
3432 | 2023-12-13T06:12:54.833Z | Downloaded dirs-sys v0.4.1 |
3433 | 2023-12-13T06:12:54.833Z | Downloaded fs2 v0.4.3 |
3434 | 2023-12-13T06:12:54.844Z | Downloaded rdrand v0.4.0 |
3435 | 2023-12-13T06:12:54.850Z | Downloaded wasm-bindgen-shared v0.2.87 |
3436 | 2023-12-13T06:12:54.850Z | Downloaded errno-dragonfly v0.1.2 |
3437 | 2023-12-13T06:12:54.850Z | Downloaded windows-targets v0.42.2 |
3438 | 2023-12-13T06:12:54.854Z | Downloaded windows-targets v0.52.0 |
3439 | 2023-12-13T06:12:54.854Z | Downloaded schannel v0.1.22 |
3440 | 2023-12-13T06:12:54.859Z | Downloaded cargo_toml v0.17.0 |
3441 | 2023-12-13T06:12:54.859Z | Downloaded wasm-bindgen-macro v0.2.87 |
3442 | 2023-12-13T06:12:54.865Z | Downloaded ctr v0.9.2 |
3443 | 2023-12-13T06:12:54.870Z | Downloaded blowfish v0.9.1 |
3444 | 2023-12-13T06:12:54.877Z | Downloaded ipconfig v0.3.2 |
3445 | 2023-12-13T06:12:54.878Z | Downloaded anstyle-wincon v2.1.0 |
3446 | 2023-12-13T06:12:54.889Z | Downloaded bcrypt-pbkdf v0.10.0 |
3447 | 2023-12-13T06:12:54.889Z | Downloaded wasm-bindgen-macro-support v0.2.87 |
3448 | 2023-12-13T06:12:54.889Z | Downloaded wasm-bindgen-futures v0.4.37 |
3449 | 2023-12-13T06:12:54.890Z | Downloaded hermit-abi v0.3.2 |
3450 | 2023-12-13T06:12:54.897Z | Downloaded clipboard-win v4.5.0 |
3451 | 2023-12-13T06:12:54.897Z | Downloaded ghash v0.5.0 |
3452 | 2023-12-13T06:12:54.897Z | Downloaded cbc v0.1.2 |
3453 | 2023-12-13T06:12:54.897Z | Downloaded rand_core v0.5.1 |
3454 | 2023-12-13T06:12:54.897Z | Downloaded polyval v0.6.1 |
3455 | 2023-12-13T06:12:54.897Z | Downloaded winapi-util v0.1.5 |
3456 | 2023-12-13T06:12:54.902Z | Downloaded ed25519 v2.2.2 |
3457 | 2023-12-13T06:12:54.902Z | Downloaded ecdsa v0.16.9 |
3458 | 2023-12-13T06:12:54.907Z | Downloaded critical-section v1.1.2 |
3459 | 2023-12-13T06:12:54.916Z | Downloaded redox_syscall v0.4.1 |
3460 | 2023-12-13T06:12:54.916Z | Downloaded core-foundation v0.9.3 |
3461 | 2023-12-13T06:12:54.925Z | Downloaded pbkdf2 v0.12.2 |
3462 | 2023-12-13T06:12:54.925Z | Downloaded wasm-streams v0.3.0 |
3463 | 2023-12-13T06:12:54.940Z | Downloaded wasi v0.11.0+wasi-snapshot-preview1 |
3464 | 2023-12-13T06:12:54.940Z | Downloaded getrandom v0.1.16 |
3465 | 2023-12-13T06:12:54.951Z | Downloaded pbkdf2 v0.11.0 |
3466 | 2023-12-13T06:12:54.951Z | Downloaded wasi v0.9.0+wasi-snapshot-preview1 |
3467 | 2023-12-13T06:12:54.951Z | Downloaded password-hash v0.4.2 |
3468 | 2023-12-13T06:12:54.952Z | Downloaded redox_syscall v0.3.5 |
3469 | 2023-12-13T06:12:54.957Z | Downloaded wasm-bindgen-backend v0.2.87 |
3470 | 2023-12-13T06:12:54.957Z | Downloaded rand v0.7.3 |
3471 | 2023-12-13T06:12:54.963Z | Downloaded winreg v0.50.0 |
3472 | 2023-12-13T06:12:54.967Z | Downloaded rand_core v0.3.1 |
3473 | 2023-12-13T06:12:54.967Z | Downloaded redox_syscall v0.2.16 |
3474 | 2023-12-13T06:12:54.975Z | Downloaded encode_unicode v0.3.6 |
3475 | 2023-12-13T06:12:54.987Z | Downloaded rand_hc v0.2.0 |
3476 | 2023-12-13T06:12:54.987Z | Downloaded android-tzdata v0.1.1 |
3477 | 2023-12-13T06:12:54.987Z | Downloaded russh-keys v0.40.1 |
3478 | 2023-12-13T06:12:54.995Z | Downloaded system-configuration v0.5.1 |
3479 | 2023-12-13T06:12:54.995Z | Downloaded crossterm_winapi v0.9.1 |
3480 | 2023-12-13T06:12:54.995Z | Downloaded primeorder v0.13.6 |
3481 | 2023-12-13T06:12:54.995Z | Downloaded bumpalo v3.13.0 |
3482 | 2023-12-13T06:12:55.004Z | Downloaded security-framework-sys v2.9.1 |
3483 | 2023-12-13T06:12:55.004Z | Downloaded atomic-polyfill v0.1.11 |
3484 | 2023-12-13T06:12:55.013Z | Downloaded dirs v5.0.1 |
3485 | 2023-12-13T06:12:55.023Z | Downloaded p256 v0.13.2 |
3486 | 2023-12-13T06:12:55.023Z | Downloaded ed25519-dalek v2.0.0 |
3487 | 2023-12-13T06:12:55.032Z | Downloaded js-sys v0.3.64 |
3488 | 2023-12-13T06:12:55.039Z | Downloaded security-framework v2.9.2 |
3489 | 2023-12-13T06:12:55.046Z | Downloaded widestring v1.0.2 |
3490 | 2023-12-13T06:12:55.052Z | Downloaded russh v0.40.1 |
3491 | 2023-12-13T06:12:55.069Z | Downloaded windows_i686_msvc v0.42.2 |
3492 | 2023-12-13T06:12:55.090Z | Downloaded windows_x86_64_gnullvm v0.52.0 |
3493 | 2023-12-13T06:12:55.519Z | Downloaded aes-gcm v0.10.3 |
3494 | 2023-12-13T06:12:55.524Z | Downloaded windows_i686_gnu v0.42.2 |
3495 | 2023-12-13T06:12:55.524Z | Downloaded windows_aarch64_msvc v0.48.5 |
3496 | 2023-12-13T06:12:55.524Z | Downloaded windows_i686_gnu v0.52.0 |
3497 | 2023-12-13T06:12:55.524Z | Downloaded windows_i686_gnu v0.48.5 |
3498 | 2023-12-13T06:12:55.524Z | Downloaded wasm-bindgen v0.2.87 |
3499 | 2023-12-13T06:12:55.525Z | Downloaded windows_i686_msvc v0.48.5 |
3500 | 2023-12-13T06:12:55.525Z | Downloaded windows_x86_64_gnullvm v0.48.5 |
3501 | 2023-12-13T06:12:55.584Z | Downloaded windows_x86_64_gnullvm v0.42.2 |
3502 | 2023-12-13T06:12:55.593Z | Downloaded windows_aarch64_gnullvm v0.42.2 |
3503 | 2023-12-13T06:12:55.663Z | Downloaded windows_aarch64_gnullvm v0.48.5 |
3504 | 2023-12-13T06:12:55.681Z | Downloaded windows_aarch64_gnullvm v0.52.0 |
3505 | 2023-12-13T06:12:55.727Z | Downloaded fiat-crypto v0.2.1 |
3506 | 2023-12-13T06:12:55.753Z | Downloaded windows_aarch64_msvc v0.52.0 |
3507 | 2023-12-13T06:12:55.934Z | Downloaded windows_x86_64_msvc v0.42.2 |
3508 | 2023-12-13T06:12:55.947Z | Downloaded windows_aarch64_msvc v0.42.2 |
3509 | 2023-12-13T06:12:56.003Z | Downloaded windows_x86_64_gnu v0.42.2 |
3510 | 2023-12-13T06:12:56.030Z | Downloaded web-sys v0.3.64 |
3511 | 2023-12-13T06:12:56.263Z | Downloaded windows_x86_64_msvc v0.52.0 |
3512 | 2023-12-13T06:12:56.303Z | Downloaded windows_x86_64_gnu v0.48.5 |
3513 | 2023-12-13T06:12:56.750Z | Downloaded windows_x86_64_gnu v0.52.0 |
3514 | 2023-12-13T06:12:56.755Z | Downloaded windows_x86_64_msvc v0.48.5 |
3515 | 2023-12-13T06:12:56.755Z | Downloaded windows_i686_msvc v0.52.0 |
3516 | 2023-12-13T06:12:56.755Z | Downloaded linux-raw-sys v0.3.8 |
3517 | 2023-12-13T06:12:56.755Z | Downloaded winapi v0.3.9 |
3518 | 2023-12-13T06:12:56.756Z | Downloaded linux-raw-sys v0.4.11 |
3519 | 2023-12-13T06:12:57.205Z | Downloaded windows-sys v0.45.0 |
3520 | 2023-12-13T06:12:57.354Z | Downloaded windows-sys v0.48.0 |
3521 | 2023-12-13T06:12:57.507Z | Downloaded windows-sys v0.52.0 |
3522 | 2023-12-13T06:12:57.655Z | Downloaded winapi-i686-pc-windows-gnu v0.4.0 |
3523 | 2023-12-13T06:12:57.967Z | Downloaded winapi-x86_64-pc-windows-gnu v0.4.0 |
3524 | 2023-12-13T06:12:58.783Z | Downloaded windows v0.48.0 |
3525 | 2023-12-13T06:12:59.813Z | info: experimental features enabled: setup-scripts |
3526 | 2023-12-13T06:13:01.192Z | Finished test [unoptimized + debuginfo] target(s) in 1.35s |
3527 | 2023-12-13T06:13:03.020Z | Starting 994 tests across 101 binaries (3 skipped) |
3528 | 2023-12-13T06:13:03.028Z | SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test |
3529 | 2023-12-13T06:13:03.885Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
3530 | 2023-12-13T06:13:16.603Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3531 | 2023-12-13T06:13:19.218Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3532 | 2023-12-13T06:13:31.387Z | Finished test [unoptimized + debuginfo] target(s) in 28.18s |
3533 | 2023-12-13T06:13:31.401Z | Running `target/debug/crdb-seed` |
3534 | 2023-12-13T06:13:31.401Z | Dec 13 06:13:31.378 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpTyNTwc |
3535 | 2023-12-13T06:13:31.402Z | Dec 13 06:13:31.378 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmptE6zQj,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpTyNTwc/listen-url |
3536 | 2023-12-13T06:13:31.402Z | Dec 13 06:13:31.378 INFO cockroach environment: BUILDOMAT_JOB_ID=01HHGTTD0QNZ9E45QVQ5E2312X BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.74.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=renovate/russh-monorepo GITHUB_REF=refs/heads/renovate/russh-monorepo GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=02238756702c56bb05c4e099c22b8000a469a56a 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-e9f306d18c435896/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out:/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out:/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out:/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envggexpW NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out:/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out:/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=2612e45c-8bdd-4a39-91f7-c5afc63c0b0e 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 RUSTDOCFLAGS=-D warnings RUSTFLAGS=-D warnings RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.74.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 |
3537 | 2023-12-13T06:13:32.879Z | Dec 13 06:13:32.880 INFO cockroach pid: 3931 |
3538 | 2023-12-13T06:13:32.879Z | Dec 13 06:13:32.880 INFO cockroach listen URL: postgresql://root@[::1]:43572/omicron?sslmode=disable |
3539 | 2023-12-13T06:13:32.879Z | Dec 13 06:13:32.880 INFO cockroach: populating |
3540 | 2023-12-13T06:13:35.143Z | Dec 13 06:13:35.115 INFO cockroach: populated |
3541 | 2023-12-13T06:13:42.031Z | Dec 13 06:13:37.764 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/7d96b0593b700e13d96dfffc4fd8b2832393445d26c410f88f8b1473939dd8ab.tar` |
3542 | 2023-12-13T06:13:42.067Z | SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test |
3543 | 2023-12-13T06:13:42.067Z | PASS [ 0.044s] authz-macros test_authz_dump |
3544 | 2023-12-13T06:13:42.067Z | PASS [ 0.038s] bootstore schemes::tests::hello_roundtrip |
3545 | 2023-12-13T06:13:42.067Z | PASS [ 0.033s] bootstore trust_quorum::rack_secret::tests::create_and_verify |
3546 | 2023-12-13T06:13:42.067Z | PASS [ 0.039s] bootstore schemes::v0::share_pkg::tests::create_packages |
3547 | 2023-12-13T06:13:42.067Z | PASS [ 0.042s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares |
3548 | 2023-12-13T06:13:42.067Z | PASS [ 0.033s] db-macros tests::test_derive_metadata_identity_fails_for_enums |
3549 | 2023-12-13T06:13:42.067Z | PASS [ 0.033s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type |
3550 | 2023-12-13T06:13:42.068Z | PASS [ 0.026s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity |
3551 | 2023-12-13T06:13:42.068Z | PASS [ 0.031s] db-macros tests::test_derive_metadata_identity_fails_without_table_name |
3552 | 2023-12-13T06:13:42.068Z | PASS [ 0.029s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles |
3553 | 2023-12-13T06:13:42.068Z | PASS [ 0.106s] bootstore schemes::v0::peer::tests::network_config |
3554 | 2023-12-13T06:13:42.068Z | PASS [ 0.258s] dns-server storage::test::test_update_in_progress |
3555 | 2023-12-13T06:13:42.068Z | PASS [ 0.266s] dns-server storage::test::test_update_interrupted |
3556 | 2023-12-13T06:13:42.068Z | PASS [ 0.286s] dns-server storage::test::test_update_basic |
3557 | 2023-12-13T06:13:42.068Z | PASS [ 0.529s] dns-server::basic_test a_crud |
3558 | 2023-12-13T06:13:42.068Z | PASS [ 0.549s] dns-server::basic_test aaaa_crud |
3559 | 2023-12-13T06:13:42.068Z | PASS [ 0.415s] dns-server::basic_test name_contains_zone |
3560 | 2023-12-13T06:13:42.068Z | PASS [ 0.464s] dns-server::basic_test multi_record_crud |
3561 | 2023-12-13T06:13:42.068Z | PASS [ 0.486s] dns-server::basic_test empty_record |
3562 | 2023-12-13T06:13:42.133Z | PASS [ 0.205s] dns-server::openapi_test test_dns_server_openapi |
3563 | 2023-12-13T06:13:42.133Z | PASS [ 0.432s] dns-server::basic_test nxdomain |
3564 | 2023-12-13T06:13:42.133Z | PASS [ 0.434s] dns-server::basic_test servfail |
3565 | 2023-12-13T06:13:42.133Z | PASS [ 0.040s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping |
3566 | 2023-12-13T06:13:42.133Z | PASS [ 0.082s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules |
3567 | 2023-12-13T06:13:42.133Z | PASS [ 0.053s] illumos-utils destructor::test::test_delayed_delete |
3568 | 2023-12-13T06:13:42.134Z | PASS [ 0.036s] illumos-utils destructor::test::test_destructor_bad_close |
3569 | 2023-12-13T06:13:42.134Z | PASS [ 0.034s] illumos-utils link::test::test_allocate |
3570 | 2023-12-13T06:13:42.134Z | PASS [ 0.037s] illumos-utils link::test::test_allocate_within_scopes |
3571 | 2023-12-13T06:13:42.134Z | PASS [ 1.217s] bootstore schemes::v0::peer::tests::basic_3_nodes |
3572 | 2023-12-13T06:13:42.134Z | PASS [ 0.036s] illumos-utils running_zone::tests::test_is_oxide_smf_log_file |
3573 | 2023-12-13T06:13:42.134Z | PASS [ 0.039s] illumos-utils running_zone::tests::test_is_oxide_smf_service |
3574 | 2023-12-13T06:13:42.134Z | PASS [ 0.463s] dns-server::basic_test srv_crud |
3575 | 2023-12-13T06:13:42.134Z | PASS [ 0.037s] illumos-utils zone::tests::test_parse_ip_network |
3576 | 2023-12-13T06:13:42.134Z | PASS [ 0.036s] illumos-utils zpool::test::test_parse_bad_zpool_names |
3577 | 2023-12-13T06:13:42.136Z | PASS [ 0.036s] illumos-utils zpool::test::test_parse_external_zpool_name |
3578 | 2023-12-13T06:13:42.136Z | PASS [ 0.031s] illumos-utils zpool::test::test_parse_internal_zpool_name |
3579 | 2023-12-13T06:13:42.136Z | PASS [ 0.029s] illumos-utils zpool::test::test_parse_zpool |
3580 | 2023-12-13T06:13:42.136Z | PASS [ 0.030s] illumos-utils zpool::test::test_parse_zpool_missing_column |
3581 | 2023-12-13T06:13:42.136Z | PASS [ 0.031s] illumos-utils zpool::test::test_parse_zpool_name_json |
3582 | 2023-12-13T06:13:42.136Z | PASS [ 0.037s] illumos-utils zpool::test::test_zpool_name_regex |
3583 | 2023-12-13T06:13:42.136Z | PASS [ 0.170s] installinator-common block_size_writer::tests::proptest_block_writer |
3584 | 2023-12-13T06:13:42.136Z | PASS [ 0.038s] internal-dns config::test::display_hosts |
3585 | 2023-12-13T06:13:42.136Z | PASS [ 0.025s] internal-dns config::test::display_srv_service |
3586 | 2023-12-13T06:13:42.137Z | PASS [ 0.035s] internal-dns config::test::test_builder_errors |
3587 | 2023-12-13T06:13:42.137Z | PASS [ 0.329s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi |
3588 | 2023-12-13T06:13:42.137Z | PASS [ 0.053s] internal-dns config::test::test_builder_output |
3589 | 2023-12-13T06:13:42.138Z | PASS [ 0.914s] illumos-utils destructor::test::test_delayed_delete_with_error |
3590 | 2023-12-13T06:13:42.139Z | PASS [ 0.501s] internal-dns resolver::test::insert_and_lookup_one_record |
3591 | 2023-12-13T06:13:42.139Z | PASS [ 0.716s] internal-dns resolver::test::insert_and_lookup_multiple_records |
3592 | 2023-12-13T06:13:42.139Z | PASS [ 0.458s] internal-dns resolver::test::lookup_nonexistent_record_fails |
3593 | 2023-12-13T06:13:42.139Z | PASS [ 0.854s] internal-dns resolver::test::resolver_can_access_backup_dns_server |
3594 | 2023-12-13T06:13:42.139Z | PASS [ 0.660s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client |
3595 | 2023-12-13T06:13:42.139Z | PASS [ 0.036s] ipcc-key-value tests::deserialize_fixed_value |
3596 | 2023-12-13T06:13:42.139Z | PASS [ 0.066s] ipcc-key-value tests::installinator_image_id_round_trip |
3597 | 2023-12-13T06:13:42.139Z | PASS [ 0.653s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets |
3598 | 2023-12-13T06:13:42.140Z | PASS [ 0.041s] ipcc-key-value tests::serialized_size |
3599 | 2023-12-13T06:13:42.140Z | PASS [ 0.059s] key-manager tests::different_disks_produce_different_keys |
3600 | 2023-12-13T06:13:42.140Z | PASS [ 0.042s] key-manager tests::different_ikm_produces_different_keys |
3601 | 2023-12-13T06:13:42.140Z | PASS [ 0.031s] key-manager tests::disk_encryption_key_epoch_0 |
3602 | 2023-12-13T06:13:42.140Z | PASS [ 0.032s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch |
3603 | 2023-12-13T06:13:42.140Z | PASS [ 0.035s] nexus-db-model bytecount::test::test_bytecount_i64_conversions |
3604 | 2023-12-13T06:13:42.140Z | PASS [ 0.040s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count |
3605 | 2023-12-13T06:13:42.141Z | PASS [ 0.034s] nexus-db-model role_assignment::tests::test_role_assignment_from_database |
3606 | 2023-12-13T06:13:42.141Z | PASS [ 0.034s] nexus-db-model semver_version::test::test_to_from_sortable_string |
3607 | 2023-12-13T06:13:42.141Z | PASS [ 0.031s] nexus-db-model tests::test_ip_subnet_check_requestable_address |
3608 | 2023-12-13T06:13:42.141Z | PASS [ 0.125s] nexus-db-model device_auth::test::test_generate_user_code |
3609 | 2023-12-13T06:13:42.141Z | PASS [ 0.031s] nexus-db-model tests::test_ipv6_net_random_subnet |
3610 | 2023-12-13T06:13:42.141Z | PASS [ 0.026s] nexus-db-model tests::test_roles_database_strings |
3611 | 2023-12-13T06:13:42.141Z | PASS [ 0.055s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_empty_headers |
3612 | 2023-12-13T06:13:42.141Z | PASS [ 0.071s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr |
3613 | 2023-12-13T06:13:42.141Z | PASS [ 0.059s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_ignore_other_headers |
3614 | 2023-12-13T06:13:42.141Z | PASS [ 0.059s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_one_cookie |
3615 | 2023-12-13T06:13:42.142Z | PASS [ 0.546s] internal-dns resolver::test::update_record |
3616 | 2023-12-13T06:13:42.142Z | PASS [ 0.046s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers |
3617 | 2023-12-13T06:13:42.142Z | PASS [ 0.045s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name |
3618 | 2023-12-13T06:13:42.142Z | PASS [ 0.038s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookies |
3619 | 2023-12-13T06:13:42.142Z | PASS [ 0.048s] nexus-db-queries authn::external::session_cookie::test::test_garbage_cookie |
3620 | 2023-12-13T06:13:42.142Z | PASS [ 0.077s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_idle |
3621 | 2023-12-13T06:13:42.142Z | PASS [ 0.084s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_absolute |
3622 | 2023-12-13T06:13:42.142Z | PASS [ 0.057s] nexus-db-queries authn::external::session_cookie::test::test_get_token |
3623 | 2023-12-13T06:13:42.142Z | PASS [ 0.047s] nexus-db-queries authn::external::session_cookie::test::test_get_token_no_header |
3624 | 2023-12-13T06:13:42.142Z | PASS [ 0.046s] nexus-db-queries authn::external::session_cookie::test::test_get_token_other_cookie_present |
3625 | 2023-12-13T06:13:42.142Z | PASS [ 0.045s] nexus-db-queries authn::external::session_cookie::test::test_missing_cookie |
3626 | 2023-12-13T06:13:42.142Z | PASS [ 0.044s] nexus-db-queries authn::external::session_cookie::test::test_other_cookie |
3627 | 2023-12-13T06:13:42.143Z | PASS [ 0.044s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value |
3628 | 2023-12-13T06:13:42.143Z | PASS [ 0.041s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value_error |
3629 | 2023-12-13T06:13:42.143Z | PASS [ 0.044s] nexus-db-queries authn::external::spoof::test::test_make_header_value |
3630 | 2023-12-13T06:13:42.143Z | PASS [ 0.059s] nexus-db-queries authn::external::session_cookie::test::test_valid_cookie |
3631 | 2023-12-13T06:13:42.143Z | PASS [ 0.044s] nexus-db-queries authn::external::spoof::test::test_make_header_value_raw |
3632 | 2023-12-13T06:13:42.143Z | PASS [ 0.051s] nexus-db-queries authn::external::spoof::test::test_spoof_header_bad_uuids |
3633 | 2023-12-13T06:13:42.143Z | PASS [ 0.050s] nexus-db-queries authn::external::spoof::test::test_spoof_header_missing |
3634 | 2023-12-13T06:13:42.143Z | PASS [ 0.043s] nexus-db-queries authn::external::spoof::test::test_spoof_header_valid |
3635 | 2023-12-13T06:13:42.143Z | PASS [ 0.048s] nexus-db-queries authn::external::spoof::test::test_spoof_reserved_values |
3636 | 2023-12-13T06:13:42.145Z | PASS [ 0.043s] nexus-db-queries authn::external::token::test::test_make_header_value |
3637 | 2023-12-13T06:13:42.145Z | PASS [ 0.057s] nexus-db-queries authn::external::test::test_authn_sequence |
3638 | 2023-12-13T06:13:42.145Z | PASS [ 0.040s] nexus-db-queries authn::external::token::test::test_token_header_bad_utf8 |
3639 | 2023-12-13T06:13:42.145Z | PASS [ 0.041s] nexus-db-queries authn::external::token::test::test_token_header_missing |
3640 | 2023-12-13T06:13:42.145Z | PASS [ 0.045s] nexus-db-queries authn::external::token::test::test_token_header_valid |
3641 | 2023-12-13T06:13:42.145Z | PASS [ 0.048s] nexus-db-queries authn::test::test_internal_users |
3642 | 2023-12-13T06:13:42.145Z | PASS [ 0.062s] nexus-db-queries authz::oso_generic::test::test_duplicate_polar_classes |
3643 | 2023-12-13T06:13:43.185Z | PASS [ 4.559s] dns-server::commands_test test_dnsadm |
3644 | 2023-12-13T06:13:49.622Z | PASS [ 7.880s] nexus-db-queries authz::context::test::test_unregistered_resource |
3645 | 2023-12-13T06:13:50.880Z | PASS [ 7.675s] nexus-db-queries context::test::test_background_context |
3646 | 2023-12-13T06:13:53.838Z | PASS [ 14.766s] installinator mock_peers::tests::proptest_fetch_artifact |
3647 | 2023-12-13T06:13:55.380Z | PASS [ 16.288s] installinator write::tests::proptest_write_artifact |
3648 | 2023-12-13T06:13:58.281Z | PASS [ 16.502s] nexus-db-queries authz::policy_test::test_conferred_roles |
3649 | 2023-12-13T06:13:59.730Z | PASS [ 10.117s] nexus-db-queries context::test::test_child_context |
3650 | 2023-12-13T06:14:01.241Z | PASS [ 10.392s] nexus-db-queries context::test::test_test_context |
3651 | 2023-12-13T06:14:02.136Z | PASS [ 8.297s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails |
3652 | 2023-12-13T06:14:03.683Z | PASS [ 8.300s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails |
3653 | 2023-12-13T06:14:06.044Z | PASS [ 7.773s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails |
3654 | 2023-12-13T06:14:08.024Z | PASS [ 8.297s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails |
3655 | 2023-12-13T06:14:09.769Z | PASS [ 8.428s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times |
3656 | 2023-12-13T06:14:10.182Z | PASS [ 8.045s] nexus-db-queries db::collection_attach::test::test_attach_once |
3657 | 2023-12-13T06:14:10.236Z | PASS [ 0.054s] nexus-db-queries db::collection_attach::test::test_verify_query |
3658 | 2023-12-13T06:14:11.843Z | PASS [ 8.173s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous |
3659 | 2023-12-13T06:14:14.214Z | PASS [ 8.171s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached |
3660 | 2023-12-13T06:14:15.706Z | PASS [ 7.680s] nexus-db-queries db::collection_attach::test::test_attach_with_filters |
3661 | 2023-12-13T06:14:18.293Z | PASS [ 8.549s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter |
3662 | 2023-12-13T06:14:18.388Z | PASS [ 8.149s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails |
3663 | 2023-12-13T06:14:20.062Z | PASS [ 8.222s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails |
3664 | 2023-12-13T06:14:20.126Z | PASS [ 0.054s] nexus-db-queries db::collection_detach::test::test_verify_query |
3665 | 2023-12-13T06:14:21.953Z | PASS [ 7.730s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails |
3666 | 2023-12-13T06:14:24.197Z | PASS [ 8.485s] nexus-db-queries db::collection_detach::test::test_detach_once |
3667 | 2023-12-13T06:14:32.651Z | PASS [ 8.226s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter |
3668 | 2023-12-13T06:14:33.650Z | PASS [ 8.651s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached |
3669 | 2023-12-13T06:14:33.651Z | PASS [ 7.895s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource |
3670 | 2023-12-13T06:14:34.238Z | PASS [ 7.773s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection |
3671 | 2023-12-13T06:14:34.238Z | PASS [ 48.669s] nexus-db-queries authz::policy_test::test_iam_roles_behavior |
3672 | 2023-12-13T06:14:34.238Z | PASS [ 6.770s] nexus-db-queries db::collection_detach_many::test::test_detach_many |
3673 | 2023-12-13T06:14:34.238Z | PASS [ 0.044s] nexus-db-queries db::collection_detach_many::test::test_verify_query |
3674 | 2023-12-13T06:14:34.238Z | PASS [ 5.771s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails |
3675 | 2023-12-13T06:14:34.238Z | PASS [ 5.726s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds |
3676 | 2023-12-13T06:14:34.238Z | PASS [ 0.062s] nexus-db-queries db::collection_insert::test::test_verify_query |
3677 | 2023-12-13T06:14:34.238Z | PASS [ 0.052s] nexus-db-queries db::column_walker::test::test_walk_columns |
3678 | 2023-12-13T06:14:34.238Z | PASS [ 0.057s] nexus-db-queries db::column_walker::test::test_walk_table |
3679 | 2023-12-13T06:14:34.287Z | PASS [ 0.082s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_allows_valid_up_sql_collections |
3680 | 2023-12-13T06:14:34.287Z | PASS [ 0.069s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_invalid_up_sql_collections |
3681 | 2023-12-13T06:14:34.287Z | PASS [ 0.059s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_invalid_up_sql_names |
3682 | 2023-12-13T06:14:34.287Z | PASS [ 0.060s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_no_up_sql_files |
3683 | 2023-12-13T06:14:34.287Z | PASS [ 5.602s] nexus-db-queries db::collection_detach_many::test::test_detach_once |
3684 | 2023-12-13T06:14:35.298Z | PASS [ 5.528s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous |
3685 | 2023-12-13T06:14:36.086Z | PASS [ 5.616s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached |
3686 | 2023-12-13T06:14:36.194Z | PASS [ 0.054s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic |
3687 | 2023-12-13T06:14:36.295Z | PASS [ 5.293s] nexus-db-queries db::collection_insert::test::test_collection_not_present |
3688 | 2023-12-13T06:14:37.796Z | PASS [ 5.235s] nexus-db-queries db::collection_insert::test::test_collection_present |
3689 | 2023-12-13T06:14:37.928Z | SLOW [> 60.000s] bootstore::v0-fsm-proptest-learner run |
3690 | 2023-12-13T06:14:37.928Z | SLOW [> 60.000s] bootstore::v0-fsm-proptest-rack-coordinator run |
3691 | 2023-12-13T06:14:38.865Z | PASS [ 5.134s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version |
3692 | 2023-12-13T06:14:39.029Z | PASS [ 5.828s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward |
3693 | 2023-12-13T06:14:58.527Z | PASS [ 7.768s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent |
3694 | 2023-12-13T06:14:58.527Z | PASS [ 7.341s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness |
3695 | 2023-12-13T06:14:59.094Z | PASS [ 66.483s] bootstore::v0-fsm-proptest-learner run |
3696 | 2023-12-13T06:14:59.235Z | PASS [ 8.243s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic |
3697 | 2023-12-13T06:14:59.235Z | PASS [ 9.606s] nexus-db-queries db::datastore::dns::test::test_dns_update |
3698 | 2023-12-13T06:14:59.235Z | PASS [ 7.774s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized |
3699 | 2023-12-13T06:14:59.235Z | PASS [ 8.199s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex |
3700 | 2023-12-13T06:14:59.235Z | PASS [ 7.383s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found |
3701 | 2023-12-13T06:14:59.235Z | PASS [ 7.354s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools |
3702 | 2023-12-13T06:14:59.235Z | PASS [ 7.868s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking |
3703 | 2023-12-13T06:14:59.235Z | PASS [ 7.908s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted |
3704 | 2023-12-13T06:14:59.236Z | PASS [ 10.349s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert |
3705 | 2023-12-13T06:14:59.236Z | PASS [ 76.568s] bootstore::v0-fsm-proptest-rack-coordinator run |
3706 | 2023-12-13T06:14:59.236Z | PASS [ 7.913s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency |
3707 | 2023-12-13T06:14:59.236Z | PASS [ 7.766s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_delete_reupsert_new_sled |
3708 | 2023-12-13T06:14:59.236Z | PASS [ 7.608s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_disks |
3709 | 2023-12-13T06:14:59.236Z | PASS [ 7.303s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_uuid_idempotent |
3710 | 2023-12-13T06:15:01.784Z | PASS [ 7.951s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets |
3711 | 2023-12-13T06:15:01.853Z | PASS [ 8.128s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_reupsert_new_sled |
3712 | 2023-12-13T06:15:01.904Z | PASS [ 0.051s] nexus-db-queries db::datastore::region::test::test_extent_count |
3713 | 2023-12-13T06:15:01.924Z | PASS [ 8.116s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_same_uuid_idempotent |
3714 | 2023-12-13T06:15:02.680Z | PASS [ 8.132s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error |
3715 | 2023-12-13T06:15:02.817Z | PASS [ 8.425s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty |
3716 | 2023-12-13T06:15:02.935Z | PASS [ 8.226s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error |
3717 | 2023-12-13T06:15:06.433Z | PASS [ 8.429s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services |
3718 | 2023-12-13T06:15:07.022Z | PASS [ 8.070s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services |
3719 | 2023-12-13T06:15:09.435Z | PASS [ 7.511s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware |
3720 | 2023-12-13T06:15:09.590Z | PASS [ 7.806s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations |
3721 | 2023-12-13T06:15:10.091Z | PASS [ 8.183s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable |
3722 | 2023-12-13T06:15:10.601Z | PASS [ 7.913s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches |
3723 | 2023-12-13T06:15:10.605Z | PASS [ 7.658s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent |
3724 | 2023-12-13T06:15:10.657Z | PASS [ 7.837s] nexus-db-queries db::datastore::test::test_component_update_conflict |
3725 | 2023-12-13T06:15:13.560Z | PASS [ 7.130s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent |
3726 | 2023-12-13T06:15:14.434Z | PASS [ 7.412s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints |
3727 | 2023-12-13T06:15:14.940Z | PASS [ 5.345s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan |
3728 | 2023-12-13T06:15:16.825Z | PASS [ 7.391s] nexus-db-queries db::datastore::test::test_project_creation |
3729 | 2023-12-13T06:15:17.992Z | PASS [ 7.905s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent |
3730 | 2023-12-13T06:15:18.401Z | PASS [ 7.798s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools |
3731 | 2023-12-13T06:15:20.541Z | PASS [ 9.946s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent |
3732 | 2023-12-13T06:15:20.849Z | PASS [ 10.198s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails |
3733 | 2023-12-13T06:15:23.780Z | PASS [ 5.378s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation |
3734 | 2023-12-13T06:15:24.038Z | PASS [ 10.477s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random |
3735 | 2023-12-13T06:15:24.603Z | PASS [ 7.776s] nexus-db-queries db::datastore::test::test_service_upsert_and_list |
3736 | 2023-12-13T06:15:25.211Z | PASS [ 10.275s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails |
3737 | 2023-12-13T06:15:25.320Z | PASS [ 7.330s] nexus-db-queries db::datastore::test::test_session_methods |
3738 | 2023-12-13T06:15:25.357Z | PASS [ 10.916s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds |
3739 | 2023-12-13T06:15:25.396Z | PASS [ 0.046s] nexus-db-queries db::fixed_data::role_builtin::test::test_fixed_role_data |
3740 | 2023-12-13T06:15:25.438Z | PASS [ 0.042s] nexus-db-queries db::fixed_data::silo_user::test::test_silo_user_ids_are_valid |
3741 | 2023-12-13T06:15:25.493Z | PASS [ 0.053s] nexus-db-queries db::fixed_data::test::test_builtin_fleet_id_is_valid |
3742 | 2023-12-13T06:15:25.542Z | PASS [ 0.050s] nexus-db-queries db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid |
3743 | 2023-12-13T06:15:27.446Z | PASS [ 6.905s] nexus-db-queries db::datastore::test::test_ssh_keys |
3744 | 2023-12-13T06:15:27.566Z | PASS [ 6.719s] nexus-db-queries db::datastore::test::test_system_update_conflict |
3745 | 2023-12-13T06:15:30.443Z | PASS [ 5.240s] nexus-db-queries db::explain::test::test_explain_async |
3746 | 2023-12-13T06:15:30.587Z | PASS [ 5.268s] nexus-db-queries db::explain::test::test_explain_full_table_scan |
3747 | 2023-12-13T06:15:30.902Z | PASS [ 7.097s] nexus-db-queries db::datastore::test::test_table_scan |
3748 | 2023-12-13T06:15:30.930Z | PASS [ 0.045s] nexus-db-queries db::pagination::test::test_paginator |
3749 | 2023-12-13T06:15:31.777Z | PASS [ 7.741s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion |
3750 | 2023-12-13T06:15:32.121Z | PASS [ 7.519s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries |
3751 | 2023-12-13T06:15:32.381Z | PASS [ 6.839s] nexus-db-queries db::lookup::test::test_lookup |
3752 | 2023-12-13T06:15:33.022Z | PASS [ 5.574s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending |
3753 | 2023-12-13T06:15:33.178Z | PASS [ 5.603s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending |
3754 | 2023-12-13T06:15:36.113Z | PASS [ 5.669s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending |
3755 | 2023-12-13T06:15:36.444Z | PASS [ 5.831s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending |
3756 | 2023-12-13T06:15:38.784Z | PASS [ 7.866s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool |
3757 | 2023-12-13T06:15:39.690Z | PASS [ 7.864s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap |
3758 | 2023-12-13T06:15:40.226Z | PASS [ 7.846s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_out_of_range |
3759 | 2023-12-13T06:15:40.658Z | PASS [ 8.537s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_is_idempotent |
3760 | 2023-12-13T06:15:40.767Z | PASS [ 7.750s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent |
3761 | 2023-12-13T06:15:40.858Z | PASS [ 7.673s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent_even_when_full |
3762 | 2023-12-13T06:15:40.889Z | PASS [ 0.047s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address |
3763 | 2023-12-13T06:15:43.034Z | PASS [ 6.921s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent |
3764 | 2023-12-13T06:15:43.678Z | PASS [ 7.259s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion |
3765 | 2023-12-13T06:15:46.692Z | PASS [ 7.903s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_for_service |
3766 | 2023-12-13T06:15:47.499Z | PASS [ 7.859s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools |
3767 | 2023-12-13T06:15:48.078Z | PASS [ 7.853s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok |
3768 | 2023-12-13T06:15:48.295Z | PASS [ 7.635s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range |
3769 | 2023-12-13T06:15:48.688Z | PASS [ 7.801s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds |
3770 | 2023-12-13T06:15:49.463Z | PASS [ 8.696s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion |
3771 | 2023-12-13T06:15:50.683Z | PASS [ 7.647s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails |
3772 | 2023-12-13T06:15:50.841Z | PASS [ 7.143s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails |
3773 | 2023-12-13T06:15:54.253Z | PASS [ 7.562s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip |
3774 | 2023-12-13T06:15:54.733Z | PASS [ 7.233s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac |
3775 | 2023-12-13T06:15:54.790Z | PASS [ 0.048s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset |
3776 | 2023-12-13T06:15:55.579Z | PASS [ 7.285s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails |
3777 | 2023-12-13T06:15:55.898Z | PASS [ 7.779s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails |
3778 | 2023-12-13T06:15:55.989Z | PASS [ 0.131s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count |
3779 | 2023-12-13T06:15:56.042Z | PASS [ 0.046s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps |
3780 | 2023-12-13T06:15:56.084Z | PASS [ 0.045s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping |
3781 | 2023-12-13T06:15:56.128Z | PASS [ 0.045s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping |
3782 | 2023-12-13T06:15:56.179Z | PASS [ 0.052s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping |
3783 | 2023-12-13T06:15:56.252Z | PASS [ 7.553s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails |
3784 | 2023-12-13T06:15:57.184Z | PASS [ 7.713s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails |
3785 | 2023-12-13T06:15:58.227Z | PASS [ 7.545s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails |
3786 | 2023-12-13T06:15:58.380Z | PASS [ 7.559s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation |
3787 | 2023-12-13T06:16:01.155Z | PASS [ 5.580s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query |
3788 | 2023-12-13T06:16:01.200Z | PASS [ 0.039s] nexus-defaults tests::test_random_vpc_ipv6_prefix |
3789 | 2023-12-13T06:16:01.269Z | PASS [ 0.074s] nexus-inventory builder::test::test_basic |
3790 | 2023-12-13T06:16:01.300Z | PASS [ 0.031s] nexus-inventory builder::test::test_empty |
3791 | 2023-12-13T06:16:01.356Z | PASS [ 0.038s] nexus-inventory builder::test::test_problems |
3792 | 2023-12-13T06:16:01.654Z | PASS [ 5.477s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query |
3793 | 2023-12-13T06:16:01.710Z | PASS [ 7.463s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails |
3794 | 2023-12-13T06:16:01.787Z | PASS [ 5.540s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered |
3795 | 2023-12-13T06:16:01.830Z | PASS [ 0.041s] nexus-types external_api::shared::test::test_policy_parsing |
3796 | 2023-12-13T06:16:01.935Z | PASS [ 0.112s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid |
3797 | 2023-12-13T06:16:02.359Z | PASS [ 0.604s] nexus-inventory collector::test::test_basic |
3798 | 2023-12-13T06:16:02.363Z | PASS [ 0.056s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist |
3799 | 2023-12-13T06:16:02.363Z | PASS [ 0.085s] omicron-certificates tests::test_cert_extended_key_usage |
3800 | 2023-12-13T06:16:02.363Z | PASS [ 0.080s] omicron-certificates tests::test_common_name_is_validated |
3801 | 2023-12-13T06:16:02.363Z | PASS [ 0.071s] omicron-certificates tests::test_subject_alternate_names_are_validated |
3802 | 2023-12-13T06:16:02.364Z | PASS [ 0.042s] omicron-common address::test::test_dns_subnets |
3803 | 2023-12-13T06:16:02.364Z | PASS [ 0.027s] omicron-common address::test::test_ip_range_checks_non_decreasing |
3804 | 2023-12-13T06:16:02.364Z | PASS [ 0.032s] omicron-common address::test::test_ip_range_enum_deserialization |
3805 | 2023-12-13T06:16:02.364Z | PASS [ 0.036s] omicron-common address::test::test_ip_range_iter |
3806 | 2023-12-13T06:16:02.364Z | PASS [ 0.032s] omicron-common address::test::test_ip_range_try_from |
3807 | 2023-12-13T06:16:02.364Z | PASS [ 0.029s] omicron-common address::test::test_ipv6_subnet_deserialize |
3808 | 2023-12-13T06:16:02.364Z | PASS [ 0.023s] omicron-common address::test::test_sled_address |
3809 | 2023-12-13T06:16:02.364Z | PASS [ 0.027s] omicron-common api::external::error::test::test_bail_unless |
3810 | 2023-12-13T06:16:02.364Z | PASS [ 0.024s] omicron-common api::external::error::test::test_context |
3811 | 2023-12-13T06:16:02.364Z | PASS [ 0.027s] omicron-common api::external::http_pagination::test::test_pagination_examples |
3812 | 2023-12-13T06:16:02.364Z | PASS [ 0.034s] omicron-common api::external::http_pagination::test::test_pagination_schemas |
3813 | 2023-12-13T06:16:02.364Z | PASS [ 0.029s] omicron-common api::external::http_pagination::test::test_scan_by_id |
3814 | 2023-12-13T06:16:02.364Z | PASS [ 0.028s] omicron-common api::external::http_pagination::test::test_scan_by_name |
3815 | 2023-12-13T06:16:02.364Z | PASS [ 0.030s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic |
3816 | 2023-12-13T06:16:02.364Z | PASS [ 0.041s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id |
3817 | 2023-12-13T06:16:02.364Z | PASS [ 0.617s] nexus-inventory collector::test::test_multi_mgs_failure |
3818 | 2023-12-13T06:16:02.364Z | PASS [ 0.035s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name |
3819 | 2023-12-13T06:16:02.364Z | PASS [ 0.024s] omicron-common api::external::test::test_bytecount |
3820 | 2023-12-13T06:16:02.364Z | PASS [ 0.025s] omicron-common api::external::test::test_bytecount_display |
3821 | 2023-12-13T06:16:02.377Z | PASS [ 0.034s] omicron-common api::external::test::test_digest |
3822 | 2023-12-13T06:16:02.385Z | PASS [ 0.029s] omicron-common api::external::test::test_firewall_deserialization |
3823 | 2023-12-13T06:16:02.398Z | PASS [ 0.040s] omicron-common api::external::test::test_firewall_rule_host_filter_parse |
3824 | 2023-12-13T06:16:02.410Z | PASS [ 0.028s] omicron-common api::external::test::test_ip_port_range_from_str |
3825 | 2023-12-13T06:16:02.417Z | PASS [ 0.045s] omicron-common api::external::test::test_firewall_rule_target_parse |
3826 | 2023-12-13T06:16:02.425Z | PASS [ 0.027s] omicron-common api::external::test::test_ip_port_range_into_str |
3827 | 2023-12-13T06:16:02.437Z | PASS [ 0.029s] omicron-common api::external::test::test_ipnet_first_last_address |
3828 | 2023-12-13T06:16:02.444Z | PASS [ 0.028s] omicron-common api::external::test::test_ipnet_serde |
3829 | 2023-12-13T06:16:02.450Z | PASS [ 0.027s] omicron-common api::external::test::test_ipv4_net_operations |
3830 | 2023-12-13T06:16:02.460Z | PASS [ 7.682s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query |
3831 | 2023-12-13T06:16:02.470Z | PASS [ 0.030s] omicron-common api::external::test::test_ipv6_net_operations |
3832 | 2023-12-13T06:16:02.470Z | PASS [ 0.814s] nexus-inventory collector::test::test_multi_mgs |
3833 | 2023-12-13T06:16:02.480Z | PASS [ 0.032s] omicron-common api::external::test::test_mac_system_iterator |
3834 | 2023-12-13T06:16:02.484Z | PASS [ 0.025s] omicron-common api::external::test::test_mac_to_int_conversions |
3835 | 2023-12-13T06:16:02.489Z | PASS [ 0.027s] omicron-common api::external::test::test_macaddr |
3836 | 2023-12-13T06:16:02.500Z | PASS [ 0.027s] omicron-common api::external::test::test_name_parse |
3837 | 2023-12-13T06:16:02.506Z | PASS [ 0.022s] omicron-common api::external::test::test_name_parse_from_param |
3838 | 2023-12-13T06:16:02.511Z | PASS [ 0.030s] omicron-common api::external::test::test_resource_name_parse |
3839 | 2023-12-13T06:16:02.522Z | PASS [ 0.025s] omicron-common api::external::test::test_role_name_parse |
3840 | 2023-12-13T06:16:02.931Z | PASS [ 0.033s] omicron-common api::external::test::test_route_destination_parse |
3841 | 2023-12-13T06:16:02.931Z | PASS [ 0.027s] omicron-common api::external::test::test_semver_serialize |
3842 | 2023-12-13T06:16:02.932Z | PASS [ 0.039s] omicron-common api::external::test::test_route_target_parse |
3843 | 2023-12-13T06:16:02.932Z | PASS [ 0.026s] omicron-common api::external::test::test_semver_validation |
3844 | 2023-12-13T06:16:02.932Z | PASS [ 0.033s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip |
3845 | 2023-12-13T06:16:02.932Z | PASS [ 0.032s] omicron-common ledger::test::test_create_default_ledger |
3846 | 2023-12-13T06:16:02.932Z | PASS [ 0.032s] omicron-common ledger::test::test_create_ledger_reads_from_storage |
3847 | 2023-12-13T06:16:02.932Z | PASS [ 0.045s] omicron-common ledger::test::test_commit_handles_write_failures |
3848 | 2023-12-13T06:16:02.932Z | PASS [ 0.038s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage |
3849 | 2023-12-13T06:16:02.932Z | PASS [ 0.038s] omicron-common nexus_config::test::test_bad_authn_schemes |
3850 | 2023-12-13T06:16:02.932Z | PASS [ 0.031s] omicron-common nexus_config::test::test_config_bad_toml |
3851 | 2023-12-13T06:16:02.932Z | PASS [ 0.029s] omicron-common nexus_config::test::test_config_empty |
3852 | 2023-12-13T06:16:02.932Z | PASS [ 0.023s] omicron-common nexus_config::test::test_config_nonexistent |
3853 | 2023-12-13T06:16:02.932Z | PASS [ 0.030s] omicron-common nexus_config::test::test_deployment_config_schema |
3854 | 2023-12-13T06:16:02.932Z | PASS [ 0.032s] omicron-common nexus_config::test::test_invalid_ipv4_prefix_tunable |
3855 | 2023-12-13T06:16:02.932Z | PASS [ 0.027s] omicron-common postgres_config::test::test_bad_url |
3856 | 2023-12-13T06:16:02.932Z | PASS [ 0.027s] omicron-common postgres_config::test::test_example_url |
3857 | 2023-12-13T06:16:02.932Z | PASS [ 0.045s] omicron-common nexus_config::test::test_repo_configs_are_valid |
3858 | 2023-12-13T06:16:02.932Z | PASS [ 5.461s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery |
3859 | 2023-12-13T06:16:02.932Z | PASS [ 0.039s] omicron-common nexus_config::test::test_valid |
3860 | 2023-12-13T06:16:02.932Z | PASS [ 0.041s] omicron-common update::tests::serde_artifact_kind |
3861 | 2023-12-13T06:16:02.932Z | PASS [ 0.065s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd |
3862 | 2023-12-13T06:16:02.932Z | PASS [ 0.067s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args |
3863 | 2023-12-13T06:16:02.932Z | PASS [ 0.099s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args |
3864 | 2023-12-13T06:16:02.932Z | PASS [ 0.161s] omicron-dev::test_omicron_dev test_cert_create |
3865 | 2023-12-13T06:16:02.935Z | PASS [ 0.048s] omicron-gateway management_switch::location_map::tests::test_config_validation |
3866 | 2023-12-13T06:16:02.935Z | PASS [ 0.097s] omicron-dev::test_omicron_dev test_omicron_dev_no_args |
3867 | 2023-12-13T06:16:02.935Z | PASS [ 0.040s] omicron-gateway management_switch::location_map::tests::test_resolve_location |
3868 | 2023-12-13T06:16:03.128Z | PASS [ 0.326s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled |
3869 | 2023-12-13T06:16:03.140Z | PASS [ 0.327s] omicron-gateway::test_all integration_tests::component_list::component_list |
3870 | 2023-12-13T06:16:03.348Z | PASS [ 0.516s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations |
3871 | 2023-12-13T06:16:03.415Z | PASS [ 0.283s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication |
3872 | 2023-12-13T06:16:03.451Z | PASS [ 0.316s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach |
3873 | 2023-12-13T06:16:05.197Z | PASS [ 6.817s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples |
3874 | 2023-12-13T06:16:05.296Z | PASS [ 7.065s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples |
3875 | 2023-12-13T06:16:16.501Z | PASS [ 13.862s] omicron-dev::test_omicron_dev test_db_killed |
3876 | 2023-12-13T06:16:23.789Z | PASS [ 21.143s] omicron-dev::test_omicron_dev test_db_run |
3877 | 2023-12-13T06:16:28.605Z | PASS [ 25.845s] omicron-dev::test_omicron_dev test_run_all |
3878 | 2023-12-13T06:16:38.583Z | PASS [ 26.515s] omicron-nexus app::background::common::test::test_driver_basic |
3879 | 2023-12-13T06:16:38.719Z | PASS [ 27.034s] omicron-nexus app::background::dns_config::test::test_basic |
3880 | 2023-12-13T06:16:38.719Z | PASS [ 25.253s] omicron-nexus app::background::dns_servers::test::test_basic |
3881 | 2023-12-13T06:16:38.719Z | PASS [ 25.348s] omicron-nexus app::background::dns_propagation::test::test_basic |
3882 | 2023-12-13T06:16:38.720Z | PASS [ 0.116s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic |
3883 | 2023-12-13T06:16:38.720Z | PASS [ 0.069s] omicron-nexus app::external_endpoints::test::test_no_endpoint |
3884 | 2023-12-13T06:16:38.720Z | PASS [ 0.175s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty |
3885 | 2023-12-13T06:16:38.720Z | PASS [ 0.083s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying |
3886 | 2023-12-13T06:16:38.720Z | PASS [ 27.793s] omicron-nexus app::background::common::test::test_activation_in_progress |
3887 | 2023-12-13T06:16:38.720Z | PASS [ 1.473s] omicron-nexus app::external_endpoints::test::test_authority |
3888 | 2023-12-13T06:16:40.909Z | PASS [ 24.409s] omicron-nexus app::background::external_endpoints::test::test_basic |
3889 | 2023-12-13T06:16:42.235Z | PASS [ 11.691s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex |
3890 | 2023-12-13T06:16:47.919Z | PASS [ 24.114s] omicron-nexus app::background::init::test::test_dns_propagation_basic |
3891 | 2023-12-13T06:16:58.089Z | PASS [ 26.686s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds |
3892 | 2023-12-13T06:17:00.506Z | PASS [ 29.366s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently |
3893 | 2023-12-13T06:17:00.583Z | PASS [ 32.016s] omicron-nexus app::background::inventory_collection::test::test_basic |
3894 | 2023-12-13T06:17:05.175Z | PASS [ 34.442s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind |
3895 | 2023-12-13T06:17:06.359Z | PASS [ 35.608s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently |
3896 | 2023-12-13T06:17:09.846Z | PASS [ 28.938s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently |
3897 | 2023-12-13T06:17:10.710Z | PASS [ 28.463s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds |
3898 | 2023-12-13T06:17:32.587Z | PASS [ 32.005s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds |
3899 | 2023-12-13T06:17:36.958Z | PASS [ 36.454s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently |
3900 | 2023-12-13T06:17:39.485Z | PASS [ 34.317s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently |
3901 | 2023-12-13T06:17:40.002Z | PASS [ 33.641s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds |
3902 | 2023-12-13T06:17:45.915Z | PASS [ 35.214s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds |
3903 | 2023-12-13T06:17:47.894Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
3904 | 2023-12-13T06:18:03.718Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
3905 | 2023-12-13T06:18:10.140Z | PASS [ 32.876s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently |
3906 | 2023-12-13T06:18:10.159Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind |
3907 | 2023-12-13T06:18:11.501Z | PASS [ 31.503s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds |
3908 | 2023-12-13T06:18:11.637Z | PASS [ 32.156s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind |
3909 | 2023-12-13T06:18:14.034Z | PASS [ 41.397s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind |
3910 | 2023-12-13T06:18:14.045Z | PASS [ 0.061s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request |
3911 | 2023-12-13T06:18:20.557Z | PASS [ 34.639s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind |
3912 | 2023-12-13T06:18:24.954Z | PASS [ 75.067s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind |
3913 | 2023-12-13T06:18:34.970Z | PASS [ 25.131s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds |
3914 | 2023-12-13T06:18:45.323Z | PASS [ 31.253s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds |
3915 | 2023-12-13T06:18:47.893Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
3916 | 2023-12-13T06:18:54.197Z | PASS [ 33.653s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set |
3917 | 2023-12-13T06:18:59.357Z | PASS [ 21.745s] omicron-nexus app::sagas::test_saga::test_saga_stuck |
3918 | 2023-12-13T06:18:59.416Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
3919 | 2023-12-13T06:19:06.300Z | PASS [ 41.386s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset |
3920 | 2023-12-13T06:19:11.504Z | SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
3921 | 2023-12-13T06:19:11.636Z | SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
3922 | 2023-12-13T06:19:16.080Z | PASS [ 30.787s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind |
3923 | 2023-12-13T06:19:18.547Z | PASS [ 21.822s] omicron-nexus app::update::tests::test_populate_mock_system_updates |
3924 | 2023-12-13T06:19:20.188Z | PASS [ 25.991s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds |
3925 | 2023-12-13T06:19:30.493Z | PASS [ 24.198s] omicron-nexus app::update::tests::test_semver_max |
3926 | 2023-12-13T06:19:38.536Z | PASS [ 7.984s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input |
3927 | 2023-12-13T06:19:38.547Z | PASS [ 0.059s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory |
3928 | 2023-12-13T06:19:38.588Z | PASS [ 0.054s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent |
3929 | 2023-12-13T06:19:38.644Z | PASS [ 0.053s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested |
3930 | 2023-12-13T06:19:38.702Z | PASS [ 0.061s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink |
3931 | 2023-12-13T06:19:38.755Z | PASS [ 0.055s] omicron-nexus external_api::console_api::test::test_find_file_finds_file |
3932 | 2023-12-13T06:19:38.814Z | PASS [ 0.056s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink |
3933 | 2023-12-13T06:19:38.894Z | PASS [ 0.081s] omicron-nexus external_api::console_api::test::test_relative_uri |
3934 | 2023-12-13T06:19:39.049Z | PASS [ 22.964s] omicron-nexus app::update::tests::test_system_updates |
3935 | 2023-12-13T06:19:39.054Z | PASS [ 0.161s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy |
3936 | 2023-12-13T06:19:40.911Z | PASS [ 22.375s] omicron-nexus app::update::tests::test_update_deployments |
3937 | 2023-12-13T06:19:42.238Z | PASS [ 22.046s] omicron-nexus app::update::tests::test_updateable_components |
3938 | 2023-12-13T06:19:47.892Z | SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
3939 | 2023-12-13T06:19:52.753Z | PASS [ 10.520s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie |
3940 | 2023-12-13T06:19:58.082Z | SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
3941 | 2023-12-13T06:19:59.654Z | PASS [ 20.594s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud |
3942 | 2023-12-13T06:19:59.804Z | PASS [ 0.159s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured |
3943 | 2023-12-13T06:20:00.614Z | PASS [ 19.714s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range |
3944 | 2023-12-13T06:20:02.916Z | PASS [ 10.154s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed |
3945 | 2023-12-13T06:20:11.500Z | SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
3946 | 2023-12-13T06:20:11.659Z | SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
3947 | 2023-12-13T06:20:19.550Z | PASS [ 123.325s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
3948 | 2023-12-13T06:20:22.795Z | PASS [ 22.918s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys |
3949 | 2023-12-13T06:20:23.353Z | PASS [ 22.737s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv |
3950 | 2023-12-13T06:20:27.490Z | PASS [ 24.584s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv |
3951 | 2023-12-13T06:20:38.031Z | PASS [ 23.063s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv |
3952 | 2023-12-13T06:20:39.048Z | SLOW [> 60.000s] omicron-nexus populate::test::test_populators |
3953 | 2023-12-13T06:20:45.430Z | PASS [ 22.080s] omicron-nexus::test_all integration_tests::basic::test_basic_failures |
3954 | 2023-12-13T06:20:47.022Z | PASS [ 24.294s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv |
3955 | 2023-12-13T06:20:47.906Z | SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
3956 | 2023-12-13T06:20:49.803Z | PASS [ 22.311s] omicron-nexus::test_all integration_tests::basic::test_ping |
3957 | 2023-12-13T06:20:50.570Z | PASS [ 71.529s] omicron-nexus populate::test::test_populators |
3958 | 2023-12-13T06:20:58.084Z | SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
3959 | 2023-12-13T06:21:09.996Z | PASS [ 31.572s] omicron-nexus::test_all integration_tests::basic::test_projects_basic |
3960 | 2023-12-13T06:21:10.194Z | PASS [ 23.182s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert |
3961 | 2023-12-13T06:21:11.496Z | SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
3962 | 2023-12-13T06:21:12.891Z | PASS [ 23.051s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key |
3963 | 2023-12-13T06:21:13.134Z | PASS [ 22.550s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert |
3964 | 2023-12-13T06:21:23.158Z | PASS [ 37.716s] omicron-nexus::test_all integration_tests::basic::test_projects_list |
3965 | 2023-12-13T06:21:32.855Z | PASS [ 23.257s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name |
3966 | 2023-12-13T06:21:33.792Z | PASS [ 23.595s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key |
3967 | 2023-12-13T06:21:36.032Z | PASS [ 22.915s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation |
3968 | 2023-12-13T06:21:36.175Z | PASS [ 0.140s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args |
3969 | 2023-12-13T06:21:37.116Z | PASS [ 0.943s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi |
3970 | 2023-12-13T06:21:37.492Z | PASS [ 0.375s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal |
3971 | 2023-12-13T06:21:38.103Z | PASS [ 25.187s] omicron-nexus::test_all integration_tests::certificates::test_crud |
3972 | 2023-12-13T06:21:39.390Z | PASS [ 6.525s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config |
3973 | 2023-12-13T06:21:39.802Z | PASS [ 6.013s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config |
3974 | 2023-12-13T06:21:47.893Z | SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
3975 | 2023-12-13T06:21:53.277Z | PASS [ 30.114s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates |
3976 | 2023-12-13T06:21:58.093Z | SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
3977 | 2023-12-13T06:22:00.375Z | PASS [ 22.841s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir |
3978 | 2023-12-13T06:22:00.846Z | PASS [ 22.806s] omicron-nexus::test_all integration_tests::console_api::test_assets |
3979 | 2023-12-13T06:22:02.117Z | PASS [ 22.745s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri |
3980 | 2023-12-13T06:22:07.210Z | PASS [ 27.410s] omicron-nexus::test_all integration_tests::console_api::test_console_pages |
3981 | 2023-12-13T06:22:11.496Z | SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
3982 | 2023-12-13T06:22:22.500Z | PASS [ 29.233s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos |
3983 | 2023-12-13T06:22:22.594Z | PASS [ 22.262s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple |
3984 | 2023-12-13T06:22:23.874Z | PASS [ 23.033s] omicron-nexus::test_all integration_tests::console_api::test_session_me |
3985 | 2023-12-13T06:22:26.274Z | PASS [ 24.150s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups |
3986 | 2023-12-13T06:22:35.816Z | PASS [ 28.607s] omicron-nexus::test_all integration_tests::console_api::test_sessions |
3987 | 2023-12-13T06:22:45.570Z | PASS [ 23.082s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages |
3988 | 2023-12-13T06:22:46.009Z | PASS [ 23.417s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow |
3989 | 2023-12-13T06:22:47.888Z | SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
3990 | 2023-12-13T06:22:52.160Z | PASS [ 28.287s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets |
3991 | 2023-12-13T06:22:58.107Z | SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
3992 | 2023-12-13T06:23:05.618Z | PASS [ 29.778s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails |
3993 | 2023-12-13T06:23:08.088Z | PASS [ 41.824s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete |
3994 | 2023-12-13T06:23:11.494Z | SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
3995 | 2023-12-13T06:23:14.446Z | PASS [ 28.868s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing |
3996 | 2023-12-13T06:23:14.446Z | PASS [ 28.429s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started |
3997 | 2023-12-13T06:23:19.228Z | PASS [ 27.063s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected |
3998 | 2023-12-13T06:23:31.072Z | PASS [ 319.585s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
3999 | 2023-12-13T06:23:41.054Z | PASS [ 26.609s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation |
4000 | 2023-12-13T06:23:47.782Z | PASS [ 28.540s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure |
4001 | 2023-12-13T06:23:47.893Z | SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4002 | 2023-12-13T06:23:48.388Z | PASS [ 42.797s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics |
4003 | 2023-12-13T06:23:55.045Z | PASS [ 23.973s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes |
4004 | 2023-12-13T06:23:58.094Z | SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4005 | 2023-12-13T06:23:58.705Z | PASS [ 50.619s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated |
4006 | 2023-12-13T06:24:05.791Z | PASS [ 23.322s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes |
4007 | 2023-12-13T06:24:06.115Z | PASS [ 51.677s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances |
4008 | 2023-12-13T06:24:12.257Z | PASS [ 23.868s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size |
4009 | 2023-12-13T06:24:12.321Z | PASS [ 24.563s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size |
4010 | 2023-12-13T06:24:25.097Z | PASS [ 30.055s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting |
4011 | 2023-12-13T06:24:29.660Z | PASS [ 25.285s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big |
4012 | 2023-12-13T06:24:37.122Z | PASS [ 31.003s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection |
4013 | 2023-12-13T06:24:41.067Z | PASS [ 28.810s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete |
4014 | 2023-12-13T06:24:41.130Z | PASS [ 28.756s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools |
4015 | 2023-12-13T06:24:43.424Z | PASS [ 44.722s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment |
4016 | 2023-12-13T06:24:47.893Z | SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4017 | 2023-12-13T06:24:51.776Z | PASS [ 26.674s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent |
4018 | 2023-12-13T06:24:57.304Z | PASS [ 24.352s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access |
4019 | 2023-12-13T06:24:57.777Z | PASS [ 3.650s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress |
4020 | 2023-12-13T06:24:58.085Z | SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4021 | 2023-12-13T06:24:58.503Z | PASS [ 0.757s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance |
4022 | 2023-12-13T06:24:59.192Z | PASS [ 0.762s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure |
4023 | 2023-12-13T06:24:59.882Z | PASS [ 0.701s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled |
4024 | 2023-12-13T06:25:05.113Z | PASS [ 24.033s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use |
4025 | 2023-12-13T06:25:06.270Z | PASS [ 25.196s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create |
4026 | 2023-12-13T06:25:07.256Z | PASS [ 23.835s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use |
4027 | 2023-12-13T06:25:12.363Z | PASS [ 35.253s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attachment |
4028 | 2023-12-13T06:25:15.231Z | PASS [ 23.461s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete |
4029 | 2023-12-13T06:25:25.709Z | PASS [ 25.827s] omicron-nexus::test_all integration_tests::images::test_image_create |
4030 | 2023-12-13T06:25:32.625Z | PASS [ 27.511s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions |
4031 | 2023-12-13T06:25:34.737Z | PASS [ 27.479s] omicron-nexus::test_all integration_tests::images::test_image_promotion |
4032 | 2023-12-13T06:25:38.680Z | PASS [ 26.317s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image |
4033 | 2023-12-13T06:25:38.881Z | PASS [ 32.625s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails |
4034 | 2023-12-13T06:25:39.705Z | PASS [ 24.469s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small |
4035 | 2023-12-13T06:25:44.408Z | PASS [ 9.657s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach |
4036 | 2023-12-13T06:25:47.895Z | SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4037 | 2023-12-13T06:25:48.097Z | PASS [ 9.414s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite |
4038 | 2023-12-13T06:25:49.239Z | PASS [ 10.355s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema |
4039 | 2023-12-13T06:25:50.553Z | PASS [ 10.856s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated |
4040 | 2023-12-13T06:25:51.506Z | PASS [ 25.756s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails |
4041 | 2023-12-13T06:25:54.891Z | PASS [ 22.268s] omicron-nexus::test_all integration_tests::images::test_silo_image_create |
4042 | 2023-12-13T06:25:58.785Z | SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4043 | 2023-12-13T06:26:24.921Z | PASS [ 25.789s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema |
4044 | 2023-12-13T06:26:24.921Z | PASS [ 34.352s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance |
4045 | 2023-12-13T06:26:25.871Z | PASS [ 578.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4046 | 2023-12-13T06:26:27.721Z | PASS [ 36.255s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance |
4047 | 2023-12-13T06:26:33.772Z | PASS [ 23.593s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit |
4048 | 2023-12-13T06:26:38.079Z | PASS [ 43.194s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity |
4049 | 2023-12-13T06:26:39.630Z | PASS [ 48.856s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks |
4050 | 2023-12-13T06:26:41.106Z | PASS [ 53.016s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance |
4051 | 2023-12-13T06:26:41.996Z | PASS [ 583.935s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4052 | 2023-12-13T06:26:57.885Z | PASS [ 24.115s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip |
4053 | 2023-12-13T06:26:59.826Z | PASS [ 32.116s] omicron-nexus::test_all integration_tests::instances::test_instance_access |
4054 | 2023-12-13T06:27:09.300Z | PASS [ 45.712s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity |
4055 | 2023-12-13T06:27:13.570Z | PASS [ 35.482s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips |
4056 | 2023-12-13T06:27:17.988Z | PASS [ 38.583s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks |
4057 | 2023-12-13T06:27:22.631Z | PASS [ 40.644s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface |
4058 | 2023-12-13T06:27:23.829Z | PASS [ 42.719s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo |
4059 | 2023-12-13T06:27:25.870Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed |
4060 | 2023-12-13T06:27:35.787Z | PASS [ 37.904s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo |
4061 | 2023-12-13T06:27:40.788Z | PASS [ 40.963s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record |
4062 | 2023-12-13T06:27:59.241Z | PASS [ 93.327s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed |
4063 | 2023-12-13T06:27:59.707Z | PASS [ 50.340s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool |
4064 | 2023-12-13T06:27:59.812Z | PASS [ 41.742s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration |
4065 | 2023-12-13T06:28:01.930Z | PASS [ 39.248s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate |
4066 | 2023-12-13T06:28:05.141Z | PASS [ 41.319s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p |
4067 | 2023-12-13T06:28:06.742Z | PASS [ 53.188s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics |
4068 | 2023-12-13T06:28:13.954Z | PASS [ 38.170s] omicron-nexus::test_all integration_tests::instances::test_instance_serial |
4069 | 2023-12-13T06:28:23.807Z | PASS [ 43.018s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state |
4070 | 2023-12-13T06:28:26.079Z | PASS [ 26.444s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails |
4071 | 2023-12-13T06:28:38.921Z | PASS [ 27.907s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely |
4072 | 2023-12-13T06:28:39.942Z | PASS [ 32.409s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces |
4073 | 2023-12-13T06:28:39.942Z | PASS [ 23.994s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found |
4074 | 2023-12-13T06:28:39.942Z | PASS [ 31.477s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address |
4075 | 2023-12-13T06:28:39.942Z | PASS [ 38.517s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings |
4076 | 2023-12-13T06:28:44.892Z | PASS [ 45.585s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces |
4077 | 2023-12-13T06:28:57.927Z | PASS [ 31.850s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start |
4078 | 2023-12-13T06:28:59.823Z | PASS [ 22.274s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request |
4079 | 2023-12-13T06:29:02.068Z | PASS [ 24.105s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size |
4080 | 2023-12-13T06:29:02.805Z | PASS [ 24.222s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size |
4081 | 2023-12-13T06:29:02.845Z | PASS [ 24.434s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size |
4082 | 2023-12-13T06:29:06.472Z | PASS [ 36.656s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped |
4083 | 2023-12-13T06:29:09.312Z | PASS [ 24.534s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud |
4084 | 2023-12-13T06:29:09.674Z | PASS [ 45.835s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt |
4085 | 2023-12-13T06:29:23.986Z | PASS [ 24.158s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails |
4086 | 2023-12-13T06:29:25.465Z | PASS [ 22.791s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_with_silo |
4087 | 2023-12-13T06:29:26.331Z | PASS [ 23.872s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination |
4088 | 2023-12-13T06:29:26.930Z | PASS [ 24.465s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service |
4089 | 2023-12-13T06:29:34.892Z | PASS [ 25.583s] omicron-nexus::test_all integration_tests::loopback_address::test_anycast_loopback_address_basic_crud |
4090 | 2023-12-13T06:29:35.150Z | PASS [ 25.512s] omicron-nexus::test_all integration_tests::loopback_address::test_loopback_address_basic_crud |
4091 | 2023-12-13T06:29:36.990Z | PASS [ 39.058s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_usable_by_project |
4092 | 2023-12-13T06:29:41.872Z | PASS [ 35.296s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails |
4093 | 2023-12-13T06:29:49.039Z | PASS [ 23.112s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records |
4094 | 2023-12-13T06:29:56.457Z | PASS [ 29.528s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration |
4095 | 2023-12-13T06:30:03.582Z | PASS [ 26.598s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64 |
4096 | 2023-12-13T06:30:08.075Z | PASS [ 26.341s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple |
4097 | 2023-12-13T06:30:11.693Z | PASS [ 36.803s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write |
4098 | 2023-12-13T06:30:15.522Z | PASS [ 26.489s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk |
4099 | 2023-12-13T06:30:23.980Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::metrics::test_metrics |
4100 | 2023-12-13T06:30:25.440Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_collector_reregistration_gets_all_assignments |
4101 | 2023-12-13T06:30:28.849Z | PASS [ 53.703s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk |
4102 | 2023-12-13T06:30:36.390Z | PASS [ 28.318s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset |
4103 | 2023-12-13T06:30:38.679Z | PASS [ 74.699s] omicron-nexus::test_all integration_tests::metrics::test_metrics |
4104 | 2023-12-13T06:30:50.418Z | PASS [ 53.963s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk |
4105 | 2023-12-13T06:30:57.295Z | PASS [ 53.716s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk |
4106 | 2023-12-13T06:30:59.510Z | PASS [ 43.990s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes |
4107 | 2023-12-13T06:31:04.752Z | PASS [ 26.077s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing |
4108 | 2023-12-13T06:31:04.947Z | PASS [ 36.089s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk |
4109 | 2023-12-13T06:31:06.396Z | PASS [ 54.704s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk |
4110 | 2023-12-13T06:31:13.908Z | PASS [ 37.510s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk |
4111 | 2023-12-13T06:31:23.068Z | PASS [ 117.632s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_collector_reregistration_gets_all_assignments |
4112 | 2023-12-13T06:31:29.972Z | PASS [ 25.221s] omicron-nexus::test_all integration_tests::projects::test_project_deletion |
4113 | 2023-12-13T06:31:32.344Z | PASS [ 25.949s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image |
4114 | 2023-12-13T06:31:33.983Z | PASS [ 29.047s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk |
4115 | 2023-12-13T06:31:43.760Z | PASS [ 29.862s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance |
4116 | 2023-12-13T06:31:44.695Z | PASS [ 54.279s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write |
4117 | 2023-12-13T06:31:54.476Z | PASS [ 57.174s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot |
4118 | 2023-12-13T06:31:55.815Z | PASS [ 21.809s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack |
4119 | 2023-12-13T06:31:56.505Z | PASS [ 26.531s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc |
4120 | 2023-12-13T06:31:57.342Z | PASS [ 24.996s] omicron-nexus::test_all integration_tests::projects::test_projects |
4121 | 2023-12-13T06:31:57.995Z | PASS [ 34.929s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot |
4122 | 2023-12-13T06:31:59.508Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users |
4123 | 2023-12-13T06:32:07.938Z | PASS [ 24.178s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack |
4124 | 2023-12-13T06:32:09.855Z | PASS [ 25.162s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization |
4125 | 2023-12-13T06:32:13.501Z | PASS [ 3.639s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress |
4126 | 2023-12-13T06:32:13.818Z | PASS [ 74.310s] omicron-nexus::test_all integration_tests::password_login::test_local_users |
4127 | 2023-12-13T06:32:14.485Z | PASS [ 0.668s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure |
4128 | 2023-12-13T06:32:17.460Z | PASS [ 3.965s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance |
4129 | 2023-12-13T06:32:17.899Z | PASS [ 23.435s] omicron-nexus::test_all integration_tests::rack::test_uninitialized_sled_list |
4130 | 2023-12-13T06:32:18.144Z | PASS [ 3.649s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled |
4131 | 2023-12-13T06:32:18.270Z | PASS [ 0.137s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed |
4132 | 2023-12-13T06:32:18.401Z | PASS [ 0.131s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response |
4133 | 2023-12-13T06:32:18.550Z | PASS [ 0.120s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256 |
4134 | 2023-12-13T06:32:18.647Z | PASS [ 0.126s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes |
4135 | 2023-12-13T06:32:18.683Z | PASS [ 22.885s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet |
4136 | 2023-12-13T06:32:18.776Z | PASS [ 0.128s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name |
4137 | 2023-12-13T06:32:19.529Z | PASS [ 22.192s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo |
4138 | 2023-12-13T06:32:20.223Z | PASS [ 22.229s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit |
4139 | 2023-12-13T06:32:20.518Z | PASS [ 24.012s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project |
4140 | 2023-12-13T06:32:21.058Z | PASS [ 3.594s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch |
4141 | 2023-12-13T06:32:32.193Z | PASS [ 24.257s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin |
4142 | 2023-12-13T06:32:42.681Z | PASS [ 24.008s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp |
4143 | 2023-12-13T06:32:43.003Z | PASS [ 24.227s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp |
4144 | 2023-12-13T06:32:43.124Z | PASS [ 0.122s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key |
4145 | 2023-12-13T06:32:43.195Z | PASS [ 0.072s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_with_xml_comment |
4146 | 2023-12-13T06:32:43.335Z | PASS [ 0.135s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response |
4147 | 2023-12-13T06:32:43.503Z | PASS [ 23.967s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding |
4148 | 2023-12-13T06:32:44.526Z | PASS [ 24.303s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated |
4149 | 2023-12-13T06:32:45.073Z | PASS [ 24.014s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys |
4150 | 2023-12-13T06:32:45.338Z | PASS [ 24.827s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys |
4151 | 2023-12-13T06:32:45.999Z | PASS [ 28.097s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes |
4152 | 2023-12-13T06:32:57.225Z | PASS [ 11.881s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns |
4153 | 2023-12-13T06:32:57.558Z | PASS [ 25.365s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response |
4154 | 2023-12-13T06:32:57.842Z | PASS [ 11.824s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause |
4155 | 2023-12-13T06:33:05.700Z | PASS [ 22.365s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404 |
4156 | 2023-12-13T06:33:05.700Z | PASS [ 23.014s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state |
4157 | 2023-12-13T06:33:05.855Z | PASS [ 22.362s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid |
4158 | 2023-12-13T06:33:06.281Z | PASS [ 21.757s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair |
4159 | 2023-12-13T06:33:07.099Z | PASS [ 22.035s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok |
4160 | 2023-12-13T06:33:08.025Z | PASS [ 10.806s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment |
4161 | 2023-12-13T06:33:08.184Z | PASS [ 10.627s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint |
4162 | 2023-12-13T06:33:08.406Z | PASS [ 10.586s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order |
4163 | 2023-12-13T06:33:11.294Z | PASS [ 5.439s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus |
4164 | 2023-12-13T06:33:16.342Z | PASS [ 10.647s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause |
4165 | 2023-12-13T06:33:29.815Z | PASS [ 22.717s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version |
4166 | 2023-12-13T06:33:30.835Z | PASS [ 22.653s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id |
4167 | 2023-12-13T06:33:32.453Z | PASS [ 24.049s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users |
4168 | 2023-12-13T06:33:34.454Z | PASS [ 23.162s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id |
4169 | 2023-12-13T06:33:41.543Z | PASS [ 33.519s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up |
4170 | 2023-12-13T06:33:41.826Z | PASS [ 25.473s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp |
4171 | 2023-12-13T06:33:42.012Z | PASS [ 35.731s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot |
4172 | 2023-12-13T06:33:54.956Z | PASS [ 24.966s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group |
4173 | 2023-12-13T06:33:55.942Z | PASS [ 24.492s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints |
4174 | 2023-12-13T06:34:17.639Z | PASS [ 25.092s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers |
4175 | 2023-12-13T06:34:18.365Z | PASS [ 24.904s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints |
4176 | 2023-12-13T06:34:18.365Z | PASS [ 23.034s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated |
4177 | 2023-12-13T06:34:18.366Z | PASS [ 23.556s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid |
4178 | 2023-12-13T06:34:18.366Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up |
4179 | 2023-12-13T06:34:18.366Z | PASS [ 62.597s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up |
4180 | 2023-12-13T06:34:18.366Z | PASS [ 27.671s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users |
4181 | 2023-12-13T06:34:19.830Z | PASS [ 24.502s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs |
4182 | 2023-12-13T06:34:19.858Z | PASS [ 25.075s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid |
4183 | 2023-12-13T06:34:24.138Z | PASS [ 26.595s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group |
4184 | 2023-12-13T06:34:29.774Z | PASS [ 24.405s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed |
4185 | 2023-12-13T06:34:29.931Z | PASS [ 24.887s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups |
4186 | 2023-12-13T06:34:32.387Z | PASS [ 23.993s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit |
4187 | 2023-12-13T06:34:33.093Z | PASS [ 33.735s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy |
4188 | 2023-12-13T06:34:34.220Z | PASS [ 25.007s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups |
4189 | 2023-12-13T06:34:44.009Z | PASS [ 24.156s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id |
4190 | 2023-12-13T06:34:44.664Z | PASS [ 24.837s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group |
4191 | 2023-12-13T06:34:54.384Z | PASS [ 30.245s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types |
4192 | 2023-12-13T06:34:55.511Z | PASS [ 25.582s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list |
4193 | 2023-12-13T06:34:56.337Z | PASS [ 23.232s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete |
4194 | 2023-12-13T06:35:01.540Z | PASS [ 31.762s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views |
4195 | 2023-12-13T06:35:04.045Z | PASS [ 31.745s] omicron-nexus::test_all integration_tests::silos::test_silos |
4196 | 2023-12-13T06:35:07.265Z | PASS [ 33.047s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list |
4197 | 2023-12-13T06:35:09.250Z | PASS [ 25.242s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list |
4198 | 2023-12-13T06:35:12.733Z | PASS [ 28.064s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space |
4199 | 2023-12-13T06:35:20.350Z | PASS [ 25.968s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent |
4200 | 2023-12-13T06:35:23.455Z | PASS [ 21.922s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent |
4201 | 2023-12-13T06:35:28.849Z | PASS [ 24.819s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot |
4202 | 2023-12-13T06:35:33.014Z | PASS [ 37.504s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot |
4203 | 2023-12-13T06:35:33.485Z | PASS [ 4.637s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress |
4204 | 2023-12-13T06:35:33.655Z | PASS [ 24.407s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot |
4205 | 2023-12-13T06:35:33.785Z | PASS [ 26.522s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot |
4206 | 2023-12-13T06:35:35.057Z | PASS [ 1.571s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure |
4207 | 2023-12-13T06:35:35.258Z | PASS [ 38.937s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent |
4208 | 2023-12-13T06:35:37.678Z | PASS [ 4.664s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance |
4209 | 2023-12-13T06:35:38.176Z | PASS [ 4.521s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled |
4210 | 2023-12-13T06:35:38.332Z | PASS [ 4.543s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch |
4211 | 2023-12-13T06:35:49.447Z | PASS [ 36.723s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic |
4212 | 2023-12-13T06:35:52.567Z | PASS [ 29.112s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance |
4213 | 2023-12-13T06:35:57.555Z | PASS [ 22.497s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys |
4214 | 2023-12-13T06:35:59.774Z | PASS [ 22.096s] omicron-nexus::test_all integration_tests::system_updates::test_get_update |
4215 | 2023-12-13T06:36:00.162Z | PASS [ 21.986s] omicron-nexus::test_all integration_tests::system_updates::test_list_components |
4216 | 2023-12-13T06:36:00.573Z | PASS [ 22.246s] omicron-nexus::test_all integration_tests::system_updates::test_list_update_components |
4217 | 2023-12-13T06:36:01.074Z | PASS [ 0.913s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage |
4218 | 2023-12-13T06:36:04.518Z | PASS [ 44.167s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind |
4219 | 2023-12-13T06:36:20.051Z | PASS [ 23.019s] omicron-nexus::test_all integration_tests::system_updates::test_list_updates |
4220 | 2023-12-13T06:36:20.309Z | PASS [ 39.070s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation |
4221 | 2023-12-13T06:36:20.309Z | PASS [ 23.882s] omicron-nexus::test_all integration_tests::system_updates::test_system_version |
4222 | 2023-12-13T06:36:21.443Z | PASS [ 23.892s] omicron-nexus::test_all integration_tests::system_updates::test_update_deployments |
4223 | 2023-12-13T06:36:23.442Z | PASS [ 22.870s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails |
4224 | 2023-12-13T06:36:26.641Z | PASS [ 25.566s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end |
4225 | 2023-12-13T06:36:27.802Z | PASS [ 23.289s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin |
4226 | 2023-12-13T06:36:44.579Z | PASS [ 32.113s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot |
4227 | 2023-12-13T06:36:51.151Z | PASS [ 36.823s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete |
4228 | 2023-12-13T06:36:51.688Z | PASS [ 35.243s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1 |
4229 | 2023-12-13T06:36:58.208Z | PASS [ 36.765s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2 |
4230 | 2023-12-13T06:36:58.570Z | PASS [ 35.130s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3 |
4231 | 2023-12-13T06:36:59.798Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
4232 | 2023-12-13T06:37:02.244Z | PASS [ 35.605s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4 |
4233 | 2023-12-13T06:37:03.486Z | PASS [ 35.684s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5 |
4234 | 2023-12-13T06:37:21.882Z | PASS [ 37.305s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6 |
4235 | 2023-12-13T06:37:23.309Z | PASS [ 25.102s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight |
4236 | 2023-12-13T06:37:28.085Z | PASS [ 36.937s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk |
4237 | 2023-12-13T06:37:31.674Z | PASS [ 39.987s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly |
4238 | 2023-12-13T06:37:43.415Z | PASS [ 44.846s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1 |
4239 | 2023-12-13T06:37:45.853Z | PASS [ 43.612s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2 |
4240 | 2023-12-13T06:37:50.988Z | PASS [ 111.220s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
4241 | 2023-12-13T06:37:57.816Z | PASS [ 54.333s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first |
4242 | 2023-12-13T06:38:11.544Z | PASS [ 20.533s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout |
4243 | 2023-12-13T06:38:12.402Z | PASS [ 40.727s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly |
4244 | 2023-12-13T06:38:14.734Z | PASS [ 52.804s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first |
4245 | 2023-12-13T06:38:15.127Z | PASS [ 51.809s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order |
4246 | 2023-12-13T06:38:18.243Z | PASS [ 20.428s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only |
4247 | 2023-12-13T06:38:19.664Z | PASS [ 33.811s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk |
4248 | 2023-12-13T06:38:20.113Z | PASS [ 36.701s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk |
4249 | 2023-12-13T06:38:20.607Z | PASS [ 52.525s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots |
4250 | 2023-12-13T06:38:35.038Z | PASS [ 23.519s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen |
4251 | 2023-12-13T06:38:35.321Z | PASS [ 22.922s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing |
4252 | 2023-12-13T06:38:38.125Z | PASS [ 23.442s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen |
4253 | 2023-12-13T06:38:38.448Z | PASS [ 23.333s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen |
4254 | 2023-12-13T06:38:40.912Z | PASS [ 22.631s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent |
4255 | 2023-12-13T06:38:42.345Z | PASS [ 22.683s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume |
4256 | 2023-12-13T06:38:42.855Z | PASS [ 22.249s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent |
4257 | 2023-12-13T06:38:42.916Z | PASS [ 22.802s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base |
4258 | 2023-12-13T06:38:58.228Z | PASS [ 23.190s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted |
4259 | 2023-12-13T06:38:58.736Z | PASS [ 23.416s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume |
4260 | 2023-12-13T06:39:02.530Z | PASS [ 24.085s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume |
4261 | 2023-12-13T06:39:02.974Z | PASS [ 24.849s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga |
4262 | 2023-12-13T06:39:04.784Z | PASS [ 23.881s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume |
4263 | 2023-12-13T06:39:05.532Z | PASS [ 23.187s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice |
4264 | 2023-12-13T06:39:06.428Z | PASS [ 23.575s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume |
4265 | 2023-12-13T06:39:13.142Z | PASS [ 30.229s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall |
4266 | 2023-12-13T06:39:26.823Z | PASS [ 22.071s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_physical_disk_returns_not_found |
4267 | 2023-12-13T06:39:28.024Z | PASS [ 22.492s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_sled_returns_not_found |
4268 | 2023-12-13T06:39:28.631Z | PASS [ 30.402s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers |
4269 | 2023-12-13T06:39:28.765Z | PASS [ 22.334s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_success |
4270 | 2023-12-13T06:39:28.774Z | PASS [ 0.148s] omicron-package dot::test::test_bad_dependency |
4271 | 2023-12-13T06:39:28.807Z | PASS [ 0.044s] omicron-package dot::test::test_dot_output |
4272 | 2023-12-13T06:39:28.837Z | PASS [ 0.028s] omicron-passwords test::test_password_constraints |
4273 | 2023-12-13T06:39:32.805Z | PASS [ 4.782s] omicron-omdb::test_all_output test_omdb_usage_errors |
4274 | 2023-12-13T06:39:32.812Z | PASS [ 3.979s] omicron-passwords test::test_reproducible |
4275 | 2023-12-13T06:39:32.869Z | PASS [ 0.056s] omicron-passwords test::test_stable |
4276 | 2023-12-13T06:39:32.896Z | PASS [ 0.027s] omicron-passwords test::test_weak_hashes |
4277 | 2023-12-13T06:39:32.924Z | PASS [ 0.028s] omicron-rpaths internal::tests::test_configure_from_path |
4278 | 2023-12-13T06:39:33.004Z | PASS [ 0.077s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar |
4279 | 2023-12-13T06:39:33.033Z | PASS [ 0.029s] omicron-rpaths internal::tests::test_emit_rpath |
4280 | 2023-12-13T06:39:33.213Z | PASS [ 0.180s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously |
4281 | 2023-12-13T06:39:33.216Z | PASS [ 30.693s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets |
4282 | 2023-12-13T06:39:33.372Z | PASS [ 0.149s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match |
4283 | 2023-12-13T06:39:33.525Z | PASS [ 0.153s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed |
4284 | 2023-12-13T06:39:33.622Z | PASS [ 0.097s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running |
4285 | 2023-12-13T06:39:33.854Z | PASS [ 0.642s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes |
4286 | 2023-12-13T06:39:33.913Z | PASS [ 0.057s] omicron-sled-agent bootstrap::early_networking::tests::serialized_early_network_config_v0_to_v1_conversion |
4287 | 2023-12-13T06:39:33.966Z | PASS [ 0.053s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips |
4288 | 2023-12-13T06:39:34.031Z | PASS [ 0.065s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization |
4289 | 2023-12-13T06:39:34.076Z | PASS [ 0.046s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash |
4290 | 2023-12-13T06:39:34.125Z | PASS [ 0.041s] omicron-sled-agent bootstrap::params::tests::serialize_start_sled_agent_v0_deserialize_v1 |
4291 | 2023-12-13T06:39:34.175Z | PASS [ 0.059s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools |
4292 | 2023-12-13T06:39:34.184Z | PASS [ 35.451s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails |
4293 | 2023-12-13T06:39:34.194Z | PASS [ 0.571s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk |
4294 | 2023-12-13T06:39:34.226Z | PASS [ 0.048s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization |
4295 | 2023-12-13T06:39:34.245Z | PASS [ 0.051s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema |
4296 | 2023-12-13T06:39:34.245Z | PASS [ 0.042s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition |
4297 | 2023-12-13T06:39:34.261Z | PASS [ 0.038s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition |
4298 | 2023-12-13T06:39:34.276Z | PASS [ 0.038s] omicron-sled-agent common::instance::test::migration_out_after_migration_in |
4299 | 2023-12-13T06:39:34.282Z | PASS [ 0.038s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action |
4300 | 2023-12-13T06:39:34.361Z | PASS [ 0.052s] omicron-sled-agent config::test::test_smf_configs |
4301 | 2023-12-13T06:39:34.364Z | PASS [ 0.081s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance |
4302 | 2023-12-13T06:39:34.364Z | PASS [ 0.069s] omicron-sled-agent common::instance::test::test_migration_ids_already_set |
4303 | 2023-12-13T06:39:34.372Z | PASS [ 0.037s] omicron-sled-agent profile::tests::empty_profile |
4304 | 2023-12-13T06:39:34.380Z | PASS [ 0.039s] omicron-sled-agent profile::tests::test_instance |
4305 | 2023-12-13T06:39:34.390Z | PASS [ 0.041s] omicron-sled-agent profile::tests::test_multiple |
4306 | 2023-12-13T06:39:34.409Z | PASS [ 0.038s] omicron-sled-agent profile::tests::test_property |
4307 | 2023-12-13T06:39:34.417Z | PASS [ 0.036s] omicron-sled-agent profile::tests::test_property_group |
4308 | 2023-12-13T06:39:34.427Z | PASS [ 0.036s] omicron-sled-agent profile::tests::test_service |
4309 | 2023-12-13T06:39:34.447Z | PASS [ 0.039s] omicron-sled-agent profile::tests::test_service_property_group |
4310 | 2023-12-13T06:39:34.469Z | PASS [ 0.041s] omicron-sled-agent rack_setup::config::test::test_subnets |
4311 | 2023-12-13T06:39:34.477Z | PASS [ 0.061s] omicron-sled-agent rack_setup::config::test::test_extra_certs |
4312 | 2023-12-13T06:39:34.486Z | PASS [ 0.039s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics |
4313 | 2023-12-13T06:39:34.511Z | PASS [ 0.042s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion |
4314 | 2023-12-13T06:39:34.526Z | PASS [ 0.047s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips |
4315 | 2023-12-13T06:39:34.540Z | PASS [ 0.049s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v2_schema |
4316 | 2023-12-13T06:39:34.564Z | PASS [ 0.046s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema |
4317 | 2023-12-13T06:39:34.587Z | PASS [ 0.047s] omicron-sled-agent services::test::test_all_zones_requests_schema |
4318 | 2023-12-13T06:39:34.620Z | PASS [ 0.096s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs |
4319 | 2023-12-13T06:39:34.628Z | PASS [ 0.046s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes |
4320 | 2023-12-13T06:39:34.876Z | PASS [ 0.249s] omicron-sled-agent services::test::test_ensure_service |
4321 | 2023-12-13T06:39:34.885Z | PASS [ 0.251s] omicron-sled-agent services::test::test_ensure_service_which_already_exists |
4322 | 2023-12-13T06:39:34.907Z | PASS [ 0.341s] omicron-sled-agent services::test::test_bad_generations |
4323 | 2023-12-13T06:39:35.037Z | PASS [ 32.066s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs |
4324 | 2023-12-13T06:39:35.130Z | PASS [ 0.250s] omicron-sled-agent services::test::test_old_ledger_migration_bad |
4325 | 2023-12-13T06:39:35.137Z | PASS [ 0.268s] omicron-sled-agent services::test::test_old_ledger_migration |
4326 | 2023-12-13T06:39:35.182Z | PASS [ 0.043s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema |
4327 | 2023-12-13T06:39:35.242Z | PASS [ 0.059s] omicron-sled-agent services_migration::test::test_all_services_requests_schema |
4328 | 2023-12-13T06:39:35.401Z | PASS [ 0.240s] omicron-sled-agent services::test::test_services_do_not_persist_without_config |
4329 | 2023-12-13T06:39:35.430Z | PASS [ 0.057s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy |
4330 | 2023-12-13T06:39:35.458Z | PASS [ 0.210s] omicron-sled-agent services_migration::test::test_convert_known_ledgers |
4331 | 2023-12-13T06:39:35.478Z | PASS [ 0.049s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault |
4332 | 2023-12-13T06:39:35.509Z | PASS [ 0.047s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states |
4333 | 2023-12-13T06:39:35.532Z | PASS [ 0.051s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop |
4334 | 2023-12-13T06:39:35.553Z | PASS [ 0.052s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot |
4335 | 2023-12-13T06:39:35.580Z | PASS [ 0.051s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed |
4336 | 2023-12-13T06:39:35.632Z | PASS [ 0.054s] omicron-sled-agent updates::test::test_query_no_components |
4337 | 2023-12-13T06:39:35.689Z | PASS [ 0.049s] omicron-sled-agent updates::test::test_query_sled_agent_version |
4338 | 2023-12-13T06:39:35.738Z | PASS [ 0.058s] omicron-sled-agent updates::test::test_query_zone_version |
4339 | 2023-12-13T06:39:35.799Z | PASS [ 0.893s] omicron-sled-agent services::test::test_old_ledger_migration_continue |
4340 | 2023-12-13T06:39:35.799Z | PASS [ 0.755s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot |
4341 | 2023-12-13T06:39:35.832Z | PASS [ 0.040s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour |
4342 | 2023-12-13T06:39:36.006Z | PASS [ 0.268s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem |
4343 | 2023-12-13T06:39:36.071Z | PASS [ 0.064s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files |
4344 | 2023-12-13T06:39:36.459Z | PASS [ 0.627s] omicron-sled-agent zone_bundle::illumos_tests::test_context |
4345 | 2023-12-13T06:39:37.017Z | PASS [ 1.216s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup |
4346 | 2023-12-13T06:39:37.181Z | PASS [ 0.722s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context |
4347 | 2023-12-13T06:39:37.257Z | PASS [ 0.076s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota |
4348 | 2023-12-13T06:39:37.300Z | PASS [ 0.039s] omicron-sled-agent zone_bundle::tests::test_compare_bundles |
4349 | 2023-12-13T06:39:37.373Z | PASS [ 0.070s] omicron-sled-agent zone_bundle::tests::test_disk_usage |
4350 | 2023-12-13T06:39:37.408Z | PASS [ 0.043s] omicron-sled-agent zone_bundle::tests::test_priority_dimension |
4351 | 2023-12-13T06:39:37.471Z | PASS [ 0.035s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause |
4352 | 2023-12-13T06:39:37.484Z | PASS [ 0.041s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available |
4353 | 2023-12-13T06:39:37.714Z | PASS [ 1.643s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter |
4354 | 2023-12-13T06:39:37.852Z | PASS [ 0.137s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args |
4355 | 2023-12-13T06:39:37.938Z | PASS [ 9.161s] omicron-passwords test::test_compatible |
4356 | 2023-12-13T06:39:38.167Z | PASS [ 0.679s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled |
4357 | 2023-12-13T06:39:38.218Z | PASS [ 0.368s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled |
4358 | 2023-12-13T06:39:38.225Z | PASS [ 1.210s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization |
4359 | 2023-12-13T06:39:38.279Z | PASS [ 0.054s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path |
4360 | 2023-12-13T06:39:38.322Z | PASS [ 0.051s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready |
4361 | 2023-12-13T06:39:38.328Z | PASS [ 0.166s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize |
4362 | 2023-12-13T06:39:38.361Z | PASS [ 0.038s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port |
4363 | 2023-12-13T06:39:38.398Z | PASS [ 0.038s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout |
4364 | 2023-12-13T06:39:38.412Z | PASS [ 0.081s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write |
4365 | 2023-12-13T06:39:38.424Z | PASS [ 0.488s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args |
4366 | 2023-12-13T06:39:38.591Z | PASS [ 25.450s] omicron-omdb::test_all_output test_omdb_env_settings |
4367 | 2023-12-13T06:39:38.771Z | PASS [ 0.367s] omicron-test-utils dev::db::test::test_bad_cmd |
4368 | 2023-12-13T06:39:38.821Z | PASS [ 0.055s] omicron-test-utils dev::db::test::test_make_pg_config_fail |
4369 | 2023-12-13T06:39:38.856Z | PASS [ 0.036s] omicron-test-utils dev::db::test::test_make_pg_config_ok |
4370 | 2023-12-13T06:39:38.902Z | PASS [ 0.043s] omicron-test-utils dev::db::test::test_process_exit_abnormal |
4371 | 2023-12-13T06:39:38.950Z | PASS [ 0.050s] omicron-test-utils dev::db::test::test_process_exit_normal |
4372 | 2023-12-13T06:39:38.961Z | PASS [ 3.408s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real |
4373 | 2023-12-13T06:39:38.991Z | PASS [ 0.387s] omicron-test-utils dev::db::test::test_database_start_hang |
4374 | 2023-12-13T06:39:39.056Z | PASS [ 0.643s] omicron-test-utils dev::db::test::test_cmd_fails |
4375 | 2023-12-13T06:39:39.096Z | PASS [ 0.041s] omicron-test-utils dev::db::test::test_starter_tmpdir |
4376 | 2023-12-13T06:39:39.156Z | PASS [ 0.051s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port |
4377 | 2023-12-13T06:39:39.204Z | PASS [ 0.055s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path |
4378 | 2023-12-13T06:39:39.250Z | PASS [ 0.042s] oximeter histogram::tests::test_bin_range |
4379 | 2023-12-13T06:39:39.268Z | PASS [ 1.041s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready |
4380 | 2023-12-13T06:39:39.283Z | PASS [ 0.035s] oximeter histogram::tests::test_bin_range_from |
4381 | 2023-12-13T06:39:39.302Z | PASS [ 0.033s] oximeter histogram::tests::test_bin_range_to |
4382 | 2023-12-13T06:39:39.324Z | PASS [ 0.041s] oximeter histogram::tests::test_empty_bins_not_supported |
4383 | 2023-12-13T06:39:39.339Z | PASS [ 0.037s] oximeter histogram::tests::test_ensure_finite |
4384 | 2023-12-13T06:39:39.372Z | PASS [ 0.043s] oximeter histogram::tests::test_histogram |
4385 | 2023-12-13T06:39:39.399Z | PASS [ 0.044s] oximeter histogram::tests::test_histogram_extreme_bins |
4386 | 2023-12-13T06:39:39.413Z | PASS [ 0.043s] oximeter histogram::tests::test_histogram_extreme_samples |
4387 | 2023-12-13T06:39:39.432Z | PASS [ 0.049s] oximeter histogram::tests::test_histogram_float_bins |
4388 | 2023-12-13T06:39:39.455Z | PASS [ 0.045s] oximeter histogram::tests::test_histogram_to_arrays |
4389 | 2023-12-13T06:39:39.472Z | PASS [ 0.033s] oximeter histogram::tests::test_histogram_unbounded_samples |
4390 | 2023-12-13T06:39:39.490Z | PASS [ 0.034s] oximeter histogram::tests::test_histogram_unsorted_bins |
4391 | 2023-12-13T06:39:39.544Z | PASS [ 0.044s] oximeter histogram::tests::test_histogram_with_bins |
4392 | 2023-12-13T06:39:39.552Z | PASS [ 0.040s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins |
4393 | 2023-12-13T06:39:39.555Z | PASS [ 0.033s] oximeter histogram::tests::test_histogram_with_overlapping_bins |
4394 | 2023-12-13T06:39:39.619Z | PASS [ 0.056s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1 |
4395 | 2023-12-13T06:39:39.636Z | PASS [ 0.104s] oximeter histogram::tests::test_log_linear_bins_all_representable |
4396 | 2023-12-13T06:39:39.649Z | PASS [ 0.045s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2 |
4397 | 2023-12-13T06:39:39.679Z | PASS [ 0.037s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3 |
4398 | 2023-12-13T06:39:39.703Z | PASS [ 0.043s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4 |
4399 | 2023-12-13T06:39:39.729Z | PASS [ 0.051s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks |
4400 | 2023-12-13T06:39:39.742Z | PASS [ 0.051s] oximeter histogram::tests::test_log_linear_bins_small_bin_count |
4401 | 2023-12-13T06:39:39.771Z | PASS [ 0.041s] oximeter histogram::tests::test_span_decades |
4402 | 2023-12-13T06:39:39.794Z | PASS [ 0.040s] oximeter histogram::tests::test_span_decades_other_counts_f64 |
4403 | 2023-12-13T06:39:39.823Z | PASS [ 0.052s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok |
4404 | 2023-12-13T06:39:39.843Z | PASS [ 0.053s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low |
4405 | 2023-12-13T06:39:39.904Z | PASS [ 0.063s] oximeter schema::tests::test_field_schema_ordering |
4406 | 2023-12-13T06:39:39.960Z | PASS [ 0.084s] oximeter schema::tests::test_timeseries_name |
4407 | 2023-12-13T06:39:40.038Z | PASS [ 0.157s] oximeter schema::tests::test_schema_field_ordering_across_target_metric |
4408 | 2023-12-13T06:39:40.052Z | PASS [ 0.088s] oximeter schema::tests::test_timeseries_name_from_str |
4409 | 2023-12-13T06:39:40.088Z | PASS [ 0.083s] oximeter schema::tests::test_timeseries_schema_from_parts |
4410 | 2023-12-13T06:39:40.123Z | PASS [ 0.067s] oximeter schema::tests::test_timeseries_schema_from_sample |
4411 | 2023-12-13T06:39:40.134Z | PASS [ 0.059s] oximeter test_util::tests::test_gen_test_samples |
4412 | 2023-12-13T06:39:40.173Z | PASS [ 0.052s] oximeter traits::tests::test_metric_trait |
4413 | 2023-12-13T06:39:40.195Z | PASS [ 0.049s] oximeter traits::tests::test_producer_trait |
4414 | 2023-12-13T06:39:40.214Z | PASS [ 0.046s] oximeter traits::tests::test_target_trait |
4415 | 2023-12-13T06:39:40.238Z | PASS [ 0.049s] oximeter types::tests::test_cumulative_f64 |
4416 | 2023-12-13T06:39:40.270Z | PASS [ 0.054s] oximeter types::tests::test_cumulative_i64 |
4417 | 2023-12-13T06:39:40.276Z | PASS [ 0.049s] oximeter types::tests::test_datum |
4418 | 2023-12-13T06:39:40.338Z | PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8 |
4419 | 2023-12-13T06:39:40.400Z | PASS [ 0.081s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string |
4420 | 2023-12-13T06:39:40.413Z | PASS [ 0.096s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8 |
4421 | 2023-12-13T06:39:40.459Z | PASS [ 0.095s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16 |
4422 | 2023-12-13T06:39:40.511Z | PASS [ 0.058s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16 |
4423 | 2023-12-13T06:39:40.537Z | PASS [ 0.075s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32 |
4424 | 2023-12-13T06:39:40.585Z | PASS [ 0.080s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32 |
4425 | 2023-12-13T06:39:40.593Z | PASS [ 0.055s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64 |
4426 | 2023-12-13T06:39:40.608Z | PASS [ 0.054s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64 |
4427 | 2023-12-13T06:39:40.638Z | PASS [ 0.052s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid |
4428 | 2023-12-13T06:39:40.670Z | PASS [ 0.045s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr |
4429 | 2023-12-13T06:39:40.758Z | PASS [ 0.052s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr |
4430 | 2023-12-13T06:39:40.761Z | PASS [ 0.073s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64 |
4431 | 2023-12-13T06:39:40.761Z | PASS [ 0.058s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid |
4432 | 2023-12-13T06:39:40.815Z | PASS [ 0.053s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool |
4433 | 2023-12-13T06:39:40.815Z | PASS [ 0.066s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr |
4434 | 2023-12-13T06:39:40.891Z | PASS [ 0.076s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid |
4435 | 2023-12-13T06:39:40.891Z | PASS [ 0.058s] oximeter types::tests::test_measurement |
4436 | 2023-12-13T06:39:40.931Z | PASS [ 0.051s] oximeter types::tests::test_sample_struct |
4437 | 2023-12-13T06:39:40.931Z | PASS [ 0.070s] oximeter types::tests::test_verify_field_names |
4438 | 2023-12-13T06:39:41.325Z | LEAK [ 2.368s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url |
4439 | 2023-12-13T06:39:41.397Z | PASS [ 0.461s] oximeter-collector agent::tests::test_self_stat_error_counter |
4440 | 2023-12-13T06:39:41.442Z | PASS [ 0.521s] oximeter-collector agent::tests::test_self_stat_collection_count |
4441 | 2023-12-13T06:39:41.458Z | PASS [ 0.059s] oximeter-collector self_stats::tests::test_failure_reason_serialization |
4442 | 2023-12-13T06:39:41.533Z | PASS [ 0.099s] oximeter-collector self_stats::tests::test_no_schema_changes |
4443 | 2023-12-13T06:39:41.637Z | PASS [ 0.317s] oximeter-collector agent::tests::test_self_stat_unreachable_counter |
4444 | 2023-12-13T06:39:41.686Z | PASS [ 0.231s] oximeter-collector::test_commands test_oximeter_no_args |
4445 | 2023-12-13T06:39:41.773Z | PASS [ 0.253s] oximeter-collector::test_commands test_oximeter_openapi |
4446 | 2023-12-13T06:39:42.894Z | PASS [ 1.211s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node |
4447 | 2023-12-13T06:39:43.440Z | PASS [ 1.667s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node |
4448 | 2023-12-13T06:39:44.436Z | PASS [ 5.974s] omicron-test-utils dev::db::test::test_database_concurrent |
4449 | 2023-12-13T06:39:44.450Z | PASS [ 0.052s] oximeter-db client::tests::test_read_schema_upgrade_sql_files |
4450 | 2023-12-13T06:39:44.813Z | PASS [ 5.733s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir |
4451 | 2023-12-13T06:39:44.819Z | PASS [ 1.915s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails |
4452 | 2023-12-13T06:39:44.862Z | PASS [ 1.404s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails |
4453 | 2023-12-13T06:39:44.882Z | PASS [ 0.038s] oximeter-db client::tests::test_unravel_index |
4454 | 2023-12-13T06:39:44.956Z | PASS [ 0.062s] oximeter-db client::tests::test_verify_schema_upgrades |
4455 | 2023-12-13T06:39:44.980Z | PASS [ 0.036s] oximeter-db model::tests::test_db_bool |
4456 | 2023-12-13T06:39:45.101Z | PASS [ 3.466s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated |
4457 | 2023-12-13T06:39:45.404Z | PASS [ 0.405s] oximeter-db model::tests::test_db_bool_bad |
4458 | 2023-12-13T06:39:45.498Z | PASS [ 0.039s] oximeter-db model::tests::test_db_datum_type_conversion |
4459 | 2023-12-13T06:39:45.502Z | PASS [ 0.043s] oximeter-db model::tests::test_db_field_list_conversion |
4460 | 2023-12-13T06:39:45.505Z | PASS [ 0.038s] oximeter-db model::tests::test_db_field_type_conversion |
4461 | 2023-12-13T06:39:45.542Z | PASS [ 0.037s] oximeter-db model::tests::test_db_histogram |
4462 | 2023-12-13T06:39:45.625Z | PASS [ 0.038s] oximeter-db model::tests::test_histogram_to_arrays |
4463 | 2023-12-13T06:39:45.926Z | PASS [ 0.336s] oximeter-db model::tests::test_parse_bad_cumulative_json_data |
4464 | 2023-12-13T06:39:45.964Z | PASS [ 0.048s] oximeter-db model::tests::test_parse_bytes_measurement |
4465 | 2023-12-13T06:39:46.002Z | PASS [ 0.037s] oximeter-db model::tests::test_parse_string_datum_requiring_escape |
4466 | 2023-12-13T06:39:46.044Z | PASS [ 0.038s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement |
4467 | 2023-12-13T06:39:46.113Z | PASS [ 0.047s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement |
4468 | 2023-12-13T06:39:46.142Z | PASS [ 0.055s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement |
4469 | 2023-12-13T06:39:46.186Z | PASS [ 0.043s] oximeter-db model::tests::test_unroll_from_source |
4470 | 2023-12-13T06:39:46.227Z | PASS [ 0.042s] oximeter-db model::tests::test_unroll_measurement_row |
4471 | 2023-12-13T06:39:46.265Z | PASS [ 0.038s] oximeter-db model::tests::test_unroll_missing_measurement_row |
4472 | 2023-12-13T06:39:46.301Z | PASS [ 0.036s] oximeter-db query::tests::test_field_cmp |
4473 | 2023-12-13T06:39:46.338Z | PASS [ 0.037s] oximeter-db query::tests::test_field_selector_as_query |
4474 | 2023-12-13T06:39:46.377Z | PASS [ 0.039s] oximeter-db query::tests::test_field_value_as_db_str |
4475 | 2023-12-13T06:39:46.451Z | PASS [ 0.075s] oximeter-db query::tests::test_select_query_builder_field_selectors |
4476 | 2023-12-13T06:39:46.552Z | PASS [ 0.086s] oximeter-db query::tests::test_select_query_builder_filter_raw |
4477 | 2023-12-13T06:39:46.660Z | PASS [ 0.055s] oximeter-db query::tests::test_select_query_builder_from_parts |
4478 | 2023-12-13T06:39:46.664Z | PASS [ 0.064s] oximeter-db query::tests::test_select_query_builder_full |
4479 | 2023-12-13T06:39:46.669Z | PASS [ 2.216s] oximeter-db client::tests::test_select_all_field_types |
4480 | 2023-12-13T06:39:46.698Z | PASS [ 0.041s] oximeter-db query::tests::test_select_query_builder_limit_offset |
4481 | 2023-12-13T06:39:46.706Z | PASS [ 0.040s] oximeter-db query::tests::test_select_query_builder_no_fields |
4482 | 2023-12-13T06:39:46.742Z | PASS [ 0.044s] oximeter-db query::tests::test_select_query_builder_no_selectors |
4483 | 2023-12-13T06:39:46.850Z | PASS [ 0.038s] oximeter-db query::tests::test_time_range |
4484 | 2023-12-13T06:39:46.857Z | PASS [ 0.081s] oximeter-db query::tests::test_string_field_selector |
4485 | 2023-12-13T06:39:46.861Z | PASS [ 0.045s] oximeter-db sql::tests::test_allow_subqueries |
4486 | 2023-12-13T06:39:46.861Z | PASS [ 0.053s] oximeter-db sql::tests::test_allow_limit_offset |
4487 | 2023-12-13T06:39:46.882Z | PASS [ 0.048s] oximeter-db sql::tests::test_cannot_name_database |
4488 | 2023-12-13T06:39:46.968Z | PASS [ 0.055s] oximeter-db sql::tests::test_ctes_are_not_supported |
4489 | 2023-12-13T06:39:46.972Z | PASS [ 0.049s] oximeter-db sql::tests::test_function_allow_list |
4490 | 2023-12-13T06:39:47.059Z | PASS [ 0.062s] oximeter-db sql::tests::test_multiple_statements_are_not_supported |
4491 | 2023-12-13T06:39:47.062Z | PASS [ 0.138s] oximeter-db sql::tests::test_join_must_be_inner |
4492 | 2023-12-13T06:39:47.069Z | PASS [ 0.073s] oximeter-db sql::tests::test_query_must_be_select_statement |
4493 | 2023-12-13T06:39:47.152Z | PASS [ 0.059s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte |
4494 | 2023-12-13T06:39:47.156Z | PASS [ 0.069s] oximeter-db sql::tests::test_require_table_is_timeseries_name |
4495 | 2023-12-13T06:39:47.243Z | PASS [ 0.065s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias |
4496 | 2023-12-13T06:39:47.247Z | PASS [ 0.058s] oximeter-db sql::tests::test_with_comma_join_fails |
4497 | 2023-12-13T06:39:47.247Z | PASS [ 0.047s] oximeter-db tests::test_timeseries_key_field_stability |
4498 | 2023-12-13T06:39:47.247Z | PASS [ 0.046s] oximeter-db tests::test_timeseries_key_sample_stability |
4499 | 2023-12-13T06:39:47.346Z | PASS [ 0.046s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read |
4500 | 2023-12-13T06:39:47.355Z | PASS [ 0.054s] oximeter-instruments http::tests::test_latency_tracker |
4501 | 2023-12-13T06:39:47.355Z | PASS [ 0.039s] oximeter-instruments http::tests::test_normalize_uri_path |
4502 | 2023-12-13T06:39:47.491Z | PASS [ 0.119s] oximeter-instruments kstat::link::tests::test_kstat_sampler |
4503 | 2023-12-13T06:39:47.491Z | PASS [ 0.107s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow |
4504 | 2023-12-13T06:39:47.523Z | PASS [ 0.086s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal |
4505 | 2023-12-13T06:39:47.550Z | PASS [ 0.082s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration |
4506 | 2023-12-13T06:39:47.580Z | PASS [ 0.079s] oximeter-instruments kstat::link::tests::test_physical_datalink |
4507 | 2023-12-13T06:39:47.601Z | PASS [ 0.079s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone |
4508 | 2023-12-13T06:39:47.628Z | PASS [ 0.040s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field |
4509 | 2023-12-13T06:39:47.644Z | PASS [ 2.835s] oximeter-db client::tests::test_sql_query_output |
4510 | 2023-12-13T06:39:47.670Z | PASS [ 0.031s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name |
4511 | 2023-12-13T06:39:47.674Z | PASS [ 0.090s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed |
4512 | 2023-12-13T06:39:47.680Z | PASS [ 0.036s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields |
4513 | 2023-12-13T06:39:47.691Z | PASS [ 0.030s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated |
4514 | 2023-12-13T06:39:47.702Z | PASS [ 0.035s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field |
4515 | 2023-12-13T06:39:47.718Z | PASS [ 0.038s] oximeter-macro-impl tests::test_metric_annotated_field |
4516 | 2023-12-13T06:39:47.726Z | PASS [ 0.037s] oximeter-macro-impl tests::test_metric_datum_field |
4517 | 2023-12-13T06:39:47.832Z | PASS [ 0.033s] oximeter-macro-impl tests::test_metric_enum |
4518 | 2023-12-13T06:39:47.833Z | PASS [ 0.030s] oximeter-macro-impl tests::test_metric_without_datum_field |
4519 | 2023-12-13T06:39:47.833Z | PASS [ 0.032s] oximeter-macro-impl tests::test_target |
4520 | 2023-12-13T06:39:47.833Z | PASS [ 0.034s] oximeter-macro-impl tests::test_target_empty_struct |
4521 | 2023-12-13T06:39:47.833Z | PASS [ 0.032s] oximeter-macro-impl tests::test_target_enum |
4522 | 2023-12-13T06:39:47.833Z | PASS [ 0.031s] oximeter-macro-impl tests::test_target_unit_struct |
4523 | 2023-12-13T06:39:47.837Z | PASS [ 0.030s] oximeter-macro-impl tests::test_target_with_datum_field |
4524 | 2023-12-13T06:39:47.837Z | PASS [ 0.046s] sled-hardware disk::test::test_disk_paths |
4525 | 2023-12-13T06:39:47.837Z | PASS [ 0.045s] sled-hardware disk::test::test_partition_device_paths |
4526 | 2023-12-13T06:39:47.974Z | PASS [ 0.056s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format |
4527 | 2023-12-13T06:39:47.978Z | PASS [ 0.045s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt |
4528 | 2023-12-13T06:39:47.978Z | PASS [ 0.050s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format |
4529 | 2023-12-13T06:39:47.978Z | PASS [ 0.042s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt |
4530 | 2023-12-13T06:39:47.978Z | PASS [ 0.055s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path |
4531 | 2023-12-13T06:39:47.978Z | PASS [ 0.052s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path |
4532 | 2023-12-13T06:39:47.978Z | PASS [ 0.060s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format |
4533 | 2023-12-13T06:39:47.985Z | PASS [ 0.058s] sled-hardware underlay::tests::test_mac_to_bootstrap_ip |
4534 | 2023-12-13T06:39:47.994Z | PASS [ 0.057s] sled-storage dataset::test::serialize_dataset_name |
4535 | 2023-12-13T06:39:48.027Z | PASS [ 0.067s] sled-storage manager::tests::add_u2_disk_while_not_in_normal_stage_and_ensure_it_gets_queued |
4536 | 2023-12-13T06:39:49.695Z | PASS [ 1.648s] sled-storage manager::tests::delete_disk_triggers_notification |
4537 | 2023-12-13T06:39:49.814Z | PASS [ 1.786s] sled-storage manager::tests::ensure_u2_gets_added_to_resources |
4538 | 2023-12-13T06:39:51.229Z | PASS [ 1.541s] sled-storage manager::tests::queued_disks_get_added_as_resources |
4539 | 2023-12-13T06:39:51.433Z | PASS [ 1.654s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error |
4540 | 2023-12-13T06:39:52.541Z | PASS [ 1.349s] sled-storage manager::tests::upsert_filesystem |
4541 | 2023-12-13T06:39:52.669Z | PASS [ 1.213s] sled-storage manager::tests::wait_for_bootdisk |
4542 | 2023-12-13T06:39:53.369Z | PASS [ 0.722s] tufaceous::integration-tests command_tests::test_init_and_add |
4543 | 2023-12-13T06:39:54.350Z | PASS [ 27.454s] omicron-omdb::test_all_output test_omdb_success_cases |
4544 | 2023-12-13T06:39:54.443Z | PASS [ 0.098s] tufaceous-lib archive::tests::test_validate_path |
4545 | 2023-12-13T06:39:54.447Z | PASS [ 0.038s] tufaceous-lib key::tests::test_from_str |
4546 | 2023-12-13T06:39:54.447Z | PASS [ 1.921s] tufaceous::integration-tests command_tests::test_assemble_fake |
4547 | 2023-12-13T06:39:54.567Z | PASS [ 21.707s] omicron-passwords test::test_smoke |
4548 | 2023-12-13T06:39:54.571Z | PASS [ 0.139s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename |
4549 | 2023-12-13T06:39:54.586Z | PASS [ 0.033s] update-engine display::line_display_shared::tests::test_format_progress_counter |
4550 | 2023-12-13T06:39:54.593Z | PASS [ 15.637s] omicron-test-utils dev::db::test::test_setup_database_default_dir |
4551 | 2023-12-13T06:39:54.663Z | PASS [ 0.041s] update-engine engine::tests::error_exits_early |
4552 | 2023-12-13T06:39:54.663Z | PASS [ 0.039s] update-engine events::tests::progress_event_parse_unknown |
4553 | 2023-12-13T06:39:54.667Z | PASS [ 0.131s] update-engine display::group_display::tests::test_stats |
4554 | 2023-12-13T06:39:54.667Z | PASS [ 0.035s] update-engine events::tests::step_event_parse_unknown |
4555 | 2023-12-13T06:39:54.676Z | PASS [ 0.035s] wicket state::inventory::tests::component_id_display |
4556 | 2023-12-13T06:39:54.697Z | PASS [ 0.061s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config |
4557 | 2023-12-13T06:39:54.801Z | PASS [ 1.433s] tufaceous::manifest-tests check_manifest::fake.toml |
4558 | 2023-12-13T06:39:54.807Z | PASS [ 0.366s] update-engine buffer::tests::test_buffer |
4559 | 2023-12-13T06:39:54.912Z | PASS [ 0.105s] wicketd installinator_progress::tests::test_states |
4560 | 2023-12-13T06:39:54.988Z | PASS [ 0.274s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like |
4561 | 2023-12-13T06:39:55.083Z | PASS [ 0.331s] wicketd artifacts::update_plan::tests::test_update_plan_from_artifacts |
4562 | 2023-12-13T06:39:56.171Z | PASS [ 1.276s] wicketd::mod integration_tests::commands::test_wicketd_openapi |
4563 | 2023-12-13T06:39:56.507Z | PASS [ 1.608s] wicketd::mod integration_tests::inventory::test_inventory |
4564 | 2023-12-13T06:39:56.695Z | PASS [ 2.026s] wicketd artifacts::artifacts_with_plan::tests::test_extract_fake |
4565 | 2023-12-13T06:39:57.816Z | PASS [ 2.799s] wicketd::mod integration_tests::updates::test_update_races |
4566 | 2023-12-13T06:39:59.740Z | PASS [ 4.809s] wicketd::mod integration_tests::updates::test_installinator_fetch |
4567 | 2023-12-13T06:40:00.004Z | PASS [ 3.926s] wicketd::mod integration_tests::updates::test_updates |
4568 | 2023-12-13T06:40:00.102Z | PASS [ 12.086s] sled-storage manager::tests::ensure_using_exactly_these_disks |
4569 | 2023-12-13T06:40:02.490Z | PASS [ 17.788s] oximeter-db client::tests::test_single_node |
4570 | 2023-12-13T06:40:03.181Z | PASS [ 18.081s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated |
4571 | 2023-12-13T06:41:03.179Z | SLOW [> 60.000s] oximeter-db client::tests::test_replicated |
4572 | 2023-12-13T06:42:03.177Z | SLOW [>120.000s] oximeter-db client::tests::test_replicated |
4573 | 2023-12-13T06:43:03.176Z | SLOW [>180.000s] oximeter-db client::tests::test_replicated |
4574 | 2023-12-13T06:44:03.175Z | SLOW [>240.000s] oximeter-db client::tests::test_replicated |
4575 | 2023-12-13T06:45:03.179Z | SLOW [>300.000s] oximeter-db client::tests::test_replicated |
4576 | 2023-12-13T06:46:03.172Z | SLOW [>360.000s] oximeter-db client::tests::test_replicated |
4577 | 2023-12-13T06:47:06.149Z | SLOW [>420.000s] oximeter-db client::tests::test_replicated |
4578 | 2023-12-13T06:47:26.583Z | PASS [ 443.429s] oximeter-db client::tests::test_replicated |
4579 | 2023-12-13T06:47:26.586Z | ------------ |
4580 | 2023-12-13T06:47:26.587Z | Summary [2063.654s] 994 tests run: 994 passed (15 slow, 1 leaky), 3 skipped |
4581 | 2023-12-13T06:47:26.638Z | |
4582 | 2023-12-13T06:47:26.641Z | real 34:34.670608698 |
4583 | 2023-12-13T06:47:26.641Z | user 2:43:48.536695405 |
4584 | 2023-12-13T06:47:26.641Z | sys 39:34.560454357 |
4585 | 2023-12-13T06:47:26.641Z | trap 3:12.596703654 |
4586 | 2023-12-13T06:47:26.641Z | tflt 7.829824731 |
4587 | 2023-12-13T06:47:26.641Z | dflt 25.484480153 |
4588 | 2023-12-13T06:47:26.641Z | kflt 0.222687459 |
4589 | 2023-12-13T06:47:26.641Z | lock 740:07:58.585391778 |
4590 | 2023-12-13T06:47:26.642Z | slp 42:05:29.964180238 |
4591 | 2023-12-13T06:47:26.642Z | lat 2:54:52.650710756 |
4592 | 2023-12-13T06:47:26.642Z | stop 23:35.229363339 |
4593 | 2023-12-13T06:47:26.642Z | |
4594 | 2023-12-13T06:47:26.642Z | ##### #### #### ##### ###### #### ##### |
4595 | 2023-12-13T06:47:26.642Z | # # # # # # # # # # |
4596 | 2023-12-13T06:47:26.642Z | # # # # # # ##### #### # |
4597 | 2023-12-13T06:47:26.642Z | # # # # # # # # # |
4598 | 2023-12-13T06:47:26.643Z | # # # # # # # # # # # |
4599 | 2023-12-13T06:47:26.643Z | ##### #### #### # ###### #### # |
4600 | 2023-12-13T06:47:26.643Z | |
4601 | 2023-12-13T06:47:27.858Z | Fresh unicode-ident v1.0.12 |
4602 | 2023-12-13T06:47:27.868Z | Fresh cfg-if v1.0.0 |
4603 | 2023-12-13T06:47:27.868Z | Fresh autocfg v1.1.0 |
4604 | 2023-12-13T06:47:27.868Z | Fresh version_check v0.9.4 |
4605 | 2023-12-13T06:47:27.868Z | Fresh memchr v2.6.3 |
4606 | 2023-12-13T06:47:27.868Z | Fresh log v0.4.20 |
4607 | 2023-12-13T06:47:27.868Z | Fresh scopeguard v1.2.0 |
4608 | 2023-12-13T06:47:27.868Z | Fresh once_cell v1.19.0 |
4609 | 2023-12-13T06:47:27.868Z | Fresh proc-macro2 v1.0.69 |
4610 | 2023-12-13T06:47:27.868Z | Fresh libc v0.2.151 |
4611 | 2023-12-13T06:47:27.869Z | Fresh smallvec v1.11.2 |
4612 | 2023-12-13T06:47:27.869Z | Fresh itoa v1.0.9 |
4613 | 2023-12-13T06:47:27.869Z | Fresh quote v1.0.33 |
4614 | 2023-12-13T06:47:27.869Z | Fresh getrandom v0.2.10 |
4615 | 2023-12-13T06:47:27.869Z | Fresh lock_api v0.4.10 |
4616 | 2023-12-13T06:47:27.869Z | Fresh byteorder v1.5.0 |
4617 | 2023-12-13T06:47:27.869Z | Fresh syn v2.0.32 |
4618 | 2023-12-13T06:47:27.870Z | Fresh syn v1.0.109 |
4619 | 2023-12-13T06:47:27.870Z | Fresh parking_lot_core v0.9.8 |
4620 | 2023-12-13T06:47:27.871Z | Fresh libm v0.2.7 |
4621 | 2023-12-13T06:47:27.871Z | Fresh spin v0.5.2 |
4622 | 2023-12-13T06:47:27.871Z | Fresh cc v1.0.83 |
4623 | 2023-12-13T06:47:27.871Z | Fresh pin-project-lite v0.2.13 |
4624 | 2023-12-13T06:47:27.871Z | Fresh serde_derive v1.0.193 |
4625 | 2023-12-13T06:47:27.871Z | Fresh parking_lot v0.12.1 |
4626 | 2023-12-13T06:47:27.871Z | Fresh num-traits v0.2.16 |
4627 | 2023-12-13T06:47:27.871Z | Fresh thiserror-impl v1.0.49 |
4628 | 2023-12-13T06:47:27.871Z | Fresh signal-hook-registry v1.4.1 |
4629 | 2023-12-13T06:47:27.872Z | Fresh rand_core v0.6.4 |
4630 | 2023-12-13T06:47:27.873Z | Fresh mio v0.8.9 |
4631 | 2023-12-13T06:47:27.873Z | Fresh ryu v1.0.15 |
4632 | 2023-12-13T06:47:27.873Z | Fresh serde v1.0.193 |
4633 | 2023-12-13T06:47:27.873Z | Fresh thiserror v1.0.49 |
4634 | 2023-12-13T06:47:27.873Z | Fresh num_cpus v1.16.0 |
4635 | 2023-12-13T06:47:27.873Z | Fresh zeroize_derive v1.4.2 |
4636 | 2023-12-13T06:47:27.873Z | Fresh heck v0.4.1 |
4637 | 2023-12-13T06:47:27.873Z | Fresh fnv v1.0.7 |
4638 | 2023-12-13T06:47:27.873Z | Fresh bytes v1.5.0 |
4639 | 2023-12-13T06:47:27.873Z | Fresh bitflags v2.4.0 |
4640 | 2023-12-13T06:47:27.873Z | Fresh zeroize v1.7.0 |
4641 | 2023-12-13T06:47:27.873Z | Fresh tokio-macros v2.2.0 |
4642 | 2023-12-13T06:47:27.873Z | Fresh socket2 v0.5.5 |
4643 | 2023-12-13T06:47:27.873Z | Fresh futures-sink v0.3.29 |
4644 | 2023-12-13T06:47:27.873Z | Fresh futures-core v0.3.29 |
4645 | 2023-12-13T06:47:27.873Z | Fresh serde_json v1.0.108 |
4646 | 2023-12-13T06:47:27.873Z | Fresh tokio v1.35.0 |
4647 | 2023-12-13T06:47:27.874Z | Fresh lazy_static v1.4.0 |
4648 | 2023-12-13T06:47:27.874Z | Fresh errno v0.3.2 |
4649 | 2023-12-13T06:47:27.874Z | Fresh regex-syntax v0.8.2 |
4650 | 2023-12-13T06:47:27.875Z | Fresh pin-utils v0.1.0 |
4651 | 2023-12-13T06:47:27.875Z | Fresh hashbrown v0.14.2 |
4652 | 2023-12-13T06:47:27.875Z | Fresh equivalent v1.0.1 |
4653 | 2023-12-13T06:47:27.875Z | Fresh slab v0.4.9 |
4654 | 2023-12-13T06:47:27.875Z | Fresh futures-channel v0.3.29 |
4655 | 2023-12-13T06:47:27.875Z | Fresh indexmap v2.1.0 |
4656 | 2023-12-13T06:47:27.875Z | Fresh futures-macro v0.3.29 |
4657 | 2023-12-13T06:47:27.875Z | Fresh futures-task v0.3.29 |
4658 | 2023-12-13T06:47:27.875Z | Fresh aho-corasick v1.0.4 |
4659 | 2023-12-13T06:47:27.875Z | Fresh futures-io v0.3.29 |
4660 | 2023-12-13T06:47:27.875Z | Fresh typenum v1.16.0 |
4661 | 2023-12-13T06:47:27.875Z | Fresh iana-time-zone v0.1.57 |
4662 | 2023-12-13T06:47:27.875Z | Fresh pkg-config v0.3.27 |
4663 | 2023-12-13T06:47:27.875Z | Fresh subtle v2.5.0 |
4664 | 2023-12-13T06:47:27.875Z | Fresh regex-automata v0.4.3 |
4665 | 2023-12-13T06:47:27.875Z | Fresh futures-util v0.3.29 |
4666 | 2023-12-13T06:47:27.875Z | Fresh generic-array v0.14.7 |
4667 | 2023-12-13T06:47:27.875Z | Fresh chrono v0.4.31 |
4668 | 2023-12-13T06:47:27.875Z | Fresh uuid v1.6.1 |
4669 | 2023-12-13T06:47:27.876Z | Fresh tinyvec_macros v0.1.1 |
4670 | 2023-12-13T06:47:27.876Z | Fresh tracing-attributes v0.1.26 |
4671 | 2023-12-13T06:47:27.876Z | Fresh regex v1.10.2 |
4672 | 2023-12-13T06:47:27.876Z | Fresh tinyvec v1.6.0 |
4673 | 2023-12-13T06:47:27.876Z | Fresh crypto-common v0.1.6 |
4674 | 2023-12-13T06:47:27.876Z | Fresh spin v0.9.8 |
4675 | 2023-12-13T06:47:27.876Z | Fresh tracing-core v0.1.31 |
4676 | 2023-12-13T06:47:27.876Z | Fresh const-oid v0.9.5 |
4677 | 2023-12-13T06:47:27.876Z | Fresh bitflags v1.3.2 |
4678 | 2023-12-13T06:47:27.876Z | Fresh rustix v0.38.25 |
4679 | 2023-12-13T06:47:27.876Z | Fresh unicode-normalization v0.1.22 |
4680 | 2023-12-13T06:47:27.877Z | Fresh tracing v0.1.37 |
4681 | 2023-12-13T06:47:27.877Z | Fresh base64 v0.21.5 |
4682 | 2023-12-13T06:47:27.877Z | Fresh http v0.2.11 |
4683 | 2023-12-13T06:47:27.877Z | Fresh unicode-bidi v0.3.13 |
4684 | 2023-12-13T06:47:27.877Z | Fresh serde_derive_internals v0.26.0 |
4685 | 2023-12-13T06:47:27.877Z | Fresh unicode-width v0.1.11 |
4686 | 2023-12-13T06:47:27.877Z | Fresh dyn-clone v1.0.13 |
4687 | 2023-12-13T06:47:27.877Z | Fresh percent-encoding v2.3.1 |
4688 | 2023-12-13T06:47:27.877Z | Fresh schemars_derive v0.8.13 |
4689 | 2023-12-13T06:47:27.877Z | Fresh ppv-lite86 v0.2.17 |
4690 | 2023-12-13T06:47:27.877Z | Fresh semver v1.0.20 |
4691 | 2023-12-13T06:47:27.877Z | Fresh form_urlencoded v1.2.1 |
4692 | 2023-12-13T06:47:27.877Z | Fresh rand_chacha v0.3.1 |
4693 | 2023-12-13T06:47:27.877Z | Fresh block-buffer v0.10.4 |
4694 | 2023-12-13T06:47:27.877Z | Fresh zerocopy-derive v0.7.26 |
4695 | 2023-12-13T06:47:27.877Z | Fresh schemars v0.8.13 |
4696 | 2023-12-13T06:47:27.877Z | Fresh rand v0.8.5 |
4697 | 2023-12-13T06:47:27.877Z | Fresh either v1.9.0 |
4698 | 2023-12-13T06:47:27.877Z | Fresh hashbrown v0.12.3 |
4699 | 2023-12-13T06:47:27.877Z | Fresh vcpkg v0.2.15 |
4700 | 2023-12-13T06:47:27.877Z | Fresh zerocopy v0.7.26 |
4701 | 2023-12-13T06:47:27.877Z | Fresh digest v0.10.7 |
4702 | 2023-12-13T06:47:27.882Z | Fresh indexmap v1.9.3 |
4703 | 2023-12-13T06:47:27.882Z | Fresh httparse v1.8.0 |
4704 | 2023-12-13T06:47:27.882Z | Fresh idna v0.5.0 |
4705 | 2023-12-13T06:47:27.882Z | Fresh ucd-trie v0.1.6 |
4706 | 2023-12-13T06:47:27.882Z | Fresh tokio-util v0.7.10 |
4707 | 2023-12-13T06:47:27.882Z | Fresh serde_spanned v0.6.4 |
4708 | 2023-12-13T06:47:27.882Z | Fresh pest v2.7.2 |
4709 | 2023-12-13T06:47:27.882Z | Fresh url v2.5.0 |
4710 | 2023-12-13T06:47:27.882Z | Fresh toml_datetime v0.6.5 |
4711 | 2023-12-13T06:47:27.882Z | Fresh socket2 v0.4.9 |
4712 | 2023-12-13T06:47:27.882Z | Fresh adler v1.0.2 |
4713 | 2023-12-13T06:47:27.883Z | Fresh winnow v0.5.15 |
4714 | 2023-12-13T06:47:27.883Z | Fresh ahash v0.8.6 |
4715 | 2023-12-13T06:47:27.883Z | Fresh strsim v0.10.0 |
4716 | 2023-12-13T06:47:27.883Z | Fresh try-lock v0.2.4 |
4717 | 2023-12-13T06:47:27.883Z | Fresh untrusted v0.7.1 |
4718 | 2023-12-13T06:47:27.883Z | Fresh miniz_oxide v0.7.1 |
4719 | 2023-12-13T06:47:27.883Z | Fresh httpdate v1.0.3 |
4720 | 2023-12-13T06:47:27.883Z | Fresh want v0.3.1 |
4721 | 2023-12-13T06:47:27.883Z | Fresh ring v0.16.20 |
4722 | 2023-12-13T06:47:27.883Z | Fresh h2 v0.3.21 |
4723 | 2023-12-13T06:47:27.883Z | Fresh http-body v0.4.5 |
4724 | 2023-12-13T06:47:27.883Z | Fresh untrusted v0.9.0 |
4725 | 2023-12-13T06:47:27.883Z | Fresh foreign-types-shared v0.1.1 |
4726 | 2023-12-13T06:47:27.883Z | Fresh tower-service v0.3.2 |
4727 | 2023-12-13T06:47:27.883Z | Fresh cpufeatures v0.2.9 |
4728 | 2023-12-13T06:47:27.883Z | Fresh openssl-probe v0.1.5 |
4729 | 2023-12-13T06:47:27.883Z | Fresh ring v0.17.7 |
4730 | 2023-12-13T06:47:27.883Z | Fresh hashbrown v0.13.2 |
4731 | 2023-12-13T06:47:27.883Z | Fresh hyper v0.14.27 |
4732 | 2023-12-13T06:47:27.883Z | Fresh async-trait v0.1.74 |
4733 | 2023-12-13T06:47:27.884Z | Fresh foreign-types v0.3.2 |
4734 | 2023-12-13T06:47:27.884Z | Fresh openssl-sys v0.9.96 |
4735 | 2023-12-13T06:47:27.884Z | Fresh openssl-macros v0.1.1 |
4736 | 2023-12-13T06:47:27.884Z | Fresh mime v0.3.17 |
4737 | 2023-12-13T06:47:27.884Z | Fresh openssl v0.10.60 |
4738 | 2023-12-13T06:47:27.884Z | Fresh rustls-webpki v0.101.7 |
4739 | 2023-12-13T06:47:27.884Z | Fresh sct v0.7.0 |
4740 | 2023-12-13T06:47:27.884Z | Fresh rustc_version v0.4.0 |
4741 | 2023-12-13T06:47:27.884Z | Fresh ipnet v2.8.0 |
4742 | 2023-12-13T06:47:27.884Z | Fresh toml_edit v0.19.15 |
4743 | 2023-12-13T06:47:27.884Z | Fresh rustls v0.21.9 |
4744 | 2023-12-13T06:47:27.884Z | Fresh rustls-pemfile v1.0.3 |
4745 | 2023-12-13T06:47:27.885Z | Fresh unicode-xid v0.2.4 |
4746 | 2023-12-13T06:47:27.885Z | Fresh gimli v0.28.0 |
4747 | 2023-12-13T06:47:27.885Z | Fresh serde_urlencoded v0.7.1 |
4748 | 2023-12-13T06:47:27.885Z | Fresh object v0.32.1 |
4749 | 2023-12-13T06:47:27.885Z | Fresh native-tls v0.2.11 |
4750 | 2023-12-13T06:47:27.885Z | Fresh tokio-rustls v0.24.1 |
4751 | 2023-12-13T06:47:27.885Z | Fresh addr2line v0.21.0 |
4752 | 2023-12-13T06:47:27.885Z | Fresh encoding_rs v0.8.33 |
4753 | 2023-12-13T06:47:27.885Z | Fresh rustc-demangle v0.1.23 |
4754 | 2023-12-13T06:47:27.885Z | Fresh rustls-native-certs v0.6.3 |
4755 | 2023-12-13T06:47:27.885Z | Fresh tokio-native-tls v0.3.1 |
4756 | 2023-12-13T06:47:27.885Z | Fresh backtrace v0.3.69 |
4757 | 2023-12-13T06:47:27.885Z | Fresh utf8parse v0.2.1 |
4758 | 2023-12-13T06:47:27.885Z | Fresh hyper-rustls v0.24.2 |
4759 | 2023-12-13T06:47:27.885Z | Fresh openapiv3 v2.0.0 |
4760 | 2023-12-13T06:47:27.887Z | Fresh anyhow v1.0.75 |
4761 | 2023-12-13T06:47:27.887Z | Fresh hyper-tls v0.5.0 |
4762 | 2023-12-13T06:47:27.887Z | Fresh base64ct v1.6.0 |
4763 | 2023-12-13T06:47:27.887Z | Fresh webpki-roots v0.25.2 |
4764 | 2023-12-13T06:47:27.887Z | Fresh crc32fast v1.3.2 |
4765 | 2023-12-13T06:47:27.887Z | Fresh crossbeam-utils v0.8.16 |
4766 | 2023-12-13T06:47:27.888Z | Fresh reqwest v0.11.22 |
4767 | 2023-12-13T06:47:27.888Z | Fresh anstyle v1.0.2 |
4768 | 2023-12-13T06:47:27.888Z | Fresh hex v0.4.3 |
4769 | 2023-12-13T06:47:27.888Z | Fresh slog v2.7.0 |
4770 | 2023-12-13T06:47:27.888Z | Fresh time-core v0.1.1 |
4771 | 2023-12-13T06:47:27.888Z | Fresh io-lifetimes v1.0.11 |
4772 | 2023-12-13T06:47:27.888Z | Fresh pem-rfc7468 v0.7.0 |
4773 | 2023-12-13T06:47:27.888Z | Fresh synstructure v0.12.6 |
4774 | 2023-12-13T06:47:27.888Z | Fresh time-macros v0.2.13 |
4775 | 2023-12-13T06:47:27.888Z | Fresh rustversion v1.0.14 |
4776 | 2023-12-13T06:47:27.888Z | Fresh pest_meta v2.7.2 |
4777 | 2023-12-13T06:47:27.888Z | Fresh futures-executor v0.3.29 |
4778 | 2023-12-13T06:47:27.888Z | Fresh der_derive v0.7.2 |
4779 | 2023-12-13T06:47:27.888Z | Fresh unicode-segmentation v1.10.1 |
4780 | 2023-12-13T06:47:27.888Z | Fresh deranged v0.3.8 |
4781 | 2023-12-13T06:47:27.888Z | Fresh num_threads v0.1.6 |
4782 | 2023-12-13T06:47:27.888Z | Fresh flagset v0.4.3 |
4783 | 2023-12-13T06:47:27.888Z | Fresh pest_generator v2.7.2 |
4784 | 2023-12-13T06:47:27.888Z | Fresh rustix v0.37.23 |
4785 | 2023-12-13T06:47:27.888Z | Fresh num-integer v0.1.45 |
4786 | 2023-12-13T06:47:27.888Z | Fresh zerocopy-derive v0.2.0 |
4787 | 2023-12-13T06:47:27.888Z | Fresh flate2 v1.0.28 |
4788 | 2023-12-13T06:47:27.889Z | Fresh time v0.3.27 |
4789 | 2023-12-13T06:47:27.889Z | Fresh der v0.7.8 |
4790 | 2023-12-13T06:47:27.889Z | Fresh anstyle-parse v0.2.1 |
4791 | 2023-12-13T06:47:27.889Z | Fresh anstyle-query v1.0.0 |
4792 | 2023-12-13T06:47:27.889Z | Fresh colorchoice v1.0.0 |
4793 | 2023-12-13T06:47:27.889Z | Fresh siphasher v0.3.11 |
4794 | 2023-12-13T06:47:27.889Z | Fresh pest_derive v2.7.2 |
4795 | 2023-12-13T06:47:27.889Z | Fresh zerocopy v0.3.0 |
4796 | 2023-12-13T06:47:27.889Z | Fresh anstream v0.5.0 |
4797 | 2023-12-13T06:47:27.889Z | Fresh spki v0.7.2 |
4798 | 2023-12-13T06:47:27.889Z | Fresh terminal_size v0.2.6 |
4799 | 2023-12-13T06:47:27.889Z | Fresh futures v0.3.29 |
4800 | 2023-12-13T06:47:27.889Z | Fresh bit-vec v0.6.3 |
4801 | 2023-12-13T06:47:27.889Z | Fresh clap_lex v0.5.1 |
4802 | 2023-12-13T06:47:27.894Z | Fresh clap_builder v4.4.2 |
4803 | 2023-12-13T06:47:27.894Z | Fresh dtrace-parser v0.1.14 |
4804 | 2023-12-13T06:47:27.894Z | Fresh dof v0.1.5 |
4805 | 2023-12-13T06:47:27.894Z | Fresh toml v0.7.8 |
4806 | 2023-12-13T06:47:27.894Z | Fresh toml_edit v0.21.0 |
4807 | 2023-12-13T06:47:27.894Z | Fresh itertools v0.10.5 |
4808 | 2023-12-13T06:47:27.895Z | Fresh clap_derive v4.4.2 |
4809 | 2023-12-13T06:47:27.895Z | Fresh hash32 v0.2.1 |
4810 | 2023-12-13T06:47:27.895Z | Fresh thread-id v4.2.0 |
4811 | 2023-12-13T06:47:27.895Z | Fresh data-encoding v2.4.0 |
4812 | 2023-12-13T06:47:27.895Z | Fresh stable_deref_trait v1.2.0 |
4813 | 2023-12-13T06:47:27.895Z | Fresh pkcs8 v0.10.2 |
4814 | 2023-12-13T06:47:27.895Z | Fresh strum_macros v0.25.2 |
4815 | 2023-12-13T06:47:27.895Z | Fresh usdt-impl v0.3.5 |
4816 | 2023-12-13T06:47:27.895Z | Fresh clap v4.4.3 |
4817 | 2023-12-13T06:47:27.895Z | Fresh heapless v0.7.16 |
4818 | 2023-12-13T06:47:27.895Z | Fresh serde_tokenstream v0.1.7 |
4819 | 2023-12-13T06:47:27.895Z | Fresh zerocopy-derive v0.6.4 |
4820 | 2023-12-13T06:47:27.895Z | Fresh fixedbitset v0.4.2 |
4821 | 2023-12-13T06:47:27.895Z | Fresh managed v0.8.0 |
4822 | 2023-12-13T06:47:27.895Z | Fresh memoffset v0.9.0 |
4823 | 2023-12-13T06:47:27.895Z | Fresh zerocopy v0.6.4 |
4824 | 2023-12-13T06:47:27.895Z | Fresh bit-set v0.5.3 |
4825 | 2023-12-13T06:47:27.895Z | Fresh phf_shared v0.10.0 |
4826 | 2023-12-13T06:47:27.895Z | Fresh petgraph v0.6.4 |
4827 | 2023-12-13T06:47:27.895Z | Fresh sha2 v0.10.8 |
4828 | 2023-12-13T06:47:27.895Z | Fresh ipnetwork v0.20.0 |
4829 | 2023-12-13T06:47:27.896Z | Fresh new_debug_unreachable v1.0.4 |
4830 | 2023-12-13T06:47:27.896Z | Fresh minimal-lexical v0.2.1 |
4831 | 2023-12-13T06:47:27.896Z | Fresh precomputed-hash v0.1.1 |
4832 | 2023-12-13T06:47:27.896Z | Fresh crossbeam-epoch v0.9.15 |
4833 | 2023-12-13T06:47:27.896Z | Fresh num-iter v0.1.43 |
4834 | 2023-12-13T06:47:27.896Z | Fresh nom v7.1.3 |
4835 | 2023-12-13T06:47:27.896Z | Fresh string_cache v0.8.7 |
4836 | 2023-12-13T06:47:27.896Z | Fresh usdt-macro v0.3.5 |
4837 | 2023-12-13T06:47:27.898Z | Fresh usdt-attr-macro v0.3.5 |
4838 | 2023-12-13T06:47:27.898Z | Fresh hmac v0.12.1 |
4839 | 2023-12-13T06:47:27.898Z | Fresh itertools v0.11.0 |
4840 | 2023-12-13T06:47:27.898Z | Fresh usdt v0.3.5 |
4841 | 2023-12-13T06:47:27.898Z | Fresh pin-project-internal v1.1.3 |
4842 | 2023-12-13T06:47:27.898Z | Fresh lalrpop-util v0.19.12 |
4843 | 2023-12-13T06:47:27.898Z | Fresh regex-automata v0.1.10 |
4844 | 2023-12-13T06:47:27.898Z | Fresh matches v0.1.10 |
4845 | 2023-12-13T06:47:27.898Z | Fresh pin-project v1.1.3 |
4846 | 2023-12-13T06:47:27.898Z | Fresh doc-comment v0.3.3 |
4847 | 2023-12-13T06:47:27.898Z | Fresh bzip2-sys v0.1.11+1.0.8 |
4848 | 2023-12-13T06:47:27.898Z | Fresh idna v0.2.3 |
4849 | 2023-12-13T06:47:27.898Z | Fresh bstr v0.2.17 |
4850 | 2023-12-13T06:47:27.898Z | Fresh block-padding v0.3.3 |
4851 | 2023-12-13T06:47:27.898Z | Fresh enum-as-inner v0.5.1 |
4852 | 2023-12-13T06:47:27.898Z | Fresh scheduled-thread-pool v0.2.7 |
4853 | 2023-12-13T06:47:27.898Z | Fresh diesel_table_macro_syntax v0.1.0 |
4854 | 2023-12-13T06:47:27.898Z | Fresh regex-automata v0.3.8 |
4855 | 2023-12-13T06:47:27.898Z | Fresh predicates-core v1.0.6 |
4856 | 2023-12-13T06:47:27.898Z | Fresh static_assertions v1.1.0 |
4857 | 2023-12-13T06:47:27.898Z | Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
4858 | 2023-12-13T06:47:27.898Z | Fresh bstr v1.6.0 |
4859 | 2023-12-13T06:47:27.898Z | Fresh r2d2 v0.8.10 |
4860 | 2023-12-13T06:47:27.899Z | Fresh diesel_derives v2.1.2 |
4861 | 2023-12-13T06:47:27.899Z | Fresh bzip2 v0.4.4 |
4862 | 2023-12-13T06:47:27.899Z | Fresh inout v0.1.3 |
4863 | 2023-12-13T06:47:27.899Z | Fresh trust-dns-proto v0.22.0 |
4864 | 2023-12-13T06:47:27.899Z | Fresh md-5 v0.10.5 |
4865 | 2023-12-13T06:47:27.899Z | Fresh console v0.15.7 |
4866 | 2023-12-13T06:47:27.899Z | Fresh stringprep v0.1.3 |
4867 | 2023-12-13T06:47:27.899Z | Fresh ff v0.13.0 |
4868 | 2023-12-13T06:47:27.899Z | Fresh snafu-derive v0.7.5 |
4869 | 2023-12-13T06:47:27.899Z | Fresh float-cmp v0.9.0 |
4870 | 2023-12-13T06:47:27.899Z | Fresh hubpack_derive v0.1.1 |
4871 | 2023-12-13T06:47:27.899Z | Fresh difflib v0.4.0 |
4872 | 2023-12-13T06:47:27.899Z | Fresh normalize-line-endings v0.3.0 |
4873 | 2023-12-13T06:47:27.899Z | Fresh base16ct v0.2.0 |
4874 | 2023-12-13T06:47:27.899Z | Fresh fallible-iterator v0.2.0 |
4875 | 2023-12-13T06:47:27.899Z | Fresh hubpack v0.1.2 |
4876 | 2023-12-13T06:47:27.899Z | Fresh group v0.13.0 |
4877 | 2023-12-13T06:47:27.899Z | Fresh snafu v0.7.5 |
4878 | 2023-12-13T06:47:27.899Z | Fresh zip v0.6.6 |
4879 | 2023-12-13T06:47:27.899Z | Fresh num-bigint v0.4.4 |
4880 | 2023-12-13T06:47:27.899Z | Fresh sec1 v0.7.3 |
4881 | 2023-12-13T06:47:27.899Z | Fresh predicates v3.0.4 |
4882 | 2023-12-13T06:47:27.900Z | Fresh postgres-protocol v0.6.6 |
4883 | 2023-12-13T06:47:27.900Z | Fresh cipher v0.4.4 |
4884 | 2023-12-13T06:47:27.900Z | Fresh diesel v2.1.4 |
4885 | 2023-12-13T06:47:27.900Z | Fresh smoltcp v0.9.1 |
4886 | 2023-12-13T06:47:27.900Z | Fresh similar v2.3.0 |
4887 | 2023-12-13T06:47:27.900Z | Fresh hkdf v0.12.3 |
4888 | 2023-12-13T06:47:27.900Z | Fresh phf_shared v0.11.2 |
4889 | 2023-12-13T06:47:27.900Z | Fresh crypto-bigint v0.5.2 |
4890 | 2023-12-13T06:47:27.900Z | Fresh serde_repr v0.1.16 |
4891 | 2023-12-13T06:47:27.900Z | Fresh postgres-types v0.2.6 |
4892 | 2023-12-13T06:47:27.900Z | Fresh yasna v0.5.2 |
4893 | 2023-12-13T06:47:27.900Z | Fresh whoami v1.4.1 |
4894 | 2023-12-13T06:47:27.900Z | Fresh tokio-stream v0.1.14 |
4895 | 2023-12-13T06:47:27.900Z | Fresh serde_tokenstream v0.2.0 |
4896 | 2023-12-13T06:47:27.900Z | Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
4897 | 2023-12-13T06:47:27.900Z | Fresh elliptic-curve v0.13.8 |
4898 | 2023-12-13T06:47:27.900Z | Fresh phf v0.11.2 |
4899 | 2023-12-13T06:47:27.900Z | Fresh regress v0.7.1 |
4900 | 2023-12-13T06:47:27.904Z | Fresh getopts v0.2.21 |
4901 | 2023-12-13T06:47:27.904Z | Fresh unsafe-libyaml v0.2.9 |
4902 | 2023-12-13T06:47:27.919Z | Fresh progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
4903 | 2023-12-13T06:47:27.919Z | Fresh fastrand v2.0.0 |
4904 | 2023-12-13T06:47:27.919Z | Fresh tokio-postgres v0.7.10 |
4905 | 2023-12-13T06:47:27.919Z | Fresh typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
4906 | 2023-12-13T06:47:27.919Z | Fresh serde_yaml v0.9.25 |
4907 | 2023-12-13T06:47:27.919Z | Fresh tempfile v3.8.1 |
4908 | 2023-12-13T06:47:27.919Z | Fresh ident_case v1.0.1 |
4909 | 2023-12-13T06:47:27.919Z | Fresh dirs-sys-next v0.1.2 |
4910 | 2023-12-13T06:47:27.919Z | Fresh toml v0.8.8 |
4911 | 2023-12-13T06:47:27.919Z | Fresh typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
4912 | 2023-12-13T06:47:27.919Z | Fresh dirs-next v2.0.0 |
4913 | 2023-12-13T06:47:27.919Z | Fresh match_cfg v0.1.0 |
4914 | 2023-12-13T06:47:27.919Z | Fresh atty v0.2.14 |
4915 | 2023-12-13T06:47:27.919Z | Fresh quick-error v1.2.3 |
4916 | 2023-12-13T06:47:27.920Z | Fresh typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
4917 | 2023-12-13T06:47:27.920Z | Fresh term v0.7.0 |
4918 | 2023-12-13T06:47:27.920Z | Fresh hostname v0.3.1 |
4919 | 2023-12-13T06:47:27.920Z | Fresh camino v1.1.6 |
4920 | 2023-12-13T06:47:27.920Z | Fresh darling_core v0.20.3 |
4921 | 2023-12-13T06:47:27.920Z | Fresh sha1 v0.10.6 |
4922 | 2023-12-13T06:47:27.920Z | Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
4923 | 2023-12-13T06:47:27.920Z | Fresh progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
4924 | 2023-12-13T06:47:27.920Z | Fresh paste v1.0.14 |
4925 | 2023-12-13T06:47:27.920Z | Fresh darling_macro v0.20.3 |
4926 | 2023-12-13T06:47:27.921Z | Fresh crossbeam-channel v0.5.8 |
4927 | 2023-12-13T06:47:27.921Z | Fresh thread_local v1.1.7 |
4928 | 2023-12-13T06:47:27.921Z | Fresh instant v0.1.12 |
4929 | 2023-12-13T06:47:27.921Z | Fresh progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
4930 | 2023-12-13T06:47:27.921Z | Fresh darling v0.20.3 |
4931 | 2023-12-13T06:47:27.921Z | Fresh strum v0.25.0 |
4932 | 2023-12-13T06:47:27.921Z | Fresh debug-ignore v1.0.5 |
4933 | 2023-12-13T06:47:27.921Z | Fresh take_mut v0.2.2 |
4934 | 2023-12-13T06:47:27.921Z | Fresh slog-term v2.9.0 |
4935 | 2023-12-13T06:47:27.921Z | Fresh progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
4936 | 2023-12-13T06:47:27.921Z | Fresh serde_with_macros v3.4.0 |
4937 | 2023-12-13T06:47:27.921Z | Fresh slog-async v2.8.0 |
4938 | 2023-12-13T06:47:27.921Z | Fresh slog-json v2.6.1 |
4939 | 2023-12-13T06:47:27.921Z | Fresh structmeta-derive v0.2.0 |
4940 | 2023-12-13T06:47:27.921Z | Fresh async-stream-impl v0.3.5 |
4941 | 2023-12-13T06:47:27.922Z | Fresh wait-timeout v0.2.0 |
4942 | 2023-12-13T06:47:27.922Z | Fresh atomic-waker v1.1.1 |
4943 | 2023-12-13T06:47:27.922Z | Fresh serde_with v3.4.0 |
4944 | 2023-12-13T06:47:27.923Z | Fresh slog-bunyan v2.4.0 |
4945 | 2023-12-13T06:47:27.923Z | Fresh structmeta v0.2.0 |
4946 | 2023-12-13T06:47:27.923Z | Fresh async-stream v0.3.5 |
4947 | 2023-12-13T06:47:27.923Z | Fresh multer v2.1.0 |
4948 | 2023-12-13T06:47:27.923Z | Fresh dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
4949 | 2023-12-13T06:47:27.923Z | Fresh waitgroup v0.1.2 |
4950 | 2023-12-13T06:47:27.923Z | Fresh serde_path_to_error v0.1.14 |
4951 | 2023-12-13T06:47:27.923Z | Fresh rusty-fork v0.3.0 |
4952 | 2023-12-13T06:47:27.925Z | Fresh rand_xorshift v0.3.0 |
4953 | 2023-12-13T06:47:27.925Z | Fresh regex-syntax v0.7.5 |
4954 | 2023-12-13T06:47:27.925Z | Fresh unarray v0.1.4 |
4955 | 2023-12-13T06:47:27.925Z | Fresh backoff v0.4.0 |
4956 | 2023-12-13T06:47:27.925Z | Fresh dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
4957 | 2023-12-13T06:47:27.925Z | Fresh parse-display-derive v0.8.2 |
4958 | 2023-12-13T06:47:27.925Z | Fresh proptest v1.4.0 |
4959 | 2023-12-13T06:47:27.925Z | Fresh test-strategy v0.3.1 |
4960 | 2023-12-13T06:47:27.925Z | Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
4961 | 2023-12-13T06:47:27.925Z | Fresh serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
4962 | 2023-12-13T06:47:27.925Z | Fresh macaddr v1.0.1 |
4963 | 2023-12-13T06:47:27.925Z | Fresh is-terminal v0.4.9 |
4964 | 2023-12-13T06:47:27.925Z | Fresh parse-display v0.8.2 |
4965 | 2023-12-13T06:47:27.925Z | Fresh camino-tempfile v1.1.1 |
4966 | 2023-12-13T06:47:27.925Z | Fresh proc-macro-crate v1.3.1 |
4967 | 2023-12-13T06:47:27.925Z | Fresh embedded-io v0.4.0 |
4968 | 2023-12-13T06:47:27.926Z | Fresh num_enum_derive v0.5.11 |
4969 | 2023-12-13T06:47:27.926Z | Fresh cobs v0.2.3 |
4970 | 2023-12-13T06:47:27.926Z | Fresh proc-macro-error-attr v1.0.4 |
4971 | 2023-12-13T06:47:27.926Z | Fresh num_enum v0.5.11 |
4972 | 2023-12-13T06:47:27.926Z | Fresh postcard v1.0.8 |
4973 | 2023-12-13T06:47:27.926Z | Fresh smoltcp v0.10.0 |
4974 | 2023-12-13T06:47:27.926Z | Fresh foreign-types-macros v0.2.3 |
4975 | 2023-12-13T06:47:27.926Z | Fresh proc-macro-error v1.0.4 |
4976 | 2023-12-13T06:47:27.926Z | Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
4977 | 2023-12-13T06:47:27.926Z | Fresh foreign-types-shared v0.3.1 |
4978 | 2023-12-13T06:47:27.927Z | Fresh termtree v0.4.1 |
4979 | 2023-12-13T06:47:27.927Z | Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
4980 | 2023-12-13T06:47:27.927Z | Fresh predicates-tree v1.0.9 |
4981 | 2023-12-13T06:47:27.927Z | Fresh crucible-workspace-hack v0.1.0 |
4982 | 2023-12-13T06:47:27.927Z | Fresh foreign-types v0.5.0 |
4983 | 2023-12-13T06:47:27.927Z | Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
4984 | 2023-12-13T06:47:27.927Z | Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
4985 | 2023-12-13T06:47:27.927Z | Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
4986 | 2023-12-13T06:47:27.927Z | Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
4987 | 2023-12-13T06:47:27.927Z | Fresh cstr-argument v0.1.2 |
4988 | 2023-12-13T06:47:27.927Z | Fresh pretty-hex v0.2.1 |
4989 | 2023-12-13T06:47:27.927Z | Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
4990 | 2023-12-13T06:47:27.927Z | Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
4991 | 2023-12-13T06:47:27.927Z | Fresh colored v2.0.4 |
4992 | 2023-12-13T06:47:27.927Z | Fresh zone_cfg_derive v0.3.0 |
4993 | 2023-12-13T06:47:27.927Z | Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
4994 | 2023-12-13T06:47:27.927Z | Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
4995 | 2023-12-13T06:47:27.927Z | Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
4996 | 2023-12-13T06:47:27.927Z | Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
4997 | 2023-12-13T06:47:27.927Z | Fresh mockall_derive v0.12.0 |
4998 | 2023-12-13T06:47:27.927Z | Fresh num-derive v0.4.0 |
4999 | 2023-12-13T06:47:27.927Z | Fresh downcast v0.11.0 |
5000 | 2023-12-13T06:47:27.928Z | Fresh fragile v2.0.0 |
5001 | 2023-12-13T06:47:27.928Z | Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
5002 | 2023-12-13T06:47:27.939Z | Fresh mockall v0.12.0 |
5003 | 2023-12-13T06:47:27.939Z | Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
5004 | 2023-12-13T06:47:27.939Z | Fresh zone v0.3.0 |
5005 | 2023-12-13T06:47:27.939Z | Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
5006 | 2023-12-13T06:47:27.939Z | Fresh smf v0.2.2 |
5007 | 2023-12-13T06:47:27.939Z | Fresh xattr v1.0.1 |
5008 | 2023-12-13T06:47:27.939Z | Fresh filetime v0.2.23 |
5009 | 2023-12-13T06:47:27.939Z | Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
5010 | 2023-12-13T06:47:27.939Z | Fresh tar v0.4.40 |
5011 | 2023-12-13T06:47:27.939Z | Fresh same-file v1.0.6 |
5012 | 2023-12-13T06:47:27.939Z | Fresh heck v0.3.3 |
5013 | 2023-12-13T06:47:27.939Z | Fresh textwrap v0.11.0 |
5014 | 2023-12-13T06:47:27.940Z | Fresh strsim v0.8.0 |
5015 | 2023-12-13T06:47:27.940Z | Fresh ansi_term v0.12.1 |
5016 | 2023-12-13T06:47:27.940Z | Fresh walkdir v2.4.0 |
5017 | 2023-12-13T06:47:27.940Z | Fresh vec_map v0.8.2 |
5018 | 2023-12-13T06:47:27.940Z | Fresh structopt-derive v0.4.18 |
5019 | 2023-12-13T06:47:27.940Z | Fresh pem v3.0.2 |
5020 | 2023-12-13T06:47:27.940Z | Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
5021 | 2023-12-13T06:47:27.940Z | Fresh clap v2.34.0 |
5022 | 2023-12-13T06:47:27.940Z | Fresh libefi-sys v0.1.0 |
5023 | 2023-12-13T06:47:27.940Z | Fresh home v0.5.5 |
5024 | 2023-12-13T06:47:27.940Z | Fresh password-hash v0.5.0 |
5025 | 2023-12-13T06:47:27.941Z | Fresh blake2 v0.10.6 |
5026 | 2023-12-13T06:47:27.941Z | Fresh toml v0.5.11 |
5027 | 2023-12-13T06:47:27.942Z | Fresh structopt v0.3.26 |
5028 | 2023-12-13T06:47:27.942Z | Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
5029 | 2023-12-13T06:47:27.942Z | Fresh argon2 v0.5.2 |
5030 | 2023-12-13T06:47:27.942Z | Fresh glob v0.3.1 |
5031 | 2023-12-13T06:47:27.942Z | Fresh headers-core v0.2.0 |
5032 | 2023-12-13T06:47:27.942Z | Fresh tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
5033 | 2023-12-13T06:47:27.942Z | Fresh signal-hook v0.3.17 |
5034 | 2023-12-13T06:47:27.942Z | Fresh ciborium-io v0.2.1 |
5035 | 2023-12-13T06:47:27.942Z | Fresh half v1.8.2 |
5036 | 2023-12-13T06:47:27.942Z | Fresh convert_case v0.4.0 |
5037 | 2023-12-13T06:47:27.942Z | Fresh swrite v0.1.0 |
5038 | 2023-12-13T06:47:27.942Z | Fresh cancel-safe-futures v0.1.5 |
5039 | 2023-12-13T06:47:27.942Z | Fresh derive_more v0.99.17 |
5040 | 2023-12-13T06:47:27.942Z | Fresh ciborium-ll v0.2.1 |
5041 | 2023-12-13T06:47:27.942Z | Fresh headers v0.3.9 |
5042 | 2023-12-13T06:47:27.942Z | Fresh semver-parser v0.10.2 |
5043 | 2023-12-13T06:47:27.942Z | Fresh linked-hash-map v0.5.6 |
5044 | 2023-12-13T06:47:27.942Z | Fresh termcolor v1.2.0 |
5045 | 2023-12-13T06:47:27.942Z | Fresh semver v0.11.0 |
5046 | 2023-12-13T06:47:27.942Z | Fresh ciborium v0.2.1 |
5047 | 2023-12-13T06:47:27.942Z | Fresh lru-cache v0.1.2 |
5048 | 2023-12-13T06:47:27.942Z | Fresh libsw v3.3.0 |
5049 | 2023-12-13T06:47:27.942Z | Fresh derive-where v1.2.6 |
5050 | 2023-12-13T06:47:27.942Z | Fresh tap v1.0.1 |
5051 | 2023-12-13T06:47:27.943Z | Fresh owo-colors v3.5.0 |
5052 | 2023-12-13T06:47:27.943Z | Fresh linear-map v1.2.0 |
5053 | 2023-12-13T06:47:27.943Z | Fresh radium v0.7.0 |
5054 | 2023-12-13T06:47:27.943Z | Fresh toolchain_find v0.2.0 |
5055 | 2023-12-13T06:47:27.943Z | Fresh wyz v0.5.1 |
5056 | 2023-12-13T06:47:27.943Z | Fresh rcgen v0.11.3 |
5057 | 2023-12-13T06:47:27.943Z | Fresh omicron-zone-package v0.9.1 |
5058 | 2023-12-13T06:47:27.943Z | Fresh atomicwrites v0.4.2 |
5059 | 2023-12-13T06:47:27.943Z | Fresh itertools v0.12.0 |
5060 | 2023-12-13T06:47:27.943Z | Fresh subprocess v0.2.9 |
5061 | 2023-12-13T06:47:27.943Z | Fresh crc-catalog v2.2.0 |
5062 | 2023-12-13T06:47:27.943Z | Fresh funty v2.0.0 |
5063 | 2023-12-13T06:47:27.943Z | Fresh bitvec v1.0.1 |
5064 | 2023-12-13T06:47:27.943Z | Fresh maybe-uninit v2.0.0 |
5065 | 2023-12-13T06:47:27.943Z | Fresh crc v3.0.1 |
5066 | 2023-12-13T06:47:27.943Z | Fresh rustfmt-wrapper v0.2.0 |
5067 | 2023-12-13T06:47:27.943Z | Fresh packed_struct_codegen v0.10.1 |
5068 | 2023-12-13T06:47:27.943Z | Fresh nodrop v0.1.14 |
5069 | 2023-12-13T06:47:27.943Z | Fresh smallvec v0.6.14 |
5070 | 2023-12-13T06:47:27.943Z | Fresh num-bigint-dig v0.8.4 |
5071 | 2023-12-13T06:47:27.943Z | Fresh pkcs1 v0.7.5 |
5072 | 2023-12-13T06:47:27.943Z | Fresh signature v2.1.0 |
5073 | 2023-12-13T06:47:27.943Z | Fresh array-init v0.0.4 |
5074 | 2023-12-13T06:47:27.943Z | Fresh packed_struct v0.10.1 |
5075 | 2023-12-13T06:47:27.943Z | Fresh bitfield v0.14.0 |
5076 | 2023-12-13T06:47:27.943Z | Fresh rsa v0.9.2 |
5077 | 2023-12-13T06:47:27.944Z | Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
5078 | 2023-12-13T06:47:27.944Z | Fresh env_logger v0.10.0 |
5079 | 2023-12-13T06:47:27.944Z | Fresh x509-cert v0.2.4 |
5080 | 2023-12-13T06:47:27.944Z | Fresh serde-hex v0.1.0 |
5081 | 2023-12-13T06:47:27.944Z | Fresh slog-dtrace v0.2.3 |
5082 | 2023-12-13T06:47:27.944Z | Fresh lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
5083 | 2023-12-13T06:47:27.944Z | Fresh ron v0.8.1 |
5084 | 2023-12-13T06:47:27.944Z | Fresh crc-any v2.4.3 |
5085 | 2023-12-13T06:47:27.944Z | Fresh keccak v0.1.4 |
5086 | 2023-12-13T06:47:27.944Z | Fresh sha3 v0.10.8 |
5087 | 2023-12-13T06:47:27.944Z | Fresh lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
5088 | 2023-12-13T06:47:27.944Z | Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
5089 | 2023-12-13T06:47:27.944Z | Fresh object v0.30.4 |
5090 | 2023-12-13T06:47:27.944Z | Fresh secrecy v0.8.0 |
5091 | 2023-12-13T06:47:27.944Z | Fresh path-slash v0.1.5 |
5092 | 2023-12-13T06:47:27.944Z | Fresh arc-swap v1.6.0 |
5093 | 2023-12-13T06:47:27.944Z | Fresh slog-scope v4.4.0 |
5094 | 2023-12-13T06:47:27.944Z | Fresh hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
5095 | 2023-12-13T06:47:27.944Z | Fresh semver v0.1.20 |
5096 | 2023-12-13T06:47:27.944Z | Fresh signal-hook-mio v0.2.3 |
5097 | 2023-12-13T06:47:27.944Z | Fresh num-complex v0.4.4 |
5098 | 2023-12-13T06:47:27.944Z | Fresh fxhash v0.2.1 |
5099 | 2023-12-13T06:47:27.944Z | Fresh num-rational v0.4.1 |
5100 | 2023-12-13T06:47:27.944Z | Fresh slog-stdlog v4.1.1 |
5101 | 2023-12-13T06:47:27.945Z | Fresh rustc_version v0.1.7 |
5102 | 2023-12-13T06:47:27.950Z | Fresh utf-8 v0.7.6 |
5103 | 2023-12-13T06:47:27.950Z | Fresh resolv-conf v0.7.0 |
5104 | 2023-12-13T06:47:27.950Z | Fresh nibble_vec v0.1.0 |
5105 | 2023-12-13T06:47:27.950Z | Fresh endian-type v0.1.2 |
5106 | 2023-12-13T06:47:27.950Z | Fresh num v0.4.1 |
5107 | 2023-12-13T06:47:27.950Z | Fresh tungstenite v0.20.1 |
5108 | 2023-12-13T06:47:27.951Z | Fresh slog-envlogger v2.2.0 |
5109 | 2023-12-13T06:47:27.951Z | Fresh trust-dns-resolver v0.22.0 |
5110 | 2023-12-13T06:47:27.951Z | Fresh radix_trie v0.2.1 |
5111 | 2023-12-13T06:47:27.951Z | Fresh newline-converter v0.3.0 |
5112 | 2023-12-13T06:47:27.951Z | Fresh tokio-tungstenite v0.20.1 |
5113 | 2023-12-13T06:47:27.951Z | Fresh expectorate v1.1.0 |
5114 | 2023-12-13T06:47:27.951Z | Fresh display-error-chain v0.2.0 |
5115 | 2023-12-13T06:47:27.951Z | Fresh buf-list v1.0.3 |
5116 | 2023-12-13T06:47:27.951Z | Fresh newtype_derive v0.1.6 |
5117 | 2023-12-13T06:47:27.951Z | Fresh crossbeam-deque v0.8.3 |
5118 | 2023-12-13T06:47:27.951Z | Fresh signature v1.6.4 |
5119 | 2023-12-13T06:47:27.951Z | Fresh steno v0.4.0 |
5120 | 2023-12-13T06:47:27.951Z | Fresh ed25519 v1.5.3 |
5121 | 2023-12-13T06:47:27.951Z | Fresh memoffset v0.7.1 |
5122 | 2023-12-13T06:47:27.951Z | Fresh hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
5123 | 2023-12-13T06:47:27.951Z | Fresh vte_generate_state_changes v0.1.1 |
5124 | 2023-12-13T06:47:27.951Z | Fresh rayon-core v1.12.0 |
5125 | 2023-12-13T06:47:27.951Z | Fresh arrayvec v0.5.2 |
5126 | 2023-12-13T06:47:27.951Z | Fresh salty v0.2.0 |
5127 | 2023-12-13T06:47:27.951Z | Fresh hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
5128 | 2023-12-13T06:47:27.951Z | Fresh vte v0.10.1 |
5129 | 2023-12-13T06:47:27.951Z | Fresh rayon v1.8.0 |
5130 | 2023-12-13T06:47:27.951Z | Fresh nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
5131 | 2023-12-13T06:47:27.952Z | Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
5132 | 2023-12-13T06:47:27.952Z | Fresh fd-lock v3.0.13 |
5133 | 2023-12-13T06:47:27.952Z | Fresh serde-big-array v0.4.1 |
5134 | 2023-12-13T06:47:27.952Z | Fresh serde-big-array v0.5.1 |
5135 | 2023-12-13T06:47:27.952Z | Fresh diff v0.1.13 |
5136 | 2023-12-13T06:47:27.952Z | Fresh sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
5137 | 2023-12-13T06:47:27.953Z | Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
5138 | 2023-12-13T06:47:27.953Z | Fresh platforms v3.0.2 |
5139 | 2023-12-13T06:47:27.953Z | Fresh strip-ansi-escapes v0.1.1 |
5140 | 2023-12-13T06:47:27.953Z | Fresh crunchy v0.2.2 |
5141 | 2023-12-13T06:47:27.953Z | Fresh crossterm v0.26.1 |
5142 | 2023-12-13T06:47:27.953Z | Fresh signal-hook-tokio v0.3.1 |
5143 | 2023-12-13T06:47:27.953Z | Fresh darling_core v0.14.4 |
5144 | 2023-12-13T06:47:27.953Z | Fresh globset v0.4.13 |
5145 | 2023-12-13T06:47:27.953Z | Fresh olpc-cjson v0.1.3 |
5146 | 2023-12-13T06:47:27.953Z | Fresh serde_plain v1.0.2 |
5147 | 2023-12-13T06:47:27.953Z | Fresh async-recursion v1.0.5 |
5148 | 2023-12-13T06:47:27.953Z | Fresh typed-path v0.7.0 |
5149 | 2023-12-13T06:47:27.955Z | Fresh corncobs v0.1.3 |
5150 | 2023-12-13T06:47:27.955Z | Fresh nu-ansi-term v0.49.0 |
5151 | 2023-12-13T06:47:27.955Z | Fresh darling_macro v0.14.4 |
5152 | 2023-12-13T06:47:27.955Z | Fresh sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
5153 | 2023-12-13T06:47:27.955Z | Fresh tough v0.16.0 |
5154 | 2023-12-13T06:47:27.955Z | Fresh reedline v0.22.0 |
5155 | 2023-12-13T06:47:27.955Z | Fresh tiny-keccak v2.0.2 |
5156 | 2023-12-13T06:47:27.955Z | Fresh unicase v2.7.0 |
5157 | 2023-12-13T06:47:27.955Z | Fresh parking_lot_core v0.8.6 |
5158 | 2023-12-13T06:47:27.955Z | Fresh ascii-canvas v3.0.0 |
5159 | 2023-12-13T06:47:27.956Z | Fresh ena v0.14.2 |
5160 | 2023-12-13T06:47:27.956Z | Fresh libloading v0.7.4 |
5161 | 2023-12-13T06:47:27.956Z | Fresh regex-syntax v0.6.29 |
5162 | 2023-12-13T06:47:27.956Z | Fresh bytecount v0.6.3 |
5163 | 2023-12-13T06:47:27.956Z | Fresh parking_lot v0.11.2 |
5164 | 2023-12-13T06:47:27.956Z | Fresh clang-sys v1.6.1 |
5165 | 2023-12-13T06:47:27.956Z | Fresh lalrpop v0.19.12 |
5166 | 2023-12-13T06:47:27.956Z | Fresh papergrid v0.10.0 |
5167 | 2023-12-13T06:47:27.956Z | Fresh portable-atomic v1.4.3 |
5168 | 2023-12-13T06:47:27.956Z | Fresh darling v0.14.4 |
5169 | 2023-12-13T06:47:27.956Z | Fresh prettyplease v0.2.12 |
5170 | 2023-12-13T06:47:27.956Z | Fresh trust-dns-client v0.22.0 |
5171 | 2023-12-13T06:47:27.956Z | Fresh tabled_derive v0.6.0 |
5172 | 2023-12-13T06:47:27.956Z | Fresh cexpr v0.6.0 |
5173 | 2023-12-13T06:47:27.956Z | Fresh which v4.4.0 |
5174 | 2023-12-13T06:47:27.956Z | Fresh nix v0.26.4 |
5175 | 2023-12-13T06:47:27.956Z | Fresh universal-hash v0.5.1 |
5176 | 2023-12-13T06:47:27.956Z | Fresh curve25519-dalek-derive v0.1.0 |
5177 | 2023-12-13T06:47:27.956Z | Fresh sqlparser_derive v0.1.1 |
5178 | 2023-12-13T06:47:27.956Z | Fresh thiserror-impl-no-std v2.0.2 |
5179 | 2023-12-13T06:47:27.956Z | Fresh lazycell v1.3.0 |
5180 | 2023-12-13T06:47:27.956Z | Fresh peeking_take_while v0.1.2 |
5181 | 2023-12-13T06:47:27.956Z | Fresh shlex v1.1.0 |
5182 | 2023-12-13T06:47:27.957Z | Fresh opaque-debug v0.3.0 |
5183 | 2023-12-13T06:47:27.957Z | Fresh unicode_categories v0.1.1 |
5184 | 2023-12-13T06:47:27.957Z | Fresh number_prefix v0.4.0 |
5185 | 2023-12-13T06:47:27.957Z | Fresh rustc-hash v1.1.0 |
5186 | 2023-12-13T06:47:27.957Z | Fresh sqlparser v0.36.1 |
5187 | 2023-12-13T06:47:27.957Z | Fresh thiserror-no-std v2.0.2 |
5188 | 2023-12-13T06:47:27.957Z | Fresh bindgen v0.65.1 |
5189 | 2023-12-13T06:47:27.957Z | Fresh poly1305 v0.8.0 |
5190 | 2023-12-13T06:47:27.957Z | Fresh indicatif v0.17.7 |
5191 | 2023-12-13T06:47:27.957Z | Fresh sqlformat v0.2.3 |
5192 | 2023-12-13T06:47:27.957Z | Fresh curve25519-dalek v4.1.1 |
5193 | 2023-12-13T06:47:27.957Z | Fresh rustyline v12.0.0 |
5194 | 2023-12-13T06:47:27.957Z | Fresh derive_builder_core v0.12.0 |
5195 | 2023-12-13T06:47:27.957Z | Fresh tabled v0.14.0 |
5196 | 2023-12-13T06:47:27.957Z | Fresh trust-dns-server v0.22.1 |
5197 | 2023-12-13T06:47:27.957Z | Fresh fs-err v2.11.0 |
5198 | 2023-12-13T06:47:27.957Z | Fresh sled v0.34.7 |
5199 | 2023-12-13T06:47:27.957Z | Fresh chacha20 v0.9.1 |
5200 | 2023-12-13T06:47:27.957Z | Fresh aead v0.5.2 |
5201 | 2023-12-13T06:47:27.957Z | Fresh bcs v0.1.6 |
5202 | 2023-12-13T06:47:27.962Z | Fresh bytesize v1.3.0 |
5203 | 2023-12-13T06:47:27.962Z | Fresh kstat-rs v0.2.3 |
5204 | 2023-12-13T06:47:27.962Z | Fresh ref-cast-impl v1.0.20 |
5205 | 2023-12-13T06:47:27.962Z | Fresh highway v1.1.0 |
5206 | 2023-12-13T06:47:27.962Z | Fresh pretty-hex v0.4.0 |
5207 | 2023-12-13T06:47:27.962Z | Fresh chacha20poly1305 v0.10.1 |
5208 | 2023-12-13T06:47:27.962Z | Fresh ref-cast v1.0.20 |
5209 | 2023-12-13T06:47:27.962Z | Fresh mime_guess v2.0.4 |
5210 | 2023-12-13T06:47:27.962Z | Fresh derive_builder_macro v0.12.0 |
5211 | 2023-12-13T06:47:27.962Z | Fresh vsss-rs v3.3.2 |
5212 | 2023-12-13T06:47:27.962Z | Fresh crossterm v0.27.0 |
5213 | 2023-12-13T06:47:27.962Z | Fresh strum_macros v0.24.3 |
5214 | 2023-12-13T06:47:27.962Z | Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
5215 | 2023-12-13T06:47:27.964Z | Fresh humantime v2.1.0 |
5216 | 2023-12-13T06:47:27.964Z | Fresh is_ci v1.1.1 |
5217 | 2023-12-13T06:47:27.964Z | Fresh indoc v1.0.9 |
5218 | 2023-12-13T06:47:27.964Z | Fresh maplit v1.0.2 |
5219 | 2023-12-13T06:47:27.964Z | Fresh cassowary v0.3.0 |
5220 | 2023-12-13T06:47:27.964Z | Fresh indoc v2.0.3 |
5221 | 2023-12-13T06:47:27.964Z | Fresh polar-core v0.27.0 |
5222 | 2023-12-13T06:47:27.964Z | Fresh supports-color v2.1.0 |
5223 | 2023-12-13T06:47:27.964Z | Fresh derive_builder v0.12.0 |
5224 | 2023-12-13T06:47:27.964Z | Fresh ratatui v0.23.0 |
5225 | 2023-12-13T06:47:27.964Z | Fresh libxml v0.3.3 |
5226 | 2023-12-13T06:47:27.964Z | Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
5227 | 2023-12-13T06:47:27.964Z | Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
5228 | 2023-12-13T06:47:27.964Z | Fresh bb8 v0.8.1 |
5229 | 2023-12-13T06:47:27.964Z | Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
5230 | 2023-12-13T06:47:27.964Z | Fresh quick-xml v0.23.1 |
5231 | 2023-12-13T06:47:27.964Z | Fresh oso-derive v0.27.0 |
5232 | 2023-12-13T06:47:27.964Z | Fresh impl-trait-for-tuples v0.2.2 |
5233 | 2023-12-13T06:47:27.964Z | Fresh rtoolbox v0.0.1 |
5234 | 2023-12-13T06:47:27.965Z | Fresh unicode-linebreak v0.1.5 |
5235 | 2023-12-13T06:47:27.965Z | Fresh smawk v0.3.1 |
5236 | 2023-12-13T06:47:27.965Z | Fresh http-range v0.1.5 |
5237 | 2023-12-13T06:47:27.965Z | Fresh assert_matches v1.5.0 |
5238 | 2023-12-13T06:47:27.965Z | Fresh oso v0.27.0 |
5239 | 2023-12-13T06:47:27.965Z | Fresh rpassword v7.3.1 |
5240 | 2023-12-13T06:47:27.965Z | Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
5241 | 2023-12-13T06:47:27.965Z | Fresh samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
5242 | 2023-12-13T06:47:27.965Z | Fresh textwrap v0.16.0 |
5243 | 2023-12-13T06:47:27.965Z | Fresh hyper-staticfile v0.9.5 |
5244 | 2023-12-13T06:47:27.965Z | Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
5245 | 2023-12-13T06:47:27.966Z | Fresh tui-tree-widget v0.13.0 |
5246 | 2023-12-13T06:47:27.966Z | Fresh diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
5247 | 2023-12-13T06:47:27.966Z | Fresh cookie v0.18.0 |
5248 | 2023-12-13T06:47:27.966Z | Fresh plotters-backend v0.3.5 |
5249 | 2023-12-13T06:47:27.966Z | Fresh shell-words v1.1.0 |
5250 | 2023-12-13T06:47:27.966Z | Fresh target-lexicon v0.12.12 |
5251 | 2023-12-13T06:47:27.966Z | Fresh plotters-svg v0.3.5 |
5252 | 2023-12-13T06:47:27.966Z | Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
5253 | 2023-12-13T06:47:27.966Z | Fresh cast v0.3.0 |
5254 | 2023-12-13T06:47:27.966Z | Fresh criterion-plot v0.5.0 |
5255 | 2023-12-13T06:47:27.966Z | Fresh guppy-workspace-hack v0.1.0 |
5256 | 2023-12-13T06:47:27.966Z | Fresh plotters v0.3.5 |
5257 | 2023-12-13T06:47:27.966Z | Fresh cfg-expr v0.15.5 |
5258 | 2023-12-13T06:47:27.966Z | Fresh tinytemplate v1.2.1 |
5259 | 2023-12-13T06:47:27.966Z | Fresh cargo-platform v0.1.3 |
5260 | 2023-12-13T06:47:27.966Z | Fresh threadpool v1.8.1 |
5261 | 2023-12-13T06:47:27.966Z | Fresh nanorand v0.7.0 |
5262 | 2023-12-13T06:47:27.966Z | Fresh arrayref v0.3.7 |
5263 | 2023-12-13T06:47:27.966Z | Fresh oorandom v11.1.3 |
5264 | 2023-12-13T06:47:27.966Z | Fresh anes v0.1.6 |
5265 | 2023-12-13T06:47:27.966Z | Fresh constant_time_eq v0.2.6 |
5266 | 2023-12-13T06:47:27.967Z | Fresh relative-path v1.9.0 |
5267 | 2023-12-13T06:47:27.967Z | Fresh arrayvec v0.7.4 |
5268 | 2023-12-13T06:47:27.967Z | Fresh yansi v0.5.1 |
5269 | 2023-12-13T06:47:27.967Z | Fresh cargo_metadata v0.18.1 |
5270 | 2023-12-13T06:47:27.967Z | Fresh libtest-mimic v0.6.1 |
5271 | 2023-12-13T06:47:27.967Z | Fresh flume v0.11.0 |
5272 | 2023-12-13T06:47:27.967Z | Fresh blake2b_simd v1.0.1 |
5273 | 2023-12-13T06:47:27.967Z | Fresh pretty_assertions v1.4.0 |
5274 | 2023-12-13T06:47:27.967Z | Fresh rstest_macros v0.18.2 |
5275 | 2023-12-13T06:47:27.967Z | Fresh criterion v0.5.1 |
5276 | 2023-12-13T06:47:27.967Z | Fresh target-spec v3.0.1 |
5277 | 2023-12-13T06:47:27.967Z | Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
5278 | 2023-12-13T06:47:27.967Z | Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
5279 | 2023-12-13T06:47:27.968Z | Fresh assert_cmd v2.0.12 |
5280 | 2023-12-13T06:47:27.968Z | Fresh pathdiff v0.2.1 |
5281 | 2023-12-13T06:47:27.968Z | Fresh fatfs v0.3.6 |
5282 | 2023-12-13T06:47:27.968Z | Fresh basic-toml v0.1.4 |
5283 | 2023-12-13T06:47:27.968Z | Fresh rand v0.4.6 |
5284 | 2023-12-13T06:47:27.968Z | Fresh futures-timer v3.0.2 |
5285 | 2023-12-13T06:47:27.968Z | Fresh topological-sort v0.2.2 |
5286 | 2023-12-13T06:47:27.968Z | Fresh remove_dir_all v0.5.3 |
5287 | 2023-12-13T06:47:27.968Z | Fresh nested v0.1.1 |
5288 | 2023-12-13T06:47:27.968Z | Fresh constant_time_eq v0.3.0 |
5289 | 2023-12-13T06:47:27.968Z | Fresh trybuild v1.0.85 |
5290 | 2023-12-13T06:47:27.968Z | Fresh datatest-stable v0.2.3 |
5291 | 2023-12-13T06:47:27.968Z | Fresh tempdir v0.3.7 |
5292 | 2023-12-13T06:47:27.968Z | Fresh rstest v0.18.2 |
5293 | 2023-12-13T06:47:27.969Z | Fresh rust-argon2 v1.0.1 |
5294 | 2023-12-13T06:47:27.969Z | Fresh guppy v0.17.4 |
5295 | 2023-12-13T06:47:27.969Z | Fresh partial-io v0.5.4 |
5296 | 2023-12-13T06:47:27.969Z | Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
5297 | 2023-12-13T06:47:27.969Z | Fresh httptest v0.15.5 |
5298 | 2023-12-13T06:47:27.969Z | Fresh similar-asserts v1.5.0 |
5299 | 2023-12-13T06:47:27.969Z | Fresh approx v0.5.1 |
5300 | 2023-12-13T06:47:27.969Z | Fresh hex-literal v0.4.1 |
5301 | 2023-12-13T06:47:27.969Z | Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
5302 | 2023-12-13T06:47:27.973Z | Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
5303 | 2023-12-13T06:47:27.973Z | Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
5304 | 2023-12-13T06:47:27.973Z | Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
5305 | 2023-12-13T06:47:27.973Z | Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
5306 | 2023-12-13T06:47:27.973Z | Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
5307 | 2023-12-13T06:47:27.973Z | Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
5308 | 2023-12-13T06:47:27.973Z | Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
5309 | 2023-12-13T06:47:27.973Z | Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
5310 | 2023-12-13T06:47:27.973Z | Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
5311 | 2023-12-13T06:47:27.973Z | Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
5312 | 2023-12-13T06:47:27.974Z | Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
5313 | 2023-12-13T06:47:27.974Z | Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
5314 | 2023-12-13T06:47:27.974Z | Fresh installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
5315 | 2023-12-13T06:47:27.974Z | Fresh installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
5316 | 2023-12-13T06:47:27.974Z | Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
5317 | 2023-12-13T06:47:27.974Z | Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
5318 | 2023-12-13T06:47:27.974Z | Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
5319 | 2023-12-13T06:47:27.974Z | Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
5320 | 2023-12-13T06:47:27.974Z | Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
5321 | 2023-12-13T06:47:27.974Z | Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
5322 | 2023-12-13T06:47:27.974Z | Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
5323 | 2023-12-13T06:47:27.974Z | Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
5324 | 2023-12-13T06:47:27.974Z | Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
5325 | 2023-12-13T06:47:27.974Z | Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
5326 | 2023-12-13T06:47:27.974Z | Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
5327 | 2023-12-13T06:47:27.974Z | Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
5328 | 2023-12-13T06:47:27.974Z | Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
5329 | 2023-12-13T06:47:27.974Z | Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
5330 | 2023-12-13T06:47:27.974Z | Fresh mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
5331 | 2023-12-13T06:47:27.974Z | Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
5332 | 2023-12-13T06:47:27.974Z | Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
5333 | 2023-12-13T06:47:27.974Z | Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
5334 | 2023-12-13T06:47:27.974Z | Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
5335 | 2023-12-13T06:47:27.974Z | Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
5336 | 2023-12-13T06:47:27.976Z | Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
5337 | 2023-12-13T06:47:27.976Z | Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
5338 | 2023-12-13T06:47:27.976Z | Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
5339 | 2023-12-13T06:47:27.976Z | Fresh ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
5340 | 2023-12-13T06:47:27.976Z | Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
5341 | 2023-12-13T06:47:27.976Z | Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
5342 | 2023-12-13T06:47:27.976Z | Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
5343 | 2023-12-13T06:47:27.976Z | Fresh ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
5344 | 2023-12-13T06:47:27.976Z | Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
5345 | 2023-12-13T06:47:27.976Z | Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
5346 | 2023-12-13T06:47:27.976Z | Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
5347 | 2023-12-13T06:47:27.976Z | Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
5348 | 2023-12-13T06:47:27.976Z | Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
5349 | 2023-12-13T06:47:27.977Z | Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
5350 | 2023-12-13T06:47:27.977Z | Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
5351 | 2023-12-13T06:47:27.977Z | Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
5352 | 2023-12-13T06:47:27.977Z | Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
5353 | 2023-12-13T06:47:27.977Z | Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
5354 | 2023-12-13T06:47:27.977Z | Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
5355 | 2023-12-13T06:47:27.977Z | Finished test [unoptimized + debuginfo] target(s) in 1.19s |
5356 | 2023-12-13T06:47:27.977Z | Doc-tests authz-macros |
5357 | 2023-12-13T06:47:27.978Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-99e6729aba3dc24d.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0ee75eb956233696.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human` |
5358 | 2023-12-13T06:47:28.222Z | |
5359 | 2023-12-13T06:47:28.222Z | running 5 tests |
5360 | 2023-12-13T06:47:28.228Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 25) ... ignored |
5361 | 2023-12-13T06:47:28.228Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 44) ... ignored |
5362 | 2023-12-13T06:47:28.228Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 57) ... ignored |
5363 | 2023-12-13T06:47:28.228Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 74) ... ignored |
5364 | 2023-12-13T06:47:28.228Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 89) ... ignored |
5365 | 2023-12-13T06:47:28.228Z | |
5366 | 2023-12-13T06:47:28.231Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.01s |
5367 | 2023-12-13T06:47:28.231Z | |
5368 | 2023-12-13T06:47:28.243Z | Doc-tests bootstore |
5369 | 2023-12-13T06:47:28.246Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d6910ae06b21452b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-abbff89b9d45a3ff.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a8135444ac120ce3.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0722d3e783790955.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-65adaff614060fb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-1b182302f1462f0e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human` |
5370 | 2023-12-13T06:47:29.751Z | |
5371 | 2023-12-13T06:47:29.751Z | running 0 tests |
5372 | 2023-12-13T06:47:29.752Z | |
5373 | 2023-12-13T06:47:29.752Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5374 | 2023-12-13T06:47:29.752Z | |
5375 | 2023-12-13T06:47:29.779Z | Doc-tests bootstrap-agent-client |
5376 | 2023-12-13T06:47:29.784Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-66715171ffc88e2c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human` |
5377 | 2023-12-13T06:47:30.782Z | |
5378 | 2023-12-13T06:47:30.782Z | running 0 tests |
5379 | 2023-12-13T06:47:30.782Z | |
5380 | 2023-12-13T06:47:30.782Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5381 | 2023-12-13T06:47:30.782Z | |
5382 | 2023-12-13T06:47:30.811Z | Doc-tests db-macros |
5383 | 2023-12-13T06:47:30.816Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-cf3f09b6e0fefe2b.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-63b388be15ca66f0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0ee75eb956233696.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human` |
5384 | 2023-12-13T06:47:31.235Z | |
5385 | 2023-12-13T06:47:31.235Z | running 3 tests |
5386 | 2023-12-13T06:47:31.238Z | test nexus/db-macros/src/lib.rs - lookup_resource (line 28) ... ignored |
5387 | 2023-12-13T06:47:31.239Z | test nexus/db-macros/src/lib.rs - lookup_resource (line 48) ... ignored |
5388 | 2023-12-13T06:47:31.239Z | test nexus/db-macros/src/lib.rs - subquery_target (line 127) ... ignored |
5389 | 2023-12-13T06:47:31.239Z | |
5390 | 2023-12-13T06:47:31.239Z | test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5391 | 2023-12-13T06:47:31.239Z | |
5392 | 2023-12-13T06:47:31.254Z | Doc-tests ddm-admin-client |
5393 | 2023-12-13T06:47:31.258Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name 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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-34b68f92bd528ae8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib -C embed-bitcode=no -D warnings --error-format human` |
5394 | 2023-12-13T06:47:31.700Z | |
5395 | 2023-12-13T06:47:31.700Z | running 0 tests |
5396 | 2023-12-13T06:47:31.700Z | |
5397 | 2023-12-13T06:47:31.700Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5398 | 2023-12-13T06:47:31.700Z | |
5399 | 2023-12-13T06:47:31.725Z | Doc-tests dns-server |
5400 | 2023-12-13T06:47:31.730Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-51ed106404ae3e75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-d3060b015328cb05.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b19c5547b1d0467.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b4fdd92e41203020.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-69c7bfbfa453cc41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human` |
5401 | 2023-12-13T06:47:32.353Z | |
5402 | 2023-12-13T06:47:32.353Z | running 0 tests |
5403 | 2023-12-13T06:47:32.353Z | |
5404 | 2023-12-13T06:47:32.353Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5405 | 2023-12-13T06:47:32.353Z | |
5406 | 2023-12-13T06:47:32.377Z | Doc-tests dns-service-client |
5407 | 2023-12-13T06:47:32.380Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib -C embed-bitcode=no -D warnings --error-format human` |
5408 | 2023-12-13T06:47:32.704Z | |
5409 | 2023-12-13T06:47:32.704Z | running 0 tests |
5410 | 2023-12-13T06:47:32.704Z | |
5411 | 2023-12-13T06:47:32.704Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5412 | 2023-12-13T06:47:32.704Z | |
5413 | 2023-12-13T06:47:32.722Z | Doc-tests dpd-client |
5414 | 2023-12-13T06:47:32.725Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-34b68f92bd528ae8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human` |
5415 | 2023-12-13T06:47:34.437Z | |
5416 | 2023-12-13T06:47:34.438Z | running 0 tests |
5417 | 2023-12-13T06:47:34.438Z | |
5418 | 2023-12-13T06:47:34.438Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5419 | 2023-12-13T06:47:34.438Z | |
5420 | 2023-12-13T06:47:34.482Z | Doc-tests gateway-client |
5421 | 2023-12-13T06:47:34.492Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human` |
5422 | 2023-12-13T06:47:35.875Z | |
5423 | 2023-12-13T06:47:35.876Z | running 0 tests |
5424 | 2023-12-13T06:47:35.876Z | |
5425 | 2023-12-13T06:47:35.876Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5426 | 2023-12-13T06:47:35.876Z | |
5427 | 2023-12-13T06:47:35.945Z | Doc-tests gateway-test-utils |
5428 | 2023-12-13T06:47:35.949Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-36892fbc52855a85.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45839d9b9f6b3147.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human` |
5429 | 2023-12-13T06:47:36.645Z | |
5430 | 2023-12-13T06:47:36.645Z | running 0 tests |
5431 | 2023-12-13T06:47:36.645Z | |
5432 | 2023-12-13T06:47:36.645Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5433 | 2023-12-13T06:47:36.645Z | |
5434 | 2023-12-13T06:47:36.670Z | Doc-tests illumos-utils |
5435 | 2023-12-13T06:47:36.674Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-86119831ef0d8686.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-ae3470898b5ca726.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-4b7c7b82d1efc4c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e756afb4e9cc51c.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-623880b9a2db11f7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3e04c8c5dd9844aa.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -D warnings --error-format human` |
5436 | 2023-12-13T06:47:41.083Z | |
5437 | 2023-12-13T06:47:41.083Z | running 0 tests |
5438 | 2023-12-13T06:47:41.083Z | |
5439 | 2023-12-13T06:47:41.083Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5440 | 2023-12-13T06:47:41.083Z | |
5441 | 2023-12-13T06:47:41.139Z | Doc-tests installinator |
5442 | 2023-12-13T06:47:41.139Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-8e38b9b5434fe580.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-446dd93e2795f46a.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-24603a09c71288aa.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-93f21655c6d108ae.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-a9ff6c578e5462e2.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-09dd1c108d4ebb85.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a4c22e32d3a40be5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human` |
5443 | 2023-12-13T06:47:41.140Z | |
5444 | 2023-12-13T06:47:41.140Z | running 0 tests |
5445 | 2023-12-13T06:47:41.140Z | |
5446 | 2023-12-13T06:47:41.140Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5447 | 2023-12-13T06:47:41.140Z | |
5448 | 2023-12-13T06:47:41.141Z | Doc-tests installinator-artifact-client |
5449 | 2023-12-13T06:47:41.141Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-24603a09c71288aa.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human` |
5450 | 2023-12-13T06:47:41.825Z | |
5451 | 2023-12-13T06:47:41.826Z | running 0 tests |
5452 | 2023-12-13T06:47:41.826Z | |
5453 | 2023-12-13T06:47:41.826Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5454 | 2023-12-13T06:47:41.826Z | |
5455 | 2023-12-13T06:47:41.864Z | Doc-tests installinator-artifactd |
5456 | 2023-12-13T06:47:41.975Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-f747040037db8488.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human` |
5457 | 2023-12-13T06:47:42.267Z | |
5458 | 2023-12-13T06:47:42.267Z | running 0 tests |
5459 | 2023-12-13T06:47:42.267Z | |
5460 | 2023-12-13T06:47:42.267Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5461 | 2023-12-13T06:47:42.269Z | |
5462 | 2023-12-13T06:47:42.294Z | Doc-tests installinator-common |
5463 | 2023-12-13T06:47:42.301Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib -C embed-bitcode=no -D warnings --error-format human` |
5464 | 2023-12-13T06:47:42.909Z | |
5465 | 2023-12-13T06:47:42.909Z | running 0 tests |
5466 | 2023-12-13T06:47:42.909Z | |
5467 | 2023-12-13T06:47:42.910Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5468 | 2023-12-13T06:47:42.910Z | |
5469 | 2023-12-13T06:47:42.938Z | Doc-tests internal-dns |
5470 | 2023-12-13T06:47:42.945Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-51ed106404ae3e75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human` |
5471 | 2023-12-13T06:47:43.349Z | |
5472 | 2023-12-13T06:47:43.349Z | running 0 tests |
5473 | 2023-12-13T06:47:43.349Z | |
5474 | 2023-12-13T06:47:43.350Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5475 | 2023-12-13T06:47:43.351Z | |
5476 | 2023-12-13T06:47:43.373Z | Doc-tests ipcc-key-value |
5477 | 2023-12-13T06:47:43.378Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ipcc_key_value --test ipcc-key-value/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc-key-value -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a8135444ac120ce3.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-93f21655c6d108ae.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human` |
5478 | 2023-12-13T06:47:43.708Z | |
5479 | 2023-12-13T06:47:43.708Z | running 0 tests |
5480 | 2023-12-13T06:47:43.708Z | |
5481 | 2023-12-13T06:47:43.708Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5482 | 2023-12-13T06:47:43.708Z | |
5483 | 2023-12-13T06:47:43.732Z | Doc-tests key-manager |
5484 | 2023-12-13T06:47:43.733Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0722d3e783790955.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-99a4f5018e767a40.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-65adaff614060fb5.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -C embed-bitcode=no -D warnings --error-format human` |
5485 | 2023-12-13T06:47:44.059Z | |
5486 | 2023-12-13T06:47:44.059Z | running 0 tests |
5487 | 2023-12-13T06:47:44.059Z | |
5488 | 2023-12-13T06:47:44.059Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5489 | 2023-12-13T06:47:44.059Z | |
5490 | 2023-12-13T06:47:44.124Z | Doc-tests mg-admin-client |
5491 | 2023-12-13T06:47:44.128Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name mg_admin_client --test clients/mg-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/mg-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-34b68f92bd528ae8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib -C embed-bitcode=no -D warnings --error-format human` |
5492 | 2023-12-13T06:47:44.599Z | |
5493 | 2023-12-13T06:47:44.599Z | running 0 tests |
5494 | 2023-12-13T06:47:44.599Z | |
5495 | 2023-12-13T06:47:44.599Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5496 | 2023-12-13T06:47:44.599Z | |
5497 | 2023-12-13T06:47:44.626Z | Doc-tests nexus-client |
5498 | 2023-12-13T06:47:44.629Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human` |
5499 | 2023-12-13T06:47:47.431Z | |
5500 | 2023-12-13T06:47:47.431Z | running 0 tests |
5501 | 2023-12-13T06:47:47.431Z | |
5502 | 2023-12-13T06:47:47.431Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5503 | 2023-12-13T06:47:47.431Z | |
5504 | 2023-12-13T06:47:47.489Z | Doc-tests nexus-db-model |
5505 | 2023-12-13T06:47:47.492Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-cf3f09b6e0fefe2b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09d97f8812952e0a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f2bb97352c3937f.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9ddb4f905d460647.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-78a13c5f7508de23.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e50a3842305ea3a8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human` |
5506 | 2023-12-13T06:48:01.368Z | |
5507 | 2023-12-13T06:48:01.368Z | running 2 tests |
5508 | 2023-12-13T06:48:03.939Z | test nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok |
5509 | 2023-12-13T06:48:03.943Z | test nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok |
5510 | 2023-12-13T06:48:03.944Z | |
5511 | 2023-12-13T06:48:03.944Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.63s |
5512 | 2023-12-13T06:48:03.944Z | |
5513 | 2023-12-13T06:48:04.148Z | Doc-tests nexus-db-queries |
5514 | 2023-12-13T06:48:04.154Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2fc1e796c21a7b42.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-99e6729aba3dc24d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-e3313a8a0679b1be.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-40ac42bfe40d7cc4.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-cf3f09b6e0fefe2b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09d97f8812952e0a.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-acdccdb3c7878500.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-299b25c0cb08498f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f0e00c19c973089d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f2bb97352c3937f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dc313706ff93e023.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ece101d456f5f75f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-753e746fa74d4902.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-35e13328ea1bc2a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-960ecf8519e285ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c8b419309bfacae.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-49fc5fd89247b25c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c24d1ac729287b3a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e50a3842305ea3a8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6d85d92818838eed.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human` |
5515 | 2023-12-13T06:48:07.688Z | |
5516 | 2023-12-13T06:48:07.689Z | running 2 tests |
5517 | 2023-12-13T06:48:07.692Z | test nexus/db-queries/src/db/alias.rs - db::alias::ExpressionAlias (line 20) ... ignored |
5518 | 2023-12-13T06:48:24.932Z | test nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 193) ... ok |
5519 | 2023-12-13T06:48:24.932Z | |
5520 | 2023-12-13T06:48:24.932Z | test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 17.24s |
5521 | 2023-12-13T06:48:24.932Z | |
5522 | 2023-12-13T06:48:25.013Z | Doc-tests nexus-defaults |
5523 | 2023-12-13T06:48:25.014Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9ddb4f905d460647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib -C embed-bitcode=no -D warnings --error-format human` |
5524 | 2023-12-13T06:48:25.302Z | |
5525 | 2023-12-13T06:48:25.303Z | running 0 tests |
5526 | 2023-12-13T06:48:25.303Z | |
5527 | 2023-12-13T06:48:25.303Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5528 | 2023-12-13T06:48:25.303Z | |
5529 | 2023-12-13T06:48:25.323Z | Doc-tests nexus-inventory |
5530 | 2023-12-13T06:48:25.326Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ece101d456f5f75f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human` |
5531 | 2023-12-13T06:48:25.690Z | |
5532 | 2023-12-13T06:48:25.690Z | running 0 tests |
5533 | 2023-12-13T06:48:25.690Z | |
5534 | 2023-12-13T06:48:25.690Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5535 | 2023-12-13T06:48:25.690Z | |
5536 | 2023-12-13T06:48:25.715Z | Doc-tests nexus-types |
5537 | 2023-12-13T06:48:25.719Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-17238ad50319e3ea.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e50a3842305ea3a8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human` |
5538 | 2023-12-13T06:48:28.696Z | |
5539 | 2023-12-13T06:48:28.696Z | running 0 tests |
5540 | 2023-12-13T06:48:28.696Z | |
5541 | 2023-12-13T06:48:28.696Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5542 | 2023-12-13T06:48:28.696Z | |
5543 | 2023-12-13T06:48:28.764Z | Doc-tests omicron-certificates |
5544 | 2023-12-13T06:48:28.764Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-eb280c5795426c7f.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-78a13c5f7508de23.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-8eb3de30cd4fd472.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib -C embed-bitcode=no -D warnings --error-format human` |
5545 | 2023-12-13T06:48:29.105Z | |
5546 | 2023-12-13T06:48:29.105Z | running 0 tests |
5547 | 2023-12-13T06:48:29.105Z | |
5548 | 2023-12-13T06:48:29.105Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5549 | 2023-12-13T06:48:29.105Z | |
5550 | 2023-12-13T06:48:29.128Z | Doc-tests omicron-common |
5551 | 2023-12-13T06:48:29.131Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-17238ad50319e3ea.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-fa783b65b64a2ba1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-ab98b827dbfdb6ed.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c24d1ac729287b3a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -D warnings --error-format human` |
5552 | 2023-12-13T06:48:31.526Z | |
5553 | 2023-12-13T06:48:31.526Z | running 2 tests |
5554 | 2023-12-13T06:48:31.529Z | test common/src/lib.rs - FileKv (line 59) ... ignored |
5555 | 2023-12-13T06:48:39.155Z | test common/src/api/external/error.rs - api::external::error::InternalContext (line 582) ... ok |
5556 | 2023-12-13T06:48:39.155Z | |
5557 | 2023-12-13T06:48:39.155Z | test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 7.63s |
5558 | 2023-12-13T06:48:39.155Z | |
5559 | 2023-12-13T06:48:39.217Z | Doc-tests omicron-gateway |
5560 | 2023-12-13T06:48:39.221Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-0fe7bb57406ce5fc.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-93f21655c6d108ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-36892fbc52855a85.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a665996ce79c797d.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-e0a4c60b6ba1929b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45839d9b9f6b3147.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15a340151b799bce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human` |
5561 | 2023-12-13T06:48:40.798Z | |
5562 | 2023-12-13T06:48:40.798Z | running 0 tests |
5563 | 2023-12-13T06:48:40.798Z | |
5564 | 2023-12-13T06:48:40.798Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5565 | 2023-12-13T06:48:40.800Z | |
5566 | 2023-12-13T06:48:40.843Z | Doc-tests omicron-nexus |
5567 | 2023-12-13T06:48:40.847Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2fc1e796c21a7b42.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-111a1f78c17a8c9e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-0bb65bb5b1954c37.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-09d97f8812952e0a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1ec5326d3a4fc1e8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-299b25c0cb08498f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-5fd14a35a3ccf419.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3613d422ae61369e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f0e00c19c973089d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f2bb97352c3937f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dc313706ff93e023.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9ddb4f905d460647.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ece101d456f5f75f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ec173e26b466db5f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-753e746fa74d4902.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1c51977aa26ba034.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9f23e7c4af2cc8d6.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-35e13328ea1bc2a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1426f74f987e91be.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a70f6d5b6baca6e7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-63ffd0c58c2146d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-34b68f92bd528ae8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c8b419309bfacae.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-49fc5fd89247b25c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c24d1ac729287b3a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-2d30b90bbc73311d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45839d9b9f6b3147.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e50a3842305ea3a8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6d85d92818838eed.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-dfbba71d739ffea6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human` |
5568 | 2023-12-13T06:48:44.822Z | |
5569 | 2023-12-13T06:48:44.822Z | running 5 tests |
5570 | 2023-12-13T06:48:44.825Z | test nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 229) ... ignored |
5571 | 2023-12-13T06:48:48.356Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 708) ... ok |
5572 | 2023-12-13T06:48:48.361Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 666) ... ok |
5573 | 2023-12-13T06:48:48.361Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 738) ... ok |
5574 | 2023-12-13T06:48:48.361Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 644) ... ok |
5575 | 2023-12-13T06:48:48.361Z | |
5576 | 2023-12-13T06:48:48.361Z | test result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.50s |
5577 | 2023-12-13T06:48:48.361Z | |
5578 | 2023-12-13T06:48:48.454Z | Doc-tests omicron-package |
5579 | 2023-12-13T06:48:48.458Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-761675d8cda6d1d8.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-65e5fc9ef83df511.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-7455c9e2748ded37.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8bfab4357444caa6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-eb567069d3f60cfd.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rlib -C embed-bitcode=no -D warnings --error-format human` |
5580 | 2023-12-13T06:48:48.705Z | |
5581 | 2023-12-13T06:48:48.705Z | running 0 tests |
5582 | 2023-12-13T06:48:48.705Z | |
5583 | 2023-12-13T06:48:48.706Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5584 | 2023-12-13T06:48:48.706Z | |
5585 | 2023-12-13T06:48:48.706Z | Doc-tests omicron-passwords |
5586 | 2023-12-13T06:48:48.706Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-d9aa0d059bd049b5.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-111a1f78c17a8c9e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-78933f846eed4887.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib -C embed-bitcode=no -D warnings --error-format human` |
5587 | 2023-12-13T06:48:48.838Z | |
5588 | 2023-12-13T06:48:48.838Z | running 0 tests |
5589 | 2023-12-13T06:48:48.838Z | |
5590 | 2023-12-13T06:48:48.838Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5591 | 2023-12-13T06:48:48.838Z | |
5592 | 2023-12-13T06:48:48.852Z | Doc-tests omicron-rpaths |
5593 | 2023-12-13T06:48:48.852Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-24e5821985b424dd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib -C embed-bitcode=no -D warnings --error-format human` |
5594 | 2023-12-13T06:48:48.964Z | |
5595 | 2023-12-13T06:48:48.965Z | running 0 tests |
5596 | 2023-12-13T06:48:48.965Z | |
5597 | 2023-12-13T06:48:48.965Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5598 | 2023-12-13T06:48:48.965Z | |
5599 | 2023-12-13T06:48:48.969Z | Doc-tests omicron-sled-agent |
5600 | 2023-12-13T06:48:48.969Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d6910ae06b21452b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-66715171ffc88e2c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9537a557da03b810.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-60029b38e94940bc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5081ede802ccf07b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-f47710d7a1fef02d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7b75596ac40fd538.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-99a4f5018e767a40.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bea8419f15aeddbb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-35e13328ea1bc2a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e756afb4e9cc51c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-192694b549e802f8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-09874087af14e754.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-576b3fa3bb8259b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-ab98b827dbfdb6ed.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3bfcfb92361e4177.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1a945f20f992a1d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3e04c8c5dd9844aa.rlib -C embed-bitcode=no -D warnings --error-format human` |
5601 | 2023-12-13T06:48:53.034Z | |
5602 | 2023-12-13T06:48:53.034Z | running 0 tests |
5603 | 2023-12-13T06:48:53.034Z | |
5604 | 2023-12-13T06:48:53.034Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5605 | 2023-12-13T06:48:53.034Z | |
5606 | 2023-12-13T06:48:53.047Z | Doc-tests omicron-test-utils |
5607 | 2023-12-13T06:48:53.051Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-675cdf5a1688d20e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-026e01bb0412a847.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-299b25c0cb08498f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac521b81302453af.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-2c8b419309bfacae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5a15c5c88b7f45bb.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' -D warnings --error-format human` |
5608 | 2023-12-13T06:48:53.468Z | |
5609 | 2023-12-13T06:48:53.468Z | running 0 tests |
5610 | 2023-12-13T06:48:53.468Z | |
5611 | 2023-12-13T06:48:53.472Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5612 | 2023-12-13T06:48:53.473Z | |
5613 | 2023-12-13T06:48:53.495Z | Doc-tests oxide-client |
5614 | 2023-12-13T06:48:53.498Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a70f6d5b6baca6e7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human` |
5615 | 2023-12-13T06:48:59.414Z | |
5616 | 2023-12-13T06:48:59.414Z | running 154 tests |
5617 | 2023-12-13T06:48:59.422Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored |
5618 | 2023-12-13T06:48:59.428Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored |
5619 | 2023-12-13T06:48:59.428Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored |
5620 | 2023-12-13T06:48:59.428Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored |
5621 | 2023-12-13T06:48:59.432Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored |
5622 | 2023-12-13T06:48:59.432Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored |
5623 | 2023-12-13T06:48:59.432Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored |
5624 | 2023-12-13T06:48:59.432Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored |
5625 | 2023-12-13T06:48:59.434Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored |
5626 | 2023-12-13T06:48:59.435Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored |
5627 | 2023-12-13T06:48:59.438Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored |
5628 | 2023-12-13T06:48:59.438Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored |
5629 | 2023-12-13T06:48:59.438Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored |
5630 | 2023-12-13T06:48:59.441Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored |
5631 | 2023-12-13T06:48:59.441Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored |
5632 | 2023-12-13T06:48:59.441Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored |
5633 | 2023-12-13T06:48:59.444Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored |
5634 | 2023-12-13T06:48:59.444Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored |
5635 | 2023-12-13T06:48:59.447Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored |
5636 | 2023-12-13T06:48:59.447Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored |
5637 | 2023-12-13T06:48:59.450Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored |
5638 | 2023-12-13T06:48:59.450Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored |
5639 | 2023-12-13T06:48:59.450Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored |
5640 | 2023-12-13T06:48:59.453Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored |
5641 | 2023-12-13T06:48:59.454Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored |
5642 | 2023-12-13T06:48:59.457Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored |
5643 | 2023-12-13T06:48:59.457Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored |
5644 | 2023-12-13T06:48:59.457Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored |
5645 | 2023-12-13T06:48:59.461Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored |
5646 | 2023-12-13T06:48:59.462Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored |
5647 | 2023-12-13T06:48:59.462Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored |
5648 | 2023-12-13T06:48:59.462Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored |
5649 | 2023-12-13T06:48:59.465Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored |
5650 | 2023-12-13T06:48:59.465Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored |
5651 | 2023-12-13T06:48:59.468Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored |
5652 | 2023-12-13T06:48:59.468Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored |
5653 | 2023-12-13T06:48:59.468Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored |
5654 | 2023-12-13T06:48:59.471Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored |
5655 | 2023-12-13T06:48:59.471Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored |
5656 | 2023-12-13T06:48:59.474Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored |
5657 | 2023-12-13T06:48:59.474Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored |
5658 | 2023-12-13T06:48:59.477Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored |
5659 | 2023-12-13T06:48:59.477Z | test clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored |
5660 | 2023-12-13T06:48:59.477Z | test clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored |
5661 | 2023-12-13T06:48:59.480Z | test clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 30) ... ignored |
5662 | 2023-12-13T06:48:59.480Z | test clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored |
5663 | 2023-12-13T06:48:59.480Z | test clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored |
5664 | 2023-12-13T06:48:59.485Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored |
5665 | 2023-12-13T06:48:59.485Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored |
5666 | 2023-12-13T06:48:59.485Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 27) ... ignored |
5667 | 2023-12-13T06:48:59.485Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 25) ... ignored |
5668 | 2023-12-13T06:48:59.489Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored |
5669 | 2023-12-13T06:48:59.492Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored |
5670 | 2023-12-13T06:48:59.492Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored |
5671 | 2023-12-13T06:48:59.495Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored |
5672 | 2023-12-13T06:48:59.495Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored |
5673 | 2023-12-13T06:48:59.495Z | test clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored |
5674 | 2023-12-13T06:48:59.495Z | test clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored |
5675 | 2023-12-13T06:48:59.495Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored |
5676 | 2023-12-13T06:48:59.498Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored |
5677 | 2023-12-13T06:48:59.499Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored |
5678 | 2023-12-13T06:48:59.502Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored |
5679 | 2023-12-13T06:48:59.502Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored |
5680 | 2023-12-13T06:48:59.502Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored |
5681 | 2023-12-13T06:48:59.505Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored |
5682 | 2023-12-13T06:48:59.505Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored |
5683 | 2023-12-13T06:48:59.509Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored |
5684 | 2023-12-13T06:48:59.509Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored |
5685 | 2023-12-13T06:48:59.509Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored |
5686 | 2023-12-13T06:48:59.512Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored |
5687 | 2023-12-13T06:48:59.512Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored |
5688 | 2023-12-13T06:48:59.514Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored |
5689 | 2023-12-13T06:48:59.515Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored |
5690 | 2023-12-13T06:48:59.515Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored |
5691 | 2023-12-13T06:48:59.517Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored |
5692 | 2023-12-13T06:48:59.517Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored |
5693 | 2023-12-13T06:48:59.520Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored |
5694 | 2023-12-13T06:48:59.520Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::add_sled_to_initialized_rack (line 22) ... ignored |
5695 | 2023-12-13T06:48:59.524Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored |
5696 | 2023-12-13T06:48:59.524Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored |
5697 | 2023-12-13T06:48:59.524Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored |
5698 | 2023-12-13T06:48:59.529Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored |
5699 | 2023-12-13T06:48:59.529Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored |
5700 | 2023-12-13T06:48:59.533Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored |
5701 | 2023-12-13T06:48:59.533Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored |
5702 | 2023-12-13T06:48:59.533Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored |
5703 | 2023-12-13T06:48:59.533Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored |
5704 | 2023-12-13T06:48:59.533Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_state (line 25) ... ignored |
5705 | 2023-12-13T06:48:59.536Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored |
5706 | 2023-12-13T06:48:59.536Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored |
5707 | 2023-12-13T06:48:59.539Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored |
5708 | 2023-12-13T06:48:59.539Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::uninitialized_sled_list (line 22) ... ignored |
5709 | 2023-12-13T06:48:59.539Z | test clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 30) ... ignored |
5710 | 2023-12-13T06:48:59.542Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored |
5711 | 2023-12-13T06:48:59.542Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored |
5712 | 2023-12-13T06:48:59.546Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored |
5713 | 2023-12-13T06:48:59.546Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 25) ... ignored |
5714 | 2023-12-13T06:48:59.546Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored |
5715 | 2023-12-13T06:48:59.549Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored |
5716 | 2023-12-13T06:48:59.549Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 22) ... ignored |
5717 | 2023-12-13T06:48:59.552Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored |
5718 | 2023-12-13T06:48:59.552Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored |
5719 | 2023-12-13T06:48:59.556Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored |
5720 | 2023-12-13T06:48:59.556Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored |
5721 | 2023-12-13T06:48:59.556Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored |
5722 | 2023-12-13T06:48:59.559Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored |
5723 | 2023-12-13T06:48:59.559Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored |
5724 | 2023-12-13T06:48:59.559Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored |
5725 | 2023-12-13T06:48:59.562Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored |
5726 | 2023-12-13T06:48:59.562Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_create (line 22) ... ignored |
5727 | 2023-12-13T06:48:59.565Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored |
5728 | 2023-12-13T06:48:59.566Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 24) ... ignored |
5729 | 2023-12-13T06:48:59.569Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored |
5730 | 2023-12-13T06:48:59.569Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored |
5731 | 2023-12-13T06:48:59.569Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored |
5732 | 2023-12-13T06:48:59.572Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored |
5733 | 2023-12-13T06:48:59.572Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored |
5734 | 2023-12-13T06:48:59.575Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored |
5735 | 2023-12-13T06:48:59.575Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored |
5736 | 2023-12-13T06:48:59.579Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored |
5737 | 2023-12-13T06:48:59.579Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored |
5738 | 2023-12-13T06:48:59.579Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored |
5739 | 2023-12-13T06:48:59.583Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored |
5740 | 2023-12-13T06:48:59.583Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored |
5741 | 2023-12-13T06:48:59.583Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored |
5742 | 2023-12-13T06:48:59.586Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored |
5743 | 2023-12-13T06:48:59.586Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored |
5744 | 2023-12-13T06:48:59.589Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored |
5745 | 2023-12-13T06:48:59.589Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored |
5746 | 2023-12-13T06:48:59.589Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored |
5747 | 2023-12-13T06:48:59.592Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored |
5748 | 2023-12-13T06:48:59.592Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored |
5749 | 2023-12-13T06:48:59.595Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored |
5750 | 2023-12-13T06:48:59.595Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored |
5751 | 2023-12-13T06:48:59.595Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored |
5752 | 2023-12-13T06:48:59.598Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored |
5753 | 2023-12-13T06:48:59.598Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored |
5754 | 2023-12-13T06:48:59.601Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored |
5755 | 2023-12-13T06:48:59.601Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored |
5756 | 2023-12-13T06:48:59.604Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored |
5757 | 2023-12-13T06:48:59.604Z | test clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored |
5758 | 2023-12-13T06:48:59.604Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored |
5759 | 2023-12-13T06:48:59.607Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored |
5760 | 2023-12-13T06:48:59.608Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 26) ... ignored |
5761 | 2023-12-13T06:48:59.611Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored |
5762 | 2023-12-13T06:48:59.611Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored |
5763 | 2023-12-13T06:48:59.611Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored |
5764 | 2023-12-13T06:48:59.611Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored |
5765 | 2023-12-13T06:48:59.611Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored |
5766 | 2023-12-13T06:48:59.611Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored |
5767 | 2023-12-13T06:48:59.611Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored |
5768 | 2023-12-13T06:48:59.611Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored |
5769 | 2023-12-13T06:48:59.611Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored |
5770 | 2023-12-13T06:48:59.611Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored |
5771 | 2023-12-13T06:48:59.611Z | |
5772 | 2023-12-13T06:48:59.611Z | test result: ok. 0 passed; 0 failed; 154 ignored; 0 measured; 0 filtered out; finished in 0.20s |
5773 | 2023-12-13T06:48:59.611Z | |
5774 | 2023-12-13T06:48:59.739Z | Doc-tests oximeter |
5775 | 2023-12-13T06:48:59.739Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-8cb86b6fdecad456.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-bf5edac01f673ca3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e65b6b3569898ced.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-274f43d9a9abef49.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-ced1f7d13d97bfae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human` |
5776 | 2023-12-13T06:49:00.575Z | |
5777 | 2023-12-13T06:49:00.575Z | running 8 tests |
5778 | 2023-12-13T06:49:01.452Z | test oximeter/oximeter/src/traits.rs - traits::Target (line 72) - compile fail ... ok |
5779 | 2023-12-13T06:49:01.574Z | test oximeter/oximeter/src/traits.rs - traits::Metric (line 164) - compile fail ... ok |
5780 | 2023-12-13T06:49:02.723Z | test oximeter/oximeter/src/lib.rs - (line 24) ... ok |
5781 | 2023-12-13T06:49:09.640Z | test oximeter/oximeter/src/traits.rs - traits::Target (line 46) ... ok |
5782 | 2023-12-13T06:49:10.570Z | test oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::span_decades (line 597) ... ok |
5783 | 2023-12-13T06:49:10.757Z | test oximeter/oximeter/src/traits.rs - traits::Metric (line 143) ... ok |
5784 | 2023-12-13T06:49:11.223Z | test oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::with_bins (line 357) ... ok |
5785 | 2023-12-13T06:49:12.244Z | test oximeter/oximeter/src/traits.rs - traits::Producer (line 334) ... ok |
5786 | 2023-12-13T06:49:12.244Z | |
5787 | 2023-12-13T06:49:12.247Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 11.67s |
5788 | 2023-12-13T06:49:12.247Z | |
5789 | 2023-12-13T06:49:12.284Z | Doc-tests oximeter-client |
5790 | 2023-12-13T06:49:12.284Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human` |
5791 | 2023-12-13T06:49:12.707Z | |
5792 | 2023-12-13T06:49:12.707Z | running 0 tests |
5793 | 2023-12-13T06:49:12.707Z | |
5794 | 2023-12-13T06:49:12.707Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5795 | 2023-12-13T06:49:12.707Z | |
5796 | 2023-12-13T06:49:12.732Z | Doc-tests oximeter-collector |
5797 | 2023-12-13T06:49:12.736Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d8ea03d289239ce8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-69f4051e81fe236e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0122284c9cb00679.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-63ffd0c58c2146d6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human` |
5798 | 2023-12-13T06:49:13.315Z | |
5799 | 2023-12-13T06:49:13.315Z | running 0 tests |
5800 | 2023-12-13T06:49:13.315Z | |
5801 | 2023-12-13T06:49:13.315Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5802 | 2023-12-13T06:49:13.317Z | |
5803 | 2023-12-13T06:49:13.345Z | Doc-tests oximeter-db |
5804 | 2023-12-13T06:49:13.350Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-7523c0413f22d510.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ac2bb27a4d43cdb1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-63ffd0c58c2146d6.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-678e71940ce89996.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-42864ef4f87b08a6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-15a2cf4d8cef0518.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-4f8f0d383a3d9c4e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-534709829fd0a93c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ebbaec620d31c4c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human` |
5805 | 2023-12-13T06:49:14.700Z | |
5806 | 2023-12-13T06:49:14.700Z | running 0 tests |
5807 | 2023-12-13T06:49:14.700Z | |
5808 | 2023-12-13T06:49:14.700Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5809 | 2023-12-13T06:49:14.700Z | |
5810 | 2023-12-13T06:49:14.740Z | Doc-tests oximeter-instruments |
5811 | 2023-12-13T06:49:14.743Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-0c5d584e64e6fa84.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-919c97f60e8f467f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -D warnings --error-format human` |
5812 | 2023-12-13T06:49:15.204Z | |
5813 | 2023-12-13T06:49:15.204Z | running 0 tests |
5814 | 2023-12-13T06:49:15.204Z | |
5815 | 2023-12-13T06:49:15.204Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5816 | 2023-12-13T06:49:15.204Z | |
5817 | 2023-12-13T06:49:15.230Z | Doc-tests oximeter-macro-impl |
5818 | 2023-12-13T06:49:15.236Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e65b6b3569898ced.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human` |
5819 | 2023-12-13T06:49:15.348Z | |
5820 | 2023-12-13T06:49:15.348Z | running 0 tests |
5821 | 2023-12-13T06:49:15.348Z | |
5822 | 2023-12-13T06:49:15.348Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5823 | 2023-12-13T06:49:15.348Z | |
5824 | 2023-12-13T06:49:15.359Z | Doc-tests oximeter-producer |
5825 | 2023-12-13T06:49:15.362Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-cebabb66f504f0ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-035c30fa37189562.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-11453111aabfc661.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human` |
5826 | 2023-12-13T06:49:15.708Z | |
5827 | 2023-12-13T06:49:15.708Z | running 0 tests |
5828 | 2023-12-13T06:49:15.708Z | |
5829 | 2023-12-13T06:49:15.708Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5830 | 2023-12-13T06:49:15.708Z | |
5831 | 2023-12-13T06:49:15.732Z | Doc-tests sled-agent-client |
5832 | 2023-12-13T06:49:15.735Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-359424361800b9c2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human` |
5833 | 2023-12-13T06:49:19.123Z | |
5834 | 2023-12-13T06:49:19.123Z | running 0 tests |
5835 | 2023-12-13T06:49:19.123Z | |
5836 | 2023-12-13T06:49:19.123Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5837 | 2023-12-13T06:49:19.124Z | |
5838 | 2023-12-13T06:49:19.188Z | Doc-tests sled-hardware |
5839 | 2023-12-13T06:49:19.191Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-5fbee8486911ec05.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-df62e9c1aba12dc6.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-c0f99d4dd8fd9e9f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-fda2b703ed835513.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1a945f20f992a1d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human` |
5840 | 2023-12-13T06:49:19.695Z | |
5841 | 2023-12-13T06:49:19.696Z | running 0 tests |
5842 | 2023-12-13T06:49:19.696Z | |
5843 | 2023-12-13T06:49:19.696Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5844 | 2023-12-13T06:49:19.696Z | |
5845 | 2023-12-13T06:49:19.722Z | Doc-tests sled-storage |
5846 | 2023-12-13T06:49:19.728Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-99a4f5018e767a40.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-101138a21a5c1855.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no --cfg 'feature="testing"' -D warnings --error-format human` |
5847 | 2023-12-13T06:49:20.211Z | |
5848 | 2023-12-13T06:49:20.211Z | running 0 tests |
5849 | 2023-12-13T06:49:20.212Z | |
5850 | 2023-12-13T06:49:20.212Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5851 | 2023-12-13T06:49:20.212Z | |
5852 | 2023-12-13T06:49:20.240Z | Doc-tests sp-sim |
5853 | 2023-12-13T06:49:20.246Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-36892fbc52855a85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45839d9b9f6b3147.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-10a69f4990e13aae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib -C embed-bitcode=no -D warnings --error-format human` |
5854 | 2023-12-13T06:49:20.971Z | |
5855 | 2023-12-13T06:49:20.971Z | running 0 tests |
5856 | 2023-12-13T06:49:20.971Z | |
5857 | 2023-12-13T06:49:20.971Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5858 | 2023-12-13T06:49:20.971Z | |
5859 | 2023-12-13T06:49:21.002Z | Doc-tests tufaceous |
5860 | 2023-12-13T06:49:21.006Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-47c774df8bf7b814.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-6e7ba986a3c22a1f.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-e99fa7a4f6706659.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-307c7e7ea69f66b1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a4c22e32d3a40be5.rlib -C embed-bitcode=no -D warnings --error-format human` |
5861 | 2023-12-13T06:49:21.428Z | |
5862 | 2023-12-13T06:49:21.428Z | running 0 tests |
5863 | 2023-12-13T06:49:21.428Z | |
5864 | 2023-12-13T06:49:21.429Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5865 | 2023-12-13T06:49:21.429Z | |
5866 | 2023-12-13T06:49:21.454Z | Doc-tests tufaceous-lib |
5867 | 2023-12-13T06:49:21.458Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-35896dd42b140dec.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3613d422ae61369e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5148fe9b02653e6d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-703e387a57be71d5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-09dd1c108d4ebb85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-dfbba71d739ffea6.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a4c22e32d3a40be5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f28df03945a552f5.rlib -C embed-bitcode=no -D warnings --error-format human` |
5868 | 2023-12-13T06:49:22.062Z | |
5869 | 2023-12-13T06:49:22.062Z | running 0 tests |
5870 | 2023-12-13T06:49:22.062Z | |
5871 | 2023-12-13T06:49:22.062Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5872 | 2023-12-13T06:49:22.062Z | |
5873 | 2023-12-13T06:49:22.109Z | Doc-tests update-engine |
5874 | 2023-12-13T06:49:22.112Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8666310a26e47114.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d5d148f8b0aeac01.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-761675d8cda6d1d8.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-4a667776a18b8bd2.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-9a24c9cb3f4a98ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3e2db2035a7a8d70.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a080bef07cdada68.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-df85453bf78c2aec.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib -C embed-bitcode=no -D warnings --error-format human` |
5875 | 2023-12-13T06:49:22.923Z | |
5876 | 2023-12-13T06:49:22.923Z | running 3 tests |
5877 | 2023-12-13T06:49:22.927Z | test update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored |
5878 | 2023-12-13T06:49:22.927Z | test update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored |
5879 | 2023-12-13T06:49:22.928Z | test update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored |
5880 | 2023-12-13T06:49:22.928Z | |
5881 | 2023-12-13T06:49:22.928Z | test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5882 | 2023-12-13T06:49:22.928Z | |
5883 | 2023-12-13T06:49:22.952Z | Doc-tests wicket |
5884 | 2023-12-13T06:49:22.955Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-47c774df8bf7b814.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a8135444ac120ce3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-25811ab130843975.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fbca5c263b93fbbc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-761675d8cda6d1d8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-15c714f5ca543753.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-dd4be663f227f3ed.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-57c917783a87b3ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-c646a9162b042b75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-df85453bf78c2aec.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dbf731b8f6c14b25.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f166fe2f4ac9c287.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8993e2bd2ef35019.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-30031f1d0d86aac6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ceb261b2209b87b0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0eef1eab962d7085.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -C embed-bitcode=no -D warnings --error-format human` |
5885 | 2023-12-13T06:49:24.209Z | |
5886 | 2023-12-13T06:49:24.209Z | running 0 tests |
5887 | 2023-12-13T06:49:24.209Z | |
5888 | 2023-12-13T06:49:24.209Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5889 | 2023-12-13T06:49:24.209Z | |
5890 | 2023-12-13T06:49:24.232Z | Doc-tests wicket-common |
5891 | 2023-12-13T06:49:24.241Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ceb261b2209b87b0.rlib -C embed-bitcode=no -D warnings --error-format human` |
5892 | 2023-12-13T06:49:24.728Z | |
5893 | 2023-12-13T06:49:24.728Z | running 0 tests |
5894 | 2023-12-13T06:49:24.728Z | |
5895 | 2023-12-13T06:49:24.728Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5896 | 2023-12-13T06:49:24.728Z | |
5897 | 2023-12-13T06:49:24.755Z | Doc-tests wicket-dbg |
5898 | 2023-12-13T06:49:24.759Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a8135444ac120ce3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-25811ab130843975.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-678e71940ce89996.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-d96df02d9b0c6f58.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-055f6b02c9595a7f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-30031f1d0d86aac6.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-97dd31fbf2b0cdd5.rlib -C embed-bitcode=no -D warnings --error-format human` |
5899 | 2023-12-13T06:49:25.238Z | |
5900 | 2023-12-13T06:49:25.238Z | running 0 tests |
5901 | 2023-12-13T06:49:25.238Z | |
5902 | 2023-12-13T06:49:25.238Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5903 | 2023-12-13T06:49:25.238Z | |
5904 | 2023-12-13T06:49:25.243Z | Doc-tests wicketd |
5905 | 2023-12-13T06:49:25.243Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da1a4b5c259a3488.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-66715171ffc88e2c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-06289c5680bca19e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d06f2e98114e5873.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-7e6c307bf3e7aaf2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1359cb464b58f9dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-071e5703096c5c4b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e9cbf9f49bb23513.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-89eb3f13d21919d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9cce007c04a7d86d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ca99fe340da40657.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-af76fb0c5f38525e.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e3c0b077b0dcbe9d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb16dcd5784e1974.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0a9ff21501efc3fa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-84b0ae4abbdcf067.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-29aa500270a39efe.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-3613d422ae61369e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-84601802e30a6b60.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bb326a14bc9e7426.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-446dd93e2795f46a.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-24603a09c71288aa.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-f747040037db8488.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-1f72e673872765cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-2be96bd6b55b8b90.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-78a13c5f7508de23.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-01672951b3e5ecec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-92dedbeb7b01892e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-623a93b3645a6dbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-63f298dc0a867e63.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5e2d204b50b994be.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1fc20097d4bfc521.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-09dd1c108d4ebb85.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-336bd9e4ec1bcba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5d15e705e0ed0c0.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ba9d7728e3f62303.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-519f96bc871b49fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8eec2547812a1ee6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8baf19a5c9b0c754.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3ebadf2e1594f539.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0e923d59cf74a24c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-dfbba71d739ffea6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-caf1f0c075e153f3.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-307c7e7ea69f66b1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a4c22e32d3a40be5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-30031f1d0d86aac6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ceb261b2209b87b0.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-73d0d07c596158cb.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0eef1eab962d7085.rlib -C embed-bitcode=no -D warnings --error-format human` |
5906 | 2023-12-13T06:49:26.533Z | |
5907 | 2023-12-13T06:49:26.533Z | running 0 tests |
5908 | 2023-12-13T06:49:26.533Z | |
5909 | 2023-12-13T06:49:26.533Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5910 | 2023-12-13T06:49:26.534Z | |
5911 | 2023-12-13T06:49:26.580Z | Doc-tests wicketd-client |
5912 | 2023-12-13T06:49:26.584Z | Running `/home/build/.rustup/toolchains/1.74.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e9f306d18c435896/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4508f053ba27dfd0/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ff112b8c279e2c43/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5384aab5a0ccb733/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-7769037f643a5afe.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51242dff9c560077.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3a274d64876baf35.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-51e830d44a46a8e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-83211b8a2bf13b83.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-43b94946f0134bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6aac2dcd380d9480.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-18ca3fa1034d3a4c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-101c0c10b68ffd8b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-00a1a49ffaf00453.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-6736bf3e319ac7cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9f6f03a9890abd7a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ceb261b2209b87b0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0eef1eab962d7085.rlib -C embed-bitcode=no -D warnings --error-format human` |
5913 | 2023-12-13T06:49:28.984Z | |
5914 | 2023-12-13T06:49:28.984Z | running 0 tests |
5915 | 2023-12-13T06:49:28.984Z | |
5916 | 2023-12-13T06:49:28.984Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5917 | 2023-12-13T06:49:28.984Z | |
5918 | 2023-12-13T06:49:29.072Z | |
5919 | 2023-12-13T06:49:29.072Z | real 2:02.450439686 |
5920 | 2023-12-13T06:49:29.072Z | user 2:07.424330376 |
5921 | 2023-12-13T06:49:29.072Z | sys 38.722684789 |
5922 | 2023-12-13T06:49:29.072Z | trap 0.027910516 |
5923 | 2023-12-13T06:49:29.072Z | tflt 0.815398575 |
5924 | 2023-12-13T06:49:29.078Z | dflt 7.347858212 |
5925 | 2023-12-13T06:49:29.078Z | kflt 0.034519841 |
5926 | 2023-12-13T06:49:29.079Z | lock 2:07.114939703 |
5927 | 2023-12-13T06:49:29.079Z | slp 12:26.598656269 |
5928 | 2023-12-13T06:49:29.079Z | lat 0.785538411 |
5929 | 2023-12-13T06:49:29.079Z | stop 2.586958809 |
5930 | 2023-12-13T06:49:29.082Z | files in /var/tmp/omicron_tmp (none expected on success): |
5931 | 2023-12-13T06:49:29.085Z | 164305 11 drwxr-xr-x 2 build build 2 Dec 13 06:49 /var/tmp/omicron_tmp |
5932 | 2023-12-13T06:49:29.991Z | process exited: duration 4258939 ms, exit code 0 |
|
5933 | 2023-12-13T06:49:30.001Z | found 0 output files |