|
|
|
1 | 2024-01-10T23:47:24.107Z | job assigned to worker 01HKTW9ADHB327VXSN02W5RP5S (queued for 1 m 33 s) |
|
2 | 2024-01-10T23:47:24.157Z | starting task 0: "setup" |
3 | 2024-01-10T23:47:24.216Z | ++ uname -s |
4 | 2024-01-10T23:47:24.221Z | + kern=SunOS |
5 | 2024-01-10T23:47:24.221Z | + case "$kern" in |
6 | 2024-01-10T23:47:24.221Z | + groupadd -g 12345 build |
7 | 2024-01-10T23:47:24.229Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-01-10T23:47:26.268Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-01-10T23:47:26.399Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-01-10T23:47:26.405Z | + home_fs=zfs |
11 | 2024-01-10T23:47:26.405Z | + [[ zfs == autofs ]] |
12 | 2024-01-10T23:47:26.405Z | + mkdir -p /home/build |
13 | 2024-01-10T23:47:26.405Z | + chown build:build /home/build /work |
14 | 2024-01-10T23:47:28.405Z | + chmod 0700 /home/build /work |
15 | 2024-01-10T23:47:28.418Z | process exited: duration 4250 ms, exit code 0 |
|
16 | 2024-01-10T23:47:28.441Z | starting task 1: "rust-toolchain" |
17 | 2024-01-10T23:47:28.451Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-01-10T23:47:28.452Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-01-10T23:47:28.633Z | info: downloading installer |
20 | 2024-01-10T23:47:31.571Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-01-10T23:47:31.571Z | warning: /opt/ooce/bin |
22 | 2024-01-10T23:47:31.571Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-01-10T23:47:31.571Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-01-10T23:47:31.571Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-01-10T23:47:31.571Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-01-10T23:47:31.572Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-01-10T23:47:31.572Z | error: cannot install while Rust is installed |
28 | 2024-01-10T23:47:31.572Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-01-10T23:47:32.400Z | info: profile set to 'default' |
30 | 2024-01-10T23:47:32.400Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-01-10T23:47:32.404Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-01-10T23:47:32.604Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-01-10T23:47:32.604Z | info: downloading component 'cargo' |
34 | 2024-01-10T23:47:33.454Z | info: downloading component 'clippy' |
35 | 2024-01-10T23:47:34.207Z | info: downloading component 'rust-docs' |
36 | 2024-01-10T23:47:34.821Z | info: downloading component 'rust-std' |
37 | 2024-01-10T23:47:36.739Z | info: downloading component 'rustc' |
38 | 2024-01-10T23:47:41.368Z | info: downloading component 'rustfmt' |
39 | 2024-01-10T23:47:41.693Z | info: installing component 'cargo' |
40 | 2024-01-10T23:47:43.486Z | info: installing component 'clippy' |
41 | 2024-01-10T23:47:44.450Z | info: installing component 'rust-docs' |
42 | 2024-01-10T23:47:47.280Z | info: installing component 'rust-std' |
43 | 2024-01-10T23:47:51.035Z | info: installing component 'rustc' |
44 | 2024-01-10T23:48:01.938Z | info: installing component 'rustfmt' |
45 | 2024-01-10T23:48:02.397Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-01-10T23:48:02.397Z | |
47 | 2024-01-10T23:48:02.568Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-01-10T23:48:02.568Z | |
49 | 2024-01-10T23:48:02.568Z | |
50 | 2024-01-10T23:48:02.568Z | Rust is installed now. Great! |
51 | 2024-01-10T23:48:02.568Z | |
52 | 2024-01-10T23:48:02.568Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-01-10T23:48:02.572Z | environment variable. This has not been done automatically. |
54 | 2024-01-10T23:48:02.572Z | |
55 | 2024-01-10T23:48:02.572Z | To configure your current shell, run: |
56 | 2024-01-10T23:48:02.572Z | source "$HOME/.cargo/env" |
57 | 2024-01-10T23:48:02.659Z | + rustc --version |
58 | 2024-01-10T23:48:02.776Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-01-10T23:48:02.783Z | process exited: duration 34342 ms, exit code 0 |
|
60 | 2024-01-10T23:48:03.224Z | starting task 2: "authentication" |
61 | 2024-01-10T23:48:03.252Z | process exited: duration 33 ms, exit code 0 |
|
62 | 2024-01-10T23:48:03.263Z | starting task 3: "clone repository" |
63 | 2024-01-10T23:48:03.268Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-01-10T23:48:03.272Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-01-10T23:48:03.679Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-01-10T23:48:10.898Z | + cd /work/oxidecomputer/omicron |
67 | 2024-01-10T23:48:10.898Z | + [[ -n alan/crucible-new-new ]] |
68 | 2024-01-10T23:48:11.322Z | + git fetch origin alan/crucible-new-new |
69 | 2024-01-10T23:48:11.322Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-01-10T23:48:11.322Z | * branch alan/crucible-new-new -> FETCH_HEAD |
71 | 2024-01-10T23:48:11.323Z | + git checkout -B alan/crucible-new-new remotes/origin/alan/crucible-new-new |
72 | 2024-01-10T23:48:11.362Z | Switched to a new branch 'alan/crucible-new-new' |
73 | 2024-01-10T23:48:11.375Z | branch 'alan/crucible-new-new' set up to track 'origin/alan/crucible-new-new'. |
74 | 2024-01-10T23:48:11.375Z | + git reset --hard 88154ff2f27554905ce54592cba889ca798defa8 |
75 | 2024-01-10T23:48:11.389Z | HEAD is now at 88154ff2 Add updated Cargo.lock file |
76 | 2024-01-10T23:48:11.389Z | process exited: duration 8120 ms, exit code 0 |
|
77 | 2024-01-10T23:48:11.403Z | starting task 4: "build" |
78 | 2024-01-10T23:48:11.409Z | + NEXTEST_VERSION=0.9.67 |
79 | 2024-01-10T23:48:11.409Z | + cargo --version |
80 | 2024-01-10T23:48:11.417Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
81 | 2024-01-10T23:48:11.633Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
82 | 2024-01-10T23:48:11.636Z | info: downloading component 'cargo' |
83 | 2024-01-10T23:48:12.493Z | info: downloading component 'clippy' |
84 | 2024-01-10T23:48:12.776Z | info: downloading component 'rust-docs' |
85 | 2024-01-10T23:48:13.822Z | info: downloading component 'rust-std' |
86 | 2024-01-10T23:48:15.427Z | info: downloading component 'rustc' |
87 | 2024-01-10T23:48:20.035Z | info: downloading component 'rustfmt' |
88 | 2024-01-10T23:48:20.291Z | info: installing component 'cargo' |
89 | 2024-01-10T23:48:21.614Z | info: installing component 'clippy' |
90 | 2024-01-10T23:48:22.106Z | info: installing component 'rust-docs' |
91 | 2024-01-10T23:48:25.036Z | info: installing component 'rust-std' |
92 | 2024-01-10T23:48:27.511Z | info: installing component 'rustc' |
93 | 2024-01-10T23:48:33.785Z | info: installing component 'rustfmt' |
94 | 2024-01-10T23:48:34.330Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
95 | 2024-01-10T23:48:34.415Z | + rustc --version |
96 | 2024-01-10T23:48:34.461Z | rustc 1.74.1 (a28077b28 2023-12-04) |
97 | 2024-01-10T23:48:34.473Z | + curl -sSfL --retry 10 https://get.nexte.st/0.9.67/illumos |
98 | 2024-01-10T23:48:34.473Z | + gunzip |
99 | 2024-01-10T23:48:34.473Z | + tar -xvf - -C /home/build/.cargo/bin |
100 | 2024-01-10T23:48:36.070Z | x cargo-nextest, 11234272 bytes, 21942 tape blocks |
101 | 2024-01-10T23:48:36.075Z | + TEST_TMPDIR=/var/tmp/omicron_tmp |
102 | 2024-01-10T23:48:36.076Z | + echo 'tests will store output in /var/tmp/omicron_tmp' |
103 | 2024-01-10T23:48:36.076Z | tests will store output in /var/tmp/omicron_tmp |
104 | 2024-01-10T23:48:36.076Z | + mkdir /var/tmp/omicron_tmp |
105 | 2024-01-10T23:48:36.077Z | + source ./env.sh |
106 | 2024-01-10T23:48:36.077Z | ++ set -o xtrace |
107 | 2024-01-10T23:48:36.083Z | ++++ dirname ./env.sh |
108 | 2024-01-10T23:48:36.198Z | +++ cd . |
109 | 2024-01-10T23:48:36.211Z | +++ echo /work/oxidecomputer/omicron |
110 | 2024-01-10T23:48:36.211Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
111 | 2024-01-10T23:48:36.211Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
112 | 2024-01-10T23:48:36.212Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
113 | 2024-01-10T23:48:36.212Z | ++ 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 |
114 | 2024-01-10T23:48:36.212Z | ++ 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 | 2024-01-10T23:48:36.212Z | ++ 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 |
116 | 2024-01-10T23:48:36.213Z | ++ 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 | 2024-01-10T23:48:36.213Z | ++ 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 |
118 | 2024-01-10T23:48:36.213Z | ++ 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 | 2024-01-10T23:48:36.215Z | ++ unset OMICRON_WS |
120 | 2024-01-10T23:48:36.215Z | ++ set +o xtrace |
121 | 2024-01-10T23:48:36.296Z | |
122 | 2024-01-10T23:48:36.296Z | ##### ##### ###### ##### ###### #### # # # #### # |
123 | 2024-01-10T23:48:36.296Z | # # # # # # # # # # # # # # # |
124 | 2024-01-10T23:48:36.296Z | # # # # ##### # # ##### # # # # # #### # |
125 | 2024-01-10T23:48:36.296Z | ##### ##### # ##### # # # # # # # # # |
126 | 2024-01-10T23:48:36.296Z | # # # # # # # # # # # # # # # |
127 | 2024-01-10T23:48:36.296Z | # # # ###### # # ###### ### # #### # #### # |
128 | 2024-01-10T23:48:36.296Z | |
129 | 2024-01-10T23:48:52.651Z | Startup: Refreshing catalog 'helios-dev' ... Done |
130 | 2024-01-10T23:48:54.375Z | Startup: Caching catalogs ... Done |
131 | 2024-01-10T23:48:56.345Z | Planning: Solver setup ... Done (1.529s) |
132 | 2024-01-10T23:48:56.383Z | Planning: Running solver ... Done (0.044s) |
133 | 2024-01-10T23:48:56.412Z | Planning: Finding local manifests ... Done (0.003s) |
134 | 2024-01-10T23:48:56.426Z | Planning: Fetching manifests: 0/4 0% complete |
135 | 2024-01-10T23:48:56.724Z | Planning: Fetching manifests: 4/4 100% complete |
136 | 2024-01-10T23:48:56.802Z | Planning: Package planning ... Done (0.081s) |
137 | 2024-01-10T23:48:56.896Z | Planning: Merging actions ... Done (0.086s) |
138 | 2024-01-10T23:48:58.134Z | Planning: Checking for conflicting actions ... Done (1.207s) |
139 | 2024-01-10T23:48:58.139Z | Planning: Consolidating action changes ... Done (0.018s) |
140 | 2024-01-10T23:49:05.930Z | Planning: Evaluating mediators ... Done (7.813s) |
141 | 2024-01-10T23:49:05.946Z | Planning: Planning completed in 11.51 seconds |
142 | 2024-01-10T23:49:10.741Z | Packages to install: 4 |
143 | 2024-01-10T23:49:10.742Z | Mediators to change: 2 |
144 | 2024-01-10T23:49:10.755Z | Services to change: 1 |
145 | 2024-01-10T23:49:10.755Z | Estimated space available: 148.87 GB |
146 | 2024-01-10T23:49:10.756Z | Estimated space to be consumed: 1.40 GB |
147 | 2024-01-10T23:49:10.756Z | Create boot environment: No |
148 | 2024-01-10T23:49:10.756Z | Create backup boot environment: No |
149 | 2024-01-10T23:49:10.756Z | Rebuild boot archive: No |
150 | 2024-01-10T23:49:10.756Z | |
151 | 2024-01-10T23:49:10.756Z | Changed mediators: |
152 | 2024-01-10T23:49:10.756Z | mediator clang: |
153 | 2024-01-10T23:49:10.756Z | version: None -> 15 (system default) |
154 | 2024-01-10T23:49:10.756Z | |
155 | 2024-01-10T23:49:10.757Z | mediator llvm: |
156 | 2024-01-10T23:49:10.757Z | version: 14 (system default) -> 15 (system default) |
157 | 2024-01-10T23:49:10.757Z | |
158 | 2024-01-10T23:49:10.757Z | Changed packages: |
159 | 2024-01-10T23:49:10.757Z | helios-dev |
160 | 2024-01-10T23:49:10.757Z | developer/build-essential |
161 | 2024-01-10T23:49:10.757Z | None -> 11-2.0 |
162 | 2024-01-10T23:49:10.757Z | library/libxmlsec1 |
163 | 2024-01-10T23:49:10.757Z | None -> 1.2.35-2.0 |
164 | 2024-01-10T23:49:10.758Z | ooce/developer/clang-15 |
165 | 2024-01-10T23:49:10.759Z | None -> 15.0.7-2.0 |
166 | 2024-01-10T23:49:10.759Z | ooce/developer/llvm-15 |
167 | 2024-01-10T23:49:10.759Z | None -> 15.0.7-2.0 |
168 | 2024-01-10T23:49:10.760Z | |
169 | 2024-01-10T23:49:10.760Z | Services: |
170 | 2024-01-10T23:49:10.760Z | restart_fmri: |
171 | 2024-01-10T23:49:10.760Z | svc:/system/update-man-index:default |
172 | 2024-01-10T23:49:11.046Z | |
173 | 2024-01-10T23:49:11.046Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
174 | 2024-01-10T23:49:16.338Z | Download: 1198/3290 items 81.8/212.6MB 38% complete (17.6M/s) |
175 | 2024-01-10T23:49:21.405Z | Download: 2215/3290 items 119.2/212.6MB 56% complete (11.9M/s) |
176 | 2024-01-10T23:49:26.400Z | Download: 2774/3290 items 120.9/212.6MB 56% complete (3.9M/s) |
177 | 2024-01-10T23:49:31.108Z | Download: Completed 212.60 MB in 20.06 seconds (10.6M/s) |
178 | 2024-01-10T23:49:31.436Z | Actions: 1/3689 actions (Installing new actions) |
179 | 2024-01-10T23:49:37.397Z | Actions: 2478/3689 actions (Installing new actions) |
180 | 2024-01-10T23:49:39.155Z | Actions: Completed 3689 actions in 7.72 seconds. |
181 | 2024-01-10T23:49:39.463Z | Done (0.123s) |
182 | 2024-01-10T23:49:39.463Z | Done (0.000s) |
183 | 2024-01-10T23:49:39.592Z | Done (0.305s) |
184 | 2024-01-10T23:49:48.100Z | Done (8.377s) |
185 | 2024-01-10T23:49:48.424Z | Done (0.219s) |
186 | 2024-01-10T23:49:48.444Z | Done (0.000s) |
187 | 2024-01-10T23:49:48.660Z | Done (0.000s) |
188 | 2024-01-10T23:49:49.583Z | Planning: Evaluating mediator changes ... Done |
189 | 2024-01-10T23:49:49.669Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-01-10T23:49:49.686Z | Planning: Consolidating action changes ... Done |
191 | 2024-01-10T23:49:50.154Z | Planning: Evaluating mediators ... Done |
192 | 2024-01-10T23:49:50.174Z | Planning: Planning completed in 0.72 seconds |
193 | 2024-01-10T23:49:50.175Z | Mediators to change: 2 |
194 | 2024-01-10T23:49:50.175Z | Create boot environment: No |
195 | 2024-01-10T23:49:50.175Z | Create backup boot environment: No |
196 | 2024-01-10T23:49:50.378Z | Done |
197 | 2024-01-10T23:49:50.378Z | Done |
198 | 2024-01-10T23:49:50.465Z | Done |
199 | 2024-01-10T23:49:56.376Z | Done |
200 | 2024-01-10T23:49:56.494Z | Done |
201 | 2024-01-10T23:49:56.498Z | Done |
202 | 2024-01-10T23:49:56.618Z | Done |
203 | 2024-01-10T23:49:57.637Z | Planning: Evaluating mediator changes ... Done |
204 | 2024-01-10T23:49:57.641Z | Planning: Merging actions ... Done |
205 | 2024-01-10T23:49:57.973Z | Planning: Checking for conflicting actions ... Done |
206 | 2024-01-10T23:49:57.977Z | Planning: Consolidating action changes ... Done |
207 | 2024-01-10T23:49:58.412Z | Planning: Evaluating mediators ... Done |
208 | 2024-01-10T23:49:58.535Z | Planning: Planning completed in 1.31 seconds |
209 | 2024-01-10T23:49:58.561Z | Packages to change: 1 |
210 | 2024-01-10T23:49:58.561Z | Mediators to change: 1 |
211 | 2024-01-10T23:49:58.565Z | Services to change: 1 |
212 | 2024-01-10T23:49:58.566Z | Create boot environment: No |
213 | 2024-01-10T23:49:58.566Z | Create backup boot environment: Yes |
214 | 2024-01-10T23:50:00.673Z | Actions: 1/6 actions (Updating modified actions) |
215 | 2024-01-10T23:50:00.678Z | Actions: Completed 6 actions in 0.00 seconds. |
216 | 2024-01-10T23:50:00.678Z | Done |
217 | 2024-01-10T23:50:00.678Z | Done |
218 | 2024-01-10T23:50:00.737Z | Done |
219 | 2024-01-10T23:50:07.058Z | Done |
220 | 2024-01-10T23:50:07.185Z | Done |
221 | 2024-01-10T23:50:07.190Z | Done |
222 | 2024-01-10T23:50:07.319Z | Done |
223 | 2024-01-10T23:50:08.013Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
224 | 2024-01-10T23:50:08.013Z | clang system 15 system |
225 | 2024-01-10T23:50:08.013Z | csh system system illumos |
226 | 2024-01-10T23:50:08.013Z | ctags system system illumos |
227 | 2024-01-10T23:50:08.014Z | gcc vendor 12 vendor |
228 | 2024-01-10T23:50:08.014Z | gcc system 10 system |
229 | 2024-01-10T23:50:08.014Z | gcc system 7 system |
230 | 2024-01-10T23:50:08.014Z | go system 1.20 system |
231 | 2024-01-10T23:50:08.014Z | go system 1.19 system |
232 | 2024-01-10T23:50:08.014Z | llvm system 15 system |
233 | 2024-01-10T23:50:08.014Z | llvm system 14 system |
234 | 2024-01-10T23:50:08.015Z | mariadb system 10.6 system |
235 | 2024-01-10T23:50:08.015Z | mta vendor vendor dma |
236 | 2024-01-10T23:50:08.015Z | openjdk system 17 system |
237 | 2024-01-10T23:50:08.015Z | openjdk system 11 system |
238 | 2024-01-10T23:50:08.015Z | openjdk system 1.8 system |
239 | 2024-01-10T23:50:08.015Z | openssl vendor 3 vendor |
240 | 2024-01-10T23:50:08.015Z | perl system 5.36 system |
241 | 2024-01-10T23:50:08.015Z | postgresql system 15 system |
242 | 2024-01-10T23:50:08.015Z | postgresql system 13 system |
243 | 2024-01-10T23:50:08.015Z | python vendor 3 vendor |
244 | 2024-01-10T23:50:08.015Z | python system 2 system |
245 | 2024-01-10T23:50:08.015Z | python3 system 3.11 system |
246 | 2024-01-10T23:50:08.015Z | ruby system 3.0 system |
247 | 2024-01-10T23:50:08.015Z | words vendor vendor american-english |
248 | 2024-01-10T23:50:08.015Z | words system system australian-english |
249 | 2024-01-10T23:50:08.016Z | words system system british-english |
250 | 2024-01-10T23:50:08.016Z | words system system canadian-english |
251 | 2024-01-10T23:50:08.016Z | words system system french |
252 | 2024-01-10T23:50:08.024Z | words system system italian |
253 | 2024-01-10T23:50:08.024Z | words system system ngerman |
254 | 2024-01-10T23:50:08.024Z | words system system ogerman |
255 | 2024-01-10T23:50:08.024Z | words system system spanish |
256 | 2024-01-10T23:50:08.550Z | FMRI IFO |
257 | 2024-01-10T23:50:08.551Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
258 | 2024-01-10T23:50:08.551Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
259 | 2024-01-10T23:50:08.551Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
260 | 2024-01-10T23:50:08.551Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
261 | 2024-01-10T23:50:08.551Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
262 | 2024-01-10T23:50:08.551Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
263 | 2024-01-10T23:50:08.551Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
264 | 2024-01-10T23:50:08.551Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
265 | 2024-01-10T23:50:08.631Z | + set -o errexit |
266 | 2024-01-10T23:50:08.640Z | +++ dirname ./tools/ci_download_cockroachdb |
267 | 2024-01-10T23:50:08.640Z | ++ cd ./tools |
268 | 2024-01-10T23:50:08.640Z | ++ pwd |
269 | 2024-01-10T23:50:08.641Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
270 | 2024-01-10T23:50:08.646Z | ++ basename ./tools/ci_download_cockroachdb |
271 | 2024-01-10T23:50:08.647Z | + ARG0=ci_download_cockroachdb |
272 | 2024-01-10T23:50:08.647Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
273 | 2024-01-10T23:50:08.647Z | + CIDL_VERSION=v22.1.9 |
274 | 2024-01-10T23:50:08.647Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
275 | 2024-01-10T23:50:08.647Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
276 | 2024-01-10T23:50:08.647Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
277 | 2024-01-10T23:50:08.647Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
278 | 2024-01-10T23:50:08.647Z | + TARGET_DIR=out |
279 | 2024-01-10T23:50:08.647Z | + DOWNLOAD_DIR=out/downloads |
280 | 2024-01-10T23:50:08.647Z | + DEST_DIR=./out/cockroachdb |
281 | 2024-01-10T23:50:08.647Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
282 | 2024-01-10T23:50:08.647Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
283 | 2024-01-10T23:50:08.648Z | + main |
284 | 2024-01-10T23:50:08.648Z | + [[ 0 != 0 ]] |
285 | 2024-01-10T23:50:08.648Z | + CIDL_OS=solaris2.11 |
286 | 2024-01-10T23:50:08.648Z | + [[ 0 != 0 ]] |
287 | 2024-01-10T23:50:08.648Z | + configure_os solaris2.11 |
288 | 2024-01-10T23:50:08.648Z | + echo 'current directory: /work/oxidecomputer/omicron' |
289 | 2024-01-10T23:50:08.648Z | current directory: /work/oxidecomputer/omicron |
290 | 2024-01-10T23:50:08.648Z | + echo 'configuring based on OS: "solaris2.11"' |
291 | 2024-01-10T23:50:08.648Z | + case "$1" in |
292 | 2024-01-10T23:50:08.648Z | configuring based on OS: "solaris2.11" |
293 | 2024-01-10T23:50:08.648Z | + CIDL_BUILD=illumos |
294 | 2024-01-10T23:50:08.649Z | + CIDL_SUFFIX=tar.gz |
295 | 2024-01-10T23:50:08.649Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
296 | 2024-01-10T23:50:08.649Z | + CIDL_MD5FUNC=do_md5sum |
297 | 2024-01-10T23:50:08.649Z | + CIDL_URL_BASE=https://illumos.org/downloads |
298 | 2024-01-10T23:50:08.649Z | + CIDL_ASSEMBLE=do_assemble_illumos |
299 | 2024-01-10T23:50:08.649Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
300 | 2024-01-10T23:50:08.649Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
301 | 2024-01-10T23:50:08.649Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2024-01-10T23:50:08.649Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
303 | 2024-01-10T23:50:08.649Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
304 | 2024-01-10T23:50:08.649Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
305 | 2024-01-10T23:50:08.649Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2024-01-10T23:50:08.650Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
307 | 2024-01-10T23:50:08.650Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2024-01-10T23:50:08.650Z | + mkdir -p out/downloads |
309 | 2024-01-10T23:50:08.650Z | + mkdir -p ./out/cockroachdb |
310 | 2024-01-10T23:50:08.659Z | + local DO_DOWNLOAD=true |
311 | 2024-01-10T23:50:08.659Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
312 | 2024-01-10T23:50:08.659Z | + '[' true == true ']' |
313 | 2024-01-10T23:50:08.659Z | + echo Downloading... |
314 | 2024-01-10T23:50:08.659Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
315 | 2024-01-10T23:50:08.660Z | Downloading... |
316 | 2024-01-10T23:50:08.660Z | + 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 |
317 | 2024-01-10T23:50:12.166Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
318 | 2024-01-10T23:50:12.188Z | ++ md5sum |
319 | 2024-01-10T23:50:12.188Z | ++ awk '{print $1}' |
320 | 2024-01-10T23:50:12.409Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
321 | 2024-01-10T23:50:12.413Z | + [[ 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 ]] |
322 | 2024-01-10T23:50:12.414Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
323 | 2024-01-10T23:50:12.441Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
324 | 2024-01-10T23:50:16.049Z | + do_assemble_illumos |
325 | 2024-01-10T23:50:16.049Z | + rm -r ./out/cockroachdb |
326 | 2024-01-10T23:50:16.058Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
327 | 2024-01-10T23:50:16.743Z | + ./out/cockroachdb/bin/cockroach version |
328 | 2024-01-10T23:50:17.202Z | Build Tag: v22.1.9-dirty |
329 | 2024-01-10T23:50:17.203Z | Build Time: 2022/10/26 21:17:46 |
330 | 2024-01-10T23:50:17.203Z | Distribution: OSS |
331 | 2024-01-10T23:50:17.203Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
332 | 2024-01-10T23:50:17.203Z | Go Version: go1.17.13 |
333 | 2024-01-10T23:50:17.204Z | C Compiler: gcc 10.3.0 |
334 | 2024-01-10T23:50:17.204Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
335 | 2024-01-10T23:50:17.204Z | Build Type: release |
336 | 2024-01-10T23:50:17.222Z | + set -o errexit |
337 | 2024-01-10T23:50:17.225Z | +++ dirname ./tools/ci_download_clickhouse |
338 | 2024-01-10T23:50:17.229Z | ++ cd ./tools |
339 | 2024-01-10T23:50:17.229Z | ++ pwd |
340 | 2024-01-10T23:50:17.229Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
341 | 2024-01-10T23:50:17.229Z | ++ basename ./tools/ci_download_clickhouse |
342 | 2024-01-10T23:50:17.233Z | + ARG0=ci_download_clickhouse |
343 | 2024-01-10T23:50:17.234Z | + TARGET_DIR=out |
344 | 2024-01-10T23:50:17.234Z | + DOWNLOAD_DIR=out/downloads |
345 | 2024-01-10T23:50:17.234Z | + DEST_DIR=./out/clickhouse |
346 | 2024-01-10T23:50:17.234Z | + CIDL_VERSION=v22.8.9.24 |
347 | 2024-01-10T23:50:17.234Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
348 | 2024-01-10T23:50:17.234Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
349 | 2024-01-10T23:50:17.236Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
350 | 2024-01-10T23:50:17.236Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
351 | 2024-01-10T23:50:17.236Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
352 | 2024-01-10T23:50:17.236Z | + main |
353 | 2024-01-10T23:50:17.236Z | + [[ 0 != 0 ]] |
354 | 2024-01-10T23:50:17.236Z | + CIDL_OS=solaris2.11 |
355 | 2024-01-10T23:50:17.236Z | + [[ 0 != 0 ]] |
356 | 2024-01-10T23:50:17.236Z | + configure_os solaris2.11 |
357 | 2024-01-10T23:50:17.236Z | + echo 'current directory: /work/oxidecomputer/omicron' |
358 | 2024-01-10T23:50:17.236Z | current directory: /work/oxidecomputer/omicron |
359 | 2024-01-10T23:50:17.236Z | + echo 'configuring based on OS: "solaris2.11"' |
360 | 2024-01-10T23:50:17.236Z | + CIDL_DASHREV= |
361 | 2024-01-10T23:50:17.236Z | + case "$1" in |
362 | 2024-01-10T23:50:17.236Z | configuring based on OS: "solaris2.11" |
363 | 2024-01-10T23:50:17.236Z | + CIDL_PLATFORM=illumos |
364 | 2024-01-10T23:50:17.236Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
365 | 2024-01-10T23:50:17.236Z | + CIDL_MD5FUNC=do_md5sum |
366 | 2024-01-10T23:50:17.236Z | + CIDL_DASHREV=-1 |
367 | 2024-01-10T23:50:17.236Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
368 | 2024-01-10T23:50:17.237Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
369 | 2024-01-10T23:50:17.237Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
370 | 2024-01-10T23:50:17.237Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
371 | 2024-01-10T23:50:17.237Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
372 | 2024-01-10T23:50:17.237Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
373 | 2024-01-10T23:50:17.237Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
374 | 2024-01-10T23:50:17.238Z | + mkdir -p out/downloads |
375 | 2024-01-10T23:50:17.238Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
376 | 2024-01-10T23:50:17.242Z | + mkdir -p ./out/clickhouse |
377 | 2024-01-10T23:50:17.242Z | + local DO_DOWNLOAD=true |
378 | 2024-01-10T23:50:17.242Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
379 | 2024-01-10T23:50:17.243Z | + '[' true == true ']' |
380 | 2024-01-10T23:50:17.243Z | + echo Downloading... |
381 | 2024-01-10T23:50:17.243Z | Downloading... |
382 | 2024-01-10T23:50:17.243Z | + 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 |
383 | 2024-01-10T23:50:17.243Z | + 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 |
384 | 2024-01-10T23:50:18.636Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
385 | 2024-01-10T23:50:18.644Z | ++ md5sum |
386 | 2024-01-10T23:50:18.644Z | ++ awk '{print $1}' |
387 | 2024-01-10T23:50:18.895Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
388 | 2024-01-10T23:50:18.895Z | + [[ 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 ]] |
389 | 2024-01-10T23:50:18.895Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
390 | 2024-01-10T23:50:18.895Z | + mkdir -p ./out/clickhouse |
391 | 2024-01-10T23:50:18.903Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
392 | 2024-01-10T23:50:24.032Z | + ./out/clickhouse/clickhouse server --version |
393 | 2024-01-10T23:50:24.089Z | ClickHouse server version 22.8.9.1. |
394 | 2024-01-10T23:50:24.116Z | + set -o errexit |
395 | 2024-01-10T23:50:24.139Z | +++ dirname ./tools/ci_download_console |
396 | 2024-01-10T23:50:24.140Z | ++ cd ./tools |
397 | 2024-01-10T23:50:24.140Z | ++ pwd |
398 | 2024-01-10T23:50:24.140Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
399 | 2024-01-10T23:50:24.140Z | ++ basename ./tools/ci_download_console |
400 | 2024-01-10T23:50:24.140Z | + ARG0=ci_download_console |
401 | 2024-01-10T23:50:24.143Z | + TARGET_DIR=out |
402 | 2024-01-10T23:50:24.143Z | + DOWNLOAD_DIR=out/downloads |
403 | 2024-01-10T23:50:24.143Z | + DEST_DIR=./out/console-assets |
404 | 2024-01-10T23:50:24.144Z | + source /work/oxidecomputer/omicron/tools/console_version |
405 | 2024-01-10T23:50:24.144Z | ++ COMMIT=bcc80258f7ddd99f6cc4c94f8cc62c012d08acad |
406 | 2024-01-10T23:50:24.144Z | ++ SHA2=5d219bd7b2e5bd6a23985988be4f557bc79880fb307b1a55c1eed4b2927a8fd5 |
407 | 2024-01-10T23:50:24.144Z | + URL=https://dl.oxide.computer/releases/console/bcc80258f7ddd99f6cc4c94f8cc62c012d08acad.tar.gz |
408 | 2024-01-10T23:50:24.144Z | + TARBALL_FILE=out/downloads/console.tar.gz |
409 | 2024-01-10T23:50:24.144Z | + main |
410 | 2024-01-10T23:50:24.145Z | + [[ 0 != 0 ]] |
411 | 2024-01-10T23:50:24.145Z | + echo 'URL: https://dl.oxide.computer/releases/console/bcc80258f7ddd99f6cc4c94f8cc62c012d08acad.tar.gz' |
412 | 2024-01-10T23:50:24.145Z | URL: https://dl.oxide.computer/releases/console/bcc80258f7ddd99f6cc4c94f8cc62c012d08acad.tar.gz |
413 | 2024-01-10T23:50:24.145Z | Local file: out/downloads/console.tar.gz |
414 | 2024-01-10T23:50:24.146Z | + echo 'Local file: out/downloads/console.tar.gz' |
415 | 2024-01-10T23:50:24.146Z | + local DO_DOWNLOAD=true |
416 | 2024-01-10T23:50:24.147Z | + [[ -f out/downloads/console.tar.gz ]] |
417 | 2024-01-10T23:50:24.147Z | + mkdir -p out/downloads |
418 | 2024-01-10T23:50:24.147Z | + '[' true == true ']' |
419 | 2024-01-10T23:50:24.147Z | + echo Downloading... |
420 | 2024-01-10T23:50:24.147Z | Downloading... |
421 | 2024-01-10T23:50:24.148Z | + do_download_curl https://dl.oxide.computer/releases/console/bcc80258f7ddd99f6cc4c94f8cc62c012d08acad.tar.gz out/downloads/console.tar.gz |
422 | 2024-01-10T23:50:24.148Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bcc80258f7ddd99f6cc4c94f8cc62c012d08acad.tar.gz |
423 | 2024-01-10T23:50:24.818Z | ++ do_sha256sum out/downloads/console.tar.gz |
424 | 2024-01-10T23:50:24.818Z | ++ case "$OSTYPE" in |
425 | 2024-01-10T23:50:24.834Z | ++ SHA=sha256sum |
426 | 2024-01-10T23:50:24.834Z | ++ sha256sum |
427 | 2024-01-10T23:50:24.835Z | ++ awk '{print $1}' |
428 | 2024-01-10T23:50:24.958Z | + calculated_sha2=5d219bd7b2e5bd6a23985988be4f557bc79880fb307b1a55c1eed4b2927a8fd5 |
429 | 2024-01-10T23:50:24.959Z | + [[ 5d219bd7b2e5bd6a23985988be4f557bc79880fb307b1a55c1eed4b2927a8fd5 != \5\d\2\1\9\b\d\7\b\2\e\5\b\d\6\a\2\3\9\8\5\9\8\8\b\e\4\f\5\5\7\b\c\7\9\8\8\0\f\b\3\0\7\b\1\a\5\5\c\1\e\e\d\4\b\2\9\2\7\a\8\f\d\5 ]] |
430 | 2024-01-10T23:50:24.959Z | + rm -rf ./out/console-assets |
431 | 2024-01-10T23:50:24.978Z | + mkdir -p ./out/console-assets |
432 | 2024-01-10T23:50:24.978Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
433 | 2024-01-10T23:50:24.978Z | + mkdir -p ./out/console-assets |
434 | 2024-01-10T23:50:24.978Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
435 | 2024-01-10T23:50:25.064Z | + set -o errexit |
436 | 2024-01-10T23:50:25.070Z | +++ dirname ./tools/ci_download_maghemite_openapi |
437 | 2024-01-10T23:50:25.070Z | ++ cd ./tools |
438 | 2024-01-10T23:50:25.070Z | ++ pwd |
439 | 2024-01-10T23:50:25.070Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
440 | 2024-01-10T23:50:25.076Z | ++ basename ./tools/ci_download_maghemite_openapi |
441 | 2024-01-10T23:50:25.076Z | + ARG0=ci_download_maghemite_openapi |
442 | 2024-01-10T23:50:25.076Z | + TARGET_DIR=out |
443 | 2024-01-10T23:50:25.076Z | + DOWNLOAD_DIR=out/downloads |
444 | 2024-01-10T23:50:25.080Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
445 | 2024-01-10T23:50:25.080Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
446 | 2024-01-10T23:50:25.080Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
447 | 2024-01-10T23:50:25.080Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
448 | 2024-01-10T23:50:25.080Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
449 | 2024-01-10T23:50:25.080Z | + main |
450 | 2024-01-10T23:50:25.080Z | + [[ 0 != 0 ]] |
451 | 2024-01-10T23:50:25.081Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
452 | 2024-01-10T23:50:25.081Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
453 | 2024-01-10T23:50:25.081Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
454 | 2024-01-10T23:50:25.081Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
455 | 2024-01-10T23:50:25.081Z | + local DO_DOWNLOAD=true |
456 | 2024-01-10T23:50:25.081Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
457 | 2024-01-10T23:50:25.081Z | + mkdir -p out/downloads |
458 | 2024-01-10T23:50:25.093Z | + '[' true == true ']' |
459 | 2024-01-10T23:50:25.093Z | + echo Downloading... |
460 | 2024-01-10T23:50:25.094Z | Downloading... |
461 | 2024-01-10T23:50:25.094Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
462 | 2024-01-10T23:50:25.094Z | + 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 |
463 | 2024-01-10T23:50:25.832Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
464 | 2024-01-10T23:50:25.832Z | ++ case "$OSTYPE" in |
465 | 2024-01-10T23:50:26.248Z | ++ SHA=sha256sum |
466 | 2024-01-10T23:50:26.248Z | ++ sha256sum |
467 | 2024-01-10T23:50:26.249Z | ++ awk '{print $1}' |
468 | 2024-01-10T23:50:26.249Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
469 | 2024-01-10T23:50:26.249Z | + [[ 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 ]] |
470 | 2024-01-10T23:50:26.249Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
471 | 2024-01-10T23:50:26.249Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
472 | 2024-01-10T23:50:26.249Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
473 | 2024-01-10T23:50:26.249Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
474 | 2024-01-10T23:50:26.251Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
475 | 2024-01-10T23:50:26.251Z | + main |
476 | 2024-01-10T23:50:26.251Z | + [[ 0 != 0 ]] |
477 | 2024-01-10T23:50:26.251Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
478 | 2024-01-10T23:50:26.251Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
479 | 2024-01-10T23:50:26.252Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
480 | 2024-01-10T23:50:26.252Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
481 | 2024-01-10T23:50:26.252Z | + local DO_DOWNLOAD=true |
482 | 2024-01-10T23:50:26.252Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
483 | 2024-01-10T23:50:26.252Z | + mkdir -p out/downloads |
484 | 2024-01-10T23:50:26.252Z | + '[' true == true ']' |
485 | 2024-01-10T23:50:26.253Z | + echo Downloading... |
486 | 2024-01-10T23:50:26.253Z | Downloading... |
487 | 2024-01-10T23:50:26.253Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
488 | 2024-01-10T23:50:26.253Z | + 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 |
489 | 2024-01-10T23:50:26.670Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
490 | 2024-01-10T23:50:27.442Z | ++ case "$OSTYPE" in |
491 | 2024-01-10T23:50:27.442Z | ++ SHA=sha256sum |
492 | 2024-01-10T23:50:27.442Z | ++ sha256sum |
493 | 2024-01-10T23:50:27.442Z | ++ awk '{print $1}' |
494 | 2024-01-10T23:50:27.443Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
495 | 2024-01-10T23:50:27.443Z | + [[ 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 ]] |
496 | 2024-01-10T23:50:27.443Z | + set -o errexit |
497 | 2024-01-10T23:50:27.443Z | +++ dirname ./tools/ci_download_dendrite_openapi |
498 | 2024-01-10T23:50:27.443Z | ++ cd ./tools |
499 | 2024-01-10T23:50:27.443Z | ++ pwd |
500 | 2024-01-10T23:50:27.443Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
501 | 2024-01-10T23:50:27.444Z | ++ basename ./tools/ci_download_dendrite_openapi |
502 | 2024-01-10T23:50:27.445Z | + ARG0=ci_download_dendrite_openapi |
503 | 2024-01-10T23:50:27.445Z | + TARGET_DIR=out |
504 | 2024-01-10T23:50:27.445Z | + DOWNLOAD_DIR=out/downloads |
505 | 2024-01-10T23:50:27.445Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
506 | 2024-01-10T23:50:27.445Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
507 | 2024-01-10T23:50:27.446Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
508 | 2024-01-10T23:50:27.446Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
509 | 2024-01-10T23:50:27.447Z | + LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
510 | 2024-01-10T23:50:27.447Z | + main |
511 | 2024-01-10T23:50:27.447Z | + [[ 0 != 0 ]] |
512 | 2024-01-10T23:50:27.447Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json' |
513 | 2024-01-10T23:50:27.448Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
514 | 2024-01-10T23:50:27.448Z | Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
515 | 2024-01-10T23:50:27.448Z | + echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json' |
516 | 2024-01-10T23:50:27.448Z | + local DO_DOWNLOAD=true |
517 | 2024-01-10T23:50:27.448Z | + [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]] |
518 | 2024-01-10T23:50:27.448Z | + mkdir -p out/downloads |
519 | 2024-01-10T23:50:27.448Z | + '[' true == true ']' |
520 | 2024-01-10T23:50:27.448Z | + echo Downloading... |
521 | 2024-01-10T23:50:27.449Z | Downloading... |
522 | 2024-01-10T23:50:27.449Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
523 | 2024-01-10T23:50:27.449Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
524 | 2024-01-10T23:50:27.465Z | ++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
525 | 2024-01-10T23:50:27.465Z | ++ case "$OSTYPE" in |
526 | 2024-01-10T23:50:27.465Z | ++ SHA=sha256sum |
527 | 2024-01-10T23:50:27.465Z | ++ sha256sum |
528 | 2024-01-10T23:50:27.465Z | ++ awk '{print $1}' |
529 | 2024-01-10T23:50:27.465Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
530 | 2024-01-10T23:50:27.466Z | + [[ 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 ]] |
531 | 2024-01-10T23:50:27.466Z | + set -o errexit |
532 | 2024-01-10T23:50:27.466Z | +++ dirname ./tools/ci_download_dendrite_stub |
533 | 2024-01-10T23:50:27.466Z | ++ cd ./tools |
534 | 2024-01-10T23:50:27.466Z | ++ pwd |
535 | 2024-01-10T23:50:27.466Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
536 | 2024-01-10T23:50:27.466Z | ++ basename ./tools/ci_download_dendrite_stub |
537 | 2024-01-10T23:50:27.466Z | + ARG0=ci_download_dendrite_stub |
538 | 2024-01-10T23:50:27.466Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
539 | 2024-01-10T23:50:27.466Z | ++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
540 | 2024-01-10T23:50:27.467Z | ++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e |
541 | 2024-01-10T23:50:27.467Z | ++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f |
542 | 2024-01-10T23:50:27.467Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
543 | 2024-01-10T23:50:27.468Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
544 | 2024-01-10T23:50:27.468Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
545 | 2024-01-10T23:50:27.468Z | + TARGET_DIR=out |
546 | 2024-01-10T23:50:27.468Z | + DOWNLOAD_DIR=out/downloads |
547 | 2024-01-10T23:50:27.468Z | + DEST_DIR=./out/dendrite-stub |
548 | 2024-01-10T23:50:27.469Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
549 | 2024-01-10T23:50:27.469Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
550 | 2024-01-10T23:50:27.469Z | + REPO=oxidecomputer/dendrite |
551 | 2024-01-10T23:50:27.469Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
552 | 2024-01-10T23:50:27.469Z | + main |
553 | 2024-01-10T23:50:27.469Z | + [[ 0 != 0 ]] |
554 | 2024-01-10T23:50:27.469Z | + CIDL_OS=solaris2.11 |
555 | 2024-01-10T23:50:27.469Z | + [[ 0 != 0 ]] |
556 | 2024-01-10T23:50:27.469Z | + configure_os solaris2.11 |
557 | 2024-01-10T23:50:27.469Z | + echo 'current directory: /work/oxidecomputer/omicron' |
558 | 2024-01-10T23:50:27.470Z | current directory: /work/oxidecomputer/omicron |
559 | 2024-01-10T23:50:27.470Z | + echo 'configuring based on OS: "solaris2.11"' |
560 | 2024-01-10T23:50:27.470Z | configuring based on OS: "solaris2.11" |
561 | 2024-01-10T23:50:27.470Z | + case "$1" in |
562 | 2024-01-10T23:50:27.470Z | + SET_BINARIES= |
563 | 2024-01-10T23:50:27.470Z | + CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
564 | 2024-01-10T23:50:27.470Z | + CIDL_SHA256FUNC=do_sha256sum |
565 | 2024-01-10T23:50:27.470Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
566 | 2024-01-10T23:50:27.470Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
567 | 2024-01-10T23:50:27.470Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
568 | 2024-01-10T23:50:27.472Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz' |
569 | 2024-01-10T23:50:27.472Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
570 | 2024-01-10T23:50:27.472Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
571 | 2024-01-10T23:50:27.472Z | Local file: out/downloads/dendrite-stub.tar.gz |
572 | 2024-01-10T23:50:27.472Z | + mkdir -p out/downloads |
573 | 2024-01-10T23:50:27.473Z | + mkdir -p ./out/dendrite-stub |
574 | 2024-01-10T23:50:27.473Z | + fetch_and_verify |
575 | 2024-01-10T23:50:27.473Z | + local DO_DOWNLOAD=true |
576 | 2024-01-10T23:50:27.473Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
577 | 2024-01-10T23:50:27.473Z | + '[' true == true ']' |
578 | 2024-01-10T23:50:27.473Z | Downloading... |
579 | 2024-01-10T23:50:27.473Z | + echo Downloading... |
580 | 2024-01-10T23:50:27.473Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
581 | 2024-01-10T23:50:27.473Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
582 | 2024-01-10T23:50:35.937Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
583 | 2024-01-10T23:50:35.942Z | ++ sha256sum |
584 | 2024-01-10T23:50:35.942Z | ++ awk '{print $1}' |
585 | 2024-01-10T23:50:36.049Z | + calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
586 | 2024-01-10T23:50:36.049Z | + [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]] |
587 | 2024-01-10T23:50:36.049Z | + do_untar out/downloads/dendrite-stub.tar.gz |
588 | 2024-01-10T23:50:36.058Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
589 | 2024-01-10T23:50:37.225Z | + do_assemble |
590 | 2024-01-10T23:50:37.225Z | + rm -r ./out/dendrite-stub |
591 | 2024-01-10T23:50:37.229Z | + mkdir ./out/dendrite-stub |
592 | 2024-01-10T23:50:37.233Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
593 | 2024-01-10T23:50:37.420Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
594 | 2024-01-10T23:50:37.431Z | + set -o errexit |
595 | 2024-01-10T23:50:37.868Z | +++ dirname ./tools/ci_download_maghemite_mgd |
596 | 2024-01-10T23:50:37.868Z | ++ cd ./tools |
597 | 2024-01-10T23:50:37.868Z | ++ pwd |
598 | 2024-01-10T23:50:37.868Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
599 | 2024-01-10T23:50:37.878Z | ++ basename ./tools/ci_download_maghemite_mgd |
600 | 2024-01-10T23:50:37.879Z | + ARG0=ci_download_maghemite_mgd |
601 | 2024-01-10T23:50:37.879Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
602 | 2024-01-10T23:50:37.879Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
603 | 2024-01-10T23:50:37.879Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
604 | 2024-01-10T23:50:37.879Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
605 | 2024-01-10T23:50:37.879Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
606 | 2024-01-10T23:50:37.879Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
607 | 2024-01-10T23:50:37.880Z | + TARGET_DIR=out |
608 | 2024-01-10T23:50:37.880Z | + DOWNLOAD_DIR=out/downloads |
609 | 2024-01-10T23:50:37.880Z | + DEST_DIR=./out/mgd |
610 | 2024-01-10T23:50:37.880Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
611 | 2024-01-10T23:50:37.880Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
612 | 2024-01-10T23:50:37.880Z | + REPO=oxidecomputer/maghemite |
613 | 2024-01-10T23:50:37.880Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
614 | 2024-01-10T23:50:37.880Z | + main |
615 | 2024-01-10T23:50:37.880Z | + [[ 0 != 0 ]] |
616 | 2024-01-10T23:50:37.880Z | + CIDL_OS=solaris2.11 |
617 | 2024-01-10T23:50:37.881Z | + [[ 0 != 0 ]] |
618 | 2024-01-10T23:50:37.881Z | + configure_os solaris2.11 |
619 | 2024-01-10T23:50:37.881Z | + echo 'current directory: /work/oxidecomputer/omicron' |
620 | 2024-01-10T23:50:37.881Z | current directory: /work/oxidecomputer/omicron |
621 | 2024-01-10T23:50:37.881Z | + echo 'configuring based on OS: "solaris2.11"' |
622 | 2024-01-10T23:50:37.881Z | + case "$1" in |
623 | 2024-01-10T23:50:37.881Z | + SET_BINARIES= |
624 | 2024-01-10T23:50:37.881Z | configuring based on OS: "solaris2.11" |
625 | 2024-01-10T23:50:37.882Z | + CIDL_SHA256FUNC=do_sha256sum |
626 | 2024-01-10T23:50:37.882Z | + TARBALL_FILENAME=mgd.tar.gz |
627 | 2024-01-10T23:50:37.882Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
628 | 2024-01-10T23:50:37.882Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
629 | 2024-01-10T23:50:37.882Z | Local file: out/downloads/mgd.tar.gz |
630 | 2024-01-10T23:50:37.883Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
631 | 2024-01-10T23:50:37.883Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
632 | 2024-01-10T23:50:37.883Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
633 | 2024-01-10T23:50:37.883Z | + mkdir -p out/downloads |
634 | 2024-01-10T23:50:37.895Z | + mkdir -p ./out/mgd |
635 | 2024-01-10T23:50:37.896Z | + fetch_and_verify |
636 | 2024-01-10T23:50:37.896Z | + local DO_DOWNLOAD=true |
637 | 2024-01-10T23:50:37.896Z | + [[ -f out/downloads/mgd.tar.gz ]] |
638 | 2024-01-10T23:50:37.896Z | + '[' true == true ']' |
639 | 2024-01-10T23:50:37.896Z | + echo Downloading... |
640 | 2024-01-10T23:50:37.896Z | Downloading... |
641 | 2024-01-10T23:50:37.896Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
642 | 2024-01-10T23:50:37.896Z | + 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 |
643 | 2024-01-10T23:50:42.195Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
644 | 2024-01-10T23:50:42.204Z | ++ sha256sum |
645 | 2024-01-10T23:50:42.204Z | ++ awk '{print $1}' |
646 | 2024-01-10T23:50:42.273Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
647 | 2024-01-10T23:50:42.273Z | + [[ 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 ]] |
648 | 2024-01-10T23:50:42.279Z | + do_untar out/downloads/mgd.tar.gz |
649 | 2024-01-10T23:50:42.280Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
650 | 2024-01-10T23:50:42.967Z | + do_assemble |
651 | 2024-01-10T23:50:42.967Z | + rm -r ./out/mgd |
652 | 2024-01-10T23:50:42.992Z | + mkdir ./out/mgd |
653 | 2024-01-10T23:50:42.992Z | + cp -r out/downloads/root ./out/mgd/root |
654 | 2024-01-10T23:50:43.212Z | + set -o errexit |
655 | 2024-01-10T23:50:43.240Z | +++ dirname ./tools/ci_download_transceiver_control |
656 | 2024-01-10T23:50:43.241Z | ++ cd ./tools |
657 | 2024-01-10T23:50:43.241Z | ++ pwd |
658 | 2024-01-10T23:50:43.241Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
659 | 2024-01-10T23:50:43.241Z | ++ basename ./tools/ci_download_transceiver_control |
660 | 2024-01-10T23:50:43.241Z | + ARG0=ci_download_transceiver_control |
661 | 2024-01-10T23:50:43.241Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
662 | 2024-01-10T23:50:43.241Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
663 | 2024-01-10T23:50:43.242Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
664 | 2024-01-10T23:50:43.242Z | + TARGET_DIR=out |
665 | 2024-01-10T23:50:43.242Z | + DOWNLOAD_DIR=out/downloads |
666 | 2024-01-10T23:50:43.242Z | + DEST_DIR=./out/transceiver-control |
667 | 2024-01-10T23:50:43.242Z | + BIN_DIR=/opt/oxide/bin |
668 | 2024-01-10T23:50:43.242Z | + BINARY=xcvradm |
669 | 2024-01-10T23:50:43.242Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
670 | 2024-01-10T23:50:43.243Z | + REPO=oxidecomputer/transceiver-control |
671 | 2024-01-10T23:50:43.243Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
672 | 2024-01-10T23:50:43.243Z | + main |
673 | 2024-01-10T23:50:43.243Z | + [[ 0 != 0 ]] |
674 | 2024-01-10T23:50:43.243Z | + CIDL_OS=solaris2.11 |
675 | 2024-01-10T23:50:43.244Z | + [[ 0 != 0 ]] |
676 | 2024-01-10T23:50:43.244Z | + configure_os solaris2.11 |
677 | 2024-01-10T23:50:43.244Z | + echo 'current directory: /work/oxidecomputer/omicron' |
678 | 2024-01-10T23:50:43.244Z | current directory: /work/oxidecomputer/omicron |
679 | 2024-01-10T23:50:43.245Z | + echo 'configuring based on OS: "solaris2.11"' |
680 | 2024-01-10T23:50:43.245Z | configuring based on OS: "solaris2.11" |
681 | 2024-01-10T23:50:43.245Z | + case "$1" in |
682 | 2024-01-10T23:50:43.245Z | + SET_BINARIES= |
683 | 2024-01-10T23:50:43.246Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
684 | 2024-01-10T23:50:43.246Z | + CIDL_SHA256FUNC=do_sha256sum |
685 | 2024-01-10T23:50:43.246Z | + ARCHIVE_FILENAME=xcvradm.gz |
686 | 2024-01-10T23:50:43.246Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
687 | 2024-01-10T23:50:43.246Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
688 | 2024-01-10T23:50:43.246Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
689 | 2024-01-10T23:50:43.247Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
690 | 2024-01-10T23:50:43.247Z | Local file: out/downloads/xcvradm.gz |
691 | 2024-01-10T23:50:43.247Z | + echo 'Local file: out/downloads/xcvradm.gz' |
692 | 2024-01-10T23:50:43.247Z | + mkdir -p out/downloads |
693 | 2024-01-10T23:50:43.248Z | + mkdir -p ./out/transceiver-control |
694 | 2024-01-10T23:50:43.248Z | + fetch_and_verify |
695 | 2024-01-10T23:50:43.248Z | + local DO_DOWNLOAD=true |
696 | 2024-01-10T23:50:43.248Z | + [[ -f out/downloads/xcvradm.gz ]] |
697 | 2024-01-10T23:50:43.249Z | + '[' true == true ']' |
698 | 2024-01-10T23:50:43.249Z | + echo Downloading... |
699 | 2024-01-10T23:50:43.249Z | Downloading... |
700 | 2024-01-10T23:50:43.249Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
701 | 2024-01-10T23:50:43.250Z | + 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 |
702 | 2024-01-10T23:50:45.639Z | ++ do_sha256sum out/downloads/xcvradm.gz |
703 | 2024-01-10T23:50:45.642Z | ++ sha256sum |
704 | 2024-01-10T23:50:45.642Z | ++ awk '{print $1}' |
705 | 2024-01-10T23:50:45.665Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
706 | 2024-01-10T23:50:45.665Z | + [[ 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 ]] |
707 | 2024-01-10T23:50:45.669Z | + do_unpack out/downloads/xcvradm.gz |
708 | 2024-01-10T23:50:45.669Z | + mkdir -p out/downloads/root//opt/oxide/bin |
709 | 2024-01-10T23:50:45.669Z | + gzip -dc out/downloads/xcvradm.gz |
710 | 2024-01-10T23:50:45.850Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
711 | 2024-01-10T23:50:45.855Z | + do_assemble |
712 | 2024-01-10T23:50:45.856Z | + rm -r ./out/transceiver-control |
713 | 2024-01-10T23:50:45.860Z | + mkdir ./out/transceiver-control |
714 | 2024-01-10T23:50:45.860Z | + cp -r out/downloads/root ./out/transceiver-control/root |
715 | 2024-01-10T23:50:46.401Z | All builder prerequisites installed successfully, and PATH looks valid |
716 | 2024-01-10T23:50:46.405Z | |
717 | 2024-01-10T23:50:46.405Z | real 2:10.031244687 |
718 | 2024-01-10T23:50:46.405Z | user 51.979313892 |
719 | 2024-01-10T23:50:46.405Z | sys 11.090770640 |
720 | 2024-01-10T23:50:46.405Z | trap 0.028381881 |
721 | 2024-01-10T23:50:46.405Z | tflt 0.320551648 |
722 | 2024-01-10T23:50:46.405Z | dflt 0.648903928 |
723 | 2024-01-10T23:50:46.405Z | kflt 0.419761725 |
724 | 2024-01-10T23:50:46.405Z | lock 3.470117734 |
725 | 2024-01-10T23:50:46.405Z | slp 4:02.785331335 |
726 | 2024-01-10T23:50:46.405Z | lat 4.207760933 |
727 | 2024-01-10T23:50:46.405Z | stop 0.081310074 |
728 | 2024-01-10T23:50:46.409Z | |
729 | 2024-01-10T23:50:46.409Z | ##### # # # # ##### |
730 | 2024-01-10T23:50:46.409Z | # # # # # # # # |
731 | 2024-01-10T23:50:46.409Z | ##### # # # # # # |
732 | 2024-01-10T23:50:46.409Z | # # # # # # # # |
733 | 2024-01-10T23:50:46.409Z | # # # # # # # # |
734 | 2024-01-10T23:50:46.409Z | ##### #### # ###### ##### |
735 | 2024-01-10T23:50:46.409Z | |
736 | 2024-01-10T23:50:46.844Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
737 | 2024-01-10T23:50:47.343Z | Updating crates.io index |
738 | 2024-01-10T23:50:47.399Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
739 | 2024-01-10T23:50:51.278Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
740 | 2024-01-10T23:50:51.662Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
741 | 2024-01-10T23:50:51.664Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
742 | 2024-01-10T23:50:51.771Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
743 | 2024-01-10T23:50:52.046Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
744 | 2024-01-10T23:50:52.355Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
745 | 2024-01-10T23:50:53.391Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
746 | 2024-01-10T23:50:55.825Z | Updating git repository `https://github.com/oxidecomputer/opte` |
747 | 2024-01-10T23:50:56.904Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
748 | 2024-01-10T23:50:57.238Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
749 | 2024-01-10T23:50:57.821Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
750 | 2024-01-10T23:50:58.346Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
751 | 2024-01-10T23:50:58.675Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
752 | 2024-01-10T23:50:58.929Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
753 | 2024-01-10T23:50:59.358Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
754 | 2024-01-10T23:50:59.722Z | Updating git repository `https://github.com/njaremko/samael` |
755 | 2024-01-10T23:51:00.257Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
756 | 2024-01-10T23:51:00.936Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
757 | 2024-01-10T23:51:01.366Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
758 | 2024-01-10T23:51:01.846Z | Updating git repository `https://github.com/jgallagher/nix` |
759 | 2024-01-10T23:51:03.080Z | Updating git repository `https://github.com/cbiffle/hubpack` |
760 | 2024-01-10T23:51:03.485Z | Updating git repository `https://github.com/oxidecomputer/typify` |
761 | 2024-01-10T23:51:06.654Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
762 | 2024-01-10T23:51:07.096Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
763 | 2024-01-10T23:51:07.528Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
764 | 2024-01-10T23:51:09.170Z | Downloading crates ... |
765 | 2024-01-10T23:51:09.896Z | Downloaded crc v3.0.1 |
766 | 2024-01-10T23:51:09.903Z | Downloaded criterion-plot v0.5.0 |
767 | 2024-01-10T23:51:09.903Z | Downloaded match_cfg v0.1.0 |
768 | 2024-01-10T23:51:09.904Z | Downloaded addr2line v0.21.0 |
769 | 2024-01-10T23:51:09.904Z | Downloaded httptest v0.15.5 |
770 | 2024-01-10T23:51:09.904Z | Downloaded http-range v0.1.5 |
771 | 2024-01-10T23:51:09.904Z | Downloaded scopeguard v1.2.0 |
772 | 2024-01-10T23:51:09.904Z | Downloaded ciborium-io v0.2.1 |
773 | 2024-01-10T23:51:09.904Z | Downloaded atty v0.2.14 |
774 | 2024-01-10T23:51:09.904Z | Downloaded termios v0.3.3 |
775 | 2024-01-10T23:51:09.904Z | Downloaded adler v1.0.2 |
776 | 2024-01-10T23:51:09.905Z | Downloaded bit-vec v0.6.3 |
777 | 2024-01-10T23:51:09.905Z | Downloaded hubpack_derive v0.1.1 |
778 | 2024-01-10T23:51:09.905Z | Downloaded anes v0.1.6 |
779 | 2024-01-10T23:51:09.905Z | Downloaded http-body v0.4.5 |
780 | 2024-01-10T23:51:09.905Z | Downloaded cassowary v0.3.0 |
781 | 2024-01-10T23:51:09.905Z | Downloaded httpdate v1.0.3 |
782 | 2024-01-10T23:51:09.906Z | Downloaded hex v0.4.3 |
783 | 2024-01-10T23:51:09.906Z | Downloaded autocfg v1.1.0 |
784 | 2024-01-10T23:51:09.906Z | Downloaded hyper-rustls v0.24.2 |
785 | 2024-01-10T23:51:09.906Z | Downloaded humantime v2.1.0 |
786 | 2024-01-10T23:51:09.908Z | Downloaded ansi_term v0.12.1 |
787 | 2024-01-10T23:51:09.908Z | Downloaded lock_api v0.4.10 |
788 | 2024-01-10T23:51:09.908Z | Downloaded corncobs v0.1.3 |
789 | 2024-01-10T23:51:09.908Z | Downloaded nested v0.1.1 |
790 | 2024-01-10T23:51:09.908Z | Downloaded matches v0.1.10 |
791 | 2024-01-10T23:51:09.908Z | Downloaded headers-core v0.2.0 |
792 | 2024-01-10T23:51:09.908Z | Downloaded ident_case v1.0.1 |
793 | 2024-01-10T23:51:09.908Z | Downloaded argon2 v0.5.2 |
794 | 2024-01-10T23:51:09.908Z | Downloaded anstyle-parse v0.2.1 |
795 | 2024-01-10T23:51:09.908Z | Downloaded time-core v0.1.1 |
796 | 2024-01-10T23:51:09.908Z | Downloaded async-trait v0.1.77 |
797 | 2024-01-10T23:51:09.908Z | Downloaded derive_builder_macro v0.12.0 |
798 | 2024-01-10T23:51:09.908Z | Downloaded basic-toml v0.1.8 |
799 | 2024-01-10T23:51:09.908Z | Downloaded memoffset v0.9.0 |
800 | 2024-01-10T23:51:09.908Z | Downloaded block-padding v0.3.3 |
801 | 2024-01-10T23:51:09.908Z | Downloaded md-5 v0.10.5 |
802 | 2024-01-10T23:51:09.908Z | Downloaded take_mut v0.2.2 |
803 | 2024-01-10T23:51:09.909Z | Downloaded ciborium-ll v0.2.1 |
804 | 2024-01-10T23:51:09.909Z | Downloaded cobs v0.2.3 |
805 | 2024-01-10T23:51:09.909Z | Downloaded proc-macro-crate v1.3.1 |
806 | 2024-01-10T23:51:09.909Z | Downloaded convert_case v0.4.0 |
807 | 2024-01-10T23:51:09.909Z | Downloaded iana-time-zone v0.1.57 |
808 | 2024-01-10T23:51:09.909Z | Downloaded structmeta-derive v0.2.0 |
809 | 2024-01-10T23:51:09.909Z | Downloaded managed v0.8.0 |
810 | 2024-01-10T23:51:09.909Z | Downloaded deranged v0.3.8 |
811 | 2024-01-10T23:51:09.909Z | Downloaded datatest-stable v0.2.3 |
812 | 2024-01-10T23:51:09.909Z | Downloaded utf8parse v0.2.1 |
813 | 2024-01-10T23:51:09.909Z | Downloaded defmt-parser v0.3.3 |
814 | 2024-01-10T23:51:09.909Z | Downloaded debug-ignore v1.0.5 |
815 | 2024-01-10T23:51:09.909Z | Downloaded chacha20 v0.9.1 |
816 | 2024-01-10T23:51:09.909Z | Downloaded fd-lock v3.0.13 |
817 | 2024-01-10T23:51:09.909Z | Downloaded pkg-config v0.3.27 |
818 | 2024-01-10T23:51:09.909Z | Downloaded bytes v1.5.0 |
819 | 2024-01-10T23:51:09.909Z | Downloaded libloading v0.7.4 |
820 | 2024-01-10T23:51:09.909Z | Downloaded dyn-clone v1.0.13 |
821 | 2024-01-10T23:51:09.909Z | Downloaded whoami v1.4.1 |
822 | 2024-01-10T23:51:09.909Z | Downloaded native-tls v0.2.11 |
823 | 2024-01-10T23:51:09.909Z | Downloaded cancel-safe-futures v0.1.5 |
824 | 2024-01-10T23:51:09.909Z | Downloaded shlex v1.1.0 |
825 | 2024-01-10T23:51:09.909Z | Downloaded indicatif v0.17.7 |
826 | 2024-01-10T23:51:09.909Z | Downloaded pathdiff v0.2.1 |
827 | 2024-01-10T23:51:09.910Z | Downloaded steno v0.4.0 |
828 | 2024-01-10T23:51:09.910Z | Downloaded packed_struct v0.10.1 |
829 | 2024-01-10T23:51:09.910Z | Downloaded precomputed-hash v0.1.1 |
830 | 2024-01-10T23:51:09.910Z | Downloaded new_debug_unreachable v1.0.4 |
831 | 2024-01-10T23:51:09.910Z | Downloaded postgres-types v0.2.6 |
832 | 2024-01-10T23:51:09.910Z | Downloaded foreign-types-shared v0.3.1 |
833 | 2024-01-10T23:51:09.910Z | Downloaded remove_dir_all v0.5.3 |
834 | 2024-01-10T23:51:09.910Z | Downloaded futures-io v0.3.30 |
835 | 2024-01-10T23:51:09.910Z | Downloaded futures-core v0.3.30 |
836 | 2024-01-10T23:51:09.910Z | Downloaded darling_macro v0.20.3 |
837 | 2024-01-10T23:51:09.910Z | Downloaded newline-converter v0.3.0 |
838 | 2024-01-10T23:51:09.911Z | Downloaded pretty-hex v0.4.1 |
839 | 2024-01-10T23:51:09.911Z | Downloaded tokio-native-tls v0.3.1 |
840 | 2024-01-10T23:51:09.911Z | Downloaded rtoolbox v0.0.1 |
841 | 2024-01-10T23:51:09.911Z | Downloaded derive_builder v0.12.0 |
842 | 2024-01-10T23:51:09.911Z | Downloaded derive-where v1.2.7 |
843 | 2024-01-10T23:51:09.911Z | Downloaded platforms v3.0.2 |
844 | 2024-01-10T23:51:09.911Z | Downloaded trybuild v1.0.88 |
845 | 2024-01-10T23:51:09.911Z | Downloaded ppv-lite86 v0.2.17 |
846 | 2024-01-10T23:51:09.911Z | Downloaded parse-display-derive v0.8.2 |
847 | 2024-01-10T23:51:09.911Z | Downloaded stringprep v0.1.3 |
848 | 2024-01-10T23:51:09.911Z | Downloaded num v0.4.1 |
849 | 2024-01-10T23:51:09.911Z | Downloaded nodrop v0.1.14 |
850 | 2024-01-10T23:51:09.911Z | Downloaded foreign-types-shared v0.1.1 |
851 | 2024-01-10T23:51:09.911Z | Downloaded quick-error v1.2.3 |
852 | 2024-01-10T23:51:09.911Z | Downloaded openssl-probe v0.1.5 |
853 | 2024-01-10T23:51:09.911Z | Downloaded data-encoding v2.4.0 |
854 | 2024-01-10T23:51:09.911Z | Downloaded strip-ansi-escapes v0.1.1 |
855 | 2024-01-10T23:51:09.911Z | Downloaded fxhash v0.2.1 |
856 | 2024-01-10T23:51:09.911Z | Downloaded smawk v0.3.1 |
857 | 2024-01-10T23:51:09.911Z | Downloaded elliptic-curve v0.13.8 |
858 | 2024-01-10T23:51:09.911Z | Downloaded ipnetwork v0.20.0 |
859 | 2024-01-10T23:51:09.911Z | Downloaded pin-utils v0.1.0 |
860 | 2024-01-10T23:51:09.912Z | Downloaded textwrap v0.11.0 |
861 | 2024-01-10T23:51:09.912Z | Downloaded ref-cast-impl v1.0.20 |
862 | 2024-01-10T23:51:09.912Z | Downloaded strum_macros v0.24.3 |
863 | 2024-01-10T23:51:09.912Z | Downloaded indexmap v1.9.3 |
864 | 2024-01-10T23:51:09.912Z | Downloaded diesel_table_macro_syntax v0.1.0 |
865 | 2024-01-10T23:51:09.912Z | Downloaded headers v0.3.9 |
866 | 2024-01-10T23:51:09.921Z | Downloaded usdt-attr-macro v0.3.5 |
867 | 2024-01-10T23:51:09.922Z | Downloaded hash32 v0.2.1 |
868 | 2024-01-10T23:51:09.924Z | Downloaded pkcs8 v0.10.2 |
869 | 2024-01-10T23:51:09.924Z | Downloaded cstr-argument v0.1.2 |
870 | 2024-01-10T23:51:09.930Z | Downloaded lalrpop-util v0.19.12 |
871 | 2024-01-10T23:51:09.930Z | Downloaded signal-hook-mio v0.2.3 |
872 | 2024-01-10T23:51:09.930Z | Downloaded io-lifetimes v1.0.11 |
873 | 2024-01-10T23:51:09.937Z | Downloaded rusty-fork v0.3.0 |
874 | 2024-01-10T23:51:09.943Z | Downloaded rustc_version v0.1.7 |
875 | 2024-01-10T23:51:09.943Z | Downloaded untrusted v0.9.0 |
876 | 2024-01-10T23:51:09.943Z | Downloaded untrusted v0.7.1 |
877 | 2024-01-10T23:51:09.949Z | Downloaded unicode_categories v0.1.1 |
878 | 2024-01-10T23:51:09.967Z | Downloaded same-file v1.0.6 |
879 | 2024-01-10T23:51:09.968Z | Downloaded rustversion v1.0.14 |
880 | 2024-01-10T23:51:09.974Z | Downloaded serde-big-array v0.4.1 |
881 | 2024-01-10T23:51:09.975Z | Downloaded difflib v0.4.0 |
882 | 2024-01-10T23:51:09.975Z | Downloaded socket2 v0.4.9 |
883 | 2024-01-10T23:51:09.975Z | Downloaded num_enum v0.5.11 |
884 | 2024-01-10T23:51:09.983Z | Downloaded plotters-svg v0.3.5 |
885 | 2024-01-10T23:51:09.983Z | Downloaded cipher v0.4.4 |
886 | 2024-01-10T23:51:09.988Z | Downloaded path-slash v0.1.5 |
887 | 2024-01-10T23:51:09.988Z | Downloaded darling_macro v0.14.4 |
888 | 2024-01-10T23:51:09.988Z | Downloaded vte_generate_state_changes v0.1.1 |
889 | 2024-01-10T23:51:09.994Z | Downloaded usdt v0.3.5 |
890 | 2024-01-10T23:51:09.994Z | Downloaded rand_xorshift v0.3.0 |
891 | 2024-01-10T23:51:10.005Z | Downloaded mockall_derive v0.12.0 |
892 | 2024-01-10T23:51:10.005Z | Downloaded crossbeam-epoch v0.9.15 |
893 | 2024-01-10T23:51:10.010Z | Downloaded sec1 v0.7.3 |
894 | 2024-01-10T23:51:10.010Z | Downloaded zeroize v1.7.0 |
895 | 2024-01-10T23:51:10.049Z | Downloaded hashbrown v0.14.2 |
896 | 2024-01-10T23:51:10.066Z | Downloaded waitgroup v0.1.2 |
897 | 2024-01-10T23:51:10.066Z | Downloaded tungstenite v0.20.1 |
898 | 2024-01-10T23:51:10.066Z | Downloaded mio v0.8.9 |
899 | 2024-01-10T23:51:10.067Z | Downloaded equivalent v1.0.1 |
900 | 2024-01-10T23:51:10.067Z | Downloaded num_enum_derive v0.5.11 |
901 | 2024-01-10T23:51:10.067Z | Downloaded target-spec v3.0.1 |
902 | 2024-01-10T23:51:10.067Z | Downloaded downcast v0.11.0 |
903 | 2024-01-10T23:51:10.072Z | Downloaded doc-comment v0.3.3 |
904 | 2024-01-10T23:51:10.072Z | Downloaded colorchoice v1.0.0 |
905 | 2024-01-10T23:51:10.072Z | Downloaded display-error-chain v0.2.0 |
906 | 2024-01-10T23:51:10.072Z | Downloaded foreign-types v0.3.2 |
907 | 2024-01-10T23:51:10.072Z | Downloaded zerocopy v0.3.0 |
908 | 2024-01-10T23:51:10.072Z | Downloaded hashbrown v0.12.3 |
909 | 2024-01-10T23:51:10.078Z | Downloaded clap_builder v4.4.2 |
910 | 2024-01-10T23:51:10.092Z | Downloaded try-lock v0.2.4 |
911 | 2024-01-10T23:51:10.097Z | Downloaded futures-executor v0.3.30 |
912 | 2024-01-10T23:51:10.098Z | Downloaded walkdir v2.4.0 |
913 | 2024-01-10T23:51:10.103Z | Downloaded structmeta v0.2.0 |
914 | 2024-01-10T23:51:10.111Z | Downloaded slog-scope v4.4.0 |
915 | 2024-01-10T23:51:10.111Z | Downloaded colored v2.0.4 |
916 | 2024-01-10T23:51:10.116Z | Downloaded strsim v0.10.0 |
917 | 2024-01-10T23:51:10.116Z | Downloaded crucible-workspace-hack v0.1.0 |
918 | 2024-01-10T23:51:10.116Z | Downloaded r2d2 v0.8.10 |
919 | 2024-01-10T23:51:10.165Z | Downloaded phf_shared v0.11.2 |
920 | 2024-01-10T23:51:10.166Z | Downloaded slog-stdlog v4.1.1 |
921 | 2024-01-10T23:51:10.175Z | Downloaded rustc_version v0.4.0 |
922 | 2024-01-10T23:51:10.175Z | Downloaded toml v0.5.11 |
923 | 2024-01-10T23:51:10.175Z | Downloaded yasna v0.5.2 |
924 | 2024-01-10T23:51:10.175Z | Downloaded linked-hash-map v0.5.6 |
925 | 2024-01-10T23:51:10.175Z | Downloaded synstructure v0.12.6 |
926 | 2024-01-10T23:51:10.175Z | Downloaded clap_lex v0.5.1 |
927 | 2024-01-10T23:51:10.175Z | Downloaded endian-type v0.1.2 |
928 | 2024-01-10T23:51:10.175Z | Downloaded thiserror-impl v1.0.49 |
929 | 2024-01-10T23:51:10.175Z | Downloaded thiserror v1.0.49 |
930 | 2024-01-10T23:51:10.176Z | Downloaded tiny-keccak v2.0.2 |
931 | 2024-01-10T23:51:10.176Z | Downloaded is_ci v1.1.1 |
932 | 2024-01-10T23:51:10.176Z | Downloaded instant v0.1.12 |
933 | 2024-01-10T23:51:10.176Z | Downloaded curve25519-dalek-derive v0.1.0 |
934 | 2024-01-10T23:51:10.176Z | Downloaded crunchy v0.2.2 |
935 | 2024-01-10T23:51:10.176Z | Downloaded num_cpus v1.16.0 |
936 | 2024-01-10T23:51:10.184Z | Downloaded phf v0.11.2 |
937 | 2024-01-10T23:51:10.184Z | Downloaded unicode-ident v1.0.12 |
938 | 2024-01-10T23:51:10.189Z | Downloaded url v2.5.0 |
939 | 2024-01-10T23:51:10.194Z | Downloaded num-iter v0.1.43 |
940 | 2024-01-10T23:51:10.201Z | Downloaded termcolor v1.2.0 |
941 | 2024-01-10T23:51:10.201Z | Downloaded sha1 v0.10.6 |
942 | 2024-01-10T23:51:10.208Z | Downloaded ed25519 v1.5.3 |
943 | 2024-01-10T23:51:10.208Z | Downloaded rustls-native-certs v0.6.3 |
944 | 2024-01-10T23:51:10.216Z | Downloaded itoa v1.0.9 |
945 | 2024-01-10T23:51:10.216Z | Downloaded supports-color v2.1.0 |
946 | 2024-01-10T23:51:10.216Z | Downloaded slab v0.4.9 |
947 | 2024-01-10T23:51:10.221Z | Downloaded phf_shared v0.10.0 |
948 | 2024-01-10T23:51:10.221Z | Downloaded embedded-io v0.4.0 |
949 | 2024-01-10T23:51:10.226Z | Downloaded signature v1.6.4 |
950 | 2024-01-10T23:51:10.226Z | Downloaded guppy-workspace-hack v0.1.0 |
951 | 2024-01-10T23:51:10.233Z | Downloaded signal-hook-registry v1.4.1 |
952 | 2024-01-10T23:51:10.233Z | Downloaded schemars v0.8.16 |
953 | 2024-01-10T23:51:10.251Z | Downloaded opaque-debug v0.3.0 |
954 | 2024-01-10T23:51:10.258Z | Downloaded thiserror-no-std v2.0.2 |
955 | 2024-01-10T23:51:10.283Z | Downloaded minimal-lexical v0.2.1 |
956 | 2024-01-10T23:51:10.293Z | Downloaded termtree v0.4.1 |
957 | 2024-01-10T23:51:10.296Z | Downloaded either v1.9.0 |
958 | 2024-01-10T23:51:10.296Z | Downloaded der_derive v0.7.2 |
959 | 2024-01-10T23:51:10.296Z | Downloaded tracing-attributes v0.1.26 |
960 | 2024-01-10T23:51:10.296Z | Downloaded swrite v0.1.0 |
961 | 2024-01-10T23:51:10.296Z | Downloaded threadpool v1.8.1 |
962 | 2024-01-10T23:51:10.296Z | Downloaded usdt-macro v0.3.5 |
963 | 2024-01-10T23:51:10.297Z | Downloaded constant_time_eq v0.2.6 |
964 | 2024-01-10T23:51:10.297Z | Downloaded vec_map v0.8.2 |
965 | 2024-01-10T23:51:10.303Z | Downloaded version_check v0.9.4 |
966 | 2024-01-10T23:51:10.303Z | Downloaded lazycell v1.3.0 |
967 | 2024-01-10T23:51:10.303Z | Downloaded kstat-rs v0.2.3 |
968 | 2024-01-10T23:51:10.303Z | Downloaded rustfmt-wrapper v0.2.0 |
969 | 2024-01-10T23:51:10.303Z | Downloaded usdt-impl v0.3.5 |
970 | 2024-01-10T23:51:10.303Z | Downloaded semver-parser v0.10.2 |
971 | 2024-01-10T23:51:10.308Z | Downloaded rustc-demangle v0.1.23 |
972 | 2024-01-10T23:51:10.315Z | Downloaded console v0.15.7 |
973 | 2024-01-10T23:51:10.315Z | Downloaded olpc-cjson v0.1.3 |
974 | 2024-01-10T23:51:10.320Z | Downloaded hyper-staticfile v0.9.5 |
975 | 2024-01-10T23:51:10.324Z | Downloaded trust-dns-client v0.22.0 |
976 | 2024-01-10T23:51:10.332Z | Downloaded flagset v0.4.3 |
977 | 2024-01-10T23:51:10.337Z | Downloaded static_assertions v1.1.0 |
978 | 2024-01-10T23:51:10.341Z | Downloaded stable_deref_trait v1.2.0 |
979 | 2024-01-10T23:51:10.342Z | Downloaded subtle v2.5.0 |
980 | 2024-01-10T23:51:10.342Z | Downloaded postgres-protocol v0.6.6 |
981 | 2024-01-10T23:51:10.355Z | Downloaded globset v0.4.13 |
982 | 2024-01-10T23:51:10.359Z | Downloaded lalrpop v0.19.12 |
983 | 2024-01-10T23:51:10.370Z | Downloaded term v0.7.0 |
984 | 2024-01-10T23:51:10.375Z | Downloaded thiserror-impl-no-std v2.0.2 |
985 | 2024-01-10T23:51:10.382Z | Downloaded rsa v0.9.2 |
986 | 2024-01-10T23:51:10.387Z | Downloaded mockall v0.12.0 |
987 | 2024-01-10T23:51:10.391Z | Downloaded regex-automata v0.1.10 |
988 | 2024-01-10T23:51:10.400Z | Downloaded nu-ansi-term v0.49.0 |
989 | 2024-01-10T23:51:10.406Z | Downloaded oorandom v11.1.3 |
990 | 2024-01-10T23:51:10.410Z | Downloaded chacha20poly1305 v0.10.1 |
991 | 2024-01-10T23:51:10.410Z | Downloaded reedline v0.22.0 |
992 | 2024-01-10T23:51:10.422Z | Downloaded bitvec v1.0.1 |
993 | 2024-01-10T23:51:10.452Z | Downloaded openssl-sys v0.9.96 |
994 | 2024-01-10T23:51:10.461Z | Downloaded expectorate v1.1.0 |
995 | 2024-01-10T23:51:10.467Z | Downloaded tabled v0.14.0 |
996 | 2024-01-10T23:51:10.495Z | Downloaded flate2 v1.0.28 |
997 | 2024-01-10T23:51:10.504Z | Downloaded toml_edit v0.19.15 |
998 | 2024-01-10T23:51:10.537Z | Downloaded rustls-webpki v0.101.7 |
999 | 2024-01-10T23:51:10.568Z | Downloaded clap v2.34.0 |
1000 | 2024-01-10T23:51:10.577Z | Downloaded smoltcp v0.9.1 |
1001 | 2024-01-10T23:51:11.012Z | Downloaded pest v2.7.2 |
1002 | 2024-01-10T23:51:11.030Z | Downloaded itertools v0.10.5 |
1003 | 2024-01-10T23:51:11.030Z | Downloaded quick-xml v0.23.1 |
1004 | 2024-01-10T23:51:11.031Z | Downloaded guppy v0.17.4 |
1005 | 2024-01-10T23:51:11.032Z | Downloaded itertools v0.12.0 |
1006 | 2024-01-10T23:51:11.032Z | Downloaded h2 v0.3.21 |
1007 | 2024-01-10T23:51:11.032Z | Downloaded sqlparser v0.36.1 |
1008 | 2024-01-10T23:51:11.032Z | Downloaded plotters v0.3.5 |
1009 | 2024-01-10T23:51:11.032Z | Downloaded polar-core v0.27.0 |
1010 | 2024-01-10T23:51:11.032Z | Downloaded reqwest v0.11.22 |
1011 | 2024-01-10T23:51:11.033Z | Downloaded trust-dns-proto v0.22.0 |
1012 | 2024-01-10T23:51:11.033Z | Downloaded syn v1.0.109 |
1013 | 2024-01-10T23:51:11.038Z | Downloaded ratatui v0.23.0 |
1014 | 2024-01-10T23:51:11.038Z | Downloaded diesel v2.1.4 |
1015 | 2024-01-10T23:51:11.038Z | Downloaded vcpkg v0.2.15 |
1016 | 2024-01-10T23:51:11.038Z | Downloaded openapiv3 v2.0.0 |
1017 | 2024-01-10T23:51:11.038Z | Downloaded zerocopy-derive v0.2.0 |
1018 | 2024-01-10T23:51:11.038Z | Downloaded regex-automata v0.3.8 |
1019 | 2024-01-10T23:51:11.039Z | Downloaded regex-syntax v0.7.5 |
1020 | 2024-01-10T23:51:11.039Z | Downloaded regex-automata v0.4.3 |
1021 | 2024-01-10T23:51:11.039Z | Downloaded zerocopy-derive v0.7.31 |
1022 | 2024-01-10T23:51:11.055Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1023 | 2024-01-10T23:51:11.072Z | Downloaded sled v0.34.7 |
1024 | 2024-01-10T23:51:11.089Z | Downloaded zerocopy-derive v0.6.4 |
1025 | 2024-01-10T23:51:11.128Z | Downloaded object v0.30.4 |
1026 | 2024-01-10T23:51:11.133Z | Downloaded tokio v1.35.1 |
1027 | 2024-01-10T23:51:11.225Z | Downloaded rustls v0.21.9 |
1028 | 2024-01-10T23:51:11.240Z | Downloaded sha3 v0.10.8 |
1029 | 2024-01-10T23:51:11.240Z | Downloaded regex-syntax v0.6.29 |
1030 | 2024-01-10T23:51:11.256Z | Downloaded libc v0.2.152 |
1031 | 2024-01-10T23:51:11.307Z | Downloaded radix_trie v0.2.1 |
1032 | 2024-01-10T23:51:11.314Z | Downloaded petgraph v0.6.4 |
1033 | 2024-01-10T23:51:11.326Z | Downloaded curve25519-dalek v4.1.1 |
1034 | 2024-01-10T23:51:11.339Z | Downloaded proptest v1.4.0 |
1035 | 2024-01-10T23:51:11.365Z | Downloaded gimli v0.28.0 |
1036 | 2024-01-10T23:51:11.372Z | Downloaded regex-syntax v0.8.2 |
1037 | 2024-01-10T23:51:11.392Z | Downloaded bstr v1.6.0 |
1038 | 2024-01-10T23:51:11.805Z | Downloaded nix v0.26.4 |
1039 | 2024-01-10T23:51:11.805Z | Downloaded encoding_rs v0.8.33 |
1040 | 2024-01-10T23:51:11.805Z | Downloaded rustix v0.38.25 |
1041 | 2024-01-10T23:51:11.806Z | Downloaded object v0.32.1 |
1042 | 2024-01-10T23:51:11.806Z | Downloaded rustix v0.37.23 |
1043 | 2024-01-10T23:51:11.806Z | Downloaded bstr v0.2.17 |
1044 | 2024-01-10T23:51:11.806Z | Downloaded idna v0.5.0 |
1045 | 2024-01-10T23:51:11.806Z | Downloaded idna v0.2.3 |
1046 | 2024-01-10T23:51:11.806Z | Downloaded webpki-roots v0.25.2 |
1047 | 2024-01-10T23:51:11.807Z | Downloaded smoltcp v0.10.0 |
1048 | 2024-01-10T23:51:11.807Z | Downloaded nom v7.1.3 |
1049 | 2024-01-10T23:51:11.807Z | Downloaded openssl v0.10.60 |
1050 | 2024-01-10T23:51:11.807Z | Downloaded portable-atomic v1.4.3 |
1051 | 2024-01-10T23:51:11.808Z | Downloaded libm v0.2.7 |
1052 | 2024-01-10T23:51:11.808Z | Downloaded futures-util v0.3.30 |
1053 | 2024-01-10T23:51:11.808Z | Downloaded libxml v0.3.3 |
1054 | 2024-01-10T23:51:11.809Z | Downloaded serde_json v1.0.111 |
1055 | 2024-01-10T23:51:11.809Z | Downloaded zerocopy v0.7.31 |
1056 | 2024-01-10T23:51:11.821Z | Downloaded regress v0.7.1 |
1057 | 2024-01-10T23:51:11.825Z | Downloaded regex v1.10.2 |
1058 | 2024-01-10T23:51:11.851Z | Downloaded syn v2.0.46 |
1059 | 2024-01-10T23:51:11.872Z | Downloaded rayon v1.8.0 |
1060 | 2024-01-10T23:51:11.893Z | Downloaded serde v1.0.194 |
1061 | 2024-01-10T23:51:11.897Z | Downloaded serde_with v3.4.0 |
1062 | 2024-01-10T23:51:11.909Z | Downloaded const-oid v0.9.5 |
1063 | 2024-01-10T23:51:11.914Z | Downloaded postcard v1.0.8 |
1064 | 2024-01-10T23:51:11.919Z | Downloaded hyper v0.14.27 |
1065 | 2024-01-10T23:51:11.937Z | Downloaded chrono v0.4.31 |
1066 | 2024-01-10T23:51:11.955Z | Downloaded omicron-zone-package v0.9.1 |
1067 | 2024-01-10T23:51:11.964Z | Downloaded snafu-derive v0.7.5 |
1068 | 2024-01-10T23:51:11.983Z | Downloaded papergrid v0.10.0 |
1069 | 2024-01-10T23:51:11.983Z | Downloaded winnow v0.5.15 |
1070 | 2024-01-10T23:51:11.993Z | Downloaded parking_lot v0.12.1 |
1071 | 2024-01-10T23:51:11.996Z | Downloaded slog v2.7.0 |
1072 | 2024-01-10T23:51:12.000Z | Downloaded crossterm v0.26.1 |
1073 | 2024-01-10T23:51:12.014Z | Downloaded toml_edit v0.21.0 |
1074 | 2024-01-10T23:51:12.059Z | Downloaded ring v0.17.7 |
1075 | 2024-01-10T23:51:12.209Z | Downloaded fixedbitset v0.4.2 |
1076 | 2024-01-10T23:51:12.215Z | Downloaded filetime v0.2.23 |
1077 | 2024-01-10T23:51:12.215Z | Downloaded rpassword v7.3.1 |
1078 | 2024-01-10T23:51:12.216Z | Downloaded num-traits v0.2.16 |
1079 | 2024-01-10T23:51:12.222Z | Downloaded rand v0.4.6 |
1080 | 2024-01-10T23:51:12.333Z | Downloaded tinytemplate v1.2.1 |
1081 | 2024-01-10T23:51:12.345Z | Downloaded signal-hook v0.3.17 |
1082 | 2024-01-10T23:51:12.346Z | Downloaded salty v0.2.0 |
1083 | 2024-01-10T23:51:12.346Z | Downloaded serde_yaml v0.9.25 |
1084 | 2024-01-10T23:51:12.346Z | Downloaded ring v0.16.20 |
1085 | 2024-01-10T23:51:12.415Z | Downloaded serde_spanned v0.6.4 |
1086 | 2024-01-10T23:51:12.420Z | Downloaded unarray v0.1.4 |
1087 | 2024-01-10T23:51:12.420Z | Downloaded keccak v0.1.4 |
1088 | 2024-01-10T23:51:12.420Z | Downloaded clap v4.4.3 |
1089 | 2024-01-10T23:51:12.439Z | Downloaded darling_core v0.20.3 |
1090 | 2024-01-10T23:51:12.454Z | Downloaded x509-cert v0.2.4 |
1091 | 2024-01-10T23:51:12.458Z | Downloaded owo-colors v3.5.0 |
1092 | 2024-01-10T23:51:12.462Z | Downloaded slog-async v2.8.0 |
1093 | 2024-01-10T23:51:12.462Z | Downloaded test-strategy v0.3.1 |
1094 | 2024-01-10T23:51:12.467Z | Downloaded tempfile v3.8.1 |
1095 | 2024-01-10T23:51:12.473Z | Downloaded pin-project v1.1.3 |
1096 | 2024-01-10T23:51:12.492Z | Downloaded vte v0.10.1 |
1097 | 2024-01-10T23:51:12.499Z | Downloaded hkdf v0.12.4 |
1098 | 2024-01-10T23:51:12.521Z | Downloaded crossterm v0.27.0 |
1099 | 2024-01-10T23:51:12.541Z | Downloaded ff v0.13.0 |
1100 | 2024-01-10T23:51:12.541Z | Downloaded radium v0.7.0 |
1101 | 2024-01-10T23:51:12.542Z | Downloaded futures-timer v3.0.2 |
1102 | 2024-01-10T23:51:12.542Z | Downloaded structopt v0.3.26 |
1103 | 2024-01-10T23:51:12.543Z | Downloaded env_logger v0.10.0 |
1104 | 2024-01-10T23:51:12.565Z | Downloaded crossbeam-utils v0.8.16 |
1105 | 2024-01-10T23:51:12.565Z | Downloaded socket2 v0.5.5 |
1106 | 2024-01-10T23:51:12.565Z | Downloaded zerocopy v0.6.4 |
1107 | 2024-01-10T23:51:12.566Z | Downloaded prettyplease v0.2.16 |
1108 | 2024-01-10T23:51:12.566Z | Downloaded num-bigint v0.4.4 |
1109 | 2024-01-10T23:51:12.572Z | Downloaded tokio-tungstenite v0.20.1 |
1110 | 2024-01-10T23:51:12.573Z | Downloaded bzip2 v0.4.4 |
1111 | 2024-01-10T23:51:12.573Z | Downloaded rust-argon2 v1.0.1 |
1112 | 2024-01-10T23:51:12.573Z | Downloaded slog-term v2.9.0 |
1113 | 2024-01-10T23:51:12.573Z | Downloaded serde-big-array v0.5.1 |
1114 | 2024-01-10T23:51:12.581Z | Downloaded poly1305 v0.8.0 |
1115 | 2024-01-10T23:51:12.581Z | Downloaded signal-hook-tokio v0.3.1 |
1116 | 2024-01-10T23:51:12.581Z | Downloaded half v1.8.2 |
1117 | 2024-01-10T23:51:12.597Z | Downloaded rstest_macros v0.18.2 |
1118 | 2024-01-10T23:51:12.597Z | Downloaded crypto-bigint v0.5.2 |
1119 | 2024-01-10T23:51:12.619Z | Downloaded time v0.3.27 |
1120 | 2024-01-10T23:51:12.619Z | Downloaded aho-corasick v1.0.4 |
1121 | 2024-01-10T23:51:12.620Z | Downloaded rustls-pemfile v1.0.3 |
1122 | 2024-01-10T23:51:12.620Z | Downloaded num-bigint-dig v0.8.4 |
1123 | 2024-01-10T23:51:12.637Z | Downloaded hashbrown v0.13.2 |
1124 | 2024-01-10T23:51:12.643Z | Downloaded criterion v0.5.1 |
1125 | 2024-01-10T23:51:12.651Z | Downloaded typed-path v0.7.0 |
1126 | 2024-01-10T23:51:12.664Z | Downloaded quote v1.0.35 |
1127 | 2024-01-10T23:51:12.664Z | Downloaded parking_lot_core v0.9.8 |
1128 | 2024-01-10T23:51:12.667Z | Downloaded inout v0.1.3 |
1129 | 2024-01-10T23:51:12.668Z | Downloaded percent-encoding v2.3.1 |
1130 | 2024-01-10T23:51:12.668Z | Downloaded tokio-macros v2.2.0 |
1131 | 2024-01-10T23:51:12.668Z | Downloaded tracing-core v0.1.31 |
1132 | 2024-01-10T23:51:12.672Z | Downloaded pretty_assertions v1.4.0 |
1133 | 2024-01-10T23:51:12.677Z | Downloaded oso-derive v0.27.0 |
1134 | 2024-01-10T23:51:12.677Z | Downloaded plotters-backend v0.3.5 |
1135 | 2024-01-10T23:51:12.683Z | Downloaded pin-project-lite v0.2.13 |
1136 | 2024-01-10T23:51:12.688Z | Downloaded pin-project-internal v1.1.3 |
1137 | 2024-01-10T23:51:12.688Z | Downloaded fatfs v0.3.6 |
1138 | 2024-01-10T23:51:12.693Z | Downloaded unicode-normalization v0.1.22 |
1139 | 2024-01-10T23:51:12.698Z | Downloaded lru-cache v0.1.2 |
1140 | 2024-01-10T23:51:12.703Z | Downloaded block-buffer v0.10.4 |
1141 | 2024-01-10T23:51:12.703Z | Downloaded serde_repr v0.1.16 |
1142 | 2024-01-10T23:51:12.709Z | Downloaded dof v0.1.5 |
1143 | 2024-01-10T23:51:12.709Z | Downloaded dirs-sys-next v0.1.2 |
1144 | 2024-01-10T23:51:12.713Z | Downloaded ipnet v2.8.0 |
1145 | 2024-01-10T23:51:12.713Z | Downloaded unicode-segmentation v1.10.1 |
1146 | 2024-01-10T23:51:12.718Z | Downloaded tokio-util v0.7.10 |
1147 | 2024-01-10T23:51:12.727Z | Downloaded zone v0.3.0 |
1148 | 2024-01-10T23:51:12.731Z | Downloaded ena v0.14.2 |
1149 | 2024-01-10T23:51:12.731Z | Downloaded slog-bunyan v2.4.0 |
1150 | 2024-01-10T23:51:12.736Z | Downloaded pest_generator v2.7.2 |
1151 | 2024-01-10T23:51:12.736Z | Downloaded bindgen v0.65.1 |
1152 | 2024-01-10T23:51:12.746Z | Downloaded tokio-postgres v0.7.10 |
1153 | 2024-01-10T23:51:12.755Z | Downloaded diff v0.1.13 |
1154 | 2024-01-10T23:51:12.774Z | Downloaded rayon-core v1.12.0 |
1155 | 2024-01-10T23:51:12.787Z | Downloaded rand v0.8.5 |
1156 | 2024-01-10T23:51:12.787Z | Downloaded futures-sink v0.3.30 |
1157 | 2024-01-10T23:51:12.788Z | Downloaded resolv-conf v0.7.0 |
1158 | 2024-01-10T23:51:12.788Z | Downloaded fallible-iterator v0.2.0 |
1159 | 2024-01-10T23:51:12.788Z | Downloaded rstest v0.18.2 |
1160 | 2024-01-10T23:51:12.798Z | Downloaded sct v0.7.0 |
1161 | 2024-01-10T23:51:12.799Z | Downloaded futures v0.3.30 |
1162 | 2024-01-10T23:51:12.805Z | Downloaded snafu v0.7.5 |
1163 | 2024-01-10T23:51:12.809Z | Downloaded pest_meta v2.7.2 |
1164 | 2024-01-10T23:51:12.824Z | Downloaded pest_derive v2.7.2 |
1165 | 2024-01-10T23:51:12.827Z | Downloaded futures-task v0.3.30 |
1166 | 2024-01-10T23:51:12.827Z | Downloaded futures-macro v0.3.30 |
1167 | 2024-01-10T23:51:12.827Z | Downloaded toml_datetime v0.6.5 |
1168 | 2024-01-10T23:51:12.827Z | Downloaded serde_path_to_error v0.1.15 |
1169 | 2024-01-10T23:51:12.827Z | Downloaded memchr v2.6.3 |
1170 | 2024-01-10T23:51:12.833Z | Downloaded crossbeam-channel v0.5.8 |
1171 | 2024-01-10T23:51:13.249Z | Downloaded rustc-hash v1.1.0 |
1172 | 2024-01-10T23:51:14.081Z | Downloaded fastrand v2.0.0 |
1173 | 2024-01-10T23:51:14.082Z | Downloaded errno v0.3.2 |
1174 | 2024-01-10T23:51:14.082Z | Downloaded crypto-common v0.1.6 |
1175 | 2024-01-10T23:51:14.082Z | Downloaded diesel_derives v2.1.2 |
1176 | 2024-01-10T23:51:14.082Z | Downloaded uuid v1.6.1 |
1177 | 2024-01-10T23:51:14.083Z | Downloaded subprocess v0.2.9 |
1178 | 2024-01-10T23:51:14.083Z | Downloaded rcgen v0.11.3 |
1179 | 2024-01-10T23:51:14.083Z | Downloaded generic-array v0.14.7 |
1180 | 2024-01-10T23:51:14.083Z | Downloaded serde_with_macros v3.4.0 |
1181 | 2024-01-10T23:51:14.083Z | Downloaded tracing v0.1.37 |
1182 | 2024-01-10T23:51:14.083Z | Downloaded indoc v2.0.3 |
1183 | 2024-01-10T23:51:14.083Z | Downloaded dirs-next v2.0.0 |
1184 | 2024-01-10T23:51:14.083Z | Downloaded digest v0.10.7 |
1185 | 2024-01-10T23:51:14.084Z | Downloaded zeroize_derive v1.4.2 |
1186 | 2024-01-10T23:51:14.084Z | Downloaded semver v0.1.20 |
1187 | 2024-01-10T23:51:14.084Z | Downloaded tempdir v0.3.7 |
1188 | 2024-01-10T23:51:14.084Z | Downloaded der v0.7.8 |
1189 | 2024-01-10T23:51:14.084Z | Downloaded heapless v0.7.16 |
1190 | 2024-01-10T23:51:14.086Z | Downloaded proc-macro2 v1.0.74 |
1191 | 2024-01-10T23:51:14.086Z | Downloaded smallvec v0.6.14 |
1192 | 2024-01-10T23:51:14.086Z | Downloaded darling_core v0.14.4 |
1193 | 2024-01-10T23:51:14.086Z | Downloaded zip v0.6.6 |
1194 | 2024-01-10T23:51:14.086Z | Downloaded pem v3.0.2 |
1195 | 2024-01-10T23:51:14.086Z | Downloaded group v0.13.0 |
1196 | 2024-01-10T23:51:14.086Z | Downloaded scheduled-thread-pool v0.2.7 |
1197 | 2024-01-10T23:51:14.086Z | Downloaded tabled_derive v0.6.0 |
1198 | 2024-01-10T23:51:14.086Z | Downloaded glob v0.3.1 |
1199 | 2024-01-10T23:51:14.087Z | Downloaded num-rational v0.4.1 |
1200 | 2024-01-10T23:51:14.087Z | Downloaded pem-rfc7468 v0.7.0 |
1201 | 2024-01-10T23:51:14.087Z | Downloaded ucd-trie v0.1.6 |
1202 | 2024-01-10T23:51:14.087Z | Downloaded typenum v1.16.0 |
1203 | 2024-01-10T23:51:14.087Z | Downloaded itertools v0.11.0 |
1204 | 2024-01-10T23:51:14.087Z | Downloaded ref-cast v1.0.20 |
1205 | 2024-01-10T23:51:14.087Z | Downloaded serde_plain v1.0.2 |
1206 | 2024-01-10T23:51:14.087Z | Downloaded funty v2.0.0 |
1207 | 2024-01-10T23:51:14.087Z | Downloaded crossbeam-queue v0.3.8 |
1208 | 2024-01-10T23:51:14.087Z | Downloaded spin v0.9.8 |
1209 | 2024-01-10T23:51:14.087Z | Downloaded pkcs1 v0.7.5 |
1210 | 2024-01-10T23:51:14.087Z | Downloaded relative-path v1.9.0 |
1211 | 2024-01-10T23:51:14.087Z | Downloaded strum_macros v0.25.2 |
1212 | 2024-01-10T23:51:14.087Z | Downloaded ron v0.8.1 |
1213 | 2024-01-10T23:51:14.088Z | Downloaded flume v0.11.0 |
1214 | 2024-01-10T23:51:14.088Z | Downloaded wait-timeout v0.2.0 |
1215 | 2024-01-10T23:51:14.088Z | Downloaded derive_builder_core v0.12.0 |
1216 | 2024-01-10T23:51:14.088Z | Downloaded smallvec v1.11.2 |
1217 | 2024-01-10T23:51:14.088Z | Downloaded partial-io v0.5.4 |
1218 | 2024-01-10T23:51:14.088Z | Downloaded nibble_vec v0.1.0 |
1219 | 2024-01-10T23:51:14.088Z | Downloaded normalize-line-endings v0.3.0 |
1220 | 2024-01-10T23:51:14.088Z | Downloaded siphasher v0.3.11 |
1221 | 2024-01-10T23:51:14.088Z | Downloaded tap v1.0.1 |
1222 | 2024-01-10T23:51:14.088Z | Downloaded foreign-types-macros v0.2.3 |
1223 | 2024-01-10T23:51:14.088Z | Downloaded macaddr v1.0.1 |
1224 | 2024-01-10T23:51:14.088Z | Downloaded serde_tokenstream v0.1.7 |
1225 | 2024-01-10T23:51:14.088Z | Downloaded paste v1.0.14 |
1226 | 2024-01-10T23:51:14.088Z | Downloaded trust-dns-server v0.22.1 |
1227 | 2024-01-10T23:51:14.088Z | Downloaded password-hash v0.5.0 |
1228 | 2024-01-10T23:51:14.088Z | Downloaded parking_lot_core v0.8.6 |
1229 | 2024-01-10T23:51:14.088Z | Downloaded peeking_take_while v0.1.2 |
1230 | 2024-01-10T23:51:14.088Z | Downloaded miniz_oxide v0.7.1 |
1231 | 2024-01-10T23:51:14.088Z | Downloaded clang-sys v1.6.1 |
1232 | 2024-01-10T23:51:14.088Z | Downloaded http v0.2.11 |
1233 | 2024-01-10T23:51:14.088Z | Downloaded trust-dns-resolver v0.22.0 |
1234 | 2024-01-10T23:51:14.089Z | Downloaded parking_lot v0.11.2 |
1235 | 2024-01-10T23:51:14.089Z | Downloaded toml v0.7.8 |
1236 | 2024-01-10T23:51:14.089Z | Downloaded zone_cfg_derive v0.3.0 |
1237 | 2024-01-10T23:51:14.089Z | Downloaded futures-channel v0.3.30 |
1238 | 2024-01-10T23:51:14.089Z | Downloaded vsss-rs v3.3.2 |
1239 | 2024-01-10T23:51:14.089Z | Downloaded textwrap v0.16.0 |
1240 | 2024-01-10T23:51:14.089Z | Downloaded oso v0.27.0 |
1241 | 2024-01-10T23:51:14.089Z | Downloaded strsim v0.8.0 |
1242 | 2024-01-10T23:51:14.089Z | Downloaded rand_core v0.6.4 |
1243 | 2024-01-10T23:51:14.089Z | Downloaded rand_chacha v0.3.1 |
1244 | 2024-01-10T23:51:14.089Z | Downloaded unsafe-libyaml v0.2.10 |
1245 | 2024-01-10T23:51:14.089Z | Downloaded tough v0.16.0 |
1246 | 2024-01-10T23:51:14.091Z | Downloaded similar v2.3.0 |
1247 | 2024-01-10T23:51:14.091Z | Downloaded tokio-rustls v0.24.1 |
1248 | 2024-01-10T23:51:14.091Z | Downloaded num-complex v0.4.4 |
1249 | 2024-01-10T23:51:14.091Z | Downloaded num-integer v0.1.45 |
1250 | 2024-01-10T23:51:14.091Z | Downloaded fnv v1.0.7 |
1251 | 2024-01-10T23:51:14.092Z | Downloaded tui-tree-widget v0.13.0 |
1252 | 2024-01-10T23:51:14.092Z | Downloaded getrandom v0.2.10 |
1253 | 2024-01-10T23:51:14.092Z | Downloaded fs-err v2.11.0 |
1254 | 2024-01-10T23:51:14.092Z | Downloaded fragile v2.0.0 |
1255 | 2024-01-10T23:51:14.092Z | Downloaded form_urlencoded v1.2.1 |
1256 | 2024-01-10T23:51:14.092Z | Downloaded pretty-hex v0.2.1 |
1257 | 2024-01-10T23:51:14.092Z | Downloaded parse-display v0.8.2 |
1258 | 2024-01-10T23:51:14.092Z | Downloaded sqlparser_derive v0.1.1 |
1259 | 2024-01-10T23:51:14.092Z | Downloaded tokio-stream v0.1.14 |
1260 | 2024-01-10T23:51:14.092Z | Downloaded float-cmp v0.9.0 |
1261 | 2024-01-10T23:51:14.092Z | Downloaded backtrace v0.3.69 |
1262 | 2024-01-10T23:51:14.092Z | Downloaded proc-macro-error v1.0.4 |
1263 | 2024-01-10T23:51:14.092Z | Downloaded predicates-core v1.0.6 |
1264 | 2024-01-10T23:51:14.092Z | Downloaded once_cell v1.19.0 |
1265 | 2024-01-10T23:51:14.092Z | Downloaded derive_more v0.99.17 |
1266 | 2024-01-10T23:51:14.093Z | Downloaded wyz v0.5.1 |
1267 | 2024-01-10T23:51:14.093Z | Downloaded base64 v0.21.6 |
1268 | 2024-01-10T23:51:14.093Z | Downloaded darling v0.20.3 |
1269 | 2024-01-10T23:51:14.093Z | Downloaded darling v0.14.4 |
1270 | 2024-01-10T23:51:14.093Z | Downloaded toml v0.8.8 |
1271 | 2024-01-10T23:51:14.093Z | Downloaded tinyvec v1.6.0 |
1272 | 2024-01-10T23:51:14.099Z | Downloaded parse-size v1.0.0 |
1273 | 2024-01-10T23:51:14.099Z | Downloaded packed_struct_codegen v0.10.1 |
1274 | 2024-01-10T23:51:14.099Z | Downloaded unicode-bidi v0.3.13 |
1275 | 2024-01-10T23:51:14.099Z | Downloaded foreign-types v0.5.0 |
1276 | 2024-01-10T23:51:14.099Z | Downloaded libtest-mimic v0.6.1 |
1277 | 2024-01-10T23:51:14.099Z | Downloaded clap_derive v4.4.2 |
1278 | 2024-01-10T23:51:14.099Z | Downloaded ciborium v0.2.1 |
1279 | 2024-01-10T23:51:14.099Z | Downloaded indexmap v2.1.0 |
1280 | 2024-01-10T23:51:14.099Z | Downloaded yansi v0.5.1 |
1281 | 2024-01-10T23:51:14.099Z | Downloaded xattr v1.0.1 |
1282 | 2024-01-10T23:51:14.099Z | Downloaded multer v2.1.0 |
1283 | 2024-01-10T23:51:14.099Z | Downloaded which v4.4.0 |
1284 | 2024-01-10T23:51:14.099Z | Downloaded spin v0.5.2 |
1285 | 2024-01-10T23:51:14.100Z | Downloaded secrecy v0.8.0 |
1286 | 2024-01-10T23:51:14.100Z | Downloaded cc v1.0.83 |
1287 | 2024-01-10T23:51:14.100Z | Downloaded predicates v3.0.4 |
1288 | 2024-01-10T23:51:14.100Z | Downloaded predicates-tree v1.0.9 |
1289 | 2024-01-10T23:51:14.100Z | Downloaded enum-as-inner v0.5.1 |
1290 | 2024-01-10T23:51:14.100Z | Downloaded utf-8 v0.7.6 |
1291 | 2024-01-10T23:51:14.100Z | Downloaded rustyline v12.0.0 |
1292 | 2024-01-10T23:51:14.100Z | Downloaded log v0.4.20 |
1293 | 2024-01-10T23:51:14.100Z | Downloaded want v0.3.1 |
1294 | 2024-01-10T23:51:14.100Z | Downloaded tower-service v0.3.2 |
1295 | 2024-01-10T23:51:14.100Z | Downloaded toolchain_find v0.2.0 |
1296 | 2024-01-10T23:51:14.100Z | Downloaded indoc v1.0.9 |
1297 | 2024-01-10T23:51:14.100Z | Downloaded impl-trait-for-tuples v0.2.2 |
1298 | 2024-01-10T23:51:14.100Z | Downloaded getopts v0.2.21 |
1299 | 2024-01-10T23:51:14.100Z | Downloaded hyper-tls v0.5.0 |
1300 | 2024-01-10T23:51:14.100Z | Downloaded heck v0.4.1 |
1301 | 2024-01-10T23:51:14.102Z | Downloaded num-derive v0.4.0 |
1302 | 2024-01-10T23:51:14.102Z | Downloaded time-macros v0.2.13 |
1303 | 2024-01-10T23:51:14.102Z | Downloaded unicase v2.7.0 |
1304 | 2024-01-10T23:51:14.102Z | Downloaded hex-literal v0.4.1 |
1305 | 2024-01-10T23:51:14.102Z | Downloaded newtype_derive v0.1.6 |
1306 | 2024-01-10T23:51:14.102Z | Downloaded cfg-if v1.0.0 |
1307 | 2024-01-10T23:51:14.102Z | Downloaded cast v0.3.0 |
1308 | 2024-01-10T23:51:14.102Z | Downloaded camino-tempfile v1.1.1 |
1309 | 2024-01-10T23:51:14.102Z | Downloaded linear-map v1.2.0 |
1310 | 2024-01-10T23:51:14.102Z | Downloaded blake2 v0.10.6 |
1311 | 2024-01-10T23:51:14.102Z | Downloaded ahash v0.8.6 |
1312 | 2024-01-10T23:51:14.102Z | Downloaded arc-swap v1.6.0 |
1313 | 2024-01-10T23:51:14.102Z | Downloaded maplit v1.0.2 |
1314 | 2024-01-10T23:51:14.102Z | Downloaded crc-catalog v2.2.0 |
1315 | 2024-01-10T23:51:14.102Z | Downloaded hmac v0.12.1 |
1316 | 2024-01-10T23:51:14.102Z | Downloaded cookie v0.18.0 |
1317 | 2024-01-10T23:51:14.102Z | Downloaded thread_local v1.1.7 |
1318 | 2024-01-10T23:51:14.102Z | Downloaded cfg-expr v0.15.5 |
1319 | 2024-01-10T23:51:14.102Z | Downloaded bitflags v2.4.0 |
1320 | 2024-01-10T23:51:14.102Z | Downloaded proc-macro-error-attr v1.0.4 |
1321 | 2024-01-10T23:51:14.103Z | Downloaded defmt-macros v0.3.6 |
1322 | 2024-01-10T23:51:14.103Z | Downloaded defmt v0.3.5 |
1323 | 2024-01-10T23:51:14.103Z | Downloaded unicode-xid v0.2.4 |
1324 | 2024-01-10T23:51:14.103Z | Downloaded tar v0.4.40 |
1325 | 2024-01-10T23:51:14.103Z | Downloaded anyhow v1.0.75 |
1326 | 2024-01-10T23:51:14.103Z | Downloaded unicode-width v0.1.11 |
1327 | 2024-01-10T23:51:14.103Z | Downloaded unicode-linebreak v0.1.5 |
1328 | 2024-01-10T23:51:14.103Z | Downloaded hubpack v0.1.2 |
1329 | 2024-01-10T23:51:14.105Z | Downloaded number_prefix v0.4.0 |
1330 | 2024-01-10T23:51:14.105Z | Downloaded num_threads v0.1.6 |
1331 | 2024-01-10T23:51:14.105Z | Downloaded topological-sort v0.2.2 |
1332 | 2024-01-10T23:51:14.105Z | Downloaded base64ct v1.6.0 |
1333 | 2024-01-10T23:51:14.105Z | Downloaded arrayvec v0.7.4 |
1334 | 2024-01-10T23:51:14.105Z | Downloaded aead v0.5.2 |
1335 | 2024-01-10T23:51:14.105Z | Downloaded openssl-macros v0.1.1 |
1336 | 2024-01-10T23:51:14.105Z | Downloaded dtrace-parser v0.1.14 |
1337 | 2024-01-10T23:51:14.105Z | Downloaded crc-any v2.4.3 |
1338 | 2024-01-10T23:51:14.105Z | Downloaded httparse v1.8.0 |
1339 | 2024-01-10T23:51:14.105Z | Downloaded camino v1.1.6 |
1340 | 2024-01-10T23:51:14.105Z | Downloaded blake2b_simd v1.0.1 |
1341 | 2024-01-10T23:51:14.105Z | Downloaded bcs v0.1.6 |
1342 | 2024-01-10T23:51:14.105Z | Downloaded atomic-waker v1.1.1 |
1343 | 2024-01-10T23:51:14.105Z | Downloaded assert_cmd v2.0.12 |
1344 | 2024-01-10T23:51:14.106Z | Downloaded cargo_metadata v0.18.1 |
1345 | 2024-01-10T23:51:14.106Z | Downloaded byteorder v1.5.0 |
1346 | 2024-01-10T23:51:14.106Z | Downloaded backoff v0.4.0 |
1347 | 2024-01-10T23:51:14.106Z | Downloaded universal-hash v0.5.1 |
1348 | 2024-01-10T23:51:14.106Z | Downloaded thread-id v4.2.0 |
1349 | 2024-01-10T23:51:14.106Z | Downloaded structopt-derive v0.4.18 |
1350 | 2024-01-10T23:51:14.106Z | Downloaded crc32fast v1.3.2 |
1351 | 2024-01-10T23:51:14.106Z | Downloaded bb8 v0.8.1 |
1352 | 2024-01-10T23:51:14.106Z | Downloaded approx v0.5.1 |
1353 | 2024-01-10T23:51:14.106Z | Downloaded ascii-canvas v3.0.0 |
1354 | 2024-01-10T23:51:14.106Z | Downloaded anstyle-query v1.0.0 |
1355 | 2024-01-10T23:51:14.107Z | Downloaded anstyle v1.0.2 |
1356 | 2024-01-10T23:51:14.107Z | Downloaded arrayref v0.3.7 |
1357 | 2024-01-10T23:51:14.108Z | Downloaded tinyvec_macros v0.1.1 |
1358 | 2024-01-10T23:51:14.108Z | Downloaded terminal_size v0.2.6 |
1359 | 2024-01-10T23:51:14.108Z | Downloaded mime_guess v2.0.4 |
1360 | 2024-01-10T23:51:14.108Z | Downloaded async-stream v0.3.5 |
1361 | 2024-01-10T23:51:14.108Z | Downloaded anstream v0.5.0 |
1362 | 2024-01-10T23:51:14.109Z | Downloaded arrayvec v0.5.2 |
1363 | 2024-01-10T23:51:14.109Z | Downloaded async-recursion v1.0.5 |
1364 | 2024-01-10T23:51:14.109Z | Downloaded target-lexicon v0.12.12 |
1365 | 2024-01-10T23:51:14.109Z | Downloaded strum v0.25.0 |
1366 | 2024-01-10T23:51:14.109Z | Downloaded string_cache v0.8.7 |
1367 | 2024-01-10T23:51:14.109Z | Downloaded slog-envlogger v2.2.0 |
1368 | 2024-01-10T23:51:14.109Z | Downloaded hostname v0.3.1 |
1369 | 2024-01-10T23:51:14.109Z | Downloaded heck v0.3.3 |
1370 | 2024-01-10T23:51:14.109Z | Downloaded buf-list v1.0.3 |
1371 | 2024-01-10T23:51:14.109Z | Downloaded assert_matches v1.5.0 |
1372 | 2024-01-10T23:51:14.151Z | Downloaded home v0.5.5 |
1373 | 2024-01-10T23:51:14.151Z | Downloaded bytecount v0.6.3 |
1374 | 2024-01-10T23:51:14.152Z | Downloaded cargo-platform v0.1.3 |
1375 | 2024-01-10T23:51:14.152Z | Downloaded array-init v0.0.4 |
1376 | 2024-01-10T23:51:14.152Z | Downloaded crossbeam-deque v0.8.3 |
1377 | 2024-01-10T23:51:14.152Z | Downloaded spki v0.7.2 |
1378 | 2024-01-10T23:51:14.152Z | Downloaded highway v1.1.0 |
1379 | 2024-01-10T23:51:14.152Z | Downloaded constant_time_eq v0.3.0 |
1380 | 2024-01-10T23:51:14.153Z | Downloaded base16ct v0.2.0 |
1381 | 2024-01-10T23:51:14.153Z | Downloaded cexpr v0.6.0 |
1382 | 2024-01-10T23:51:14.153Z | Downloaded bitfield v0.14.0 |
1383 | 2024-01-10T23:51:14.154Z | Downloaded slog-dtrace v0.2.3 |
1384 | 2024-01-10T23:51:14.154Z | Downloaded nanorand v0.7.0 |
1385 | 2024-01-10T23:51:14.155Z | Downloaded memoffset v0.7.1 |
1386 | 2024-01-10T23:51:14.155Z | Downloaded bitflags v1.3.2 |
1387 | 2024-01-10T23:51:14.155Z | Downloaded bit-set v0.5.3 |
1388 | 2024-01-10T23:51:14.155Z | Downloaded sqlformat v0.2.3 |
1389 | 2024-01-10T23:51:14.155Z | Downloaded serde_urlencoded v0.7.1 |
1390 | 2024-01-10T23:51:14.155Z | Downloaded lazy_static v1.4.0 |
1391 | 2024-01-10T23:51:14.156Z | Downloaded smf v0.2.2 |
1392 | 2024-01-10T23:51:14.156Z | Downloaded similar-asserts v1.5.0 |
1393 | 2024-01-10T23:51:14.156Z | Downloaded sha2 v0.10.8 |
1394 | 2024-01-10T23:51:14.156Z | Downloaded serde_derive v1.0.194 |
1395 | 2024-01-10T23:51:14.156Z | Downloaded schemars_derive v0.8.16 |
1396 | 2024-01-10T23:51:14.156Z | Downloaded mime v0.3.17 |
1397 | 2024-01-10T23:51:14.156Z | Downloaded maybe-uninit v2.0.0 |
1398 | 2024-01-10T23:51:14.157Z | Downloaded libsw v3.3.1 |
1399 | 2024-01-10T23:51:14.157Z | Downloaded is-terminal v0.4.9 |
1400 | 2024-01-10T23:51:14.157Z | Downloaded cpufeatures v0.2.9 |
1401 | 2024-01-10T23:51:14.157Z | Downloaded slog-json v2.6.1 |
1402 | 2024-01-10T23:51:14.157Z | Downloaded serde_derive_internals v0.26.0 |
1403 | 2024-01-10T23:51:14.157Z | Downloaded semver v1.0.21 |
1404 | 2024-01-10T23:51:14.157Z | Downloaded libefi-sys v0.1.0 |
1405 | 2024-01-10T23:51:14.157Z | Downloaded crossbeam v0.8.2 |
1406 | 2024-01-10T23:51:14.157Z | Downloaded signature v2.1.0 |
1407 | 2024-01-10T23:51:14.159Z | Downloaded shell-words v1.1.0 |
1408 | 2024-01-10T23:51:14.159Z | Downloaded serde_tokenstream v0.2.0 |
1409 | 2024-01-10T23:51:14.159Z | Downloaded serde-hex v0.1.0 |
1410 | 2024-01-10T23:51:14.159Z | Downloaded atomicwrites v0.4.3 |
1411 | 2024-01-10T23:51:14.160Z | Downloaded async-stream-impl v0.3.5 |
1412 | 2024-01-10T23:51:14.160Z | Downloaded semver v0.11.0 |
1413 | 2024-01-10T23:51:14.160Z | Downloaded ryu v1.0.15 |
1414 | 2024-01-10T23:51:14.225Z | Compiling proc-macro2 v1.0.74 |
1415 | 2024-01-10T23:51:14.225Z | Compiling unicode-ident v1.0.12 |
1416 | 2024-01-10T23:51:14.228Z | Compiling libc v0.2.152 |
1417 | 2024-01-10T23:51:14.228Z | Compiling cfg-if v1.0.0 |
1418 | 2024-01-10T23:51:14.228Z | Compiling serde v1.0.194 |
1419 | 2024-01-10T23:51:14.264Z | Compiling autocfg v1.1.0 |
1420 | 2024-01-10T23:51:14.269Z | Compiling version_check v0.9.4 |
1421 | 2024-01-10T23:51:14.269Z | Compiling syn v1.0.109 |
1422 | 2024-01-10T23:51:14.269Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=deb0da5fb078c51d -C extra-filename=-deb0da5fb078c51d --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-deb0da5fb078c51d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1423 | 2024-01-10T23:51:14.269Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.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=caebfb5394c94cd8 -C extra-filename=-caebfb5394c94cd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1424 | 2024-01-10T23:51:14.269Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.152/build.rs --error-format=json --json=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=6a6a237160f0cbb5 -C extra-filename=-6a6a237160f0cbb5 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-6a6a237160f0cbb5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1425 | 2024-01-10T23:51:14.270Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6efcfb0956144885 -C extra-filename=-6efcfb0956144885 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1426 | 2024-01-10T23:51:14.270Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.194/build.rs --error-format=json --json=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=90c3f5ee31344cbd -C extra-filename=-90c3f5ee31344cbd --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-90c3f5ee31344cbd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1427 | 2024-01-10T23:51:14.270Z | Running `/home/build/.rustup/toolchains/1.74.1-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=e17594c523c95a14 -C extra-filename=-e17594c523c95a14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1428 | 2024-01-10T23:51:14.270Z | Running `/home/build/.rustup/toolchains/1.74.1-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=eede919deb9ba8a1 -C extra-filename=-eede919deb9ba8a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1429 | 2024-01-10T23:51:14.282Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=8df69afcf782d78c -C extra-filename=-8df69afcf782d78c --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-8df69afcf782d78c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1430 | 2024-01-10T23:51:14.499Z | Compiling memchr v2.6.3 |
1431 | 2024-01-10T23:51:14.511Z | Running `/home/build/.rustup/toolchains/1.74.1-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=19c64e24300af82f -C extra-filename=-19c64e24300af82f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1432 | 2024-01-10T23:51:14.624Z | Compiling log v0.4.20 |
1433 | 2024-01-10T23:51:14.633Z | Running `/home/build/.rustup/toolchains/1.74.1-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=a8da004f5204fad5 -C extra-filename=-a8da004f5204fad5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1434 | 2024-01-10T23:51:15.262Z | Compiling scopeguard v1.2.0 |
1435 | 2024-01-10T23:51:15.265Z | Running `/home/build/.rustup/toolchains/1.74.1-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=9e6bfb0ad023803f -C extra-filename=-9e6bfb0ad023803f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1436 | 2024-01-10T23:51:15.409Z | Compiling once_cell v1.19.0 |
1437 | 2024-01-10T23:51:15.416Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --cfg 'feature="unstable"' -C metadata=78575848a39b5a91 -C extra-filename=-78575848a39b5a91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1438 | 2024-01-10T23:51:15.472Z | Compiling smallvec v1.11.2 |
1439 | 2024-01-10T23:51:15.478Z | Running `/home/build/.rustup/toolchains/1.74.1-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=b9214902439ca54b -C extra-filename=-b9214902439ca54b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1440 | 2024-01-10T23:51:15.563Z | Compiling lock_api v0.4.10 |
1441 | 2024-01-10T23:51:15.570Z | Running `/home/build/.rustup/toolchains/1.74.1-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=930de80e07cc1109 -C extra-filename=-930de80e07cc1109 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-930de80e07cc1109 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings` |
1442 | 2024-01-10T23:51:15.874Z | Compiling itoa v1.0.9 |
1443 | 2024-01-10T23:51:15.877Z | Running `/home/build/.rustup/toolchains/1.74.1-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=7ee2097a83409d11 -C extra-filename=-7ee2097a83409d11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1444 | 2024-01-10T23:51:15.937Z | Compiling parking_lot_core v0.9.8 |
1445 | 2024-01-10T23:51:15.946Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.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=709ca5d77954dcd4 -C extra-filename=-709ca5d77954dcd4 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-709ca5d77954dcd4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1446 | 2024-01-10T23:51:16.132Z | Compiling libm v0.2.7 |
1447 | 2024-01-10T23:51:16.141Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.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=2c46ab2349a5c1a0 -C extra-filename=-2c46ab2349a5c1a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-2c46ab2349a5c1a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1448 | 2024-01-10T23:51:16.640Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-deb0da5fb078c51d/build-script-build` |
1449 | 2024-01-10T23:51:16.717Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde-90c3f5ee31344cbd/build-script-build` |
1450 | 2024-01-10T23:51:16.717Z | Running `/work/oxidecomputer/omicron/target/debug/build/syn-8df69afcf782d78c/build-script-build` |
1451 | 2024-01-10T23:51:17.150Z | Running `/work/oxidecomputer/omicron/target/debug/build/libc-6a6a237160f0cbb5/build-script-build` |
1452 | 2024-01-10T23:51:17.157Z | Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-930de80e07cc1109/build-script-build` |
1453 | 2024-01-10T23:51:17.157Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-709ca5d77954dcd4/build-script-build` |
1454 | 2024-01-10T23:51:17.157Z | Compiling num-traits v0.2.16 |
1455 | 2024-01-10T23:51:17.157Z | Running `/work/oxidecomputer/omicron/target/debug/build/libm-2c46ab2349a5c1a0/build-script-build` |
1456 | 2024-01-10T23:51:17.157Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.152/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=d26aefcc4de11e53 -C extra-filename=-d26aefcc4de11e53 --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` |
1457 | 2024-01-10T23:51:17.157Z | Compiling thiserror v1.0.49 |
1458 | 2024-01-10T23:51:17.157Z | Running `/home/build/.rustup/toolchains/1.74.1-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=8f15fc63f883a6bf -C extra-filename=-8f15fc63f883a6bf --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-8f15fc63f883a6bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings` |
1459 | 2024-01-10T23:51:17.158Z | Compiling byteorder v1.5.0 |
1460 | 2024-01-10T23:51:17.159Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.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=eb787b185170f0b2 -C extra-filename=-eb787b185170f0b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-eb787b185170f0b2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1461 | 2024-01-10T23:51:17.159Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4ff908e223b9ba35 -C extra-filename=-4ff908e223b9ba35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1462 | 2024-01-10T23:51:17.159Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.74/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=71ee4d0da25619ef -C extra-filename=-71ee4d0da25619ef --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-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings --cfg wrap_proc_macro` |
1463 | 2024-01-10T23:51:17.159Z | Running `/home/build/.rustup/toolchains/1.74.1-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=38b670a70a83d088 -C extra-filename=-38b670a70a83d088 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1464 | 2024-01-10T23:51:17.159Z | Running `/home/build/.rustup/toolchains/1.74.1-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=cd1bdf41f320219b -C extra-filename=-cd1bdf41f320219b --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-9e6bfb0ad023803f.rmeta --cap-lints allow -D warnings --cfg has_const_fn_trait_bound` |
1465 | 2024-01-10T23:51:17.159Z | Compiling spin v0.5.2 |
1466 | 2024-01-10T23:51:17.159Z | Running `/home/build/.rustup/toolchains/1.74.1-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=69cdfe202d22f709 -C extra-filename=-69cdfe202d22f709 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1467 | 2024-01-10T23:51:17.487Z | Compiling pin-project-lite v0.2.13 |
1468 | 2024-01-10T23:51:17.491Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.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=63f53d9f4b155bc9 -C extra-filename=-63f53d9f4b155bc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1469 | 2024-01-10T23:51:17.519Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-8f15fc63f883a6bf/build-script-build` |
1470 | 2024-01-10T23:51:17.685Z | Compiling ryu v1.0.15 |
1471 | 2024-01-10T23:51:17.694Z | Running `/home/build/.rustup/toolchains/1.74.1-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=ef556ccf273fb97d -C extra-filename=-ef556ccf273fb97d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1472 | 2024-01-10T23:51:17.752Z | Compiling serde_json v1.0.111 |
1473 | 2024-01-10T23:51:17.780Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.111/build.rs --error-format=json --json=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=0a2020bdcca47d2b -C extra-filename=-0a2020bdcca47d2b --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-0a2020bdcca47d2b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1474 | 2024-01-10T23:51:17.824Z | Compiling futures-core v0.3.30 |
1475 | 2024-01-10T23:51:17.830Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=df288950ad332dec -C extra-filename=-df288950ad332dec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1476 | 2024-01-10T23:51:17.897Z | Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-eb787b185170f0b2/build-script-build` |
1477 | 2024-01-10T23:51:18.091Z | Compiling heck v0.4.1 |
1478 | 2024-01-10T23:51:18.544Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=22616ea412428ac4 -C extra-filename=-22616ea412428ac4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1479 | 2024-01-10T23:51:18.544Z | Compiling fnv v1.0.7 |
1480 | 2024-01-10T23:51:18.544Z | Running `/home/build/.rustup/toolchains/1.74.1-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=6cf1b0ed1ebc9dce -C extra-filename=-6cf1b0ed1ebc9dce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1481 | 2024-01-10T23:51:18.545Z | Compiling futures-sink v0.3.30 |
1482 | 2024-01-10T23:51:18.545Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0c1a4084db1a40ab -C extra-filename=-0c1a4084db1a40ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1483 | 2024-01-10T23:51:18.545Z | Compiling quote v1.0.35 |
1484 | 2024-01-10T23:51:18.545Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=146df160e3d540a3 -C extra-filename=-146df160e3d540a3 --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-71ee4d0da25619ef.rmeta --cap-lints allow -D warnings` |
1485 | 2024-01-10T23:51:18.545Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-0a2020bdcca47d2b/build-script-build` |
1486 | 2024-01-10T23:51:18.546Z | Compiling lazy_static v1.4.0 |
1487 | 2024-01-10T23:51:18.546Z | Running `/home/build/.rustup/toolchains/1.74.1-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=1e7ab31398eb494a -C extra-filename=-1e7ab31398eb494a --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-69cdfe202d22f709.rmeta --cap-lints allow -D warnings` |
1488 | 2024-01-10T23:51:18.546Z | Compiling slab v0.4.9 |
1489 | 2024-01-10T23:51:18.554Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c3dded7865e933fe -C extra-filename=-c3dded7865e933fe --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-c3dded7865e933fe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings` |
1490 | 2024-01-10T23:51:18.671Z | Compiling regex-syntax v0.8.2 |
1491 | 2024-01-10T23:51:18.676Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=90162e117f0fa024 -C extra-filename=-90162e117f0fa024 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1492 | 2024-01-10T23:51:18.724Z | Running `/home/build/.rustup/toolchains/1.74.1-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=cc34ce3dd45ecec2 -C extra-filename=-cc34ce3dd45ecec2 --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-38b670a70a83d088.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` |
1493 | 2024-01-10T23:51:18.875Z | Compiling hashbrown v0.14.2 |
1494 | 2024-01-10T23:51:18.914Z | Running `/home/build/.rustup/toolchains/1.74.1-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=f0335255f70f2164 -C extra-filename=-f0335255f70f2164 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1495 | 2024-01-10T23:51:19.090Z | Compiling syn v2.0.46 |
1496 | 2024-01-10T23:51:19.098Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=62de4e73251d5b39 -C extra-filename=-62de4e73251d5b39 --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-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings` |
1497 | 2024-01-10T23:51:19.337Z | Compiling getrandom v0.2.10 |
1498 | 2024-01-10T23:51:19.367Z | Running `/home/build/.rustup/toolchains/1.74.1-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=0404c7768b906e03 -C extra-filename=-0404c7768b906e03 --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-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings` |
1499 | 2024-01-10T23:51:19.976Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=dcbbb9b7f306ce44 -C extra-filename=-dcbbb9b7f306ce44 --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-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings --cfg syn_disable_nightly_tests` |
1500 | 2024-01-10T23:51:19.999Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.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=48c3bec1ed4e5fab -C extra-filename=-48c3bec1ed4e5fab --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-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --cap-lints allow -D warnings` |
1501 | 2024-01-10T23:51:20.000Z | Compiling cc v1.0.83 |
1502 | 2024-01-10T23:51:20.001Z | Running `/home/build/.rustup/toolchains/1.74.1-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=7e802a53f4eac952 -C extra-filename=-7e802a53f4eac952 --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-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings` |
1503 | 2024-01-10T23:51:20.102Z | Compiling signal-hook-registry v1.4.1 |
1504 | 2024-01-10T23:51:20.115Z | Running `/home/build/.rustup/toolchains/1.74.1-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=38640df2e03fc928 -C extra-filename=-38640df2e03fc928 --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-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings` |
1505 | 2024-01-10T23:51:20.701Z | Compiling parking_lot v0.12.1 |
1506 | 2024-01-10T23:51:20.705Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.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=aee7eb93d952742f -C extra-filename=-aee7eb93d952742f --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-cd1bdf41f320219b.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-48c3bec1ed4e5fab.rmeta --cap-lints allow -D warnings` |
1507 | 2024-01-10T23:51:20.931Z | Compiling rand_core v0.6.4 |
1508 | 2024-01-10T23:51:20.936Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=595de3a4e24d6123 -C extra-filename=-595de3a4e24d6123 --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-0404c7768b906e03.rmeta --cap-lints allow -D warnings` |
1509 | 2024-01-10T23:51:21.514Z | Compiling mio v0.8.9 |
1510 | 2024-01-10T23:51:21.527Z | Running `/home/build/.rustup/toolchains/1.74.1-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=db9c338b076acc72 -C extra-filename=-db9c338b076acc72 --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-d26aefcc4de11e53.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --cap-lints allow -D warnings` |
1511 | 2024-01-10T23:51:21.726Z | Compiling num_cpus v1.16.0 |
1512 | 2024-01-10T23:51:21.750Z | Running `/home/build/.rustup/toolchains/1.74.1-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=b2be53810e5075d2 -C extra-filename=-b2be53810e5075d2 --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-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings` |
1513 | 2024-01-10T23:51:21.898Z | Compiling socket2 v0.5.5 |
1514 | 2024-01-10T23:51:21.910Z | Running `/home/build/.rustup/toolchains/1.74.1-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=8389728073b7de3f -C extra-filename=-8389728073b7de3f --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-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings` |
1515 | 2024-01-10T23:51:22.167Z | Compiling errno v0.3.2 |
1516 | 2024-01-10T23:51:22.241Z | Running `/home/build/.rustup/toolchains/1.74.1-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=0e94cab40aaedbe2 -C extra-filename=-0e94cab40aaedbe2 --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-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings` |
1517 | 2024-01-10T23:51:22.330Z | Running `/work/oxidecomputer/omicron/target/debug/build/slab-c3dded7865e933fe/build-script-build` |
1518 | 2024-01-10T23:51:22.498Z | Compiling pin-utils v0.1.0 |
1519 | 2024-01-10T23:51:22.507Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5b69abb51cddee7d -C extra-filename=-5b69abb51cddee7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1520 | 2024-01-10T23:51:22.528Z | Compiling typenum v1.16.0 |
1521 | 2024-01-10T23:51:22.528Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.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=42fc72f5c5ab202d -C extra-filename=-42fc72f5c5ab202d --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-42fc72f5c5ab202d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1522 | 2024-01-10T23:51:22.633Z | Compiling equivalent v1.0.1 |
1523 | 2024-01-10T23:51:22.659Z | Running `/home/build/.rustup/toolchains/1.74.1-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=53c175ade642ea34 -C extra-filename=-53c175ade642ea34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1524 | 2024-01-10T23:51:22.804Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0836b13490fe26db -C extra-filename=-0836b13490fe26db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1525 | 2024-01-10T23:51:23.264Z | Compiling futures-channel v0.3.30 |
1526 | 2024-01-10T23:51:23.270Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=f881803d4674264d -C extra-filename=-f881803d4674264d --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-df288950ad332dec.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --cap-lints allow -D warnings` |
1527 | 2024-01-10T23:51:23.376Z | Compiling aho-corasick v1.0.4 |
1528 | 2024-01-10T23:51:23.382Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.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=e39b65394af31ca3 -C extra-filename=-e39b65394af31ca3 --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-19c64e24300af82f.rmeta --cap-lints allow -D warnings` |
1529 | 2024-01-10T23:51:23.532Z | Compiling generic-array v0.14.7 |
1530 | 2024-01-10T23:51:23.555Z | Running `/home/build/.rustup/toolchains/1.74.1-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=0154d194379fbce5 -C extra-filename=-0154d194379fbce5 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-0154d194379fbce5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings` |
1531 | 2024-01-10T23:51:23.876Z | Compiling futures-io v0.3.30 |
1532 | 2024-01-10T23:51:23.880Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=902bf6e0c20c75b3 -C extra-filename=-902bf6e0c20c75b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1533 | 2024-01-10T23:51:24.171Z | Compiling futures-task v0.3.30 |
1534 | 2024-01-10T23:51:24.175Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=730a65a2a998e17d -C extra-filename=-730a65a2a998e17d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1535 | 2024-01-10T23:51:24.349Z | Running `/work/oxidecomputer/omicron/target/debug/build/typenum-42fc72f5c5ab202d/build-script-main` |
1536 | 2024-01-10T23:51:24.402Z | Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-0154d194379fbce5/build-script-build` |
1537 | 2024-01-10T23:51:24.469Z | Compiling iana-time-zone v0.1.57 |
1538 | 2024-01-10T23:51:24.481Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.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=42f31a2f50589a64 -C extra-filename=-42f31a2f50589a64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1539 | 2024-01-10T23:51:24.610Z | Compiling subtle v2.5.0 |
1540 | 2024-01-10T23:51:24.646Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=dc7510ddc3d6c88c -C extra-filename=-dc7510ddc3d6c88c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1541 | 2024-01-10T23:51:25.083Z | Running `/home/build/.rustup/toolchains/1.74.1-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=b0e5892a8dc8abc6 -C extra-filename=-b0e5892a8dc8abc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1542 | 2024-01-10T23:51:25.083Z | Compiling pkg-config v0.3.27 |
1543 | 2024-01-10T23:51:25.083Z | Running `/home/build/.rustup/toolchains/1.74.1-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=d5e8df27f8d820e4 -C extra-filename=-d5e8df27f8d820e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1544 | 2024-01-10T23:51:25.131Z | Compiling rustix v0.38.25 |
1545 | 2024-01-10T23:51:25.136Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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=fb37ea431b869094 -C extra-filename=-fb37ea431b869094 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-fb37ea431b869094 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1546 | 2024-01-10T23:51:25.153Z | Compiling tinyvec_macros v0.1.1 |
1547 | 2024-01-10T23:51:25.156Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=af03a12be910dcc2 -C extra-filename=-af03a12be910dcc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1548 | 2024-01-10T23:51:25.283Z | Compiling tinyvec v1.6.0 |
1549 | 2024-01-10T23:51:25.286Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -C metadata=2f59d5358814a968 -C extra-filename=-2f59d5358814a968 --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-af03a12be910dcc2.rmeta --cap-lints allow -D warnings` |
1550 | 2024-01-10T23:51:26.428Z | Compiling regex-automata v0.4.3 |
1551 | 2024-01-10T23:51:26.439Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.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=83edf1a3a1698551 -C extra-filename=-83edf1a3a1698551 --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-e39b65394af31ca3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rmeta --cap-lints allow -D warnings` |
1552 | 2024-01-10T23:51:27.204Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustix-fb37ea431b869094/build-script-build` |
1553 | 2024-01-10T23:51:27.289Z | Compiling spin v0.9.8 |
1554 | 2024-01-10T23:51:27.321Z | Running `/home/build/.rustup/toolchains/1.74.1-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=466f997862055ffa -C extra-filename=-466f997862055ffa --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-cd1bdf41f320219b.rmeta --cap-lints allow -D warnings` |
1555 | 2024-01-10T23:51:27.374Z | Compiling tracing-core v0.1.31 |
1556 | 2024-01-10T23:51:27.378Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.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=6a2fd1b3fb75be06 -C extra-filename=-6a2fd1b3fb75be06 --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-78575848a39b5a91.rmeta --cap-lints allow -D warnings` |
1557 | 2024-01-10T23:51:27.856Z | Compiling const-oid v0.9.5 |
1558 | 2024-01-10T23:51:27.895Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.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=66455a9b00682027 -C extra-filename=-66455a9b00682027 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1559 | 2024-01-10T23:51:27.941Z | Compiling bitflags v1.3.2 |
1560 | 2024-01-10T23:51:27.944Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=8861c4fe0bf9ac1d -C extra-filename=-8861c4fe0bf9ac1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1561 | 2024-01-10T23:51:28.086Z | Compiling unicode-normalization v0.1.22 |
1562 | 2024-01-10T23:51:28.090Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.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=e1664521da542a92 -C extra-filename=-e1664521da542a92 --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-2f59d5358814a968.rmeta --cap-lints allow -D warnings` |
1563 | 2024-01-10T23:51:29.844Z | Compiling semver v1.0.21 |
1564 | 2024-01-10T23:51:29.851Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=671f19a05d3257cd -C extra-filename=-671f19a05d3257cd --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-671f19a05d3257cd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1565 | 2024-01-10T23:51:29.921Z | Compiling base64 v0.21.6 |
1566 | 2024-01-10T23:51:29.929Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d970d59fde0d4eb8 -C extra-filename=-d970d59fde0d4eb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1567 | 2024-01-10T23:51:30.444Z | Compiling unicode-bidi v0.3.13 |
1568 | 2024-01-10T23:51:30.449Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.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=ea6d88cd11b1cdcf -C extra-filename=-ea6d88cd11b1cdcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1569 | 2024-01-10T23:51:30.708Z | Running `/work/oxidecomputer/omicron/target/debug/build/semver-671f19a05d3257cd/build-script-build` |
1570 | 2024-01-10T23:51:30.805Z | Compiling percent-encoding v2.3.1 |
1571 | 2024-01-10T23:51:30.811Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b363a80fbad56cd8 -C extra-filename=-b363a80fbad56cd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1572 | 2024-01-10T23:51:31.034Z | Compiling schemars v0.8.16 |
1573 | 2024-01-10T23:51:31.040Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=ada846bd06499c36 -C extra-filename=-ada846bd06499c36 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-ada846bd06499c36 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1574 | 2024-01-10T23:51:31.177Z | Compiling serde_derive_internals v0.26.0 |
1575 | 2024-01-10T23:51:31.242Z | Running `/home/build/.rustup/toolchains/1.74.1-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=8581a22c705d466d -C extra-filename=-8581a22c705d466d --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-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rmeta --cap-lints allow -D warnings` |
1576 | 2024-01-10T23:51:31.266Z | Compiling unicode-width v0.1.11 |
1577 | 2024-01-10T23:51:31.266Z | Running `/home/build/.rustup/toolchains/1.74.1-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=218243c8d3571b57 -C extra-filename=-218243c8d3571b57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1578 | 2024-01-10T23:51:31.361Z | Compiling dyn-clone v1.0.13 |
1579 | 2024-01-10T23:51:31.364Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.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=fdf79af5d0119df4 -C extra-filename=-fdf79af5d0119df4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1580 | 2024-01-10T23:51:31.484Z | Compiling ppv-lite86 v0.2.17 |
1581 | 2024-01-10T23:51:31.488Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=ee6cdf9a9cd99e2d -C extra-filename=-ee6cdf9a9cd99e2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1582 | 2024-01-10T23:51:31.646Z | Running `/work/oxidecomputer/omicron/target/debug/build/schemars-ada846bd06499c36/build-script-build` |
1583 | 2024-01-10T23:51:31.692Z | Compiling form_urlencoded v1.2.1 |
1584 | 2024-01-10T23:51:31.698Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f43b5444f1071237 -C extra-filename=-f43b5444f1071237 --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-b363a80fbad56cd8.rmeta --cap-lints allow -D warnings` |
1585 | 2024-01-10T23:51:31.724Z | Compiling indexmap v1.9.3 |
1586 | 2024-01-10T23:51:31.728Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=7196777581f31a33 -C extra-filename=-7196777581f31a33 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-7196777581f31a33 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings` |
1587 | 2024-01-10T23:51:32.259Z | Compiling vcpkg v0.2.15 |
1588 | 2024-01-10T23:51:32.668Z | Running `/home/build/.rustup/toolchains/1.74.1-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=a8f4727560f7ed95 -C extra-filename=-a8f4727560f7ed95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1589 | 2024-01-10T23:51:32.673Z | Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-7196777581f31a33/build-script-build` |
1590 | 2024-01-10T23:51:32.673Z | Compiling httparse v1.8.0 |
1591 | 2024-01-10T23:51:32.674Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1e8e8e3ea3c5a3a0 -C extra-filename=-1e8e8e3ea3c5a3a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-1e8e8e3ea3c5a3a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1592 | 2024-01-10T23:51:32.786Z | Compiling rand_chacha v0.3.1 |
1593 | 2024-01-10T23:51:32.790Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=07b056034bd98ac0 -C extra-filename=-07b056034bd98ac0 --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-ee6cdf9a9cd99e2d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-595de3a4e24d6123.rmeta --cap-lints allow -D warnings` |
1594 | 2024-01-10T23:51:33.031Z | Compiling hashbrown v0.12.3 |
1595 | 2024-01-10T23:51:33.040Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' -C metadata=cb3bc798c96b03ca -C extra-filename=-cb3bc798c96b03ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1596 | 2024-01-10T23:51:33.071Z | Compiling either v1.9.0 |
1597 | 2024-01-10T23:51:33.075Z | Running `/home/build/.rustup/toolchains/1.74.1-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=88da6cc752eb5faf -C extra-filename=-88da6cc752eb5faf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1598 | 2024-01-10T23:51:34.021Z | Compiling regex v1.10.2 |
1599 | 2024-01-10T23:51:34.034Z | Running `/home/build/.rustup/toolchains/1.74.1-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=0391852763f12a6f -C extra-filename=-0391852763f12a6f --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-e39b65394af31ca3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-83edf1a3a1698551.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rmeta --cap-lints allow -D warnings` |
1600 | 2024-01-10T23:51:34.841Z | Compiling rand v0.8.5 |
1601 | 2024-01-10T23:51:34.847Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=4b1e30a3c77dcb0b -C extra-filename=-4b1e30a3c77dcb0b --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-d26aefcc4de11e53.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-07b056034bd98ac0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-595de3a4e24d6123.rmeta --cap-lints allow -D warnings` |
1602 | 2024-01-10T23:51:35.464Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=30180bc88c646d38 -C extra-filename=-30180bc88c646d38 --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-cb3bc798c96b03ca.rmeta --cap-lints allow -D warnings --cfg has_std` |
1603 | 2024-01-10T23:51:35.744Z | Running `/work/oxidecomputer/omicron/target/debug/build/httparse-1e8e8e3ea3c5a3a0/build-script-build` |
1604 | 2024-01-10T23:51:35.784Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5165d982a445385a -C extra-filename=-5165d982a445385a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg httparse_simd` |
1605 | 2024-01-10T23:51:35.907Z | Compiling openssl-sys v0.9.96 |
1606 | 2024-01-10T23:51:35.911Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.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=315d59f559e7b6e4 -C extra-filename=-315d59f559e7b6e4 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-315d59f559e7b6e4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7e802a53f4eac952.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d5e8df27f8d820e4.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-a8f4727560f7ed95.rlib --cap-lints allow -D warnings` |
1607 | 2024-01-10T23:51:35.979Z | Compiling idna v0.5.0 |
1608 | 2024-01-10T23:51:35.989Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e0b4a4ef1ede901e -C extra-filename=-e0b4a4ef1ede901e --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-ea6d88cd11b1cdcf.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --cap-lints allow -D warnings` |
1609 | 2024-01-10T23:51:36.893Z | Compiling ahash v0.8.6 |
1610 | 2024-01-10T23:51:36.897Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.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=56c3c66e8aeef8f5 -C extra-filename=-56c3c66e8aeef8f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-56c3c66e8aeef8f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings` |
1611 | 2024-01-10T23:51:36.944Z | Compiling ucd-trie v0.1.6 |
1612 | 2024-01-10T23:51:36.948Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=3f965a27b72c64f6 -C extra-filename=-3f965a27b72c64f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1613 | 2024-01-10T23:51:37.521Z | Running `/work/oxidecomputer/omicron/target/debug/build/ahash-56c3c66e8aeef8f5/build-script-build` |
1614 | 2024-01-10T23:51:37.640Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-315d59f559e7b6e4/build-script-main` |
1615 | 2024-01-10T23:51:37.674Z | Compiling url v2.5.0 |
1616 | 2024-01-10T23:51:37.678Z | Running `/home/build/.rustup/toolchains/1.74.1-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=35c43be3b6960243 -C extra-filename=-35c43be3b6960243 --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-f43b5444f1071237.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-e0b4a4ef1ede901e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --cap-lints allow -D warnings` |
1617 | 2024-01-10T23:51:37.912Z | Compiling ring v0.17.7 |
1618 | 2024-01-10T23:51:37.923Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.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=41547514f0da7d1f -C extra-filename=-41547514f0da7d1f --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-41547514f0da7d1f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7e802a53f4eac952.rlib --cap-lints allow -D warnings` |
1619 | 2024-01-10T23:51:38.572Z | Compiling ring v0.16.20 |
1620 | 2024-01-10T23:51:38.576Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=589ce787b31694d0 -C extra-filename=-589ce787b31694d0 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-589ce787b31694d0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7e802a53f4eac952.rlib --cap-lints allow -D warnings` |
1621 | 2024-01-10T23:51:38.767Z | Compiling socket2 v0.4.9 |
1622 | 2024-01-10T23:51:38.773Z | Running `/home/build/.rustup/toolchains/1.74.1-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=6de2735f70908e7e -C extra-filename=-6de2735f70908e7e --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-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings` |
1623 | 2024-01-10T23:51:39.965Z | Compiling winnow v0.5.15 |
1624 | 2024-01-10T23:51:39.977Z | Running `/home/build/.rustup/toolchains/1.74.1-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=bb48f977d0538890 -C extra-filename=-bb48f977d0538890 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1625 | 2024-01-10T23:51:39.982Z | Compiling adler v1.0.2 |
1626 | 2024-01-10T23:51:39.982Z | Running `/home/build/.rustup/toolchains/1.74.1-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=3bfee8ea008388b0 -C extra-filename=-3bfee8ea008388b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1627 | 2024-01-10T23:51:40.300Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-589ce787b31694d0/build-script-build` |
1628 | 2024-01-10T23:51:40.326Z | Compiling miniz_oxide v0.7.1 |
1629 | 2024-01-10T23:51:40.371Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.1/src/lib.rs --error-format=json --json=diagnostic-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=4f9e4bdaef8c0393 -C extra-filename=-4f9e4bdaef8c0393 --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-3bfee8ea008388b0.rmeta --cap-lints allow -D warnings` |
1630 | 2024-01-10T23:51:40.616Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-41547514f0da7d1f/build-script-build` |
1631 | 2024-01-10T23:51:42.038Z | Compiling untrusted v0.7.1 |
1632 | 2024-01-10T23:51:42.447Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2093d66368e033e3 -C extra-filename=-2093d66368e033e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1633 | 2024-01-10T23:51:42.450Z | Compiling try-lock v0.2.4 |
1634 | 2024-01-10T23:51:42.451Z | Running `/home/build/.rustup/toolchains/1.74.1-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=dd164f28291d1568 -C extra-filename=-dd164f28291d1568 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1635 | 2024-01-10T23:51:42.451Z | Compiling async-trait v0.1.77 |
1636 | 2024-01-10T23:51:42.451Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.77/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3a4dd4ea08bc0e7b -C extra-filename=-3a4dd4ea08bc0e7b --out-dir /work/oxidecomputer/omicron/target/debug/build/async-trait-3a4dd4ea08bc0e7b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1637 | 2024-01-10T23:51:42.451Z | Compiling httpdate v1.0.3 |
1638 | 2024-01-10T23:51:42.451Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=17048ad0d39f59d3 -C extra-filename=-17048ad0d39f59d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1639 | 2024-01-10T23:51:42.451Z | Compiling strsim v0.10.0 |
1640 | 2024-01-10T23:51:42.451Z | Running `/home/build/.rustup/toolchains/1.74.1-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=9615ee8240108c1a -C extra-filename=-9615ee8240108c1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1641 | 2024-01-10T23:51:42.827Z | Compiling serde_derive v1.0.194 |
1642 | 2024-01-10T23:51:42.838Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.194/src/lib.rs --error-format=json --json=diagnostic-rendered-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=50371f6172499d1b -C extra-filename=-50371f6172499d1b --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings` |
1643 | 2024-01-10T23:51:43.081Z | Compiling thiserror-impl v1.0.49 |
1644 | 2024-01-10T23:51:43.085Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.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=80c86ac611ca954e -C extra-filename=-80c86ac611ca954e --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings` |
1645 | 2024-01-10T23:51:43.085Z | Compiling zeroize_derive v1.4.2 |
1646 | 2024-01-10T23:51:43.085Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d1088fb5459dcbf0 -C extra-filename=-d1088fb5459dcbf0 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings` |
1647 | 2024-01-10T23:51:43.603Z | Compiling tokio-macros v2.2.0 |
1648 | 2024-01-10T23:51:43.606Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.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=d9e8afe8c017ead0 -C extra-filename=-d9e8afe8c017ead0 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings` |
1649 | 2024-01-10T23:51:43.725Z | Compiling futures-macro v0.3.30 |
1650 | 2024-01-10T23:51:43.735Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=74392c77a27fd3b1 -C extra-filename=-74392c77a27fd3b1 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings` |
1651 | 2024-01-10T23:51:45.219Z | Compiling tracing-attributes v0.1.26 |
1652 | 2024-01-10T23:51:45.226Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.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=e023848bb38c7bd7 -C extra-filename=-e023848bb38c7bd7 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings` |
1653 | 2024-01-10T23:51:46.087Z | Compiling zeroize v1.7.0 |
1654 | 2024-01-10T23:51:46.091Z | Running `/home/build/.rustup/toolchains/1.74.1-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=68651fb2271832c6 -C extra-filename=-68651fb2271832c6 --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-d1088fb5459dcbf0.so --cap-lints allow -D warnings` |
1655 | 2024-01-10T23:51:46.589Z | Running `/home/build/.rustup/toolchains/1.74.1-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=293859237790d0c2 -C extra-filename=-293859237790d0c2 --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-b0e5892a8dc8abc6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --cap-lints allow -D warnings --cfg relaxed_coherence` |
1656 | 2024-01-10T23:51:46.594Z | Compiling schemars_derive v0.8.16 |
1657 | 2024-01-10T23:51:46.595Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.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=6428cf4d60dbb493 -C extra-filename=-6428cf4d60dbb493 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-8581a22c705d466d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings` |
1658 | 2024-01-10T23:51:46.667Z | Compiling zerocopy-derive v0.7.31 |
1659 | 2024-01-10T23:51:46.671Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9c8196c3a66b19db -C extra-filename=-9c8196c3a66b19db --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings` |
1660 | 2024-01-10T23:51:51.299Z | Compiling futures-util v0.3.30 |
1661 | 2024-01-10T23:51:51.534Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=cae882ec07323c8e -C extra-filename=-cae882ec07323c8e --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-f881803d4674264d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-902bf6e0c20c75b3.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-74392c77a27fd3b1.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-730a65a2a998e17d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-5b69abb51cddee7d.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0836b13490fe26db.rmeta --cap-lints allow -D warnings` |
1662 | 2024-01-10T23:51:51.535Z | Running `/home/build/.rustup/toolchains/1.74.1-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=39f1521536167e1a -C extra-filename=-39f1521536167e1a --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-80c86ac611ca954e.so --cap-lints allow -D warnings` |
1663 | 2024-01-10T23:51:51.535Z | Compiling pest v2.7.2 |
1664 | 2024-01-10T23:51:51.535Z | Running `/home/build/.rustup/toolchains/1.74.1-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=776261007e47061b -C extra-filename=-776261007e47061b --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-39f1521536167e1a.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-3f965a27b72c64f6.rmeta --cap-lints allow -D warnings` |
1665 | 2024-01-10T23:51:51.536Z | Compiling crypto-common v0.1.6 |
1666 | 2024-01-10T23:51:51.536Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=bc9d6b1a6c03ad4b -C extra-filename=-bc9d6b1a6c03ad4b --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-293859237790d0c2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-595de3a4e24d6123.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-b0e5892a8dc8abc6.rmeta --cap-lints allow -D warnings` |
1667 | 2024-01-10T23:51:51.536Z | Compiling block-buffer v0.10.4 |
1668 | 2024-01-10T23:51:51.536Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=7c8e9a3c9984392e -C extra-filename=-7c8e9a3c9984392e --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-293859237790d0c2.rmeta --cap-lints allow -D warnings` |
1669 | 2024-01-10T23:51:51.536Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=a1b6eeacb3871e46 -C extra-filename=-a1b6eeacb3871e46 --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-78575848a39b5a91.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-69cdfe202d22f709.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2093d66368e033e3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -l static=ring-core -l static=ring-test` |
1670 | 2024-01-10T23:51:51.536Z | Compiling digest v0.10.7 |
1671 | 2024-01-10T23:51:51.537Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' -C metadata=098a84d07964159a -C extra-filename=-098a84d07964159a --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-7c8e9a3c9984392e.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-bc9d6b1a6c03ad4b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings` |
1672 | 2024-01-10T23:51:51.537Z | Running `/work/oxidecomputer/omicron/target/debug/build/async-trait-3a4dd4ea08bc0e7b/build-script-build` |
1673 | 2024-01-10T23:51:51.537Z | Compiling want v0.3.1 |
1674 | 2024-01-10T23:51:51.537Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=620d2e79a9eb893f -C extra-filename=-620d2e79a9eb893f --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-dd164f28291d1568.rmeta --cap-lints allow -D warnings` |
1675 | 2024-01-10T23:51:51.537Z | Compiling untrusted v0.9.0 |
1676 | 2024-01-10T23:51:51.537Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=018c813ad0174d69 -C extra-filename=-018c813ad0174d69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1677 | 2024-01-10T23:51:51.537Z | Compiling zerocopy v0.7.31 |
1678 | 2024-01-10T23:51:51.537Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.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="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' -C metadata=8c2553462cff5f47 -C extra-filename=-8c2553462cff5f47 --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-4ff908e223b9ba35.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-9c8196c3a66b19db.so --cap-lints allow -D warnings` |
1679 | 2024-01-10T23:51:51.537Z | Compiling openssl v0.10.60 |
1680 | 2024-01-10T23:51:51.537Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.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=73cabd87409db80e -C extra-filename=-73cabd87409db80e --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-73cabd87409db80e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1681 | 2024-01-10T23:51:52.022Z | Compiling tracing v0.1.37 |
1682 | 2024-01-10T23:51:52.033Z | Running `/home/build/.rustup/toolchains/1.74.1-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=bce6351cf9e30709 -C extra-filename=-bce6351cf9e30709 --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-6efcfb0956144885.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-e023848bb38c7bd7.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-6a2fd1b3fb75be06.rmeta --cap-lints allow -D warnings` |
1683 | 2024-01-10T23:51:52.042Z | Compiling foreign-types-shared v0.1.1 |
1684 | 2024-01-10T23:51:52.042Z | Running `/home/build/.rustup/toolchains/1.74.1-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=3851156061296a01 -C extra-filename=-3851156061296a01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1685 | 2024-01-10T23:51:52.206Z | Compiling cpufeatures v0.2.9 |
1686 | 2024-01-10T23:51:52.232Z | Running `/home/build/.rustup/toolchains/1.74.1-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=161a8fd22ed990c1 -C extra-filename=-161a8fd22ed990c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1687 | 2024-01-10T23:51:52.368Z | Compiling openssl-probe v0.1.5 |
1688 | 2024-01-10T23:51:52.385Z | Running `/home/build/.rustup/toolchains/1.74.1-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=52fc005630b42931 -C extra-filename=-52fc005630b42931 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1689 | 2024-01-10T23:51:52.786Z | Compiling tower-service v0.3.2 |
1690 | 2024-01-10T23:51:52.811Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=977e35ace01a1844 -C extra-filename=-977e35ace01a1844 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1691 | 2024-01-10T23:51:52.818Z | Compiling foreign-types v0.3.2 |
1692 | 2024-01-10T23:51:52.836Z | Running `/home/build/.rustup/toolchains/1.74.1-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=1e6848bdbd9674f1 -C extra-filename=-1e6848bdbd9674f1 --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-3851156061296a01.rmeta --cap-lints allow -D warnings` |
1693 | 2024-01-10T23:51:52.882Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-73cabd87409db80e/build-script-build` |
1694 | 2024-01-10T23:51:52.922Z | Running `/home/build/.rustup/toolchains/1.74.1-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=3a486ebe7244ab62 -C extra-filename=-3a486ebe7244ab62 --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-0404c7768b906e03.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-018c813ad0174d69.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -l static=ring_core_0_17_7_ -l static=ring_core_0_17_7_test` |
1695 | 2024-01-10T23:51:52.955Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.77/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2ef3d8409111332a -C extra-filename=-2ef3d8409111332a --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings` |
1696 | 2024-01-10T23:51:52.991Z | Compiling openssl-macros v0.1.1 |
1697 | 2024-01-10T23:51:53.016Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a99055ae0b1dbc14 -C extra-filename=-a99055ae0b1dbc14 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings` |
1698 | 2024-01-10T23:51:53.548Z | Running `/home/build/.rustup/toolchains/1.74.1-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=c7811a1e3c94d9e9 -C extra-filename=-c7811a1e3c94d9e9 --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-6efcfb0956144885.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0404c7768b906e03.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8c2553462cff5f47.rmeta --cap-lints allow -D warnings --cfg 'feature="folded_multiply"'` |
1699 | 2024-01-10T23:51:53.695Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.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=ab236b88a8321ed8 -C extra-filename=-ab236b88a8321ed8 --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-d26aefcc4de11e53.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` |
1700 | 2024-01-10T23:51:54.464Z | Compiling hashbrown v0.13.2 |
1701 | 2024-01-10T23:51:54.469Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' -C metadata=d55d6e4697367108 -C extra-filename=-d55d6e4697367108 --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-c7811a1e3c94d9e9.rmeta --cap-lints allow -D warnings` |
1702 | 2024-01-10T23:51:54.533Z | Compiling mime v0.3.17 |
1703 | 2024-01-10T23:51:54.537Z | Running `/home/build/.rustup/toolchains/1.74.1-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=6a7bea3b3edc87ca -C extra-filename=-6a7bea3b3edc87ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1704 | 2024-01-10T23:51:55.487Z | Compiling rustls v0.21.9 |
1705 | 2024-01-10T23:51:55.492Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.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=20d61740ec4b8aa7 -C extra-filename=-20d61740ec4b8aa7 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-20d61740ec4b8aa7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1706 | 2024-01-10T23:51:55.674Z | Compiling sct v0.7.0 |
1707 | 2024-01-10T23:51:55.698Z | Running `/home/build/.rustup/toolchains/1.74.1-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=218b7876738679b2 -C extra-filename=-218b7876738679b2 --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-a1b6eeacb3871e46.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2093d66368e033e3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out` |
1708 | 2024-01-10T23:51:56.029Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-20d61740ec4b8aa7/build-script-build` |
1709 | 2024-01-10T23:51:56.068Z | Compiling ipnet v2.8.0 |
1710 | 2024-01-10T23:51:56.078Z | Running `/home/build/.rustup/toolchains/1.74.1-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=a2c535568e1f8609 -C extra-filename=-a2c535568e1f8609 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1711 | 2024-01-10T23:51:56.096Z | Compiling native-tls v0.2.11 |
1712 | 2024-01-10T23:51:56.107Z | Running `/home/build/.rustup/toolchains/1.74.1-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=c476d253bc75cf03 -C extra-filename=-c476d253bc75cf03 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-c476d253bc75cf03 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1713 | 2024-01-10T23:51:56.135Z | Compiling rustls-pemfile v1.0.3 |
1714 | 2024-01-10T23:51:56.140Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.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=f68c648285443cc0 -C extra-filename=-f68c648285443cc0 --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-d970d59fde0d4eb8.rmeta --cap-lints allow -D warnings` |
1715 | 2024-01-10T23:51:56.269Z | Compiling rustls-webpki v0.101.7 |
1716 | 2024-01-10T23:51:56.282Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=db250e62a7bd9631 -C extra-filename=-db250e62a7bd9631 --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-3a486ebe7244ab62.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-018c813ad0174d69.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out` |
1717 | 2024-01-10T23:51:56.718Z | Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-c476d253bc75cf03/build-script-build` |
1718 | 2024-01-10T23:51:56.753Z | Compiling backtrace v0.3.69 |
1719 | 2024-01-10T23:51:56.760Z | Running `/home/build/.rustup/toolchains/1.74.1-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=dddf8e6c36f92b93 -C extra-filename=-dddf8e6c36f92b93 --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-dddf8e6c36f92b93 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7e802a53f4eac952.rlib --cap-lints allow -D warnings` |
1720 | 2024-01-10T23:51:56.803Z | Compiling gimli v0.28.0 |
1721 | 2024-01-10T23:51:56.834Z | Running `/home/build/.rustup/toolchains/1.74.1-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=5da496e35dfcf224 -C extra-filename=-5da496e35dfcf224 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1722 | 2024-01-10T23:51:57.573Z | Compiling unicode-xid v0.2.4 |
1723 | 2024-01-10T23:51:57.580Z | Running `/home/build/.rustup/toolchains/1.74.1-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=bcfe243e41aa4734 -C extra-filename=-bcfe243e41aa4734 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1724 | 2024-01-10T23:51:57.617Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.194/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=4e52e6aedc303fe4 -C extra-filename=-4e52e6aedc303fe4 --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-50371f6172499d1b.so --cap-lints allow -D warnings` |
1725 | 2024-01-10T23:51:57.742Z | Running `/home/build/.rustup/toolchains/1.74.1-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=0ad605307619fb24 -C extra-filename=-0ad605307619fb24 --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-a8da004f5204fad5.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-db250e62a7bd9631.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-218b7876738679b2.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out` |
1726 | 2024-01-10T23:51:57.831Z | Compiling crossbeam-utils v0.8.16 |
1727 | 2024-01-10T23:51:57.881Z | Running `/home/build/.rustup/toolchains/1.74.1-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=1e3dca98d29440eb -C extra-filename=-1e3dca98d29440eb --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-1e3dca98d29440eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1728 | 2024-01-10T23:51:58.036Z | Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-dddf8e6c36f92b93/build-script-build` |
1729 | 2024-01-10T23:51:58.056Z | Compiling object v0.32.1 |
1730 | 2024-01-10T23:51:58.056Z | Running `/home/build/.rustup/toolchains/1.74.1-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=af5fb22b71ac833d -C extra-filename=-af5fb22b71ac833d --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-19c64e24300af82f.rmeta --cap-lints allow -D warnings` |
1731 | 2024-01-10T23:51:58.208Z | Compiling encoding_rs v0.8.33 |
1732 | 2024-01-10T23:51:58.212Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.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=28791e7cdcc2db15 -C extra-filename=-28791e7cdcc2db15 --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-6efcfb0956144885.rmeta --cap-lints allow -D warnings` |
1733 | 2024-01-10T23:51:58.736Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-1e3dca98d29440eb/build-script-build` |
1734 | 2024-01-10T23:51:58.760Z | Compiling rustc-demangle v0.1.23 |
1735 | 2024-01-10T23:51:58.763Z | Running `/home/build/.rustup/toolchains/1.74.1-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=70aed849af95af3b -C extra-filename=-70aed849af95af3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1736 | 2024-01-10T23:51:59.558Z | Compiling anyhow v1.0.75 |
1737 | 2024-01-10T23:51:59.558Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.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=2609063c4951926a -C extra-filename=-2609063c4951926a --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-2609063c4951926a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1738 | 2024-01-10T23:51:59.558Z | Running `/home/build/.rustup/toolchains/1.74.1-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=479d9e8cd719f4b6 -C extra-filename=-479d9e8cd719f4b6 --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-6efcfb0956144885.rmeta --cap-lints allow -D warnings` |
1739 | 2024-01-10T23:52:00.352Z | Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-2609063c4951926a/build-script-build` |
1740 | 2024-01-10T23:52:00.443Z | Compiling rustls-native-certs v0.6.3 |
1741 | 2024-01-10T23:52:00.453Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.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=736a11e0a9fc4100 -C extra-filename=-736a11e0a9fc4100 --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-52fc005630b42931.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-f68c648285443cc0.rmeta --cap-lints allow -D warnings` |
1742 | 2024-01-10T23:52:00.745Z | Compiling utf8parse v0.2.1 |
1743 | 2024-01-10T23:52:00.751Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=23480799e7d77cab -C extra-filename=-23480799e7d77cab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1744 | 2024-01-10T23:52:00.971Z | Compiling crc32fast v1.3.2 |
1745 | 2024-01-10T23:52:01.027Z | Running `/home/build/.rustup/toolchains/1.74.1-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=4fe74826f206961b -C extra-filename=-4fe74826f206961b --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-4fe74826f206961b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1746 | 2024-01-10T23:52:01.101Z | Compiling slog v2.7.0 |
1747 | 2024-01-10T23:52:01.110Z | Running `/home/build/.rustup/toolchains/1.74.1-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=0e6c76921b9dd799 -C extra-filename=-0e6c76921b9dd799 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-0e6c76921b9dd799 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1748 | 2024-01-10T23:52:02.697Z | Compiling base64ct v1.6.0 |
1749 | 2024-01-10T23:52:02.807Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=db2759387f67ed24 -C extra-filename=-db2759387f67ed24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1750 | 2024-01-10T23:52:02.807Z | Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-4fe74826f206961b/build-script-build` |
1751 | 2024-01-10T23:52:02.807Z | Compiling webpki-roots v0.25.2 |
1752 | 2024-01-10T23:52:02.807Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.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=f0b1a41367742ca3 -C extra-filename=-f0b1a41367742ca3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1753 | 2024-01-10T23:52:02.807Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-0e6c76921b9dd799/build-script-build` |
1754 | 2024-01-10T23:52:02.808Z | Running `/home/build/.rustup/toolchains/1.74.1-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=ddd6b783a064eb7e -C extra-filename=-ddd6b783a064eb7e --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-6efcfb0956144885.rmeta --cap-lints allow -D warnings --cfg crc32fast_stdarchx86` |
1755 | 2024-01-10T23:52:02.808Z | Running `/home/build/.rustup/toolchains/1.74.1-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=e4b1c162c07fec80 -C extra-filename=-e4b1c162c07fec80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg integer128` |
1756 | 2024-01-10T23:52:02.809Z | Compiling anstyle v1.0.2 |
1757 | 2024-01-10T23:52:02.810Z | Running `/home/build/.rustup/toolchains/1.74.1-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=ae5ed257b591d4e2 -C extra-filename=-ae5ed257b591d4e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1758 | 2024-01-10T23:52:02.810Z | Compiling rustversion v1.0.14 |
1759 | 2024-01-10T23:52:02.810Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.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=765d7dbc8dd28acc -C extra-filename=-765d7dbc8dd28acc --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-765d7dbc8dd28acc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1760 | 2024-01-10T23:52:03.296Z | Compiling io-lifetimes v1.0.11 |
1761 | 2024-01-10T23:52:03.307Z | Running `/home/build/.rustup/toolchains/1.74.1-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=7f0bb9cfe37845eb -C extra-filename=-7f0bb9cfe37845eb --out-dir /work/oxidecomputer/omicron/target/debug/build/io-lifetimes-7f0bb9cfe37845eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1762 | 2024-01-10T23:52:03.897Z | Compiling num-integer v0.1.45 |
1763 | 2024-01-10T23:52:03.915Z | Running `/home/build/.rustup/toolchains/1.74.1-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=a16d29494631f63a -C extra-filename=-a16d29494631f63a --out-dir /work/oxidecomputer/omicron/target/debug/build/num-integer-a16d29494631f63a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings` |
1764 | 2024-01-10T23:52:03.915Z | Compiling addr2line v0.21.0 |
1765 | 2024-01-10T23:52:03.915Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6052e16ec89be577 -C extra-filename=-6052e16ec89be577 --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-5da496e35dfcf224.rmeta --cap-lints allow -D warnings` |
1766 | 2024-01-10T23:52:04.061Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-765d7dbc8dd28acc/build-script-build` |
1767 | 2024-01-10T23:52:04.158Z | Compiling time-core v0.1.1 |
1768 | 2024-01-10T23:52:04.166Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=96cfe055a2065dfc -C extra-filename=-96cfe055a2065dfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1769 | 2024-01-10T23:52:04.296Z | Running `/work/oxidecomputer/omicron/target/debug/build/io-lifetimes-7f0bb9cfe37845eb/build-script-build` |
1770 | 2024-01-10T23:52:04.423Z | Compiling rustix v0.37.23 |
1771 | 2024-01-10T23:52:04.423Z | Running `/home/build/.rustup/toolchains/1.74.1-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=ffe698edf9936ad4 -C extra-filename=-ffe698edf9936ad4 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-ffe698edf9936ad4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1772 | 2024-01-10T23:52:04.704Z | Running `/home/build/.rustup/toolchains/1.74.1-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=63c4cffcb5672a28 -C extra-filename=-63c4cffcb5672a28 --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-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings --cfg io_safety_is_in_std` |
1773 | 2024-01-10T23:52:04.898Z | Compiling time-macros v0.2.13 |
1774 | 2024-01-10T23:52:04.909Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.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=7b759573e934a70a -C extra-filename=-7b759573e934a70a --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-96cfe055a2065dfc.rlib --extern proc_macro --cap-lints allow -D warnings` |
1775 | 2024-01-10T23:52:04.963Z | Running `/home/build/.rustup/toolchains/1.74.1-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=aa4a5c579286af9a -C extra-filename=-aa4a5c579286af9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings` |
1776 | 2024-01-10T23:52:05.175Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-integer-a16d29494631f63a/build-script-build` |
1777 | 2024-01-10T23:52:05.206Z | Compiling pem-rfc7468 v0.7.0 |
1778 | 2024-01-10T23:52:05.231Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=477fdaa156d56e80 -C extra-filename=-477fdaa156d56e80 --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-db2759387f67ed24.rmeta --cap-lints allow -D warnings` |
1779 | 2024-01-10T23:52:05.603Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustix-ffe698edf9936ad4/build-script-build` |
1780 | 2024-01-10T23:52:05.721Z | Compiling synstructure v0.12.6 |
1781 | 2024-01-10T23:52:05.735Z | Running `/home/build/.rustup/toolchains/1.74.1-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=a4bc9f6eb9eb2574 -C extra-filename=-a4bc9f6eb9eb2574 --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-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-bcfe243e41aa4734.rmeta --cap-lints allow -D warnings` |
1782 | 2024-01-10T23:52:06.486Z | Compiling futures-executor v0.3.30 |
1783 | 2024-01-10T23:52:06.511Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=2e5a29c29805e28f -C extra-filename=-2e5a29c29805e28f --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-df288950ad332dec.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-730a65a2a998e17d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --cap-lints allow -D warnings` |
1784 | 2024-01-10T23:52:06.511Z | Compiling pest_meta v2.7.2 |
1785 | 2024-01-10T23:52:06.511Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-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=301df22dc94cdb86 -C extra-filename=-301df22dc94cdb86 --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-78575848a39b5a91.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-776261007e47061b.rmeta --cap-lints allow -D warnings` |
1786 | 2024-01-10T23:52:07.374Z | Compiling der_derive v0.7.2 |
1787 | 2024-01-10T23:52:07.378Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der_derive-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2487c37a4d7b0fa2 -C extra-filename=-2487c37a4d7b0fa2 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings` |
1788 | 2024-01-10T23:52:07.681Z | Compiling bytes v1.5.0 |
1789 | 2024-01-10T23:52:07.685Z | Running `/home/build/.rustup/toolchains/1.74.1-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=ffeea92cc230d805 -C extra-filename=-ffeea92cc230d805 --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-4e52e6aedc303fe4.rmeta --cap-lints allow -D warnings` |
1790 | 2024-01-10T23:52:07.869Z | Compiling bitflags v2.4.0 |
1791 | 2024-01-10T23:52:07.874Z | Running `/home/build/.rustup/toolchains/1.74.1-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=78cc1cceeaaa6abb -C extra-filename=-78cc1cceeaaa6abb --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-4e52e6aedc303fe4.rmeta --cap-lints allow -D warnings` |
1792 | 2024-01-10T23:52:08.572Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.111/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=99bac49805f4cf62 -C extra-filename=-99bac49805f4cf62 --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-7ee2097a83409d11.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-ef556ccf273fb97d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --cap-lints allow -D warnings --cfg limb_width_64` |
1793 | 2024-01-10T23:52:08.800Z | Compiling indexmap v2.1.0 |
1794 | 2024-01-10T23:52:08.812Z | Running `/home/build/.rustup/toolchains/1.74.1-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=f6ee6e443fb470ec -C extra-filename=-f6ee6e443fb470ec --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-53c175ade642ea34.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-f0335255f70f2164.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --cap-lints allow -D warnings` |
1795 | 2024-01-10T23:52:09.210Z | Compiling tokio v1.35.1 |
1796 | 2024-01-10T23:52:09.214Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/lib.rs --error-format=json --json=diagnostic-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=f2d62d16b5aa5bc3 -C extra-filename=-f2d62d16b5aa5bc3 --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-ffeea92cc230d805.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-db9c338b076acc72.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-b2be53810e5075d2.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-aee7eb93d952742f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-38640df2e03fc928.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8389728073b7de3f.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-d9e8afe8c017ead0.so --cap-lints allow -D warnings` |
1797 | 2024-01-10T23:52:09.765Z | Compiling chrono v0.4.31 |
1798 | 2024-01-10T23:52:09.773Z | Running `/home/build/.rustup/toolchains/1.74.1-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=1f7886dfc3672577 -C extra-filename=-1f7886dfc3672577 --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-42f31a2f50589a64.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --cap-lints allow -D warnings` |
1799 | 2024-01-10T23:52:10.831Z | Compiling uuid v1.6.1 |
1800 | 2024-01-10T23:52:10.835Z | Running `/home/build/.rustup/toolchains/1.74.1-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=8eda84e5412b3139 -C extra-filename=-8eda84e5412b3139 --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-0404c7768b906e03.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --cap-lints allow -D warnings` |
1801 | 2024-01-10T23:52:10.954Z | Running `/home/build/.rustup/toolchains/1.74.1-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=68dc6b33675a572e -C extra-filename=-68dc6b33675a572e --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-78cc1cceeaaa6abb.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-0e94cab40aaedbe2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish` |
1802 | 2024-01-10T23:52:12.074Z | Compiling http v0.2.11 |
1803 | 2024-01-10T23:52:12.080Z | Running `/home/build/.rustup/toolchains/1.74.1-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=79880a9d5e238611 -C extra-filename=-79880a9d5e238611 --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-ffeea92cc230d805.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --cap-lints allow -D warnings` |
1804 | 2024-01-10T23:52:12.793Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=8026a25d8b10785a -C extra-filename=-8026a25d8b10785a --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-4e52e6aedc303fe4.rmeta --cap-lints allow -D warnings` |
1805 | 2024-01-10T23:52:13.421Z | Compiling serde_spanned v0.6.4 |
1806 | 2024-01-10T23:52:13.432Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.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=07bc7d217363dd52 -C extra-filename=-07bc7d217363dd52 --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-4e52e6aedc303fe4.rmeta --cap-lints allow -D warnings` |
1807 | 2024-01-10T23:52:13.752Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=287f0e3b3f6c4f0d -C extra-filename=-287f0e3b3f6c4f0d --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-ffeea92cc230d805.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fdf79af5d0119df4.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-6428cf4d60dbb493.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic` |
1808 | 2024-01-10T23:52:13.779Z | Compiling toml_datetime v0.6.5 |
1809 | 2024-01-10T23:52:13.785Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.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=405ea9dab996c21e -C extra-filename=-405ea9dab996c21e --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-4e52e6aedc303fe4.rmeta --cap-lints allow -D warnings` |
1810 | 2024-01-10T23:52:14.042Z | Compiling rustc_version v0.4.0 |
1811 | 2024-01-10T23:52:14.047Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=865507f69706fdc6 -C extra-filename=-865507f69706fdc6 --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-8026a25d8b10785a.rmeta --cap-lints allow -D warnings` |
1812 | 2024-01-10T23:52:14.472Z | Running `/home/build/.rustup/toolchains/1.74.1-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=db2f4c546ccb2ecf -C extra-filename=-db2f4c546ccb2ecf --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-78cc1cceeaaa6abb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1e6848bdbd9674f1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-a99055ae0b1dbc14.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ab236b88a8321ed8.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` |
1813 | 2024-01-10T23:52:15.043Z | Compiling http-body v0.4.5 |
1814 | 2024-01-10T23:52:15.051Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.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=f85c69c88ca6cf36 -C extra-filename=-f85c69c88ca6cf36 --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-ffeea92cc230d805.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --cap-lints allow -D warnings` |
1815 | 2024-01-10T23:52:15.263Z | Compiling toml_edit v0.19.15 |
1816 | 2024-01-10T23:52:15.272Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=4939a727e499f793 -C extra-filename=-4939a727e499f793 --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-f6ee6e443fb470ec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-07bc7d217363dd52.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-405ea9dab996c21e.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bb48f977d0538890.rmeta --cap-lints allow -D warnings` |
1817 | 2024-01-10T23:52:15.691Z | Compiling serde_urlencoded v0.7.1 |
1818 | 2024-01-10T23:52:15.697Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ae6d5553a02081ed -C extra-filename=-ae6d5553a02081ed --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-f43b5444f1071237.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-ef556ccf273fb97d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --cap-lints allow -D warnings` |
1819 | 2024-01-10T23:52:15.914Z | Running `/home/build/.rustup/toolchains/1.74.1-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=0ef1a01fccdf4b46 -C extra-filename=-0ef1a01fccdf4b46 --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-6052e16ec89be577.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-4f9e4bdaef8c0393.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-af5fb22b71ac833d.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-70aed849af95af3b.rmeta --cap-lints allow -D warnings` |
1820 | 2024-01-10T23:52:16.325Z | Compiling openapiv3 v2.0.0 |
1821 | 2024-01-10T23:52:16.776Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' -C metadata=03e170d83ad527a6 -C extra-filename=-03e170d83ad527a6 --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-f6ee6e443fb470ec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --cap-lints allow -D warnings` |
1822 | 2024-01-10T23:52:16.814Z | Compiling hex v0.4.3 |
1823 | 2024-01-10T23:52:16.815Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=c4d93b7110657c5f -C extra-filename=-c4d93b7110657c5f --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-4e52e6aedc303fe4.rmeta --cap-lints allow -D warnings` |
1824 | 2024-01-10T23:52:16.815Z | Compiling flagset v0.4.3 |
1825 | 2024-01-10T23:52:16.815Z | Running `/home/build/.rustup/toolchains/1.74.1-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=74ed7ba095b83344 -C extra-filename=-74ed7ba095b83344 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1826 | 2024-01-10T23:52:16.882Z | Compiling unicode-segmentation v1.10.1 |
1827 | 2024-01-10T23:52:16.887Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.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=3db9a7183557834f -C extra-filename=-3db9a7183557834f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1828 | 2024-01-10T23:52:17.400Z | Running `/home/build/.rustup/toolchains/1.74.1-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=630139d359f9182e -C extra-filename=-630139d359f9182e --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-0ef1a01fccdf4b46.rmeta --cap-lints allow -D warnings` |
1829 | 2024-01-10T23:52:18.317Z | Compiling num_threads v0.1.6 |
1830 | 2024-01-10T23:52:18.323Z | Running `/home/build/.rustup/toolchains/1.74.1-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=eec35d3b26bec874 -C extra-filename=-eec35d3b26bec874 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1831 | 2024-01-10T23:52:18.497Z | Compiling deranged v0.3.8 |
1832 | 2024-01-10T23:52:18.548Z | Running `/home/build/.rustup/toolchains/1.74.1-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=f1e8d29b640f424e -C extra-filename=-f1e8d29b640f424e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1833 | 2024-01-10T23:52:19.047Z | Compiling der v0.7.8 |
1834 | 2024-01-10T23:52:19.050Z | Running `/home/build/.rustup/toolchains/1.74.1-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=bf493eafd3b323b0 -C extra-filename=-bf493eafd3b323b0 --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-66455a9b00682027.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-2487c37a4d7b0fa2.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-74ed7ba095b83344.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --cap-lints allow -D warnings` |
1835 | 2024-01-10T23:52:20.349Z | Compiling zerocopy-derive v0.2.0 |
1836 | 2024-01-10T23:52:20.377Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.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=6e2b1fefe622db34 -C extra-filename=-6e2b1fefe622db34 --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-71ee4d0da25619ef.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-a4bc9f6eb9eb2574.rlib --extern proc_macro --cap-lints allow -D warnings` |
1837 | 2024-01-10T23:52:21.482Z | Compiling time v0.3.27 |
1838 | 2024-01-10T23:52:21.487Z | Running `/home/build/.rustup/toolchains/1.74.1-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=669ce683fdc86f01 -C extra-filename=-669ce683fdc86f01 --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-f1e8d29b640f424e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-eec35d3b26bec874.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-96cfe055a2065dfc.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-7b759573e934a70a.so --cap-lints allow -D warnings` |
1839 | 2024-01-10T23:52:22.086Z | Compiling tokio-util v0.7.10 |
1840 | 2024-01-10T23:52:22.093Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.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=81acbc8328d15ad1 -C extra-filename=-81acbc8328d15ad1 --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-ffeea92cc230d805.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bce6351cf9e30709.rmeta --cap-lints allow -D warnings` |
1841 | 2024-01-10T23:52:24.023Z | Compiling h2 v0.3.21 |
1842 | 2024-01-10T23:52:24.028Z | Running `/home/build/.rustup/toolchains/1.74.1-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=c41de27c58a56f40 -C extra-filename=-c41de27c58a56f40 --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-ffeea92cc230d805.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-30180bc88c646d38.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0836b13490fe26db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-81acbc8328d15ad1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bce6351cf9e30709.rmeta --cap-lints allow -D warnings` |
1843 | 2024-01-10T23:52:24.548Z | Running `/home/build/.rustup/toolchains/1.74.1-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=a1c767ba78f7fa7a -C extra-filename=-a1c767ba78f7fa7a --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-a8da004f5204fad5.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-db2f4c546ccb2ecf.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-52fc005630b42931.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ab236b88a8321ed8.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
1844 | 2024-01-10T23:52:24.640Z | Compiling tokio-rustls v0.24.1 |
1845 | 2024-01-10T23:52:24.651Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=5028bc1fbc50881d -C extra-filename=-5028bc1fbc50881d --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-0ad605307619fb24.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out` |
1846 | 2024-01-10T23:52:24.886Z | Compiling pest_generator v2.7.2 |
1847 | 2024-01-10T23:52:24.908Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.2/src/lib.rs --error-format=json --json=diagnostic-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=df84062e8cb7dccd -C extra-filename=-df84062e8cb7dccd --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-776261007e47061b.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-301df22dc94cdb86.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rmeta --cap-lints allow -D warnings` |
1848 | 2024-01-10T23:52:25.273Z | Compiling tokio-native-tls v0.3.1 |
1849 | 2024-01-10T23:52:25.277Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3d3bd8b4ca132373 -C extra-filename=-3d3bd8b4ca132373 --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-a1c767ba78f7fa7a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64` |
1850 | 2024-01-10T23:52:25.520Z | Running `/home/build/.rustup/toolchains/1.74.1-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=ed93625fa4bad358 -C extra-filename=-ed93625fa4bad358 --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-8861c4fe0bf9ac1d.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-0e94cab40aaedbe2.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-63c4cffcb5672a28.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish` |
1851 | 2024-01-10T23:52:25.681Z | Running `/home/build/.rustup/toolchains/1.74.1-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=b22e93c0eb8e8193 -C extra-filename=-b22e93c0eb8e8193 --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-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings --cfg has_i128` |
1852 | 2024-01-10T23:52:27.063Z | Compiling flate2 v1.0.28 |
1853 | 2024-01-10T23:52:27.072Z | Running `/home/build/.rustup/toolchains/1.74.1-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=5973d0184683efce -C extra-filename=-5973d0184683efce --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-ddd6b783a064eb7e.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-4f9e4bdaef8c0393.rmeta --cap-lints allow -D warnings` |
1854 | 2024-01-10T23:52:27.953Z | Compiling anstyle-parse v0.2.1 |
1855 | 2024-01-10T23:52:27.971Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=ce5764de1bab163e -C extra-filename=-ce5764de1bab163e --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-23480799e7d77cab.rmeta --cap-lints allow -D warnings` |
1856 | 2024-01-10T23:52:28.244Z | Compiling anstyle-query v1.0.0 |
1857 | 2024-01-10T23:52:28.252Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ac94e4cd994c263f -C extra-filename=-ac94e4cd994c263f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1858 | 2024-01-10T23:52:28.436Z | Compiling siphasher v0.3.11 |
1859 | 2024-01-10T23:52:28.446Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1135da77659c2954 -C extra-filename=-1135da77659c2954 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1860 | 2024-01-10T23:52:28.472Z | Compiling colorchoice v1.0.0 |
1861 | 2024-01-10T23:52:28.476Z | Running `/home/build/.rustup/toolchains/1.74.1-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=dd65179b4ecaff10 -C extra-filename=-dd65179b4ecaff10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1862 | 2024-01-10T23:52:28.642Z | Compiling anstream v0.5.0 |
1863 | 2024-01-10T23:52:28.646Z | Running `/home/build/.rustup/toolchains/1.74.1-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=1234f0275edc234f -C extra-filename=-1234f0275edc234f --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-ae5ed257b591d4e2.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-ce5764de1bab163e.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-ac94e4cd994c263f.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-dd65179b4ecaff10.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-23480799e7d77cab.rmeta --cap-lints allow -D warnings` |
1864 | 2024-01-10T23:52:28.709Z | Compiling pest_derive v2.7.2 |
1865 | 2024-01-10T23:52:28.712Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.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=70ad31cedd436bfd -C extra-filename=-70ad31cedd436bfd --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-776261007e47061b.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-df84062e8cb7dccd.rlib --extern proc_macro --cap-lints allow -D warnings` |
1866 | 2024-01-10T23:52:28.818Z | Compiling terminal_size v0.2.6 |
1867 | 2024-01-10T23:52:28.825Z | Running `/home/build/.rustup/toolchains/1.74.1-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=5a7ffd00b1f956ea -C extra-filename=-5a7ffd00b1f956ea --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-ed93625fa4bad358.rmeta --cap-lints allow -D warnings` |
1868 | 2024-01-10T23:52:28.910Z | Compiling zerocopy v0.3.0 |
1869 | 2024-01-10T23:52:28.914Z | Running `/home/build/.rustup/toolchains/1.74.1-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=b712261f2627302b -C extra-filename=-b712261f2627302b --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-4ff908e223b9ba35.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-6e2b1fefe622db34.so --cap-lints allow -D warnings` |
1870 | 2024-01-10T23:52:29.143Z | Compiling spki v0.7.2 |
1871 | 2024-01-10T23:52:29.254Z | Running `/home/build/.rustup/toolchains/1.74.1-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=737465ad39d0a1ed -C extra-filename=-737465ad39d0a1ed --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-bf493eafd3b323b0.rmeta --cap-lints allow -D warnings` |
1872 | 2024-01-10T23:52:29.309Z | Compiling heapless v0.7.16 |
1873 | 2024-01-10T23:52:29.310Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.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=fe20dbce511daeb7 -C extra-filename=-fe20dbce511daeb7 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-fe20dbce511daeb7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-865507f69706fdc6.rlib --cap-lints allow -D warnings` |
1874 | 2024-01-10T23:52:30.893Z | Compiling futures v0.3.30 |
1875 | 2024-01-10T23:52:30.992Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=c21ecd57664edbf3 -C extra-filename=-c21ecd57664edbf3 --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-f881803d4674264d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-2e5a29c29805e28f.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-902bf6e0c20c75b3.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-730a65a2a998e17d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --cap-lints allow -D warnings` |
1876 | 2024-01-10T23:52:30.992Z | Compiling memoffset v0.9.0 |
1877 | 2024-01-10T23:52:30.992Z | Running `/home/build/.rustup/toolchains/1.74.1-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=04a1f2539d27e3f8 -C extra-filename=-04a1f2539d27e3f8 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-04a1f2539d27e3f8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings` |
1878 | 2024-01-10T23:52:30.992Z | Compiling usdt-impl v0.3.5 |
1879 | 2024-01-10T23:52:30.992Z | Running `/home/build/.rustup/toolchains/1.74.1-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=07613bffa45ac679 -C extra-filename=-07613bffa45ac679 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-07613bffa45ac679 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings` |
1880 | 2024-01-10T23:52:30.993Z | Compiling clap_lex v0.5.1 |
1881 | 2024-01-10T23:52:30.993Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.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=a4396c6f259c7728 -C extra-filename=-a4396c6f259c7728 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1882 | 2024-01-10T23:52:30.993Z | Compiling bit-vec v0.6.3 |
1883 | 2024-01-10T23:52:30.993Z | Running `/home/build/.rustup/toolchains/1.74.1-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=a55d8fa36e94059e -C extra-filename=-a55d8fa36e94059e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1884 | 2024-01-10T23:52:30.994Z | Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-04a1f2539d27e3f8/build-script-build` |
1885 | 2024-01-10T23:52:30.994Z | Compiling dtrace-parser v0.1.14 |
1886 | 2024-01-10T23:52:30.994Z | Running `/home/build/.rustup/toolchains/1.74.1-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=1491bd1ec14f821e -C extra-filename=-1491bd1ec14f821e --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-776261007e47061b.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-70ad31cedd436bfd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --cap-lints allow -D warnings` |
1887 | 2024-01-10T23:52:30.994Z | Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-07613bffa45ac679/build-script-build` |
1888 | 2024-01-10T23:52:30.995Z | Compiling clap_builder v4.4.2 |
1889 | 2024-01-10T23:52:30.995Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.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=e916987e9b3e7518 -C extra-filename=-e916987e9b3e7518 --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-1234f0275edc234f.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-ae5ed257b591d4e2.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-a4396c6f259c7728.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-9615ee8240108c1a.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-5a7ffd00b1f956ea.rmeta --cap-lints allow -D warnings` |
1890 | 2024-01-10T23:52:30.995Z | Compiling dof v0.1.5 |
1891 | 2024-01-10T23:52:30.995Z | Running `/home/build/.rustup/toolchains/1.74.1-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=855fe812e99a4112 -C extra-filename=-855fe812e99a4112 --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-39f1521536167e1a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b712261f2627302b.rmeta --cap-lints allow -D warnings` |
1892 | 2024-01-10T23:52:30.995Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-fe20dbce511daeb7/build-script-build` |
1893 | 2024-01-10T23:52:30.996Z | Compiling toml v0.7.8 |
1894 | 2024-01-10T23:52:30.996Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=41b8d927780c3266 -C extra-filename=-41b8d927780c3266 --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-4e52e6aedc303fe4.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-07bc7d217363dd52.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-405ea9dab996c21e.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-4939a727e499f793.rmeta --cap-lints allow -D warnings` |
1895 | 2024-01-10T23:52:30.996Z | Compiling toml_edit v0.21.0 |
1896 | 2024-01-10T23:52:30.996Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=940b69ec621c5943 -C extra-filename=-940b69ec621c5943 --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-f6ee6e443fb470ec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-07bc7d217363dd52.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-405ea9dab996c21e.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bb48f977d0538890.rmeta --cap-lints allow -D warnings` |
1897 | 2024-01-10T23:52:30.996Z | Compiling clap_derive v4.4.2 |
1898 | 2024-01-10T23:52:30.996Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.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=c0bbbe9f3d756ad1 -C extra-filename=-c0bbbe9f3d756ad1 --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-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings` |
1899 | 2024-01-10T23:52:32.148Z | Compiling itertools v0.10.5 |
1900 | 2024-01-10T23:52:32.152Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=015c0fad4a8ed83f -C extra-filename=-015c0fad4a8ed83f --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-88da6cc752eb5faf.rmeta --cap-lints allow -D warnings` |
1901 | 2024-01-10T23:52:33.541Z | Compiling thread-id v4.2.0 |
1902 | 2024-01-10T23:52:33.583Z | Running `/home/build/.rustup/toolchains/1.74.1-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=d10efd05e810885b -C extra-filename=-d10efd05e810885b --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-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings` |
1903 | 2024-01-10T23:52:33.710Z | Compiling hash32 v0.2.1 |
1904 | 2024-01-10T23:52:33.733Z | Running `/home/build/.rustup/toolchains/1.74.1-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=8ca0bcbf99a0bf82 -C extra-filename=-8ca0bcbf99a0bf82 --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-4ff908e223b9ba35.rmeta --cap-lints allow -D warnings` |
1905 | 2024-01-10T23:52:33.785Z | Compiling crossbeam-epoch v0.9.15 |
1906 | 2024-01-10T23:52:33.785Z | Running `/home/build/.rustup/toolchains/1.74.1-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=3262f2565d2545f8 -C extra-filename=-3262f2565d2545f8 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-3262f2565d2545f8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings` |
1907 | 2024-01-10T23:52:34.286Z | Compiling stable_deref_trait v1.2.0 |
1908 | 2024-01-10T23:52:34.310Z | Running `/home/build/.rustup/toolchains/1.74.1-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=f91a802ad56db795 -C extra-filename=-f91a802ad56db795 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1909 | 2024-01-10T23:52:34.333Z | Compiling data-encoding v2.4.0 |
1910 | 2024-01-10T23:52:34.369Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.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=e5f44abe68a68320 -C extra-filename=-e5f44abe68a68320 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1911 | 2024-01-10T23:52:34.453Z | Running `/home/build/.rustup/toolchains/1.74.1-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=981da3cf2c666143 -C extra-filename=-981da3cf2c666143 --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-8ca0bcbf99a0bf82.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-f91a802ad56db795.rmeta --cap-lints allow -D warnings --cfg has_cas --cfg has_atomics` |
1912 | 2024-01-10T23:52:34.559Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-3262f2565d2545f8/build-script-build` |
1913 | 2024-01-10T23:52:34.745Z | Running `/home/build/.rustup/toolchains/1.74.1-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=119b31944e6f46a8 -C extra-filename=-119b31944e6f46a8 --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-4ff908e223b9ba35.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-855fe812e99a4112.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-1491bd1ec14f821e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-d10efd05e810885b.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard` |
1914 | 2024-01-10T23:52:36.416Z | Compiling hyper v0.14.27 |
1915 | 2024-01-10T23:52:36.426Z | Running `/home/build/.rustup/toolchains/1.74.1-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=0cbfc524af954e23 -C extra-filename=-0cbfc524af954e23 --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-ffeea92cc230d805.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-c41de27c58a56f40.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f85c69c88ca6cf36.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5165d982a445385a.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-17048ad0d39f59d3.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6de2735f70908e7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-977e35ace01a1844.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bce6351cf9e30709.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-620d2e79a9eb893f.rmeta --cap-lints allow -D warnings` |
1916 | 2024-01-10T23:52:36.756Z | Running `/home/build/.rustup/toolchains/1.74.1-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=b6ff563025951da1 -C extra-filename=-b6ff563025951da1 --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` |
1917 | 2024-01-10T23:52:36.914Z | Compiling pkcs8 v0.10.2 |
1918 | 2024-01-10T23:52:36.917Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=3c7a0b1f20625620 -C extra-filename=-3c7a0b1f20625620 --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-bf493eafd3b323b0.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-737465ad39d0a1ed.rmeta --cap-lints allow -D warnings` |
1919 | 2024-01-10T23:52:37.685Z | Compiling strum_macros v0.25.2 |
1920 | 2024-01-10T23:52:37.716Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.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=a42bd8afcc69c082 -C extra-filename=-a42bd8afcc69c082 --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-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-aa4a5c579286af9a.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings` |
1921 | 2024-01-10T23:52:37.820Z | Compiling serde_tokenstream v0.1.7 |
1922 | 2024-01-10T23:52:37.827Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.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=d513518d4b3539e7 -C extra-filename=-d513518d4b3539e7 --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-71ee4d0da25619ef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rmeta --cap-lints allow -D warnings` |
1923 | 2024-01-10T23:52:38.272Z | Compiling zerocopy-derive v0.6.4 |
1924 | 2024-01-10T23:52:38.276Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.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=2565838f41f9ca3f -C extra-filename=-2565838f41f9ca3f --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings` |
1925 | 2024-01-10T23:52:38.658Z | Compiling num-iter v0.1.43 |
1926 | 2024-01-10T23:52:38.662Z | Running `/home/build/.rustup/toolchains/1.74.1-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=cfdee6315037ba62 -C extra-filename=-cfdee6315037ba62 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-iter-cfdee6315037ba62 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings` |
1927 | 2024-01-10T23:52:39.254Z | Compiling managed v0.8.0 |
1928 | 2024-01-10T23:52:39.292Z | Running `/home/build/.rustup/toolchains/1.74.1-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=f3363b8ae905f1e2 -C extra-filename=-f3363b8ae905f1e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1929 | 2024-01-10T23:52:39.900Z | Compiling clap v4.4.3 |
1930 | 2024-01-10T23:52:39.908Z | Running `/home/build/.rustup/toolchains/1.74.1-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=d38d5f51ab9eaeda -C extra-filename=-d38d5f51ab9eaeda --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-e916987e9b3e7518.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-c0bbbe9f3d756ad1.so --cap-lints allow -D warnings` |
1931 | 2024-01-10T23:52:40.003Z | Compiling fixedbitset v0.4.2 |
1932 | 2024-01-10T23:52:40.008Z | Running `/home/build/.rustup/toolchains/1.74.1-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=df657a3bdf785ff2 -C extra-filename=-df657a3bdf785ff2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1933 | 2024-01-10T23:52:40.068Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-iter-cfdee6315037ba62/build-script-build` |
1934 | 2024-01-10T23:52:40.290Z | Running `/home/build/.rustup/toolchains/1.74.1-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=f0fa698477c03a85 -C extra-filename=-f0fa698477c03a85 --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-6efcfb0956144885.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-b6ff563025951da1.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9e6bfb0ad023803f.rmeta --cap-lints allow -D warnings` |
1935 | 2024-01-10T23:52:40.716Z | Compiling petgraph v0.6.4 |
1936 | 2024-01-10T23:52:40.720Z | Running `/home/build/.rustup/toolchains/1.74.1-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=70594a4c8724edd8 -C extra-filename=-70594a4c8724edd8 --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-df657a3bdf785ff2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f6ee6e443fb470ec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-50371f6172499d1b.so --cap-lints allow -D warnings` |
1937 | 2024-01-10T23:52:41.621Z | Compiling bit-set v0.5.3 |
1938 | 2024-01-10T23:52:41.634Z | Running `/home/build/.rustup/toolchains/1.74.1-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=1273314ddbc76afe -C extra-filename=-1273314ddbc76afe --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-a55d8fa36e94059e.rmeta --cap-lints allow -D warnings` |
1939 | 2024-01-10T23:52:42.061Z | Compiling phf_shared v0.10.0 |
1940 | 2024-01-10T23:52:42.080Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b2e47393eb942112 -C extra-filename=-b2e47393eb942112 --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-1135da77659c2954.rmeta --cap-lints allow -D warnings` |
1941 | 2024-01-10T23:52:42.100Z | Compiling ipnetwork v0.20.0 |
1942 | 2024-01-10T23:52:42.107Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' -C metadata=0e8324c5fbd673ce -C extra-filename=-0e8324c5fbd673ce --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-287f0e3b3f6c4f0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --cap-lints allow -D warnings` |
1943 | 2024-01-10T23:52:42.335Z | Compiling zerocopy v0.6.4 |
1944 | 2024-01-10T23:52:42.355Z | Running `/home/build/.rustup/toolchains/1.74.1-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=93b428b3b632602f -C extra-filename=-93b428b3b632602f --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-4ff908e223b9ba35.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-2565838f41f9ca3f.so --cap-lints allow -D warnings` |
1945 | 2024-01-10T23:52:42.646Z | Compiling sha2 v0.10.8 |
1946 | 2024-01-10T23:52:42.651Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' -C metadata=74ac8a7266ded6e8 -C extra-filename=-74ac8a7266ded6e8 --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-6efcfb0956144885.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-161a8fd22ed990c1.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-098a84d07964159a.rmeta --cap-lints allow -D warnings` |
1947 | 2024-01-10T23:52:43.549Z | Compiling precomputed-hash v0.1.1 |
1948 | 2024-01-10T23:52:43.573Z | Running `/home/build/.rustup/toolchains/1.74.1-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=be16b96cd7defe0a -C extra-filename=-be16b96cd7defe0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1949 | 2024-01-10T23:52:43.704Z | Compiling new_debug_unreachable v1.0.4 |
1950 | 2024-01-10T23:52:43.708Z | Compiling minimal-lexical v0.2.1 |
1951 | 2024-01-10T23:52:43.708Z | Running `/home/build/.rustup/toolchains/1.74.1-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=08a7a2cf8d163ca8 -C extra-filename=-08a7a2cf8d163ca8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1952 | 2024-01-10T23:52:43.708Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=5bf297f54c1c9b96 -C extra-filename=-5bf297f54c1c9b96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1953 | 2024-01-10T23:52:44.381Z | Compiling string_cache v0.8.7 |
1954 | 2024-01-10T23:52:44.428Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' -C metadata=01252e02912316a3 -C extra-filename=-01252e02912316a3 --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-08a7a2cf8d163ca8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-aee7eb93d952742f.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-b2e47393eb942112.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-be16b96cd7defe0a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --cap-lints allow -D warnings` |
1955 | 2024-01-10T23:52:44.429Z | Running `/home/build/.rustup/toolchains/1.74.1-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=d8cd4b690e287255 -C extra-filename=-d8cd4b690e287255 --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-b22e93c0eb8e8193.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings --cfg has_i128 --cfg rustc_1_28` |
1956 | 2024-01-10T23:52:44.637Z | Compiling nom v7.1.3 |
1957 | 2024-01-10T23:52:44.644Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=24dc8bd775458b21 -C extra-filename=-24dc8bd775458b21 --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-19c64e24300af82f.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-5bf297f54c1c9b96.rmeta --cap-lints allow -D warnings` |
1958 | 2024-01-10T23:52:44.644Z | Compiling usdt-macro v0.3.5 |
1959 | 2024-01-10T23:52:44.644Z | Running `/home/build/.rustup/toolchains/1.74.1-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=9d302282f45732a8 -C extra-filename=-9d302282f45732a8 --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-1491bd1ec14f821e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-d513518d4b3539e7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-119b31944e6f46a8.rlib --extern proc_macro --cap-lints allow -D warnings` |
1960 | 2024-01-10T23:52:44.644Z | Compiling usdt-attr-macro v0.3.5 |
1961 | 2024-01-10T23:52:44.660Z | Running `/home/build/.rustup/toolchains/1.74.1-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=205e01d0cbe17b69 -C extra-filename=-205e01d0cbe17b69 --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-1491bd1ec14f821e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-d513518d4b3539e7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-119b31944e6f46a8.rlib --extern proc_macro --cap-lints allow -D warnings` |
1962 | 2024-01-10T23:52:44.955Z | Compiling hmac v0.12.1 |
1963 | 2024-01-10T23:52:44.964Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' -C metadata=5553209348ffce43 -C extra-filename=-5553209348ffce43 --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-098a84d07964159a.rmeta --cap-lints allow -D warnings` |
1964 | 2024-01-10T23:52:45.324Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1965 | 2024-01-10T23:52:45.330Z | Running `/home/build/.rustup/toolchains/1.74.1-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=f0bd49df7daf2b08 -C extra-filename=-f0bd49df7daf2b08 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f0bd49df7daf2b08 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7e802a53f4eac952.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d5e8df27f8d820e4.rlib --cap-lints allow -D warnings` |
1966 | 2024-01-10T23:52:46.197Z | Compiling doc-comment v0.3.3 |
1967 | 2024-01-10T23:52:46.203Z | Running `/home/build/.rustup/toolchains/1.74.1-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=ca2ad0e50b7a2d32 -C extra-filename=-ca2ad0e50b7a2d32 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-ca2ad0e50b7a2d32 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1968 | 2024-01-10T23:52:46.664Z | Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f0bd49df7daf2b08/build-script-build` |
1969 | 2024-01-10T23:52:47.144Z | Compiling pin-project-internal v1.1.3 |
1970 | 2024-01-10T23:52:47.198Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.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=a4dee13c559955d3 -C extra-filename=-a4dee13c559955d3 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings` |
1971 | 2024-01-10T23:52:47.212Z | Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-ca2ad0e50b7a2d32/build-script-build` |
1972 | 2024-01-10T23:52:47.398Z | Compiling usdt v0.3.5 |
1973 | 2024-01-10T23:52:47.838Z | Running `/home/build/.rustup/toolchains/1.74.1-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=adfe90cf71db4dee -C extra-filename=-adfe90cf71db4dee --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-1491bd1ec14f821e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-205e01d0cbe17b69.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-119b31944e6f46a8.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-9d302282f45732a8.so --cap-lints allow -D warnings` |
1974 | 2024-01-10T23:52:47.844Z | Compiling itertools v0.11.0 |
1975 | 2024-01-10T23:52:47.844Z | Running `/home/build/.rustup/toolchains/1.74.1-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=89a889cf9a6c2547 -C extra-filename=-89a889cf9a6c2547 --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-88da6cc752eb5faf.rmeta --cap-lints allow -D warnings` |
1976 | 2024-01-10T23:52:47.844Z | Compiling lalrpop-util v0.19.12 |
1977 | 2024-01-10T23:52:47.844Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5f0c5f1a0483f4f9 -C extra-filename=-5f0c5f1a0483f4f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1978 | 2024-01-10T23:52:47.844Z | Compiling hyper-rustls v0.24.2 |
1979 | 2024-01-10T23:52:47.844Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.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=6888b81fd7a6bd7e -C extra-filename=-6888b81fd7a6bd7e --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-cae882ec07323c8e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0ad605307619fb24.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-736a11e0a9fc4100.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-5028bc1fbc50881d.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out` |
1980 | 2024-01-10T23:52:47.911Z | Compiling hyper-tls v0.5.0 |
1981 | 2024-01-10T23:52:47.917Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.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=00c2195c94195265 -C extra-filename=-00c2195c94195265 --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-ffeea92cc230d805.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-a1c767ba78f7fa7a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-3d3bd8b4ca132373.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64` |
1982 | 2024-01-10T23:52:48.095Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1983 | 2024-01-10T23:52:48.103Z | Running `/home/build/.rustup/toolchains/1.74.1-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=2520cd927eeb8c43 -C extra-filename=-2520cd927eeb8c43 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-2520cd927eeb8c43 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1984 | 2024-01-10T23:52:48.430Z | Compiling reqwest v0.11.22 |
1985 | 2024-01-10T23:52:48.434Z | Running `/home/build/.rustup/toolchains/1.74.1-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=75157b808614489e -C extra-filename=-75157b808614489e --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-d970d59fde0d4eb8.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-28791e7cdcc2db15.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-c41de27c58a56f40.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f85c69c88ca6cf36.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6888b81fd7a6bd7e.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-00c2195c94195265.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2c535568e1f8609.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6a7bea3b3edc87ca.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-a1c767ba78f7fa7a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0ad605307619fb24.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-f68c648285443cc0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ae6d5553a02081ed.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-3d3bd8b4ca132373.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-5028bc1fbc50881d.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-81acbc8328d15ad1.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-977e35ace01a1844.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-f0b1a41367742ca3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64` |
1986 | 2024-01-10T23:52:48.655Z | Compiling matches v0.1.10 |
1987 | 2024-01-10T23:52:48.689Z | Running `/home/build/.rustup/toolchains/1.74.1-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=df44d0fe1ef96816 -C extra-filename=-df44d0fe1ef96816 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1988 | 2024-01-10T23:52:48.907Z | Compiling regex-automata v0.1.10 |
1989 | 2024-01-10T23:52:48.919Z | Running `/home/build/.rustup/toolchains/1.74.1-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=996bc283328738f3 -C extra-filename=-996bc283328738f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1990 | 2024-01-10T23:52:49.150Z | Compiling idna v0.2.3 |
1991 | 2024-01-10T23:52:49.156Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6852aa9ad09af8fd -C extra-filename=-6852aa9ad09af8fd --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-df44d0fe1ef96816.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-ea6d88cd11b1cdcf.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --cap-lints allow -D warnings` |
1992 | 2024-01-10T23:52:49.467Z | Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-2520cd927eeb8c43/build-script-build` |
1993 | 2024-01-10T23:52:49.560Z | Compiling bstr v0.2.17 |
1994 | 2024-01-10T23:52:49.566Z | Running `/home/build/.rustup/toolchains/1.74.1-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=b8e8dc310f6d46a3 -C extra-filename=-b8e8dc310f6d46a3 --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-1e7ab31398eb494a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-996bc283328738f3.rmeta --cap-lints allow -D warnings` |
1995 | 2024-01-10T23:52:50.329Z | Running `/home/build/.rustup/toolchains/1.74.1-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=f41510f67d0ae9ef -C extra-filename=-f41510f67d0ae9ef --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-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -l static=bz2` |
1996 | 2024-01-10T23:52:50.533Z | Running `/home/build/.rustup/toolchains/1.74.1-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=07fc207f0825dc23 -C extra-filename=-07fc207f0825dc23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1997 | 2024-01-10T23:52:50.664Z | Compiling block-padding v0.3.3 |
1998 | 2024-01-10T23:52:50.668Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=c9c5c61376f9f115 -C extra-filename=-c9c5c61376f9f115 --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-293859237790d0c2.rmeta --cap-lints allow -D warnings` |
1999 | 2024-01-10T23:52:50.691Z | Compiling enum-as-inner v0.5.1 |
2000 | 2024-01-10T23:52:50.695Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=00ef148ed3c98d15 -C extra-filename=-00ef148ed3c98d15 --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-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings` |
2001 | 2024-01-10T23:52:51.051Z | Compiling diesel_table_macro_syntax v0.1.0 |
2002 | 2024-01-10T23:52:51.055Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_table_macro_syntax-0.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=6e4762b391953155 -C extra-filename=-6e4762b391953155 --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-62de4e73251d5b39.rmeta --cap-lints allow -D warnings` |
2003 | 2024-01-10T23:52:51.705Z | Compiling scheduled-thread-pool v0.2.7 |
2004 | 2024-01-10T23:52:51.709Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=62e6c19147fca4ef -C extra-filename=-62e6c19147fca4ef --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-aee7eb93d952742f.rmeta --cap-lints allow -D warnings` |
2005 | 2024-01-10T23:52:51.750Z | Compiling num-bigint v0.4.4 |
2006 | 2024-01-10T23:52:51.773Z | Running `/home/build/.rustup/toolchains/1.74.1-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=8bc1e19ddb5ababb -C extra-filename=-8bc1e19ddb5ababb --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-8bc1e19ddb5ababb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings` |
2007 | 2024-01-10T23:52:51.960Z | Compiling smoltcp v0.9.1 |
2008 | 2024-01-10T23:52:51.999Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=3f19b69e0ee2b199 -C extra-filename=-3f19b69e0ee2b199 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-3f19b69e0ee2b199 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2009 | 2024-01-10T23:52:52.137Z | Compiling predicates-core v1.0.6 |
2010 | 2024-01-10T23:52:52.149Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7d111e89a58c4d20 -C extra-filename=-7d111e89a58c4d20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2011 | 2024-01-10T23:52:52.603Z | Compiling static_assertions v1.1.0 |
2012 | 2024-01-10T23:52:52.622Z | Running `/home/build/.rustup/toolchains/1.74.1-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=37fff62241e99816 -C extra-filename=-37fff62241e99816 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2013 | 2024-01-10T23:52:52.669Z | Compiling regex-automata v0.3.8 |
2014 | 2024-01-10T23:52:52.670Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.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=557357d191a468a1 -C extra-filename=-557357d191a468a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2015 | 2024-01-10T23:52:52.714Z | Compiling trust-dns-proto v0.22.0 |
2016 | 2024-01-10T23:52:52.718Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=b5613a9e088ac3d6 -C extra-filename=-b5613a9e088ac3d6 --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-2ef3d8409111332a.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-e5f44abe68a68320.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-00ef148ed3c98d15.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-902bf6e0c20c75b3.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-6852aa9ad09af8fd.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2c535568e1f8609.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-2f59d5358814a968.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bce6351cf9e30709.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --cap-lints allow -D warnings` |
2017 | 2024-01-10T23:52:52.744Z | Compiling r2d2 v0.8.10 |
2018 | 2024-01-10T23:52:52.786Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e7af36b2f3f41786 -C extra-filename=-e7af36b2f3f41786 --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-a8da004f5204fad5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-aee7eb93d952742f.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-62e6c19147fca4ef.rmeta --cap-lints allow -D warnings` |
2019 | 2024-01-10T23:52:52.791Z | Compiling pin-project v1.1.3 |
2020 | 2024-01-10T23:52:52.795Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.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=eb1e71e977cb5743 -C extra-filename=-eb1e71e977cb5743 --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-a4dee13c559955d3.so --cap-lints allow -D warnings` |
2021 | 2024-01-10T23:52:52.973Z | Compiling diesel_derives v2.1.2 |
2022 | 2024-01-10T23:52:52.973Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_derives-2.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=ab0b1138fb77991a -C extra-filename=-ab0b1138fb77991a --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-6e4762b391953155.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings` |
2023 | 2024-01-10T23:52:53.164Z | Compiling inout v0.1.3 |
2024 | 2024-01-10T23:52:53.175Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' -C metadata=ffae7e649762a29d -C extra-filename=-ffae7e649762a29d --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-c9c5c61376f9f115.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-293859237790d0c2.rmeta --cap-lints allow -D warnings` |
2025 | 2024-01-10T23:52:53.179Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-8bc1e19ddb5ababb/build-script-build` |
2026 | 2024-01-10T23:52:53.226Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-3f19b69e0ee2b199/build-script-build` |
2027 | 2024-01-10T23:52:53.242Z | Compiling bzip2 v0.4.4 |
2028 | 2024-01-10T23:52:53.254Z | Running `/home/build/.rustup/toolchains/1.74.1-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=7cdb34d422734d66 -C extra-filename=-7cdb34d422734d66 --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-f41510f67d0ae9ef.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
2029 | 2024-01-10T23:52:53.286Z | Running `/home/build/.rustup/toolchains/1.74.1-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=8243418c18ba90fb -C extra-filename=-8243418c18ba90fb --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` |
2030 | 2024-01-10T23:52:53.562Z | Compiling md-5 v0.10.5 |
2031 | 2024-01-10T23:52:53.567Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.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=ccd7a32ad8d043a9 -C extra-filename=-ccd7a32ad8d043a9 --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-098a84d07964159a.rmeta --cap-lints allow -D warnings` |
2032 | 2024-01-10T23:52:53.737Z | Compiling snafu-derive v0.7.5 |
2033 | 2024-01-10T23:52:53.741Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.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=5195312e4cc5703c -C extra-filename=-5195312e4cc5703c --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-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings` |
2034 | 2024-01-10T23:52:53.804Z | Compiling hubpack_derive v0.1.1 |
2035 | 2024-01-10T23:52:53.833Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0563dee018a3bc68 -C extra-filename=-0563dee018a3bc68 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings` |
2036 | 2024-01-10T23:52:53.833Z | Compiling console v0.15.7 |
2037 | 2024-01-10T23:52:53.833Z | Running `/home/build/.rustup/toolchains/1.74.1-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=0c7113380fcb4386 -C extra-filename=-0c7113380fcb4386 --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-1e7ab31398eb494a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings` |
2038 | 2024-01-10T23:52:53.946Z | Compiling stringprep v0.1.3 |
2039 | 2024-01-10T23:52:53.951Z | Running `/home/build/.rustup/toolchains/1.74.1-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=c73b32aa8e3e453a -C extra-filename=-c73b32aa8e3e453a --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-ea6d88cd11b1cdcf.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --cap-lints allow -D warnings` |
2040 | 2024-01-10T23:52:55.520Z | Compiling bstr v1.6.0 |
2041 | 2024-01-10T23:52:55.524Z | Running `/home/build/.rustup/toolchains/1.74.1-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=ce6aeddc0b5d8d62 -C extra-filename=-ce6aeddc0b5d8d62 --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-19c64e24300af82f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-557357d191a468a1.rmeta --cap-lints allow -D warnings` |
2042 | 2024-01-10T23:52:55.580Z | Compiling ff v0.13.0 |
2043 | 2024-01-10T23:52:55.604Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=55b34ee6c43ae463 -C extra-filename=-55b34ee6c43ae463 --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-595de3a4e24d6123.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings` |
2044 | 2024-01-10T23:52:55.924Z | Compiling float-cmp v0.9.0 |
2045 | 2024-01-10T23:52:55.929Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' -C metadata=d2052c460f19a2f0 -C extra-filename=-d2052c460f19a2f0 --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-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings` |
2046 | 2024-01-10T23:52:56.280Z | Compiling base16ct v0.2.0 |
2047 | 2024-01-10T23:52:56.286Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=7fa1f6396052bdb1 -C extra-filename=-7fa1f6396052bdb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2048 | 2024-01-10T23:52:56.313Z | Compiling normalize-line-endings v0.3.0 |
2049 | 2024-01-10T23:52:56.354Z | Running `/home/build/.rustup/toolchains/1.74.1-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=86b0188f6686b0fa -C extra-filename=-86b0188f6686b0fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2050 | 2024-01-10T23:52:56.489Z | Compiling fallible-iterator v0.2.0 |
2051 | 2024-01-10T23:52:56.493Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7fe9b24bd1de73c0 -C extra-filename=-7fe9b24bd1de73c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2052 | 2024-01-10T23:52:56.800Z | Compiling difflib v0.4.0 |
2053 | 2024-01-10T23:52:56.807Z | Running `/home/build/.rustup/toolchains/1.74.1-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=976322e8de8781b1 -C extra-filename=-976322e8de8781b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2054 | 2024-01-10T23:52:56.856Z | Compiling sec1 v0.7.3 |
2055 | 2024-01-10T23:52:56.861Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sec1-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' -C metadata=0d969a25ba0b1c7e -C extra-filename=-0d969a25ba0b1c7e --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-7fa1f6396052bdb1.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-bf493eafd3b323b0.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-293859237790d0c2.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-3c7a0b1f20625620.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --cap-lints allow -D warnings` |
2056 | 2024-01-10T23:52:57.699Z | Compiling postgres-protocol v0.6.6 |
2057 | 2024-01-10T23:52:57.704Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-0.6.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=5b3b80180f249081 -C extra-filename=-5b3b80180f249081 --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-d970d59fde0d4eb8.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-7fe9b24bd1de73c0.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-5553209348ffce43.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-ccd7a32ad8d043a9.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-c73b32aa8e3e453a.rmeta --cap-lints allow -D warnings` |
2058 | 2024-01-10T23:52:57.766Z | Compiling predicates v3.0.4 |
2059 | 2024-01-10T23:52:57.771Z | Running `/home/build/.rustup/toolchains/1.74.1-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=9b09d7118d86b34c -C extra-filename=-9b09d7118d86b34c --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-ae5ed257b591d4e2.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-976322e8de8781b1.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-d2052c460f19a2f0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-89a889cf9a6c2547.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-86b0188f6686b0fa.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-7d111e89a58c4d20.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --cap-lints allow -D warnings` |
2060 | 2024-01-10T23:52:58.128Z | Compiling group v0.13.0 |
2061 | 2024-01-10T23:52:58.132Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=5d8fd96594c20530 -C extra-filename=-5d8fd96594c20530 --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-55b34ee6c43ae463.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-595de3a4e24d6123.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings` |
2062 | 2024-01-10T23:52:58.603Z | Compiling hubpack v0.1.2 |
2063 | 2024-01-10T23:52:58.608Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9ed4926c85986559 -C extra-filename=-9ed4926c85986559 --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-0563dee018a3bc68.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --cap-lints allow -D warnings` |
2064 | 2024-01-10T23:52:59.368Z | Running `/home/build/.rustup/toolchains/1.74.1-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=56f3a8f0dbe9956d -C extra-filename=-56f3a8f0dbe9956d --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-b22e93c0eb8e8193.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --cap-lints allow -D warnings --cfg u64_digit --cfg has_try_from --cfg use_addcarry` |
2065 | 2024-01-10T23:52:59.499Z | Compiling zip v0.6.6 |
2066 | 2024-01-10T23:52:59.514Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' -C metadata=47055d131dc991f3 -C extra-filename=-47055d131dc991f3 --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-4ff908e223b9ba35.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-7cdb34d422734d66.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-ddd6b783a064eb7e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
2067 | 2024-01-10T23:52:59.870Z | Compiling cipher v0.4.4 |
2068 | 2024-01-10T23:52:59.873Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' -C metadata=464c14e3646e4b42 -C extra-filename=-464c14e3646e4b42 --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-bc9d6b1a6c03ad4b.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-ffae7e649762a29d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --cap-lints allow -D warnings` |
2069 | 2024-01-10T23:53:00.590Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=ac0c7801bc3efc08 -C extra-filename=-ac0c7801bc3efc08 --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-8861c4fe0bf9ac1d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-981da3cf2c666143.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f3363b8ae905f1e2.rmeta --cap-lints allow -D warnings` |
2070 | 2024-01-10T23:53:00.656Z | Compiling similar v2.3.0 |
2071 | 2024-01-10T23:53:00.696Z | Running `/home/build/.rustup/toolchains/1.74.1-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=4a7b84e25ebd2235 -C extra-filename=-4a7b84e25ebd2235 --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-b8e8dc310f6d46a3.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3db9a7183557834f.rmeta --cap-lints allow -D warnings` |
2072 | 2024-01-10T23:53:01.809Z | Compiling hkdf v0.12.4 |
2073 | 2024-01-10T23:53:01.814Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=99f0cc142149875c -C extra-filename=-99f0cc142149875c --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-5553209348ffce43.rmeta --cap-lints allow -D warnings` |
2074 | 2024-01-10T23:53:02.205Z | Compiling phf_shared v0.11.2 |
2075 | 2024-01-10T23:53:02.214Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=99682a769b4285fe -C extra-filename=-99682a769b4285fe --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-1135da77659c2954.rmeta --cap-lints allow -D warnings` |
2076 | 2024-01-10T23:53:02.806Z | Compiling crypto-bigint v0.5.2 |
2077 | 2024-01-10T23:53:02.811Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.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=90cf653d25075931 -C extra-filename=-90cf653d25075931 --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-293859237790d0c2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-595de3a4e24d6123.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --cap-lints allow -D warnings` |
2078 | 2024-01-10T23:53:03.951Z | Compiling snafu v0.7.5 |
2079 | 2024-01-10T23:53:03.958Z | Running `/home/build/.rustup/toolchains/1.74.1-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=464c3b73e7236c93 -C extra-filename=-464c3b73e7236c93 --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-07fc207f0825dc23.rmeta --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-eb1e71e977cb5743.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-5195312e4cc5703c.so --cap-lints allow -D warnings` |
2080 | 2024-01-10T23:53:04.386Z | Compiling serde_repr v0.1.16 |
2081 | 2024-01-10T23:53:04.400Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.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=b973d1b1aef5a8a5 -C extra-filename=-b973d1b1aef5a8a5 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings` |
2082 | 2024-01-10T23:53:04.968Z | Compiling yasna v0.5.2 |
2083 | 2024-01-10T23:53:04.994Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bit-vec"' --cfg 'feature="default"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --cfg 'feature="time"' -C metadata=e585ed2c467540bb -C extra-filename=-e585ed2c467540bb --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-a55d8fa36e94059e.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-56f3a8f0dbe9956d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-669ce683fdc86f01.rmeta --cap-lints allow -D warnings` |
2084 | 2024-01-10T23:53:05.310Z | Compiling phf v0.11.2 |
2085 | 2024-01-10T23:53:05.314Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1b99faa62037c9e8 -C extra-filename=-1b99faa62037c9e8 --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-99682a769b4285fe.rmeta --cap-lints allow -D warnings` |
2086 | 2024-01-10T23:53:05.779Z | Compiling postgres-types v0.2.6 |
2087 | 2024-01-10T23:53:05.849Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-0.2.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=9d24ed57e436d6ec -C extra-filename=-9d24ed57e436d6ec --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-ffeea92cc230d805.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-7fe9b24bd1de73c0.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-5b3b80180f249081.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta --cap-lints allow -D warnings` |
2088 | 2024-01-10T23:53:06.549Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2089 | 2024-01-10T23:53:06.554Z | Running `/home/build/.rustup/toolchains/1.74.1-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=52337ebaf8397122 -C extra-filename=-52337ebaf8397122 --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-8861c4fe0bf9ac1d.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-9ed4926c85986559.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-b973d1b1aef5a8a5.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-ac0c7801bc3efc08.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-a42bd8afcc69c082.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-93b428b3b632602f.rmeta --cap-lints allow -D warnings` |
2090 | 2024-01-10T23:53:06.950Z | Compiling elliptic-curve v0.13.8 |
2091 | 2024-01-10T23:53:06.954Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' -C metadata=6b1c2940db0b2fdc -C extra-filename=-6b1c2940db0b2fdc --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-7fa1f6396052bdb1.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-90cf653d25075931.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-098a84d07964159a.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-55b34ee6c43ae463.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-293859237790d0c2.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-5d8fd96594c20530.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-99f0cc142149875c.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-3c7a0b1f20625620.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-595de3a4e24d6123.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-0d969a25ba0b1c7e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --cap-lints allow -D warnings` |
2092 | 2024-01-10T23:53:08.238Z | Compiling whoami v1.4.1 |
2093 | 2024-01-10T23:53:08.242Z | Running `/home/build/.rustup/toolchains/1.74.1-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=bebeedfb8f542523 -C extra-filename=-bebeedfb8f542523 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2094 | 2024-01-10T23:53:08.299Z | Compiling tokio-stream v0.1.14 |
2095 | 2024-01-10T23:53:08.303Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.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=c8ada11ec9ffe401 -C extra-filename=-c8ada11ec9ffe401 --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-df288950ad332dec.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --cap-lints allow -D warnings` |
2096 | 2024-01-10T23:53:08.404Z | Compiling serde_tokenstream v0.2.0 |
2097 | 2024-01-10T23:53:08.408Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0b697697215187f4 -C extra-filename=-0b697697215187f4 --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-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rmeta --cap-lints allow -D warnings` |
2098 | 2024-01-10T23:53:08.678Z | Compiling tokio-postgres v0.7.10 |
2099 | 2024-01-10T23:53:08.694Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.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=10323b5ab37cdd2a -C extra-filename=-10323b5ab37cdd2a --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-2ef3d8409111332a.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-7fe9b24bd1de73c0.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-aee7eb93d952742f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-1b99faa62037c9e8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-5b3b80180f249081.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-9d24ed57e436d6ec.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8389728073b7de3f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-81acbc8328d15ad1.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-bebeedfb8f542523.rmeta --cap-lints allow -D warnings` |
2100 | 2024-01-10T23:53:09.222Z | Compiling regress v0.7.1 |
2101 | 2024-01-10T23:53:09.226Z | Running `/home/build/.rustup/toolchains/1.74.1-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=51b191ee83324b72 -C extra-filename=-51b191ee83324b72 --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-d55d6e4697367108.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --cap-lints allow -D warnings` |
2102 | 2024-01-10T23:53:09.292Z | Compiling getopts v0.2.21 |
2103 | 2024-01-10T23:53:09.298Z | Running `/home/build/.rustup/toolchains/1.74.1-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=baeed00c4892b615 -C extra-filename=-baeed00c4892b615 --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-218243c8d3571b57.rmeta --cap-lints allow -D warnings` |
2104 | 2024-01-10T23:53:09.823Z | Compiling unsafe-libyaml v0.2.10 |
2105 | 2024-01-10T23:53:09.827Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.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=3e0eb814995768c3 -C extra-filename=-3e0eb814995768c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2106 | 2024-01-10T23:53:11.155Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2107 | 2024-01-10T23:53:11.233Z | Running `/home/build/.rustup/toolchains/1.74.1-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=ac441130852d3970 -C extra-filename=-ac441130852d3970 --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-ffeea92cc230d805.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ae6d5553a02081ed.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64` |
2108 | 2024-01-10T23:53:15.605Z | Compiling fastrand v2.0.0 |
2109 | 2024-01-10T23:53:15.739Z | Running `/home/build/.rustup/toolchains/1.74.1-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=093a2b7dc323b192 -C extra-filename=-093a2b7dc323b192 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2110 | 2024-01-10T23:53:15.739Z | Compiling serde_yaml v0.9.25 |
2111 | 2024-01-10T23:53:15.739Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.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=b54e211494817384 -C extra-filename=-b54e211494817384 --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-f6ee6e443fb470ec.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-ef556ccf273fb97d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-3e0eb814995768c3.rmeta --cap-lints allow -D warnings` |
2112 | 2024-01-10T23:53:15.739Z | Compiling tempfile v3.8.1 |
2113 | 2024-01-10T23:53:15.739Z | Running `/home/build/.rustup/toolchains/1.74.1-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=dd9d8b2e61020965 -C extra-filename=-dd9d8b2e61020965 --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-6efcfb0956144885.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-093a2b7dc323b192.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-68dc6b33675a572e.rmeta --cap-lints allow -D warnings` |
2114 | 2024-01-10T23:53:15.740Z | Compiling dirs-sys-next v0.1.2 |
2115 | 2024-01-10T23:53:15.740Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b1395140b603132d -C extra-filename=-b1395140b603132d --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-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings` |
2116 | 2024-01-10T23:53:15.759Z | Compiling dirs-next v2.0.0 |
2117 | 2024-01-10T23:53:15.759Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2f34d113fa6b2dd3 -C extra-filename=-2f34d113fa6b2dd3 --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-6efcfb0956144885.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-b1395140b603132d.rmeta --cap-lints allow -D warnings` |
2118 | 2024-01-10T23:53:15.760Z | Compiling toml v0.8.8 |
2119 | 2024-01-10T23:53:15.760Z | Running `/home/build/.rustup/toolchains/1.74.1-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=0b67ce5d59da67ef -C extra-filename=-0b67ce5d59da67ef --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-4e52e6aedc303fe4.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-07bc7d217363dd52.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-405ea9dab996c21e.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-940b69ec621c5943.rmeta --cap-lints allow -D warnings` |
2120 | 2024-01-10T23:53:15.760Z | Compiling ident_case v1.0.1 |
2121 | 2024-01-10T23:53:15.760Z | Running `/home/build/.rustup/toolchains/1.74.1-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=8299fe9430dc73f9 -C extra-filename=-8299fe9430dc73f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2122 | 2024-01-10T23:53:15.760Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2123 | 2024-01-10T23:53:15.760Z | Running `/home/build/.rustup/toolchains/1.74.1-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=ae1dae47cae3ffdb -C extra-filename=-ae1dae47cae3ffdb --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-22616ea412428ac4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings` |
2124 | 2024-01-10T23:53:16.312Z | Compiling term v0.7.0 |
2125 | 2024-01-10T23:53:16.319Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=6a9714dafe5130d1 -C extra-filename=-6a9714dafe5130d1 --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-2f34d113fa6b2dd3.rmeta --cap-lints allow -D warnings` |
2126 | 2024-01-10T23:53:17.198Z | Compiling camino v1.1.6 |
2127 | 2024-01-10T23:53:17.222Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.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=86b1f5d4e5750d0f -C extra-filename=-86b1f5d4e5750d0f --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-86b1f5d4e5750d0f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2128 | 2024-01-10T23:53:17.326Z | Compiling match_cfg v0.1.0 |
2129 | 2024-01-10T23:53:17.342Z | Running `/home/build/.rustup/toolchains/1.74.1-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=8d6f796531e71837 -C extra-filename=-8d6f796531e71837 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2130 | 2024-01-10T23:53:17.452Z | Compiling hostname v0.3.1 |
2131 | 2024-01-10T23:53:17.456Z | Running `/home/build/.rustup/toolchains/1.74.1-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=39848b3a4263f74c -C extra-filename=-39848b3a4263f74c --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-d26aefcc4de11e53.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-8d6f796531e71837.rmeta --cap-lints allow -D warnings` |
2132 | 2024-01-10T23:53:17.599Z | Compiling quick-error v1.2.3 |
2133 | 2024-01-10T23:53:17.688Z | Running `/home/build/.rustup/toolchains/1.74.1-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=f4ece63d59b921ed -C extra-filename=-f4ece63d59b921ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2134 | 2024-01-10T23:53:17.876Z | Compiling atty v0.2.14 |
2135 | 2024-01-10T23:53:17.902Z | Compiling paste v1.0.14 |
2136 | 2024-01-10T23:53:17.902Z | Running `/home/build/.rustup/toolchains/1.74.1-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=fed362899b4e2bd7 -C extra-filename=-fed362899b4e2bd7 --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-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings` |
2137 | 2024-01-10T23:53:17.902Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.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=17f860821eb44ff2 -C extra-filename=-17f860821eb44ff2 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-17f860821eb44ff2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2138 | 2024-01-10T23:53:18.008Z | Compiling crossbeam-channel v0.5.8 |
2139 | 2024-01-10T23:53:18.016Z | Running `/home/build/.rustup/toolchains/1.74.1-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=32a85d5b9d9472a5 -C extra-filename=-32a85d5b9d9472a5 --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-6efcfb0956144885.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings` |
2140 | 2024-01-10T23:53:18.248Z | Compiling sha1 v0.10.6 |
2141 | 2024-01-10T23:53:18.252Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c72172416b9847c1 -C extra-filename=-c72172416b9847c1 --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-6efcfb0956144885.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-161a8fd22ed990c1.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-098a84d07964159a.rmeta --cap-lints allow -D warnings` |
2142 | 2024-01-10T23:53:18.294Z | Running `/work/oxidecomputer/omicron/target/debug/build/camino-86b1f5d4e5750d0f/build-script-build` |
2143 | 2024-01-10T23:53:18.370Z | Running `/home/build/.rustup/toolchains/1.74.1-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=725362fa7d2136c7 -C extra-filename=-725362fa7d2136c7 --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-4e52e6aedc303fe4.rmeta --cap-lints allow -D warnings --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut` |
2144 | 2024-01-10T23:53:18.723Z | Running `/work/oxidecomputer/omicron/target/debug/build/paste-17f860821eb44ff2/build-script-build` |
2145 | 2024-01-10T23:53:18.829Z | Running `/home/build/.rustup/toolchains/1.74.1-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=60fab0b6ed22a15f -C extra-filename=-60fab0b6ed22a15f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings` |
2146 | 2024-01-10T23:53:18.838Z | Compiling thread_local v1.1.7 |
2147 | 2024-01-10T23:53:18.846Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.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=a956bb67073eaaaf -C extra-filename=-a956bb67073eaaaf --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-6efcfb0956144885.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --cap-lints allow -D warnings` |
2148 | 2024-01-10T23:53:19.665Z | Compiling instant v0.1.12 |
2149 | 2024-01-10T23:53:19.665Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a3b9195715d78840 -C extra-filename=-a3b9195715d78840 --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-6efcfb0956144885.rmeta --cap-lints allow -D warnings` |
2150 | 2024-01-10T23:53:19.666Z | Compiling slog-async v2.8.0 |
2151 | 2024-01-10T23:53:19.666Z | Running `/home/build/.rustup/toolchains/1.74.1-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=2d7c77191a0e5009 -C extra-filename=-2d7c77191a0e5009 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-2d7c77191a0e5009 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2152 | 2024-01-10T23:53:19.703Z | Compiling multer v2.1.0 |
2153 | 2024-01-10T23:53:19.703Z | Running `/home/build/.rustup/toolchains/1.74.1-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=d10933d0ad4733ee -C extra-filename=-d10933d0ad4733ee --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-d10933d0ad4733ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings` |
2154 | 2024-01-10T23:53:19.760Z | Compiling take_mut v0.2.2 |
2155 | 2024-01-10T23:53:19.766Z | Running `/home/build/.rustup/toolchains/1.74.1-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=02738aa85a18abf3 -C extra-filename=-02738aa85a18abf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2156 | 2024-01-10T23:53:19.837Z | Compiling debug-ignore v1.0.5 |
2157 | 2024-01-10T23:53:19.860Z | Running `/home/build/.rustup/toolchains/1.74.1-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=c316abf7f0096b7b -C extra-filename=-c316abf7f0096b7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2158 | 2024-01-10T23:53:19.944Z | Compiling slog-term v2.9.0 |
2159 | 2024-01-10T23:53:19.949Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d1313c0d8c09cf74 -C extra-filename=-d1313c0d8c09cf74 --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-fed362899b4e2bd7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6a9714dafe5130d1.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-a956bb67073eaaaf.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-669ce683fdc86f01.rmeta --cap-lints allow -D warnings` |
2160 | 2024-01-10T23:53:20.019Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-2d7c77191a0e5009/build-script-build` |
2161 | 2024-01-10T23:53:20.062Z | Running `/work/oxidecomputer/omicron/target/debug/build/multer-d10933d0ad4733ee/build-script-build` |
2162 | 2024-01-10T23:53:20.072Z | Compiling darling_core v0.20.3 |
2163 | 2024-01-10T23:53:20.072Z | Running `/home/build/.rustup/toolchains/1.74.1-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=7e547cd6a77cbc9d -C extra-filename=-7e547cd6a77cbc9d --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-6cf1b0ed1ebc9dce.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-8299fe9430dc73f9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-9615ee8240108c1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rmeta --cap-lints allow -D warnings` |
2164 | 2024-01-10T23:53:20.093Z | Compiling slog-json v2.6.1 |
2165 | 2024-01-10T23:53:20.117Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=df4d52659caa1aa4 -C extra-filename=-df4d52659caa1aa4 --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-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-669ce683fdc86f01.rmeta --cap-lints allow -D warnings` |
2166 | 2024-01-10T23:53:20.117Z | Running `/home/build/.rustup/toolchains/1.74.1-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=265466263196d585 -C extra-filename=-265466263196d585 --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-32a85d5b9d9472a5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-02738aa85a18abf3.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-a956bb67073eaaaf.rmeta --cap-lints allow -D warnings --cfg integer128` |
2167 | 2024-01-10T23:53:20.144Z | Compiling async-stream-impl v0.3.5 |
2168 | 2024-01-10T23:53:20.165Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bb0201a2e5e40974 -C extra-filename=-bb0201a2e5e40974 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings` |
2169 | 2024-01-10T23:53:20.547Z | Compiling diesel v2.1.4 |
2170 | 2024-01-10T23:53:20.578Z | Running `/home/build/.rustup/toolchains/1.74.1-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=4e7cf574ab08229e -C extra-filename=-4e7cf574ab08229e --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-78cc1cceeaaa6abb.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-ab0b1138fb77991a.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-e7af36b2f3f41786.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64` |
2171 | 2024-01-10T23:53:20.682Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2172 | 2024-01-10T23:53:20.690Z | Running `/home/build/.rustup/toolchains/1.74.1-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=bb63725e5877f0fc -C extra-filename=-bb63725e5877f0fc --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-bb63725e5877f0fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings` |
2173 | 2024-01-10T23:53:20.909Z | Compiling atomic-waker v1.1.1 |
2174 | 2024-01-10T23:53:20.919Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a50df26b514b845d -C extra-filename=-a50df26b514b845d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2175 | 2024-01-10T23:53:21.186Z | Compiling waitgroup v0.1.2 |
2176 | 2024-01-10T23:53:21.230Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7ddf078f473b7f9e -C extra-filename=-7ddf078f473b7f9e --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-a50df26b514b845d.rmeta --cap-lints allow -D warnings` |
2177 | 2024-01-10T23:53:21.246Z | Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-bb63725e5877f0fc/build-script-build` |
2178 | 2024-01-10T23:53:21.336Z | Compiling slog-bunyan v2.4.0 |
2179 | 2024-01-10T23:53:21.340Z | Running `/home/build/.rustup/toolchains/1.74.1-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=bb41e00dfbe79c9f -C extra-filename=-bb41e00dfbe79c9f --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-39848b3a4263f74c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-df4d52659caa1aa4.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-669ce683fdc86f01.rmeta --cap-lints allow -D warnings` |
2180 | 2024-01-10T23:53:21.538Z | Running `/home/build/.rustup/toolchains/1.74.1-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=f874cfcfeec29aa3 -C extra-filename=-f874cfcfeec29aa3 --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-ffeea92cc230d805.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-28791e7cdcc2db15.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5165d982a445385a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6a7bea3b3edc87ca.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --cap-lints allow -D warnings` |
2181 | 2024-01-10T23:53:21.704Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2182 | 2024-01-10T23:53:21.715Z | Running `/home/build/.rustup/toolchains/1.74.1-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=566565d7402a137a -C extra-filename=-566565d7402a137a --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0b697697215187f4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings` |
2183 | 2024-01-10T23:53:22.170Z | Compiling serde_path_to_error v0.1.15 |
2184 | 2024-01-10T23:53:22.170Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.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=f4314a6301ca2450 -C extra-filename=-f4314a6301ca2450 --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-7ee2097a83409d11.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --cap-lints allow -D warnings` |
2185 | 2024-01-10T23:53:22.198Z | Compiling strum v0.25.0 |
2186 | 2024-01-10T23:53:22.207Z | Running `/home/build/.rustup/toolchains/1.74.1-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=1109241962057dec -C extra-filename=-1109241962057dec --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-a42bd8afcc69c082.so --cap-lints allow -D warnings` |
2187 | 2024-01-10T23:53:22.438Z | Compiling structmeta-derive v0.2.0 |
2188 | 2024-01-10T23:53:22.441Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=69c9d94723588349 -C extra-filename=-69c9d94723588349 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings` |
2189 | 2024-01-10T23:53:22.727Z | Compiling async-stream v0.3.5 |
2190 | 2024-01-10T23:53:22.754Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ead50cdd7e2ae7f3 -C extra-filename=-ead50cdd7e2ae7f3 --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-bb0201a2e5e40974.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --cap-lints allow -D warnings` |
2191 | 2024-01-10T23:53:23.179Z | Compiling wait-timeout v0.2.0 |
2192 | 2024-01-10T23:53:23.184Z | Running `/home/build/.rustup/toolchains/1.74.1-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=6994f79223f2cbd5 -C extra-filename=-6994f79223f2cbd5 --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-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings` |
2193 | 2024-01-10T23:53:23.349Z | Compiling rand_xorshift v0.3.0 |
2194 | 2024-01-10T23:53:23.353Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=950c208c76eddda3 -C extra-filename=-950c208c76eddda3 --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-595de3a4e24d6123.rmeta --cap-lints allow -D warnings` |
2195 | 2024-01-10T23:53:23.465Z | Compiling unarray v0.1.4 |
2196 | 2024-01-10T23:53:23.469Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8ef4c22b4a35dc11 -C extra-filename=-8ef4c22b4a35dc11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2197 | 2024-01-10T23:53:24.103Z | Compiling rusty-fork v0.3.0 |
2198 | 2024-01-10T23:53:24.110Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' -C metadata=b1b810caadf5e039 -C extra-filename=-b1b810caadf5e039 --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-6cf1b0ed1ebc9dce.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f4ece63d59b921ed.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-6994f79223f2cbd5.rmeta --cap-lints allow -D warnings` |
2199 | 2024-01-10T23:53:24.110Z | Compiling regex-syntax v0.7.5 |
2200 | 2024-01-10T23:53:24.110Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.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=0e1d4132dc5c5639 -C extra-filename=-0e1d4132dc5c5639 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2201 | 2024-01-10T23:53:24.114Z | Compiling backoff v0.4.0 |
2202 | 2024-01-10T23:53:24.114Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' -C metadata=4062b93f57887b97 -C extra-filename=-4062b93f57887b97 --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-df288950ad332dec.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0404c7768b906e03.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-a3b9195715d78840.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --cap-lints allow -D warnings` |
2203 | 2024-01-10T23:53:24.553Z | Compiling proptest v1.4.0 |
2204 | 2024-01-10T23:53:24.558Z | Running `/home/build/.rustup/toolchains/1.74.1-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=c36720f9e8cb569a -C extra-filename=-c36720f9e8cb569a --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-1273314ddbc76afe.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a55d8fa36e94059e.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-78cc1cceeaaa6abb.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-07b056034bd98ac0.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-950c208c76eddda3.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-b1b810caadf5e039.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-8ef4c22b4a35dc11.rmeta --cap-lints allow -D warnings` |
2205 | 2024-01-10T23:53:24.957Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2206 | 2024-01-10T23:53:24.967Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6b9e2c0ef51b9eb6 -C extra-filename=-6b9e2c0ef51b9eb6 --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-c4d93b7110657c5f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --cap-lints allow -D warnings` |
2207 | 2024-01-10T23:53:25.190Z | Compiling macaddr v1.0.1 |
2208 | 2024-01-10T23:53:25.199Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' -C metadata=2ac1b83f4a8d280c -C extra-filename=-2ac1b83f4a8d280c --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-4e52e6aedc303fe4.rmeta --cap-lints allow -D warnings` |
2209 | 2024-01-10T23:53:25.645Z | Running `/home/build/.rustup/toolchains/1.74.1-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=ea97b9d6d6e5fcd3 -C extra-filename=-ea97b9d6d6e5fcd3 --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-ead50cdd7e2ae7f3.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-566565d7402a137a.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-f43b5444f1071237.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-39848b3a4263f74c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f6ee6e443fb470ec.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-f874cfcfeec29aa3.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0ad605307619fb24.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-f68c648285443cc0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-f4314a6301ca2450.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ae6d5553a02081ed.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c72172416b9847c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-bb41e00dfbe79c9f.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-df4d52659caa1aa4.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-5028bc1fbc50881d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-adfe90cf71db4dee.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-7ddf078f473b7f9e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out` |
2210 | 2024-01-10T23:53:25.934Z | Compiling camino-tempfile v1.1.1 |
2211 | 2024-01-10T23:53:25.958Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f6388813d2ff9805 -C extra-filename=-f6388813d2ff9805 --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-725362fa7d2136c7.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rmeta --cap-lints allow -D warnings` |
2212 | 2024-01-10T23:53:26.589Z | Compiling is-terminal v0.4.9 |
2213 | 2024-01-10T23:53:26.627Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.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=884335afa75d44a8 -C extra-filename=-884335afa75d44a8 --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-68dc6b33675a572e.rmeta --cap-lints allow -D warnings` |
2214 | 2024-01-10T23:53:26.783Z | Compiling proc-macro-error-attr v1.0.4 |
2215 | 2024-01-10T23:53:26.787Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a92b53c06bbbcb17 -C extra-filename=-a92b53c06bbbcb17 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-a92b53c06bbbcb17 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings` |
2216 | 2024-01-10T23:53:27.386Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-a92b53c06bbbcb17/build-script-build` |
2217 | 2024-01-10T23:53:27.461Z | Compiling proc-macro-error v1.0.4 |
2218 | 2024-01-10T23:53:27.894Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=4fc757a082fb008a -C extra-filename=-4fc757a082fb008a --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-4fc757a082fb008a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings` |
2219 | 2024-01-10T23:53:27.901Z | Compiling structmeta v0.2.0 |
2220 | 2024-01-10T23:53:27.901Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3827815eeb2eb351 -C extra-filename=-3827815eeb2eb351 --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-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-69c9d94723588349.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rmeta --cap-lints allow -D warnings` |
2221 | 2024-01-10T23:53:28.057Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-4fc757a082fb008a/build-script-build` |
2222 | 2024-01-10T23:53:28.265Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a65fac4fe6d7e0a5 -C extra-filename=-a65fac4fe6d7e0a5 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern proc_macro --cap-lints allow -D warnings` |
2223 | 2024-01-10T23:53:28.502Z | Compiling test-strategy v0.3.1 |
2224 | 2024-01-10T23:53:28.582Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=942493d6afb74a22 -C extra-filename=-942493d6afb74a22 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-3827815eeb2eb351.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings` |
2225 | 2024-01-10T23:53:29.786Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=4aee7789a7204eaf -C extra-filename=-4aee7789a7204eaf --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-a65fac4fe6d7e0a5.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rmeta --cap-lints allow -D warnings --cfg use_fallback` |
2226 | 2024-01-10T23:53:30.844Z | Compiling darling_macro v0.20.3 |
2227 | 2024-01-10T23:53:30.853Z | Running `/home/build/.rustup/toolchains/1.74.1-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=1afde420bd5ff068 -C extra-filename=-1afde420bd5ff068 --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-7e547cd6a77cbc9d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings` |
2228 | 2024-01-10T23:53:30.959Z | Compiling termtree v0.4.1 |
2229 | 2024-01-10T23:53:30.964Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4f8a505025bd240a -C extra-filename=-4f8a505025bd240a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2230 | 2024-01-10T23:53:31.305Z | Compiling predicates-tree v1.0.9 |
2231 | 2024-01-10T23:53:31.331Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a10b956f74bf4c45 -C extra-filename=-a10b956f74bf4c45 --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-7d111e89a58c4d20.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-4f8a505025bd240a.rmeta --cap-lints allow -D warnings` |
2232 | 2024-01-10T23:53:32.211Z | Compiling proc-macro-crate v1.3.1 |
2233 | 2024-01-10T23:53:32.219Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=df7f6c5a783d6372 -C extra-filename=-df7f6c5a783d6372 --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-78575848a39b5a91.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-4939a727e499f793.rmeta --cap-lints allow -D warnings` |
2234 | 2024-01-10T23:53:32.451Z | Compiling darling v0.20.3 |
2235 | 2024-01-10T23:53:32.487Z | Running `/home/build/.rustup/toolchains/1.74.1-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=f1365d9b5e9fea6c -C extra-filename=-f1365d9b5e9fea6c --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-7e547cd6a77cbc9d.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-1afde420bd5ff068.so --cap-lints allow -D warnings` |
2236 | 2024-01-10T23:53:32.619Z | Compiling serde_with_macros v3.4.0 |
2237 | 2024-01-10T23:53:32.624Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.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=e9d06907e9c79f5b -C extra-filename=-e9d06907e9c79f5b --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-f1365d9b5e9fea6c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings` |
2238 | 2024-01-10T23:53:34.005Z | Compiling num_enum_derive v0.5.11 |
2239 | 2024-01-10T23:53:34.009Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' -C metadata=12f3f489ece6d534 -C extra-filename=-12f3f489ece6d534 --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-df7f6c5a783d6372.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings` |
2240 | 2024-01-10T23:53:35.354Z | Compiling parse-display-derive v0.8.2 |
2241 | 2024-01-10T23:53:35.360Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-derive-0.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=f4ba71be4b43a06c -C extra-filename=-f4ba71be4b43a06c --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-78575848a39b5a91.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0e1d4132dc5c5639.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-3827815eeb2eb351.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings` |
2242 | 2024-01-10T23:53:35.509Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2243 | 2024-01-10T23:53:35.514Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fc6877d46a24d6b7 -C extra-filename=-fc6877d46a24d6b7 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-fc6877d46a24d6b7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2244 | 2024-01-10T23:53:36.146Z | Compiling smoltcp v0.10.0 |
2245 | 2024-01-10T23:53:36.154Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.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=8d9546c1fd34a54d -C extra-filename=-8d9546c1fd34a54d --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-8d9546c1fd34a54d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2246 | 2024-01-10T23:53:37.510Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-8d9546c1fd34a54d/build-script-build` |
2247 | 2024-01-10T23:53:37.516Z | Compiling serde_with v3.4.0 |
2248 | 2024-01-10T23:53:37.523Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.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=793a9d0e17bea403 -C extra-filename=-793a9d0e17bea403 --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-4e52e6aedc303fe4.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-e9d06907e9c79f5b.so --cap-lints allow -D warnings` |
2249 | 2024-01-10T23:53:37.532Z | Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-fc6877d46a24d6b7/build-script-build` |
2250 | 2024-01-10T23:53:37.571Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2251 | 2024-01-10T23:53:37.575Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f81b0c2ad61a74a1 -C extra-filename=-f81b0c2ad61a74a1 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-f81b0c2ad61a74a1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2252 | 2024-01-10T23:53:38.144Z | Compiling cobs v0.2.3 |
2253 | 2024-01-10T23:53:38.152Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5a3d97eb568d3803 -C extra-filename=-5a3d97eb568d3803 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2254 | 2024-01-10T23:53:38.643Z | Compiling embedded-io v0.4.0 |
2255 | 2024-01-10T23:53:38.649Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name embedded_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-io-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=03213792b7ecc648 -C extra-filename=-03213792b7ecc648 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2256 | 2024-01-10T23:53:39.006Z | Compiling crucible-workspace-hack v0.1.0 |
2257 | 2024-01-10T23:53:39.006Z | Running `/home/build/.rustup/toolchains/1.74.1-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=dc1d1786538742c9 -C extra-filename=-dc1d1786538742c9 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-dc1d1786538742c9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2258 | 2024-01-10T23:53:39.157Z | Compiling num_enum v0.5.11 |
2259 | 2024-01-10T23:53:39.164Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=67e5056b35899fd5 -C extra-filename=-67e5056b35899fd5 --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-12f3f489ece6d534.so --cap-lints allow -D warnings` |
2260 | 2024-01-10T23:53:39.218Z | Compiling postcard v1.0.8 |
2261 | 2024-01-10T23:53:39.224Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="embedded-io"' -C metadata=29c4ef2458ac2c78 -C extra-filename=-29c4ef2458ac2c78 --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-5a3d97eb568d3803.rmeta --extern embedded_io=/work/oxidecomputer/omicron/target/debug/deps/libembedded_io-03213792b7ecc648.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --cap-lints allow -D warnings` |
2262 | 2024-01-10T23:53:39.367Z | Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-f81b0c2ad61a74a1/build-script-build` |
2263 | 2024-01-10T23:53:39.429Z | Running `/home/build/.rustup/toolchains/1.74.1-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=dbd60c6791b0cf46 -C extra-filename=-dbd60c6791b0cf46 --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-8861c4fe0bf9ac1d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-981da3cf2c666143.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f3363b8ae905f1e2.rmeta --cap-lints allow -D warnings` |
2264 | 2024-01-10T23:53:39.532Z | Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-dc1d1786538742c9/build-script-build` |
2265 | 2024-01-10T23:53:39.565Z | Compiling foreign-types-macros v0.2.3 |
2266 | 2024-01-10T23:53:39.572Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=5f926005d691e74c -C extra-filename=-5f926005d691e74c --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings` |
2267 | 2024-01-10T23:53:40.627Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2268 | 2024-01-10T23:53:40.653Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/4e6e6ab/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=c394f03e3bbbf9e2 -C extra-filename=-c394f03e3bbbf9e2 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-c394f03e3bbbf9e2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings` |
2269 | 2024-01-10T23:53:41.183Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2270 | 2024-01-10T23:53:41.207Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/4e6e6ab/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=003edb70aaa7a778 -C extra-filename=-003edb70aaa7a778 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2271 | 2024-01-10T23:53:41.458Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2272 | 2024-01-10T23:53:41.462Z | Running `/home/build/.rustup/toolchains/1.74.1-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=dd4e5d325a4cdc6a -C extra-filename=-dd4e5d325a4cdc6a --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-dd4e5d325a4cdc6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2273 | 2024-01-10T23:53:42.030Z | Compiling foreign-types-shared v0.3.1 |
2274 | 2024-01-10T23:53:42.060Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1aad55c56eb66317 -C extra-filename=-1aad55c56eb66317 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2275 | 2024-01-10T23:53:42.110Z | Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-dd4e5d325a4cdc6a/build-script-build` |
2276 | 2024-01-10T23:53:42.126Z | Running `/work/oxidecomputer/omicron/target/debug/build/opte-c394f03e3bbbf9e2/build-script-build` |
2277 | 2024-01-10T23:53:42.196Z | Compiling foreign-types v0.5.0 |
2278 | 2024-01-10T23:53:42.204Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9d290d22cc64a862 -C extra-filename=-9d290d22cc64a862 --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-5f926005d691e74c.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-1aad55c56eb66317.rmeta --cap-lints allow -D warnings` |
2279 | 2024-01-10T23:53:42.226Z | Running `/home/build/.rustup/toolchains/1.74.1-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=84ecd44a98e3688b -C extra-filename=-84ecd44a98e3688b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2280 | 2024-01-10T23:53:42.355Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1cd0cf5301ed57db -C extra-filename=-1cd0cf5301ed57db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l dlpi` |
2281 | 2024-01-10T23:53:42.409Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=53e50daadc4ec088 -C extra-filename=-53e50daadc4ec088 --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` |
2282 | 2024-01-10T23:53:42.600Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2283 | 2024-01-10T23:53:42.608Z | Running `/home/build/.rustup/toolchains/1.74.1-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=a5464232b0fb28d3 -C extra-filename=-a5464232b0fb28d3 --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-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings` |
2284 | 2024-01-10T23:53:42.647Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2285 | 2024-01-10T23:53:42.684Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/4e6e6ab/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=7b72872db50e7719 -C extra-filename=-7b72872db50e7719 --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-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings` |
2286 | 2024-01-10T23:53:43.472Z | Compiling parse-display v0.8.2 |
2287 | 2024-01-10T23:53:43.486Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.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=9c951f70953cf1ef -C extra-filename=-9c951f70953cf1ef --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-78575848a39b5a91.rmeta --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-f4ba71be4b43a06c.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --cap-lints allow -D warnings` |
2288 | 2024-01-10T23:53:43.755Z | Compiling cstr-argument v0.1.2 |
2289 | 2024-01-10T23:53:44.194Z | Running `/home/build/.rustup/toolchains/1.74.1-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=aa8cf6bc33f5e695 -C extra-filename=-aa8cf6bc33f5e695 --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-6efcfb0956144885.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --cap-lints allow -D warnings` |
2290 | 2024-01-10T23:53:44.195Z | Compiling pretty-hex v0.2.1 |
2291 | 2024-01-10T23:53:44.195Z | Running `/home/build/.rustup/toolchains/1.74.1-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=8bedb3b668532990 -C extra-filename=-8bedb3b668532990 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2292 | 2024-01-10T23:53:44.220Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2293 | 2024-01-10T23:53:44.220Z | Running `/home/build/.rustup/toolchains/1.74.1-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=9f73abf30ced9bbb -C extra-filename=-9f73abf30ced9bbb --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-9f73abf30ced9bbb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2294 | 2024-01-10T23:53:44.371Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2295 | 2024-01-10T23:53:44.375Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b46b177c5eb597a9 -C extra-filename=-b46b177c5eb597a9 --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-d26aefcc4de11e53.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-1cd0cf5301ed57db.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-67e5056b35899fd5.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8bedb3b668532990.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --cap-lints allow -D warnings` |
2296 | 2024-01-10T23:53:44.436Z | Running `/home/build/.rustup/toolchains/1.74.1-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=1e009e83e9f49f2b -C extra-filename=-1e009e83e9f49f2b --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-d26aefcc4de11e53.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-a5464232b0fb28d3.so --cap-lints allow -D warnings -l door` |
2297 | 2024-01-10T23:53:44.480Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2298 | 2024-01-10T23:53:44.484Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=82070b8565defc0e -C extra-filename=-82070b8565defc0e --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-aa8cf6bc33f5e695.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-9d290d22cc64a862.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-53e50daadc4ec088.rmeta --cap-lints allow -D warnings` |
2299 | 2024-01-10T23:53:44.653Z | Compiling colored v2.0.4 |
2300 | 2024-01-10T23:53:44.673Z | Running `/home/build/.rustup/toolchains/1.74.1-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=745ce06aa500668f -C extra-filename=-745ce06aa500668f --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-884335afa75d44a8.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --cap-lints allow -D warnings` |
2301 | 2024-01-10T23:53:44.727Z | Running `/work/oxidecomputer/omicron/target/debug/build/libnet-9f73abf30ced9bbb/build-script-build` |
2302 | 2024-01-10T23:53:44.760Z | Compiling zone_cfg_derive v0.3.0 |
2303 | 2024-01-10T23:53:44.764Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6c27379c05eff07e -C extra-filename=-6c27379c05eff07e --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-22616ea412428ac4.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-4aee7789a7204eaf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings` |
2304 | 2024-01-10T23:53:44.911Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2305 | 2024-01-10T23:53:44.915Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/4e6e6ab/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=33db2941d00f74e6 -C extra-filename=-33db2941d00f74e6 --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-003edb70aaa7a778.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-29c4ef2458ac2c78.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-dbd60c6791b0cf46.rmeta --cap-lints allow -D warnings` |
2306 | 2024-01-10T23:53:45.407Z | Running `/home/build/.rustup/toolchains/1.74.1-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=f593e6e0f5b255c2 -C extra-filename=-f593e6e0f5b255c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-745ce06aa500668f.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-b46b177c5eb597a9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-67e5056b35899fd5.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-82070b8565defc0e.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-53e50daadc4ec088.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-1e009e83e9f49f2b.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6de2735f70908e7e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bce6351cf9e30709.rmeta --cap-lints allow -D warnings -l kstat` |
2307 | 2024-01-10T23:53:45.618Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2308 | 2024-01-10T23:53:45.635Z | Running `/home/build/.rustup/toolchains/1.74.1-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=d124de5dec569425 -C extra-filename=-d124de5dec569425 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0b697697215187f4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-ae1dae47cae3ffdb.rlib --extern proc_macro --cap-lints allow -D warnings` |
2309 | 2024-01-10T23:53:45.790Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2310 | 2024-01-10T23:53:45.794Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/1e25649/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=0a234d9cb49653f2 -C extra-filename=-0a234d9cb49653f2 --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-d26aefcc4de11e53.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rmeta --cap-lints allow -D warnings` |
2311 | 2024-01-10T23:53:46.464Z | Compiling mockall_derive v0.12.0 |
2312 | 2024-01-10T23:53:46.476Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.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=0a901d1431ff5367 -C extra-filename=-0a901d1431ff5367 --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-6efcfb0956144885.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings` |
2313 | 2024-01-10T23:53:48.142Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/4e6e6ab/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=b9cfd74264f2cc05 -C extra-filename=-b9cfd74264f2cc05 --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-6efcfb0956144885.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fdf79af5d0119df4.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-003edb70aaa7a778.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-7b72872db50e7719.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-33db2941d00f74e6.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-29c4ef2458ac2c78.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-dbd60c6791b0cf46.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm` |
2314 | 2024-01-10T23:53:48.146Z | Compiling num-derive v0.4.0 |
2315 | 2024-01-10T23:53:48.146Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.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=7621227bb2a4d8b5 -C extra-filename=-7621227bb2a4d8b5 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings` |
2316 | 2024-01-10T23:53:48.147Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2317 | 2024-01-10T23:53:48.147Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/4e6e6ab/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=53ca1b07ddc52e0f -C extra-filename=-53ca1b07ddc52e0f --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-003edb70aaa7a778.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-b9cfd74264f2cc05.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-dbd60c6791b0cf46.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8c2553462cff5f47.rmeta --cap-lints allow -D warnings` |
2318 | 2024-01-10T23:53:48.465Z | Compiling downcast v0.11.0 |
2319 | 2024-01-10T23:53:48.471Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6a8716df6a5de07c -C extra-filename=-6a8716df6a5de07c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2320 | 2024-01-10T23:53:48.807Z | Compiling fragile v2.0.0 |
2321 | 2024-01-10T23:53:48.811Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d150d6fb6809f524 -C extra-filename=-d150d6fb6809f524 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2322 | 2024-01-10T23:53:49.818Z | Compiling zone v0.3.0 |
2323 | 2024-01-10T23:53:49.846Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' -C metadata=c15f7112dc112ba5 -C extra-filename=-c15f7112dc112ba5 --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-015c0fad4a8ed83f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-6c27379c05eff07e.so --cap-lints allow -D warnings` |
2324 | 2024-01-10T23:53:50.959Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2325 | 2024-01-10T23:53:50.969Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/4e6e6ab/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=50b51c25e742966f -C extra-filename=-50b51c25e742966f --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-d26aefcc4de11e53.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-f593e6e0f5b255c2.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-b9cfd74264f2cc05.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-53ca1b07ddc52e0f.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-29c4ef2458ac2c78.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --cap-lints allow -D warnings` |
2326 | 2024-01-10T23:53:52.079Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2327 | 2024-01-10T23:53:52.094Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/1e25649/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=2acbbd27a1b6163e -C extra-filename=-2acbbd27a1b6163e --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-0a234d9cb49653f2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rmeta --cap-lints allow -D warnings` |
2328 | 2024-01-10T23:53:52.128Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
2329 | 2024-01-10T23:53:52.157Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/e71b10d/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=93008d3e8f7a6184 -C extra-filename=-93008d3e8f7a6184 --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-84ecd44a98e3688b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-7621227bb2a4d8b5.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --cap-lints allow -D warnings` |
2330 | 2024-01-10T23:53:52.431Z | Compiling smf v0.2.2 |
2331 | 2024-01-10T23:53:52.464Z | Running `/home/build/.rustup/toolchains/1.74.1-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=e72cac7db9a599f9 -C extra-filename=-e72cac7db9a599f9 --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-39f1521536167e1a.rmeta --cap-lints allow -D warnings` |
2332 | 2024-01-10T23:53:52.674Z | Compiling xattr v1.0.1 |
2333 | 2024-01-10T23:53:52.692Z | Running `/home/build/.rustup/toolchains/1.74.1-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=0db6b032d6ea8eb6 -C extra-filename=-0db6b032d6ea8eb6 --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-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings` |
2334 | 2024-01-10T23:53:52.730Z | Compiling filetime v0.2.23 |
2335 | 2024-01-10T23:53:52.780Z | Running `/home/build/.rustup/toolchains/1.74.1-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=22693fcd42416a9b -C extra-filename=-22693fcd42416a9b --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-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings` |
2336 | 2024-01-10T23:53:53.039Z | Compiling pem v3.0.2 |
2337 | 2024-01-10T23:53:53.045Z | Running `/home/build/.rustup/toolchains/1.74.1-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=364859c804c52d02 -C extra-filename=-364859c804c52d02 --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-d970d59fde0d4eb8.rmeta --cap-lints allow -D warnings` |
2338 | 2024-01-10T23:53:53.246Z | Compiling tar v0.4.40 |
2339 | 2024-01-10T23:53:53.284Z | Running `/home/build/.rustup/toolchains/1.74.1-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=60ec22e42775f3c6 -C extra-filename=-60ec22e42775f3c6 --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-22693fcd42416a9b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-0db6b032d6ea8eb6.rmeta --cap-lints allow -D warnings` |
2340 | 2024-01-10T23:53:53.660Z | Compiling headers-core v0.2.0 |
2341 | 2024-01-10T23:53:53.716Z | Running `/home/build/.rustup/toolchains/1.74.1-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=9ced632d26261d98 -C extra-filename=-9ced632d26261d98 --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-79880a9d5e238611.rmeta --cap-lints allow -D warnings` |
2342 | 2024-01-10T23:53:53.889Z | Compiling headers v0.3.9 |
2343 | 2024-01-10T23:53:53.893Z | Running `/home/build/.rustup/toolchains/1.74.1-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=e5fda55841eca3e6 -C extra-filename=-e5fda55841eca3e6 --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-d970d59fde0d4eb8.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-9ced632d26261d98.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-17048ad0d39f59d3.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6a7bea3b3edc87ca.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c72172416b9847c1.rmeta --cap-lints allow -D warnings` |
2344 | 2024-01-10T23:53:54.260Z | Compiling heck v0.3.3 |
2345 | 2024-01-10T23:53:54.269Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1b2f45e4af363357 -C extra-filename=-1b2f45e4af363357 --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-3db9a7183557834f.rmeta --cap-lints allow -D warnings` |
2346 | 2024-01-10T23:53:54.633Z | Compiling textwrap v0.11.0 |
2347 | 2024-01-10T23:53:54.637Z | Running `/home/build/.rustup/toolchains/1.74.1-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=72a969bd0a1f56fe -C extra-filename=-72a969bd0a1f56fe --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-218243c8d3571b57.rmeta --cap-lints allow -D warnings` |
2348 | 2024-01-10T23:53:54.896Z | Compiling strsim v0.8.0 |
2349 | 2024-01-10T23:53:55.363Z | Running `/home/build/.rustup/toolchains/1.74.1-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=f51e80585c7d7b9c -C extra-filename=-f51e80585c7d7b9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2350 | 2024-01-10T23:53:55.363Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2351 | 2024-01-10T23:53:55.364Z | Running `/home/build/.rustup/toolchains/1.74.1-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=5716bd7284b7a34b -C extra-filename=-5716bd7284b7a34b --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-ae1dae47cae3ffdb.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-d124de5dec569425.so --cap-lints allow -D warnings` |
2352 | 2024-01-10T23:53:55.364Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2353 | 2024-01-10T23:53:55.375Z | Running `/home/build/.rustup/toolchains/1.74.1-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=2d8f26b3868072fd -C extra-filename=-2d8f26b3868072fd --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-baeed00c4892b615.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f6ee6e443fb470ec.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-5716bd7284b7a34b.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings` |
2354 | 2024-01-10T23:53:55.446Z | Compiling vec_map v0.8.2 |
2355 | 2024-01-10T23:53:55.450Z | Running `/home/build/.rustup/toolchains/1.74.1-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=f39fc3d29d6b2404 -C extra-filename=-f39fc3d29d6b2404 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2356 | 2024-01-10T23:53:55.891Z | Compiling ansi_term v0.12.1 |
2357 | 2024-01-10T23:53:55.896Z | Running `/home/build/.rustup/toolchains/1.74.1-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=0cdc0de0e97e67e1 -C extra-filename=-0cdc0de0e97e67e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2358 | 2024-01-10T23:53:55.917Z | Compiling libefi-sys v0.1.0 |
2359 | 2024-01-10T23:53:55.952Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=02c3bc0f71beca8d -C extra-filename=-02c3bc0f71beca8d --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-02c3bc0f71beca8d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2360 | 2024-01-10T23:53:56.447Z | Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-02c3bc0f71beca8d/build-script-build` |
2361 | 2024-01-10T23:53:56.485Z | Compiling clap v2.34.0 |
2362 | 2024-01-10T23:53:56.490Z | Running `/home/build/.rustup/toolchains/1.74.1-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=69207c209b95e54b -C extra-filename=-69207c209b95e54b --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-0cdc0de0e97e67e1.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-fed362899b4e2bd7.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8861c4fe0bf9ac1d.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f51e80585c7d7b9c.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-72a969bd0a1f56fe.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-f39fc3d29d6b2404.rmeta --cap-lints allow -D warnings` |
2363 | 2024-01-10T23:53:57.194Z | Compiling structopt-derive v0.4.18 |
2364 | 2024-01-10T23:53:57.202Z | Running `/home/build/.rustup/toolchains/1.74.1-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=97ad6bddeb15414b -C extra-filename=-97ad6bddeb15414b --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-1b2f45e4af363357.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-4aee7789a7204eaf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings` |
2365 | 2024-01-10T23:53:57.202Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2366 | 2024-01-10T23:53:57.202Z | Running `/home/build/.rustup/toolchains/1.74.1-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=a6f52d9e6c68463a -C extra-filename=-a6f52d9e6c68463a --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-a6f52d9e6c68463a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7e802a53f4eac952.rlib --cap-lints allow -D warnings` |
2367 | 2024-01-10T23:53:57.329Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=795cf1b109b7acc0 -C extra-filename=-795cf1b109b7acc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l efi` |
2368 | 2024-01-10T23:53:57.531Z | Running `/work/oxidecomputer/omicron/target/debug/build/tofino-a6f52d9e6c68463a/build-script-build` |
2369 | 2024-01-10T23:53:57.761Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2370 | 2024-01-10T23:53:57.765Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c20047da96e19d74 -C extra-filename=-c20047da96e19d74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-67e5056b35899fd5.rmeta --cap-lints allow -D warnings` |
2371 | 2024-01-10T23:53:58.209Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2372 | 2024-01-10T23:53:58.213Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=db1d008d5ede8ee0 -C extra-filename=-db1d008d5ede8ee0 --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-d26aefcc4de11e53.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-795cf1b109b7acc0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta --cap-lints allow -D warnings` |
2373 | 2024-01-10T23:53:58.743Z | Compiling rcgen v0.11.3 |
2374 | 2024-01-10T23:53:58.751Z | Running `/home/build/.rustup/toolchains/1.74.1-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=4d2811ced7180849 -C extra-filename=-4d2811ced7180849 --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-364859c804c52d02.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-a1b6eeacb3871e46.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-669ce683fdc86f01.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-e585ed2c467540bb.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out` |
2375 | 2024-01-10T23:53:58.858Z | Compiling atomicwrites v0.4.3 |
2376 | 2024-01-10T23:53:58.873Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=16b05ddd1cc679da -C extra-filename=-16b05ddd1cc679da --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-68dc6b33675a572e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rmeta --cap-lints allow -D warnings` |
2377 | 2024-01-10T23:53:59.372Z | Compiling subprocess v0.2.9 |
2378 | 2024-01-10T23:53:59.378Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2cbcbc06071e569a -C extra-filename=-2cbcbc06071e569a --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-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings` |
2379 | 2024-01-10T23:54:00.953Z | Compiling mockall v0.12.0 |
2380 | 2024-01-10T23:54:00.959Z | Running `/home/build/.rustup/toolchains/1.74.1-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=7ff576ca943b7776 -C extra-filename=-7ff576ca943b7776 --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-6efcfb0956144885.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-6a8716df6a5de07c.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-d150d6fb6809f524.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-0a901d1431ff5367.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-9b09d7118d86b34c.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-a10b956f74bf4c45.rmeta --cap-lints allow -D warnings` |
2381 | 2024-01-10T23:54:01.492Z | Compiling same-file v1.0.6 |
2382 | 2024-01-10T23:54:01.558Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cd802ac22f1c09f0 -C extra-filename=-cd802ac22f1c09f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2383 | 2024-01-10T23:54:01.922Z | Compiling walkdir v2.4.0 |
2384 | 2024-01-10T23:54:01.930Z | Running `/home/build/.rustup/toolchains/1.74.1-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=ad6f0ce566ab5d25 -C extra-filename=-ad6f0ce566ab5d25 --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-cd802ac22f1c09f0.rmeta --cap-lints allow -D warnings` |
2385 | 2024-01-10T23:54:02.274Z | Compiling structopt v0.3.26 |
2386 | 2024-01-10T23:54:03.093Z | Running `/home/build/.rustup/toolchains/1.74.1-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=9f0f56e0f86cc67c -C extra-filename=-9f0f56e0f86cc67c --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-69207c209b95e54b.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-97ad6bddeb15414b.so --cap-lints allow -D warnings` |
2387 | 2024-01-10T23:54:03.093Z | Running `/home/build/.rustup/toolchains/1.74.1-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=8535b81478884286 -C extra-filename=-8535b81478884286 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-c20047da96e19d74.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-9f0f56e0f86cc67c.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -l static=pci` |
2388 | 2024-01-10T23:54:03.102Z | Compiling linked-hash-map v0.5.6 |
2389 | 2024-01-10T23:54:03.102Z | Running `/home/build/.rustup/toolchains/1.74.1-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=b6fdc8cd52f47df2 -C extra-filename=-b6fdc8cd52f47df2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2390 | 2024-01-10T23:54:03.106Z | Compiling convert_case v0.4.0 |
2391 | 2024-01-10T23:54:03.107Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=39d193f1dce25c95 -C extra-filename=-39d193f1dce25c95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2392 | 2024-01-10T23:54:03.216Z | Compiling itertools v0.12.0 |
2393 | 2024-01-10T23:54:03.252Z | Compiling password-hash v0.5.0 |
2394 | 2024-01-10T23:54:03.253Z | Running `/home/build/.rustup/toolchains/1.74.1-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=41c284b060b44704 -C extra-filename=-41c284b060b44704 --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-88da6cc752eb5faf.rmeta --cap-lints allow -D warnings` |
2395 | 2024-01-10T23:54:03.345Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=162706469340f092 -C extra-filename=-162706469340f092 --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-db2759387f67ed24.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-595de3a4e24d6123.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings` |
2396 | 2024-01-10T23:54:03.472Z | Compiling lru-cache v0.1.2 |
2397 | 2024-01-10T23:54:03.512Z | Running `/home/build/.rustup/toolchains/1.74.1-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=ac6e649b210698f7 -C extra-filename=-ac6e649b210698f7 --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-b6fdc8cd52f47df2.rmeta --cap-lints allow -D warnings` |
2398 | 2024-01-10T23:54:03.767Z | Compiling blake2 v0.10.6 |
2399 | 2024-01-10T23:54:03.772Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=4cbc4b8f7247e1eb -C extra-filename=-4cbc4b8f7247e1eb --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-098a84d07964159a.rmeta --cap-lints allow -D warnings` |
2400 | 2024-01-10T23:54:04.545Z | Compiling derive_more v0.99.17 |
2401 | 2024-01-10T23:54:04.579Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.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=5c89d35aa6685bfa -C extra-filename=-5c89d35aa6685bfa --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-39d193f1dce25c95.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings` |
2402 | 2024-01-10T23:54:04.972Z | Compiling cancel-safe-futures v0.1.5 |
2403 | 2024-01-10T23:54:04.978Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=8f4a6794809c5c94 -C extra-filename=-8f4a6794809c5c94 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8f4a6794809c5c94 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2404 | 2024-01-10T23:54:05.609Z | Compiling glob v0.3.1 |
2405 | 2024-01-10T23:54:05.613Z | Running `/home/build/.rustup/toolchains/1.74.1-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=219023a8387da708 -C extra-filename=-219023a8387da708 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2406 | 2024-01-10T23:54:06.273Z | Compiling swrite v0.1.0 |
2407 | 2024-01-10T23:54:06.276Z | Running `/home/build/.rustup/toolchains/1.74.1-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=e54f14917505fd4b -C extra-filename=-e54f14917505fd4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2408 | 2024-01-10T23:54:06.446Z | Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8f4a6794809c5c94/build-script-build` |
2409 | 2024-01-10T23:54:06.529Z | Compiling argon2 v0.5.2 |
2410 | 2024-01-10T23:54:06.536Z | Running `/home/build/.rustup/toolchains/1.74.1-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=6f86fa6fcf728419 -C extra-filename=-6f86fa6fcf728419 --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-db2759387f67ed24.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-4cbc4b8f7247e1eb.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-161a8fd22ed990c1.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-162706469340f092.rmeta --cap-lints allow -D warnings` |
2411 | 2024-01-10T23:54:07.349Z | Compiling arc-swap v1.6.0 |
2412 | 2024-01-10T23:54:07.376Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.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=3c1f1da5460a196e -C extra-filename=-3c1f1da5460a196e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2413 | 2024-01-10T23:54:08.317Z | Compiling slog-scope v4.4.0 |
2414 | 2024-01-10T23:54:08.348Z | Running `/home/build/.rustup/toolchains/1.74.1-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=133fd07da514051c -C extra-filename=-133fd07da514051c --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-3c1f1da5460a196e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --cap-lints allow -D warnings` |
2415 | 2024-01-10T23:54:08.404Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=5ada492474534254 -C extra-filename=-5ada492474534254 --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-df288950ad332dec.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --cap-lints allow -D warnings` |
2416 | 2024-01-10T23:54:08.496Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2417 | 2024-01-10T23:54:08.571Z | Running `/home/build/.rustup/toolchains/1.74.1-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=e779ffa015d43e44 -C extra-filename=-e779ffa015d43e44 --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-03e170d83ad527a6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-2d8f26b3868072fd.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0b697697215187f4.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-b54e211494817384.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings` |
2418 | 2024-01-10T23:54:09.200Z | Compiling toml v0.5.11 |
2419 | 2024-01-10T23:54:09.207Z | Running `/home/build/.rustup/toolchains/1.74.1-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=116db036e0889d4a -C extra-filename=-116db036e0889d4a --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-4e52e6aedc303fe4.rmeta --cap-lints allow -D warnings` |
2420 | 2024-01-10T23:54:09.309Z | Compiling slog-stdlog v4.1.1 |
2421 | 2024-01-10T23:54:09.313Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=447b5b91d58a9534 -C extra-filename=-447b5b91d58a9534 --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-a8da004f5204fad5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-133fd07da514051c.rmeta --cap-lints allow -D warnings` |
2422 | 2024-01-10T23:54:09.867Z | Compiling ciborium-io v0.2.1 |
2423 | 2024-01-10T23:54:09.871Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=d49eee1efaa6b1db -C extra-filename=-d49eee1efaa6b1db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2424 | 2024-01-10T23:54:10.065Z | Compiling half v1.8.2 |
2425 | 2024-01-10T23:54:10.072Z | Running `/home/build/.rustup/toolchains/1.74.1-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=7359904ad2efc1d4 -C extra-filename=-7359904ad2efc1d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2426 | 2024-01-10T23:54:11.087Z | Compiling ciborium-ll v0.2.1 |
2427 | 2024-01-10T23:54:11.102Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=68e1dd17bbdf709c -C extra-filename=-68e1dd17bbdf709c --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-d49eee1efaa6b1db.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-7359904ad2efc1d4.rmeta --cap-lints allow -D warnings` |
2428 | 2024-01-10T23:54:11.634Z | Compiling slog-envlogger v2.2.0 |
2429 | 2024-01-10T23:54:11.707Z | Running `/home/build/.rustup/toolchains/1.74.1-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=0c42a218ab298948 -C extra-filename=-0c42a218ab298948 --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-a8da004f5204fad5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-133fd07da514051c.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-447b5b91d58a9534.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --cap-lints allow -D warnings` |
2430 | 2024-01-10T23:54:11.708Z | Compiling ciborium v0.2.1 |
2431 | 2024-01-10T23:54:11.708Z | Running `/home/build/.rustup/toolchains/1.74.1-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=f435cf2a40a9e015 -C extra-filename=-f435cf2a40a9e015 --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-d49eee1efaa6b1db.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-68e1dd17bbdf709c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --cap-lints allow -D warnings` |
2432 | 2024-01-10T23:54:11.900Z | Compiling libsw v3.3.1 |
2433 | 2024-01-10T23:54:15.729Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-3.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' -C metadata=566a47f27284dfcf -C extra-filename=-566a47f27284dfcf --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-f2d62d16b5aa5bc3.rmeta --cap-lints allow -D warnings` |
2434 | 2024-01-10T23:54:15.799Z | Compiling derive-where v1.2.7 |
2435 | 2024-01-10T23:54:15.799Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ee305a31aaa4c98d -C extra-filename=-ee305a31aaa4c98d --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings` |
2436 | 2024-01-10T23:54:15.799Z | Compiling keccak v0.1.4 |
2437 | 2024-01-10T23:54:15.799Z | Running `/home/build/.rustup/toolchains/1.74.1-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=af737db1943fc8a2 -C extra-filename=-af737db1943fc8a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2438 | 2024-01-10T23:54:15.799Z | Compiling home v0.5.5 |
2439 | 2024-01-10T23:54:15.799Z | Running `/home/build/.rustup/toolchains/1.74.1-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=814cad4654b5349a -C extra-filename=-814cad4654b5349a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2440 | 2024-01-10T23:54:15.800Z | Compiling linear-map v1.2.0 |
2441 | 2024-01-10T23:54:15.800Z | Running `/home/build/.rustup/toolchains/1.74.1-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=abfded384cdfb682 -C extra-filename=-abfded384cdfb682 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2442 | 2024-01-10T23:54:15.800Z | Compiling owo-colors v3.5.0 |
2443 | 2024-01-10T23:54:15.800Z | Running `/home/build/.rustup/toolchains/1.74.1-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=a0c0181394299090 -C extra-filename=-a0c0181394299090 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2444 | 2024-01-10T23:54:15.800Z | Compiling sha3 v0.10.8 |
2445 | 2024-01-10T23:54:15.800Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0ed79203f3b0abb3 -C extra-filename=-0ed79203f3b0abb3 --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-098a84d07964159a.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-af737db1943fc8a2.rmeta --cap-lints allow -D warnings` |
2446 | 2024-01-10T23:54:15.800Z | Compiling secrecy v0.8.0 |
2447 | 2024-01-10T23:54:15.800Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=1959fc6623356475 -C extra-filename=-1959fc6623356475 --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-68651fb2271832c6.rmeta --cap-lints allow -D warnings` |
2448 | 2024-01-10T23:54:16.071Z | Compiling slog-dtrace v0.2.3 |
2449 | 2024-01-10T23:54:16.071Z | Running `/home/build/.rustup/toolchains/1.74.1-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=5b014a69ed7c98d0 -C extra-filename=-5b014a69ed7c98d0 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-5b014a69ed7c98d0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings` |
2450 | 2024-01-10T23:54:16.071Z | Compiling signal-hook v0.3.17 |
2451 | 2024-01-10T23:54:16.071Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=1874e4089e62e760 -C extra-filename=-1874e4089e62e760 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-1874e4089e62e760 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2452 | 2024-01-10T23:54:16.071Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-5b014a69ed7c98d0/build-script-build` |
2453 | 2024-01-10T23:54:16.071Z | Compiling resolv-conf v0.7.0 |
2454 | 2024-01-10T23:54:16.072Z | Running `/home/build/.rustup/toolchains/1.74.1-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=da4a03c8c99392de -C extra-filename=-da4a03c8c99392de --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-39848b3a4263f74c.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f4ece63d59b921ed.rmeta --cap-lints allow -D warnings` |
2455 | 2024-01-10T23:54:16.072Z | Running `/home/build/.rustup/toolchains/1.74.1-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=96e43607fa57d770 -C extra-filename=-96e43607fa57d770 --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-1f7886dfc3672577.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-adfe90cf71db4dee.rmeta --cap-lints allow -D warnings` |
2456 | 2024-01-10T23:54:16.072Z | Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-1874e4089e62e760/build-script-build` |
2457 | 2024-01-10T23:54:16.072Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=a7c8c56f1e9fd121 -C extra-filename=-a7c8c56f1e9fd121 --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-d26aefcc4de11e53.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-38640df2e03fc928.rmeta --cap-lints allow -D warnings` |
2458 | 2024-01-10T23:54:16.399Z | Compiling trust-dns-resolver v0.22.0 |
2459 | 2024-01-10T23:54:18.211Z | Running `/home/build/.rustup/toolchains/1.74.1-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=a8cfdc7077dd75e0 -C extra-filename=-a8cfdc7077dd75e0 --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-6efcfb0956144885.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-ac6e649b210698f7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-aee7eb93d952742f.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-da4a03c8c99392de.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bce6351cf9e30709.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b5613a9e088ac3d6.rmeta --cap-lints allow -D warnings` |
2460 | 2024-01-10T23:54:18.327Z | Compiling fxhash v0.2.1 |
2461 | 2024-01-10T23:54:18.327Z | Running `/home/build/.rustup/toolchains/1.74.1-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=ff88d5c2e7048037 -C extra-filename=-ff88d5c2e7048037 --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-4ff908e223b9ba35.rmeta --cap-lints allow -D warnings` |
2462 | 2024-01-10T23:54:18.327Z | Compiling nibble_vec v0.1.0 |
2463 | 2024-01-10T23:54:18.327Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=acff101e6eaca729 -C extra-filename=-acff101e6eaca729 --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-b9214902439ca54b.rmeta --cap-lints allow -D warnings` |
2464 | 2024-01-10T23:54:18.327Z | Compiling termcolor v1.2.0 |
2465 | 2024-01-10T23:54:18.327Z | Running `/home/build/.rustup/toolchains/1.74.1-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=2e558ad2340e05ad -C extra-filename=-2e558ad2340e05ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2466 | 2024-01-10T23:54:18.328Z | Compiling endian-type v0.1.2 |
2467 | 2024-01-10T23:54:18.328Z | Running `/home/build/.rustup/toolchains/1.74.1-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=70dff33bfd749910 -C extra-filename=-70dff33bfd749910 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2468 | 2024-01-10T23:54:18.328Z | Compiling radix_trie v0.2.1 |
2469 | 2024-01-10T23:54:18.328Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a8d026b080a5f1c0 -C extra-filename=-a8d026b080a5f1c0 --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-70dff33bfd749910.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-acff101e6eaca729.rmeta --cap-lints allow -D warnings` |
2470 | 2024-01-10T23:54:18.328Z | Compiling newline-converter v0.3.0 |
2471 | 2024-01-10T23:54:18.328Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=27d283bedd3ab80d -C extra-filename=-27d283bedd3ab80d --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-3db9a7183557834f.rmeta --cap-lints allow -D warnings` |
2472 | 2024-01-10T23:54:18.328Z | Compiling expectorate v1.1.0 |
2473 | 2024-01-10T23:54:18.328Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3646fdf8bab585b6 -C extra-filename=-3646fdf8bab585b6 --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-0c7113380fcb4386.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-27d283bedd3ab80d.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4a7b84e25ebd2235.rmeta --cap-lints allow -D warnings` |
2474 | 2024-01-10T23:54:18.401Z | Compiling omicron-zone-package v0.9.1 |
2475 | 2024-01-10T23:54:18.421Z | Running `/home/build/.rustup/toolchains/1.74.1-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=1ed87735fe004111 -C extra-filename=-1ed87735fe004111 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-22693fcd42416a9b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-a1b6eeacb3871e46.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8026a25d8b10785a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-50371f6172499d1b.so --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-41b8d927780c3266.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64` |
2476 | 2024-01-10T23:54:18.600Z | Compiling radium v0.7.0 |
2477 | 2024-01-10T23:54:18.660Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fba5e3f37040d9d7 -C extra-filename=-fba5e3f37040d9d7 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-fba5e3f37040d9d7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2478 | 2024-01-10T23:54:18.772Z | Compiling tap v1.0.1 |
2479 | 2024-01-10T23:54:18.781Z | Running `/home/build/.rustup/toolchains/1.74.1-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=08cb45dba0ef4142 -C extra-filename=-08cb45dba0ef4142 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2480 | 2024-01-10T23:54:18.811Z | Compiling maybe-uninit v2.0.0 |
2481 | 2024-01-10T23:54:18.838Z | Running `/home/build/.rustup/toolchains/1.74.1-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=bf78889f24b0c2b0 -C extra-filename=-bf78889f24b0c2b0 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-bf78889f24b0c2b0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2482 | 2024-01-10T23:54:19.046Z | Compiling wyz v0.5.1 |
2483 | 2024-01-10T23:54:19.071Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=424abcbb0c8bbf00 -C extra-filename=-424abcbb0c8bbf00 --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-08cb45dba0ef4142.rmeta --cap-lints allow -D warnings` |
2484 | 2024-01-10T23:54:19.395Z | Running `/work/oxidecomputer/omicron/target/debug/build/radium-fba5e3f37040d9d7/build-script-build` |
2485 | 2024-01-10T23:54:19.478Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=27d5047e80e91a90 -C extra-filename=-27d5047e80e91a90 --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` |
2486 | 2024-01-10T23:54:19.572Z | Compiling semver-parser v0.10.2 |
2487 | 2024-01-10T23:54:19.576Z | Running `/home/build/.rustup/toolchains/1.74.1-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=2cf3eb0af6b68ace -C extra-filename=-2cf3eb0af6b68ace --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-776261007e47061b.rmeta --cap-lints allow -D warnings` |
2488 | 2024-01-10T23:54:19.711Z | Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-bf78889f24b0c2b0/build-script-build` |
2489 | 2024-01-10T23:54:20.139Z | Compiling num-bigint-dig v0.8.4 |
2490 | 2024-01-10T23:54:20.145Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=5a6cfc0aceccdd2d -C extra-filename=-5a6cfc0aceccdd2d --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-5a6cfc0aceccdd2d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2491 | 2024-01-10T23:54:20.147Z | Compiling crc-catalog v2.2.0 |
2492 | 2024-01-10T23:54:20.147Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-catalog-2.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=44635128b63b72f6 -C extra-filename=-44635128b63b72f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2493 | 2024-01-10T23:54:20.147Z | Compiling funty v2.0.0 |
2494 | 2024-01-10T23:54:20.147Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e082b742fe21b22b -C extra-filename=-e082b742fe21b22b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2495 | 2024-01-10T23:54:20.147Z | Compiling packed_struct v0.10.1 |
2496 | 2024-01-10T23:54:20.148Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=1187ed4801970867 -C extra-filename=-1187ed4801970867 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-1187ed4801970867 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2497 | 2024-01-10T23:54:20.295Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-5a6cfc0aceccdd2d/build-script-build` |
2498 | 2024-01-10T23:54:20.326Z | Compiling crc v3.0.1 |
2499 | 2024-01-10T23:54:20.335Z | Running `/home/build/.rustup/toolchains/1.74.1-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=3d7308d675906fc6 -C extra-filename=-3d7308d675906fc6 --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-44635128b63b72f6.rmeta --cap-lints allow -D warnings` |
2500 | 2024-01-10T23:54:20.799Z | Compiling semver v0.11.0 |
2501 | 2024-01-10T23:54:20.809Z | Running `/home/build/.rustup/toolchains/1.74.1-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=2122a575961c9000 -C extra-filename=-2122a575961c9000 --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-2cf3eb0af6b68ace.rmeta --cap-lints allow -D warnings` |
2502 | 2024-01-10T23:54:20.905Z | Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-1187ed4801970867/build-script-build` |
2503 | 2024-01-10T23:54:20.948Z | Running `/home/build/.rustup/toolchains/1.74.1-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=f1e1e2d2e6ac882d -C extra-filename=-f1e1e2d2e6ac882d --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` |
2504 | 2024-01-10T23:54:21.073Z | Compiling packed_struct_codegen v0.10.1 |
2505 | 2024-01-10T23:54:21.109Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=dacfb473efe83672 -C extra-filename=-dacfb473efe83672 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings` |
2506 | 2024-01-10T23:54:22.164Z | Compiling bitvec v1.0.1 |
2507 | 2024-01-10T23:54:22.168Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2daf68ad4baccc37 -C extra-filename=-2daf68ad4baccc37 --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-e082b742fe21b22b.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-27d5047e80e91a90.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-08cb45dba0ef4142.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-424abcbb0c8bbf00.rmeta --cap-lints allow -D warnings` |
2508 | 2024-01-10T23:54:23.361Z | Compiling num-rational v0.4.1 |
2509 | 2024-01-10T23:54:23.375Z | Compiling nodrop v0.1.14 |
2510 | 2024-01-10T23:54:23.375Z | Running `/home/build/.rustup/toolchains/1.74.1-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=2f37d431f14d093d -C extra-filename=-2f37d431f14d093d --out-dir /work/oxidecomputer/omicron/target/debug/build/num-rational-2f37d431f14d093d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings` |
2511 | 2024-01-10T23:54:23.379Z | Running `/home/build/.rustup/toolchains/1.74.1-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=a0c77fb985e48085 -C extra-filename=-a0c77fb985e48085 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2512 | 2024-01-10T23:54:23.553Z | Compiling array-init v0.0.4 |
2513 | 2024-01-10T23:54:23.557Z | Running `/home/build/.rustup/toolchains/1.74.1-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=eb1fd4f2490a020f -C extra-filename=-eb1fd4f2490a020f --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-a0c77fb985e48085.rmeta --cap-lints allow -D warnings` |
2514 | 2024-01-10T23:54:23.943Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-rational-2f37d431f14d093d/build-script-build` |
2515 | 2024-01-10T23:54:24.705Z | Compiling toolchain_find v0.2.0 |
2516 | 2024-01-10T23:54:24.705Z | Running `/home/build/.rustup/toolchains/1.74.1-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=2539e5851c4e5994 -C extra-filename=-2539e5851c4e5994 --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-814cad4654b5349a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2122a575961c9000.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings` |
2517 | 2024-01-10T23:54:25.216Z | Compiling smallvec v0.6.14 |
2518 | 2024-01-10T23:54:25.221Z | Running `/home/build/.rustup/toolchains/1.74.1-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=e606479ac2e80ec3 -C extra-filename=-e606479ac2e80ec3 --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-f1e1e2d2e6ac882d.rmeta --cap-lints allow -D warnings` |
2519 | 2024-01-10T23:54:25.244Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=10020bfdb0035a21 -C extra-filename=-10020bfdb0035a21 --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-4ff908e223b9ba35.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-38b670a70a83d088.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d8cd4b690e287255.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --cap-lints allow -D warnings --cfg has_i128` |
2520 | 2024-01-10T23:54:25.455Z | Compiling pkcs1 v0.7.5 |
2521 | 2024-01-10T23:54:25.460Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=9e07138b996871f3 -C extra-filename=-9e07138b996871f3 --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-bf493eafd3b323b0.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-3c7a0b1f20625620.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-737465ad39d0a1ed.rmeta --cap-lints allow -D warnings` |
2522 | 2024-01-10T23:54:25.903Z | Compiling signature v2.1.0 |
2523 | 2024-01-10T23:54:25.907Z | Running `/home/build/.rustup/toolchains/1.74.1-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=f2bbbd4ee1d95e56 -C extra-filename=-f2bbbd4ee1d95e56 --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-098a84d07964159a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-595de3a4e24d6123.rmeta --cap-lints allow -D warnings` |
2524 | 2024-01-10T23:54:26.284Z | Compiling bitfield v0.14.0 |
2525 | 2024-01-10T23:54:26.288Z | Running `/home/build/.rustup/toolchains/1.74.1-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=8b564f5b2dba98c8 -C extra-filename=-8b564f5b2dba98c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2526 | 2024-01-10T23:54:26.345Z | Compiling serde-hex v0.1.0 |
2527 | 2024-01-10T23:54:26.349Z | Running `/home/build/.rustup/toolchains/1.74.1-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=db4197bdc94bb116 -C extra-filename=-db4197bdc94bb116 --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-eb1fd4f2490a020f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e606479ac2e80ec3.rmeta --cap-lints allow -D warnings` |
2528 | 2024-01-10T23:54:26.829Z | Compiling rustfmt-wrapper v0.2.0 |
2529 | 2024-01-10T23:54:26.837Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5570879bf9f52317 -C extra-filename=-5570879bf9f52317 --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-4e52e6aedc303fe4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-116db036e0889d4a.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-2539e5851c4e5994.rmeta --cap-lints allow -D warnings` |
2530 | 2024-01-10T23:54:26.938Z | Running `/home/build/.rustup/toolchains/1.74.1-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=0426d3570874e650 -C extra-filename=-0426d3570874e650 --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-b22e93c0eb8e8193.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings --cfg has_int_exp_fmt` |
2531 | 2024-01-10T23:54:27.085Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2532 | 2024-01-10T23:54:27.094Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=c1993d354b18caee -C extra-filename=-c1993d354b18caee --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-4ff908e223b9ba35.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-3d7308d675906fc6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-93b428b3b632602f.rmeta --cap-lints allow -D warnings` |
2533 | 2024-01-10T23:54:27.575Z | Compiling env_logger v0.10.0 |
2534 | 2024-01-10T23:54:27.579Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/src/lib.rs --error-format=json --json=diagnostic-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=95362e1f63913148 -C extra-filename=-95362e1f63913148 --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-884335afa75d44a8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2e558ad2340e05ad.rmeta --cap-lints allow -D warnings` |
2535 | 2024-01-10T23:54:27.804Z | Compiling x509-cert v0.2.4 |
2536 | 2024-01-10T23:54:27.842Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x509-cert-0.2.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=6d111b59e919d350 -C extra-filename=-6d111b59e919d350 --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-66455a9b00682027.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-bf493eafd3b323b0.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-737465ad39d0a1ed.rmeta --cap-lints allow -D warnings` |
2537 | 2024-01-10T23:54:28.514Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=738d2b683297d7e5 -C extra-filename=-738d2b683297d7e5 --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-2daf68ad4baccc37.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-dacfb473efe83672.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --cap-lints allow -D warnings` |
2538 | 2024-01-10T23:54:28.823Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2539 | 2024-01-10T23:54:28.832Z | Running `/home/build/.rustup/toolchains/1.74.1-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=c0e9deecf529d357 -C extra-filename=-c0e9deecf529d357 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-c0e9deecf529d357 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-c7811a1e3c94d9e9.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-7fa1f6396052bdb1.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1273314ddbc76afe.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a55d8fa36e94059e.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8861c4fe0bf9ac1d.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-78cc1cceeaaa6abb.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b8e8dc310f6d46a3.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-ce6aeddc0b5d8d62.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-464c14e3646e4b42.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-e916987e9b3e7518.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-0c7113380fcb4386.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-bc9d6b1a6c03ad4b.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-bf493eafd3b323b0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4e7cf574ab08229e.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-098a84d07964159a.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-6b1c2940db0b2fdc.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-0e94cab40aaedbe2.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-55b34ee6c43ae463.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-902bf6e0c20c75b3.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-730a65a2a998e17d.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-293859237790d0c2.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0404c7768b906e03.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-5d8fd96594c20530.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-d55d6e4697367108.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-5553209348ffce43.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6888b81fd7a6bd7e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f6ee6e443fb470ec.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-ffae7e649762a29d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-5f0c5f1a0483f4f9.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f3363b8ae905f1e2.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-db9c338b076acc72.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-24dc8bd775458b21.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-56f3a8f0dbe9956d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d8cd4b690e287255.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-70594a4c8724edd8.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-9d24ed57e436d6ec.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-ee6cdf9a9cd99e2d.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-9b09d7118d86b34c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-07b056034bd98ac0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-83edf1a3a1698551.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-68dc6b33675a572e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8026a25d8b10785a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4a7b84e25ebd2235.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-464c3b73e7236c93.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-01252e02912316a3.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-669ce683fdc86f01.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-7b759573e934a70a.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-10323b5ab37cdd2a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c8ada11ec9ffe401.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-81acbc8328d15ad1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-41b8d927780c3266.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-405ea9dab996c21e.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-4939a727e499f793.rlib --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-940b69ec621c5943.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bce6351cf9e30709.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b5613a9e088ac3d6.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-ea6d88cd11b1cdcf.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-adfe90cf71db4dee.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-e585ed2c467540bb.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8c2553462cff5f47.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-47055d131dc991f3.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
2540 | 2024-01-10T23:54:29.368Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-c0e9deecf529d357/build-script-build` |
2541 | 2024-01-10T23:54:29.414Z | Running `/home/build/.rustup/toolchains/1.74.1-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=a60463b08676cf93 -C extra-filename=-a60463b08676cf93 --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-c7811a1e3c94d9e9.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-7fa1f6396052bdb1.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1273314ddbc76afe.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a55d8fa36e94059e.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8861c4fe0bf9ac1d.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-78cc1cceeaaa6abb.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b8e8dc310f6d46a3.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-ce6aeddc0b5d8d62.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-464c14e3646e4b42.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-e916987e9b3e7518.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-0c7113380fcb4386.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-bc9d6b1a6c03ad4b.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-bf493eafd3b323b0.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4e7cf574ab08229e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-098a84d07964159a.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-6b1c2940db0b2fdc.rmeta --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-0e94cab40aaedbe2.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-55b34ee6c43ae463.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-902bf6e0c20c75b3.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-730a65a2a998e17d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-293859237790d0c2.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0404c7768b906e03.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-5d8fd96594c20530.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-d55d6e4697367108.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-5553209348ffce43.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6888b81fd7a6bd7e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f6ee6e443fb470ec.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-ffae7e649762a29d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-5f0c5f1a0483f4f9.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f3363b8ae905f1e2.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-db9c338b076acc72.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-24dc8bd775458b21.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-56f3a8f0dbe9956d.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d8cd4b690e287255.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-70594a4c8724edd8.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-9d24ed57e436d6ec.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-ee6cdf9a9cd99e2d.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-9b09d7118d86b34c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-07b056034bd98ac0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-83edf1a3a1698551.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-68dc6b33675a572e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8026a25d8b10785a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4a7b84e25ebd2235.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-464c3b73e7236c93.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-01252e02912316a3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-669ce683fdc86f01.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-10323b5ab37cdd2a.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c8ada11ec9ffe401.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-81acbc8328d15ad1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-41b8d927780c3266.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-405ea9dab996c21e.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-4939a727e499f793.rmeta --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-940b69ec621c5943.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bce6351cf9e30709.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b5613a9e088ac3d6.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-ea6d88cd11b1cdcf.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-adfe90cf71db4dee.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-e585ed2c467540bb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8c2553462cff5f47.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-47055d131dc991f3.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
2542 | 2024-01-10T23:54:29.566Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2543 | 2024-01-10T23:54:29.571Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6a4dc32a556df69a -C extra-filename=-6a4dc32a556df69a --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-a60463b08676cf93.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
2544 | 2024-01-10T23:54:29.808Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2545 | 2024-01-10T23:54:29.815Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a1b24fa01d0bc49d -C extra-filename=-a1b24fa01d0bc49d --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-6f86fa6fcf728419.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-793a9d0e17bea403.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
2546 | 2024-01-10T23:54:29.881Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2547 | 2024-01-10T23:54:29.885Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5244c7d96d5c4255 -C extra-filename=-5244c7d96d5c4255 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5ada492474534254.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-ee305a31aaa4c98d.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f6ee6e443fb470ec.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-566a47f27284dfcf.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-abfded384cdfb682.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-70594a4c8724edd8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-793a9d0e17bea403.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
2548 | 2024-01-10T23:54:30.403Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2549 | 2024-01-10T23:54:30.407Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0989bda420f52838 -C extra-filename=-0989bda420f52838 --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-a60463b08676cf93.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
2550 | 2024-01-10T23:54:31.060Z | Compiling rsa v0.9.2 |
2551 | 2024-01-10T23:54:31.070Z | Running `/home/build/.rustup/toolchains/1.74.1-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=1408016536ec6750 -C extra-filename=-1408016536ec6750 --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-4ff908e223b9ba35.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-098a84d07964159a.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-10020bfdb0035a21.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d8cd4b690e287255.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-9e07138b996871f3.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-3c7a0b1f20625620.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-595de3a4e24d6123.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-f2bbbd4ee1d95e56.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-737465ad39d0a1ed.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --cap-lints allow -D warnings` |
2552 | 2024-01-10T23:54:32.537Z | Compiling ron v0.8.1 |
2553 | 2024-01-10T23:54:32.548Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=18349e5b24a24341 -C extra-filename=-18349e5b24a24341 --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-d970d59fde0d4eb8.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-78cc1cceeaaa6abb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-50371f6172499d1b.so --cap-lints allow -D warnings` |
2554 | 2024-01-10T23:54:34.508Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2555 | 2024-01-10T23:54:34.516Z | Running `/home/build/.rustup/toolchains/1.74.1-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=7c02f5e1feef8dce -C extra-filename=-7c02f5e1feef8dce --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-8b564f5b2dba98c8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-738d2b683297d7e5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --cap-lints allow -D warnings` |
2556 | 2024-01-10T23:54:35.291Z | Compiling num-complex v0.4.4 |
2557 | 2024-01-10T23:54:35.301Z | Running `/home/build/.rustup/toolchains/1.74.1-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=63889bed41e78e89 -C extra-filename=-63889bed41e78e89 --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-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings` |
2558 | 2024-01-10T23:54:36.188Z | Compiling crc-any v2.4.3 |
2559 | 2024-01-10T23:54:36.192Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-any-2.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=3c86b9368e38f611 -C extra-filename=-3c86b9368e38f611 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2560 | 2024-01-10T23:54:37.066Z | Compiling num v0.4.1 |
2561 | 2024-01-10T23:54:37.117Z | Running `/home/build/.rustup/toolchains/1.74.1-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=aa56a7303df8436e -C extra-filename=-aa56a7303df8436e --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-63889bed41e78e89.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d8cd4b690e287255.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-0426d3570874e650.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings` |
2562 | 2024-01-10T23:54:37.117Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2563 | 2024-01-10T23:54:37.126Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9348a45b9321f05f -C extra-filename=-9348a45b9321f05f --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-18349e5b24a24341.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-c1993d354b18caee.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-93b428b3b632602f.rmeta --cap-lints allow -D warnings` |
2564 | 2024-01-10T23:54:37.184Z | Compiling object v0.30.4 |
2565 | 2024-01-10T23:54:37.247Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' -C metadata=5fe9ed4054a487a1 -C extra-filename=-5fe9ed4054a487a1 --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-ddd6b783a064eb7e.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-d55d6e4697367108.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-30180bc88c646d38.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --cap-lints allow -D warnings` |
2566 | 2024-01-10T23:54:37.251Z | Compiling path-slash v0.1.5 |
2567 | 2024-01-10T23:54:37.251Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=67c53f1d8bdbada0 -C extra-filename=-67c53f1d8bdbada0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2568 | 2024-01-10T23:54:37.410Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2569 | 2024-01-10T23:54:37.420Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=afc30e330ff2bb4b -C extra-filename=-afc30e330ff2bb4b --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-a60463b08676cf93.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
2570 | 2024-01-10T23:54:37.528Z | Compiling utf-8 v0.7.6 |
2571 | 2024-01-10T23:54:37.532Z | Running `/home/build/.rustup/toolchains/1.74.1-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=2531f524387a9a1f -C extra-filename=-2531f524387a9a1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2572 | 2024-01-10T23:54:37.878Z | Compiling tungstenite v0.20.1 |
2573 | 2024-01-10T23:54:37.882Z | Running `/home/build/.rustup/toolchains/1.74.1-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=0cd3db0842de68b2 -C extra-filename=-0cd3db0842de68b2 --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-4ff908e223b9ba35.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-e5f44abe68a68320.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5165d982a445385a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c72172416b9847c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-2531f524387a9a1f.rmeta --cap-lints allow -D warnings` |
2574 | 2024-01-10T23:54:38.002Z | Compiling buf-list v1.0.3 |
2575 | 2024-01-10T23:54:38.005Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=8893d74600b806d8 -C extra-filename=-8893d74600b806d8 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-8893d74600b806d8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2576 | 2024-01-10T23:54:38.283Z | Compiling display-error-chain v0.2.0 |
2577 | 2024-01-10T23:54:38.287Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/display-error-chain-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aaa19c355036061d -C extra-filename=-aaa19c355036061d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2578 | 2024-01-10T23:54:38.539Z | Compiling signal-hook-mio v0.2.3 |
2579 | 2024-01-10T23:54:38.549Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.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=0cee8f234e4adae3 -C extra-filename=-0cee8f234e4adae3 --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-d26aefcc4de11e53.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-db9c338b076acc72.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a7c8c56f1e9fd121.rmeta --cap-lints allow -D warnings` |
2580 | 2024-01-10T23:54:38.730Z | Compiling parking_lot_core v0.8.6 |
2581 | 2024-01-10T23:54:38.759Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=48826031f0281653 -C extra-filename=-48826031f0281653 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-48826031f0281653 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2582 | 2024-01-10T23:54:39.108Z | Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-8893d74600b806d8/build-script-build` |
2583 | 2024-01-10T23:54:39.202Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=be6980d79858a36d -C extra-filename=-be6980d79858a36d --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-ffeea92cc230d805.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --cap-lints allow -D warnings --cfg seek_convenience --cfg const_fn_trait_bounds` |
2584 | 2024-01-10T23:54:39.497Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-48826031f0281653/build-script-build` |
2585 | 2024-01-10T23:54:39.533Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=10ff818452942b45 -C extra-filename=-10ff818452942b45 --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-6efcfb0956144885.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-a3b9195715d78840.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --cap-lints allow -D warnings` |
2586 | 2024-01-10T23:54:40.111Z | Compiling tokio-tungstenite v0.20.1 |
2587 | 2024-01-10T23:54:40.116Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.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=2aab747d2bcd6df8 -C extra-filename=-2aab747d2bcd6df8 --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-cae882ec07323c8e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-0cd3db0842de68b2.rmeta --cap-lints allow -D warnings` |
2588 | 2024-01-10T23:54:40.637Z | Compiling parking_lot v0.11.2 |
2589 | 2024-01-10T23:54:40.641Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b59e0bc1a83e922c -C extra-filename=-b59e0bc1a83e922c --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-a3b9195715d78840.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-cd1bdf41f320219b.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-10ff818452942b45.rmeta --cap-lints allow -D warnings` |
2590 | 2024-01-10T23:54:40.928Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2591 | 2024-01-10T23:54:40.933Z | Running `/home/build/.rustup/toolchains/1.74.1-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=3278990b814b024c -C extra-filename=-3278990b814b024c --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-ac441130852d3970.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-2d8f26b3868072fd.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-e779ffa015d43e44.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64` |
2592 | 2024-01-10T23:54:40.953Z | Compiling trust-dns-client v0.22.0 |
2593 | 2024-01-10T23:54:40.958Z | Running `/home/build/.rustup/toolchains/1.74.1-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=c3b4dbcd981d592a -C extra-filename=-c3b4dbcd981d592a --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-6efcfb0956144885.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-e5f44abe68a68320.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-a8d026b080a5f1c0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-669ce683fdc86f01.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bce6351cf9e30709.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b5613a9e088ac3d6.rmeta --cap-lints allow -D warnings` |
2594 | 2024-01-10T23:54:41.226Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2595 | 2024-01-10T23:54:41.231Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=da3989d39b0ac2cb -C extra-filename=-da3989d39b0ac2cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-6a4dc32a556df69a.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4062b93f57887b97.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2ac1b83f4a8d280c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c36720f9e8cb569a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8026a25d8b10785a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6b9e2c0ef51b9eb6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-793a9d0e17bea403.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-942493d6afb74a22.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-10323b5ab37cdd2a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
2596 | 2024-01-10T23:54:41.514Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2597 | 2024-01-10T23:54:41.520Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=03fc655a784ae532 -C extra-filename=-03fc655a784ae532 --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-d970d59fde0d4eb8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
2598 | 2024-01-10T23:54:42.056Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2599 | 2024-01-10T23:54:42.060Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=249a0eed595077d4 -C extra-filename=-249a0eed595077d4 --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-1f7886dfc3672577.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
2600 | 2024-01-10T23:54:42.421Z | Compiling sled v0.34.7 |
2601 | 2024-01-10T23:54:42.425Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' -C metadata=fabc30ef8cc9c909 -C extra-filename=-fabc30ef8cc9c909 --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-ddd6b783a064eb7e.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-ff88d5c2e7048037.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b59e0bc1a83e922c.rmeta --cap-lints allow -D warnings` |
2602 | 2024-01-10T23:54:44.520Z | Compiling trust-dns-server v0.22.1 |
2603 | 2024-01-10T23:54:44.542Z | Running `/home/build/.rustup/toolchains/1.74.1-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=e0f890a724aa6b10 -C extra-filename=-e0f890a724aa6b10 --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-2ef3d8409111332a.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-00ef148ed3c98d15.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-2e5a29c29805e28f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-669ce683fdc86f01.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-116db036e0889d4a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bce6351cf9e30709.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-c3b4dbcd981d592a.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b5613a9e088ac3d6.rmeta --cap-lints allow -D warnings` |
2604 | 2024-01-10T23:54:46.026Z | Compiling pretty-hex v0.4.1 |
2605 | 2024-01-10T23:54:46.051Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=c78ed4cdfb819d52 -C extra-filename=-c78ed4cdfb819d52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2606 | 2024-01-10T23:54:46.344Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2607 | 2024-01-10T23:54:46.348Z | Running `/home/build/.rustup/toolchains/1.74.1-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=13bdd5eb152d7c3f -C extra-filename=-13bdd5eb152d7c3f --out-dir /work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-13bdd5eb152d7c3f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-1ed87735fe004111.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-5570879bf9f52317.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64` |
2608 | 2024-01-10T23:54:48.841Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2609 | 2024-01-10T23:54:48.912Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/dpd-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=36dcd653ce19d05a -C extra-filename=-36dcd653ce19d05a --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-36dcd653ce19d05a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-1ed87735fe004111.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-5570879bf9f52317.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64` |
2610 | 2024-01-10T23:54:52.469Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2611 | 2024-01-10T23:54:52.472Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=04e2a7d748cde519 -C extra-filename=-04e2a7d748cde519 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-c3b4dbcd981d592a.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b5613a9e088ac3d6.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8cfdc7077dd75e0.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e0f890a724aa6b10.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
2612 | 2024-01-10T23:54:52.669Z | Compiling semver v0.1.20 |
2613 | 2024-01-10T23:54:52.674Z | Running `/home/build/.rustup/toolchains/1.74.1-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=9fecfb734d7157b3 -C extra-filename=-9fecfb734d7157b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2614 | 2024-01-10T23:54:53.757Z | Compiling rustc_version v0.1.7 |
2615 | 2024-01-10T23:54:53.783Z | Running `/home/build/.rustup/toolchains/1.74.1-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=6367f93d5bcb467d -C extra-filename=-6367f93d5bcb467d --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-9fecfb734d7157b3.rmeta --cap-lints allow -D warnings` |
2616 | 2024-01-10T23:54:54.548Z | Compiling newtype_derive v0.1.6 |
2617 | 2024-01-10T23:54:56.902Z | Running `/home/build/.rustup/toolchains/1.74.1-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=1c6c0c01e1dcc86e -C extra-filename=-1c6c0c01e1dcc86e --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-1c6c0c01e1dcc86e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-6367f93d5bcb467d.rlib --cap-lints allow -D warnings` |
2618 | 2024-01-10T23:54:56.902Z | Compiling platforms v3.0.2 |
2619 | 2024-01-10T23:54:56.902Z | Running `/home/build/.rustup/toolchains/1.74.1-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=86233e944617d37a -C extra-filename=-86233e944617d37a --out-dir /work/oxidecomputer/omicron/target/debug/build/platforms-86233e944617d37a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2620 | 2024-01-10T23:54:56.904Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2621 | 2024-01-10T23:54:56.904Z | Running `/home/build/.rustup/toolchains/1.74.1-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=aa2e392088052ffc -C extra-filename=-aa2e392088052ffc --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-4ff908e223b9ba35.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-3c86b9368e38f611.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-bf493eafd3b323b0.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-95362e1f63913148.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-7c02f5e1feef8dce.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-738d2b683297d7e5.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-1408016536ec6750.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-db4197bdc94bb116.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6d111b59e919d350.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-93b428b3b632602f.rmeta --cap-lints allow -D warnings` |
2622 | 2024-01-10T23:54:56.904Z | Running `/work/oxidecomputer/omicron/target/debug/build/platforms-86233e944617d37a/build-script-build` |
2623 | 2024-01-10T23:54:56.904Z | Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-1c6c0c01e1dcc86e/build-script-build` |
2624 | 2024-01-10T23:54:56.904Z | Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2625 | 2024-01-10T23:54:56.904Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/ef442ee/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b1acdbf8e4791723 -C extra-filename=-b1acdbf8e4791723 --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-22616ea412428ac4.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f6ee6e443fb470ec.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --cap-lints allow -D warnings` |
2626 | 2024-01-10T23:54:59.646Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2627 | 2024-01-10T23:54:59.653Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -C metadata=76da4f24431f49e1 -C extra-filename=-76da4f24431f49e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-2acbbd27a1b6163e.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-93008d3e8f7a6184.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2ac1b83f4a8d280c.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-7ff576ca943b7776.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-50b51c25e742966f.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-53ca1b07ddc52e0f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-c15f7112dc112ba5.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
2628 | 2024-01-10T23:55:02.438Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2629 | 2024-01-10T23:55:02.482Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="seed-gen"' -C metadata=e5ca688224491a5d -C extra-filename=-e5ca688224491a5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-16b05ddd1cc679da.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-22693fcd42416a9b.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e5fda55841eca3e6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-364859c804c52d02.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4d2811ced7180849.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0ad605307619fb24.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-10323b5ab37cdd2a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-adfe90cf71db4dee.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
2630 | 2024-01-10T23:55:04.153Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2631 | 2024-01-10T23:55:04.173Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a8345670e85a19ae -C extra-filename=-a8345670e85a19ae --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-2ef3d8409111332a.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-99f0cc142149875c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1959fc6623356475.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
2632 | 2024-01-10T23:55:04.174Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2633 | 2024-01-10T23:55:04.174Z | Running `/home/build/.rustup/toolchains/1.74.1-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=07cf9d199c5c31e6 -C extra-filename=-07cf9d199c5c31e6 --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-7c02f5e1feef8dce.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-aa2e392088052ffc.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-5fe9ed4054a487a1.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-67c53f1d8bdbada0.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-1408016536ec6750.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-c1993d354b18caee.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-9348a45b9321f05f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-41b8d927780c3266.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6d111b59e919d350.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-93b428b3b632602f.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-47055d131dc991f3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
2634 | 2024-01-10T23:55:05.290Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2635 | 2024-01-10T23:55:05.371Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=742cff2aaad731b2 -C extra-filename=-742cff2aaad731b2 --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-ffeea92cc230d805.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-aa56a7303df8436e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0989bda420f52838.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
2636 | 2024-01-10T23:55:05.667Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2637 | 2024-01-10T23:55:05.694Z | Running `/home/build/.rustup/toolchains/1.74.1-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=f0574865e42db628 -C extra-filename=-f0574865e42db628 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8cfdc7077dd75e0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
2638 | 2024-01-10T23:55:06.626Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2639 | 2024-01-10T23:55:06.637Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=964eeca237d80e98 -C extra-filename=-964eeca237d80e98 --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-1f7886dfc3672577.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a1b24fa01d0bc49d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
2640 | 2024-01-10T23:55:09.097Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2641 | 2024-01-10T23:55:09.508Z | Running `/home/build/.rustup/toolchains/1.74.1-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=fe082c5cad9f5e18 -C extra-filename=-fe082c5cad9f5e18 --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-f435cf2a40a9e015.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
2642 | 2024-01-10T23:55:11.100Z | Running `/home/build/.rustup/toolchains/1.74.1-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=a702442b7c13e95a -C extra-filename=-a702442b7c13e95a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg op_assign` |
2643 | 2024-01-10T23:55:11.197Z | Running `/home/build/.rustup/toolchains/1.74.1-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=5b59cb338043d9cb -C extra-filename=-5b59cb338043d9cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2644 | 2024-01-10T23:55:11.242Z | Compiling globset v0.4.13 |
2645 | 2024-01-10T23:55:11.329Z | Running `/home/build/.rustup/toolchains/1.74.1-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=369954cc625f5aa3 -C extra-filename=-369954cc625f5aa3 --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-e39b65394af31ca3.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-ce6aeddc0b5d8d62.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --cap-lints allow -D warnings` |
2646 | 2024-01-10T23:55:12.245Z | Compiling olpc-cjson v0.1.3 |
2647 | 2024-01-10T23:55:12.250Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/olpc-cjson-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a9c0df279d978a5b -C extra-filename=-a9c0df279d978a5b --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-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --cap-lints allow -D warnings` |
2648 | 2024-01-10T23:55:12.785Z | Compiling serde_plain v1.0.2 |
2649 | 2024-01-10T23:55:12.790Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cf77d6e99175a327 -C extra-filename=-cf77d6e99175a327 --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-4e52e6aedc303fe4.rmeta --cap-lints allow -D warnings` |
2650 | 2024-01-10T23:55:13.413Z | Compiling async-recursion v1.0.5 |
2651 | 2024-01-10T23:55:13.427Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.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=c6dfad0a1f2aeabc -C extra-filename=-c6dfad0a1f2aeabc --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings` |
2652 | 2024-01-10T23:55:14.465Z | Compiling vte_generate_state_changes v0.1.1 |
2653 | 2024-01-10T23:55:14.468Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fa025ddce7394ad1 -C extra-filename=-fa025ddce7394ad1 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern proc_macro --cap-lints allow -D warnings` |
2654 | 2024-01-10T23:55:15.298Z | Running `/work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-13bdd5eb152d7c3f/build-script-build` |
2655 | 2024-01-10T23:55:15.439Z | Compiling memoffset v0.7.1 |
2656 | 2024-01-10T23:55:15.443Z | Running `/home/build/.rustup/toolchains/1.74.1-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=90d0c2331e6d1154 -C extra-filename=-90d0c2331e6d1154 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-90d0c2331e6d1154 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings` |
2657 | 2024-01-10T23:55:15.630Z | Compiling unicase v2.7.0 |
2658 | 2024-01-10T23:55:15.653Z | Running `/home/build/.rustup/toolchains/1.74.1-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=b5361546712bf869 -C extra-filename=-b5361546712bf869 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-b5361546712bf869 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings` |
2659 | 2024-01-10T23:55:15.657Z | Compiling typed-path v0.7.0 |
2660 | 2024-01-10T23:55:15.679Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typed-path-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=37a37c96914ce752 -C extra-filename=-37a37c96914ce752 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2661 | 2024-01-10T23:55:16.097Z | Compiling arrayvec v0.5.2 |
2662 | 2024-01-10T23:55:16.111Z | Running `/home/build/.rustup/toolchains/1.74.1-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=852fb6b6c9bfb2fa -C extra-filename=-852fb6b6c9bfb2fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2663 | 2024-01-10T23:55:16.215Z | Running `/work/oxidecomputer/omicron/target/debug/build/unicase-b5361546712bf869/build-script-build` |
2664 | 2024-01-10T23:55:16.508Z | Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-90d0c2331e6d1154/build-script-build` |
2665 | 2024-01-10T23:55:16.788Z | Compiling curve25519-dalek v4.1.1 |
2666 | 2024-01-10T23:55:16.802Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.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=94f90a0253739d5f -C extra-filename=-94f90a0253739d5f --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-94f90a0253739d5f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern platforms=/work/oxidecomputer/omicron/target/debug/deps/libplatforms-5b59cb338043d9cb.rlib --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-865507f69706fdc6.rlib --cap-lints allow -D warnings` |
2667 | 2024-01-10T23:55:16.961Z | Compiling vte v0.10.1 |
2668 | 2024-01-10T23:55:16.974Z | Running `/home/build/.rustup/toolchains/1.74.1-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=a70d8f52db7c2b94 -C extra-filename=-a70d8f52db7c2b94 --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-852fb6b6c9bfb2fa.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-23480799e7d77cab.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-fa025ddce7394ad1.so --cap-lints allow -D warnings` |
2669 | 2024-01-10T23:55:17.504Z | Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-36dcd653ce19d05a/build-script-build` |
2670 | 2024-01-10T23:55:17.756Z | Compiling steno v0.4.0 |
2671 | 2024-01-10T23:55:17.760Z | Running `/home/build/.rustup/toolchains/1.74.1-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=fcf112f4a78309bf -C extra-filename=-fcf112f4a78309bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-70594a4c8724edd8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta --cap-lints allow -D warnings` |
2672 | 2024-01-10T23:55:18.434Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a7946f556a0f1d1f -C extra-filename=-a7946f556a0f1d1f --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-1f7886dfc3672577.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ac441130852d3970.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
2673 | 2024-01-10T23:55:19.237Z | Compiling tough v0.16.0 |
2674 | 2024-01-10T23:55:19.251Z | Running `/home/build/.rustup/toolchains/1.74.1-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=ed1b803b166cf2d1 -C extra-filename=-ed1b803b166cf2d1 --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-c6dfad0a1f2aeabc.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fdf79af5d0119df4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-369954cc625f5aa3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-a9c0df279d978a5b.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-364859c804c52d02.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-cf77d6e99175a327.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-464c3b73e7236c93.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-81acbc8328d15ad1.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-37a37c96914ce752.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-018c813ad0174d69.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64` |
2675 | 2024-01-10T23:55:21.132Z | Compiling fd-lock v3.0.13 |
2676 | 2024-01-10T23:55:21.136Z | Running `/home/build/.rustup/toolchains/1.74.1-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=9a4d78f4dd0c774c -C extra-filename=-9a4d78f4dd0c774c --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-6efcfb0956144885.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-68dc6b33675a572e.rmeta --cap-lints allow -D warnings` |
2677 | 2024-01-10T23:55:21.433Z | Compiling strip-ansi-escapes v0.1.1 |
2678 | 2024-01-10T23:55:21.464Z | Running `/home/build/.rustup/toolchains/1.74.1-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=75fad58b39bd674c -C extra-filename=-75fad58b39bd674c --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-a70d8f52db7c2b94.rmeta --cap-lints allow -D warnings` |
2679 | 2024-01-10T23:55:21.465Z | Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-94f90a0253739d5f/build-script-build` |
2680 | 2024-01-10T23:55:21.620Z | Running `/home/build/.rustup/toolchains/1.74.1-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=8589795a66c6a8b6 -C extra-filename=-8589795a66c6a8b6 --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` |
2681 | 2024-01-10T23:55:21.636Z | Running `/home/build/.rustup/toolchains/1.74.1-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=0e102328a0a1d9d3 -C extra-filename=-0e102328a0a1d9d3 --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` |
2682 | 2024-01-10T23:55:21.764Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2683 | 2024-01-10T23:55:21.769Z | Running `/home/build/.rustup/toolchains/1.74.1-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=035c4308c99ffdbb -C extra-filename=-035c4308c99ffdbb --out-dir /work/oxidecomputer/omicron/target/debug/build/mg-admin-client-035c4308c99ffdbb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-1ed87735fe004111.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-5570879bf9f52317.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64` |
2684 | 2024-01-10T23:55:22.326Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2685 | 2024-01-10T23:55:22.330Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cb755aad460432b6 -C extra-filename=-cb755aad460432b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-c20047da96e19d74.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-db1d008d5ede8ee0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2ac1b83f4a8d280c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8535b81478884286.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
2686 | 2024-01-10T23:55:28.046Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2687 | 2024-01-10T23:55:28.050Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=29acd8e4f57e23fd -C extra-filename=-29acd8e4f57e23fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-793a9d0e17bea403.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5244c7d96d5c4255.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
2688 | 2024-01-10T23:55:31.278Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2689 | 2024-01-10T23:55:31.290Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="testing"' -C metadata=a61e88df37f7f39f -C extra-filename=-a61e88df37f7f39f --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-2ef3d8409111332a.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a8345670e85a19ae.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
2690 | 2024-01-10T23:55:31.645Z | Running `/home/build/.rustup/toolchains/1.74.1-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=82a037dcaf00db01 -C extra-filename=-82a037dcaf00db01 --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-88da6cc752eb5faf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ac441130852d3970.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
2691 | 2024-01-10T23:55:31.763Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2692 | 2024-01-10T23:55:31.779Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4d836f5c32bab99c -C extra-filename=-4d836f5c32bab99c --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-0e8324c5fbd673ce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
2693 | 2024-01-10T23:55:35.050Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2694 | 2024-01-10T23:55:35.055Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=56b921464271f105 -C extra-filename=-56b921464271f105 --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-2ef3d8409111332a.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a61e88df37f7f39f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
2695 | 2024-01-10T23:55:36.307Z | Compiling crossterm v0.26.1 |
2696 | 2024-01-10T23:55:36.430Z | Running `/home/build/.rustup/toolchains/1.74.1-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=e374de9aabde01b1 -C extra-filename=-e374de9aabde01b1 --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-8861c4fe0bf9ac1d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-db9c338b076acc72.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-aee7eb93d952742f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a7c8c56f1e9fd121.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-0cee8f234e4adae3.rmeta --cap-lints allow -D warnings` |
2697 | 2024-01-10T23:55:38.180Z | Compiling crossbeam-deque v0.8.3 |
2698 | 2024-01-10T23:55:38.185Z | Running `/home/build/.rustup/toolchains/1.74.1-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=16d1f389a1cfe257 -C extra-filename=-16d1f389a1cfe257 --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-6efcfb0956144885.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings` |
2699 | 2024-01-10T23:55:38.407Z | Compiling universal-hash v0.5.1 |
2700 | 2024-01-10T23:55:38.473Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1c5a9adc6f6418c9 -C extra-filename=-1c5a9adc6f6418c9 --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-bc9d6b1a6c03ad4b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings` |
2701 | 2024-01-10T23:55:38.688Z | Compiling thiserror-impl-no-std v2.0.2 |
2702 | 2024-01-10T23:55:38.725Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=06a9c28d4b62cec2 -C extra-filename=-06a9c28d4b62cec2 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings` |
2703 | 2024-01-10T23:55:38.765Z | Compiling curve25519-dalek-derive v0.1.0 |
2704 | 2024-01-10T23:55:38.765Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-derive-0.1.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=171f338dedda6f25 -C extra-filename=-171f338dedda6f25 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings` |
2705 | 2024-01-10T23:55:39.589Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2706 | 2024-01-10T23:55:39.601Z | Running `/home/build/.rustup/toolchains/1.74.1-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=3738544f39015edd -C extra-filename=-3738544f39015edd --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-3738544f39015edd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings` |
2707 | 2024-01-10T23:55:40.169Z | Compiling rayon-core v1.12.0 |
2708 | 2024-01-10T23:55:40.194Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.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=382a30302ea49031 -C extra-filename=-382a30302ea49031 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-382a30302ea49031 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2709 | 2024-01-10T23:55:40.721Z | Compiling opaque-debug v0.3.0 |
2710 | 2024-01-10T23:55:40.725Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dabfecc51b8658ae -C extra-filename=-dabfecc51b8658ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2711 | 2024-01-10T23:55:40.865Z | Compiling signature v1.6.4 |
2712 | 2024-01-10T23:55:40.868Z | Running `/home/build/.rustup/toolchains/1.74.1-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=68274637701a506d -C extra-filename=-68274637701a506d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2713 | 2024-01-10T23:55:40.930Z | Compiling nu-ansi-term v0.49.0 |
2714 | 2024-01-10T23:55:40.956Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.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=7b035ea1035ca2f0 -C extra-filename=-7b035ea1035ca2f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2715 | 2024-01-10T23:55:41.101Z | Compiling salty v0.2.0 |
2716 | 2024-01-10T23:55:41.109Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.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=fc97587430feb76f -C extra-filename=-fc97587430feb76f --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-fc97587430feb76f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2717 | 2024-01-10T23:55:41.533Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.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=d03e221c1d06c419 -C extra-filename=-d03e221c1d06c419 --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-6efcfb0956144885.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-161a8fd22ed990c1.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-171f338dedda6f25.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-098a84d07964159a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-595de3a4e24d6123.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --cap-lints allow -D warnings --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'` |
2718 | 2024-01-10T23:55:42.072Z | Running `/work/oxidecomputer/omicron/target/debug/build/salty-fc97587430feb76f/build-script-build` |
2719 | 2024-01-10T23:55:42.120Z | Compiling reedline v0.22.0 |
2720 | 2024-01-10T23:55:42.133Z | Running `/home/build/.rustup/toolchains/1.74.1-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=04d093c7b409b9e1 -C extra-filename=-04d093c7b409b9e1 --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-1f7886dfc3672577.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e374de9aabde01b1.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-9a4d78f4dd0c774c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-7b035ea1035ca2f0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-75fad58b39bd674c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-a42bd8afcc69c082.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3db9a7183557834f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings` |
2721 | 2024-01-10T23:55:42.141Z | Compiling ed25519 v1.5.3 |
2722 | 2024-01-10T23:55:42.145Z | Running `/home/build/.rustup/toolchains/1.74.1-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=f055a26e6c4af7ec -C extra-filename=-f055a26e6c4af7ec --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-68274637701a506d.rmeta --cap-lints allow -D warnings` |
2723 | 2024-01-10T23:55:42.646Z | Compiling poly1305 v0.8.0 |
2724 | 2024-01-10T23:55:42.649Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=2f851431d105b2c7 -C extra-filename=-2f851431d105b2c7 --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-161a8fd22ed990c1.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-dabfecc51b8658ae.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-1c5a9adc6f6418c9.rmeta --cap-lints allow -D warnings` |
2725 | 2024-01-10T23:55:44.662Z | Compiling thiserror-no-std v2.0.2 |
2726 | 2024-01-10T23:55:44.699Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e14725cd8197114a -C extra-filename=-e14725cd8197114a --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-06a9c28d4b62cec2.so --cap-lints allow -D warnings` |
2727 | 2024-01-10T23:55:44.813Z | Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-382a30302ea49031/build-script-build` |
2728 | 2024-01-10T23:55:44.892Z | Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-3738544f39015edd/build-script-build` |
2729 | 2024-01-10T23:55:44.949Z | Compiling mime_guess v2.0.4 |
2730 | 2024-01-10T23:55:44.952Z | Running `/home/build/.rustup/toolchains/1.74.1-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=b193a917dec71cf9 -C extra-filename=-b193a917dec71cf9 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-b193a917dec71cf9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-0e102328a0a1d9d3.rlib --cap-lints allow -D warnings` |
2731 | 2024-01-10T23:55:45.516Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2732 | 2024-01-10T23:55:45.520Z | Running `/home/build/.rustup/toolchains/1.74.1-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=32a8d939afbff164 -C extra-filename=-32a8d939afbff164 --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-8861c4fe0bf9ac1d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-8589795a66c6a8b6.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-5b69abb51cddee7d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --cap-lints allow -D warnings` |
2733 | 2024-01-10T23:55:46.470Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2734 | 2024-01-10T23:55:46.878Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=782717c4a314dbe3 -C extra-filename=-782717c4a314dbe3 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-782717c4a314dbe3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-afc30e330ff2bb4b.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
2735 | 2024-01-10T23:55:47.072Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2736 | 2024-01-10T23:55:47.077Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=12c5e538a3addf2c -C extra-filename=-12c5e538a3addf2c --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-4ff908e223b9ba35.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-3d7308d675906fc6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-93b428b3b632602f.rmeta --cap-lints allow -D warnings` |
2737 | 2024-01-10T23:55:47.269Z | Compiling chacha20 v0.9.1 |
2738 | 2024-01-10T23:55:47.303Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' -C metadata=473d44ea6db44537 -C extra-filename=-473d44ea6db44537 --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-6efcfb0956144885.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-464c14e3646e4b42.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-161a8fd22ed990c1.rmeta --cap-lints allow -D warnings` |
2739 | 2024-01-10T23:55:47.548Z | Compiling serde-big-array v0.5.1 |
2740 | 2024-01-10T23:55:47.552Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b8c488d42d9881c6 -C extra-filename=-b8c488d42d9881c6 --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-4e52e6aedc303fe4.rmeta --cap-lints allow -D warnings` |
2741 | 2024-01-10T23:55:47.912Z | Compiling aead v0.5.2 |
2742 | 2024-01-10T23:55:47.917Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=c493a992f7baba5e -C extra-filename=-c493a992f7baba5e --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-bc9d6b1a6c03ad4b.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-293859237790d0c2.rmeta --cap-lints allow -D warnings` |
2743 | 2024-01-10T23:55:48.026Z | Compiling kstat-rs v0.2.3 |
2744 | 2024-01-10T23:55:48.083Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kstat-rs-0.2.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=24746cc2e0695558 -C extra-filename=-24746cc2e0695558 --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-d26aefcc4de11e53.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --cap-lints allow -D warnings` |
2745 | 2024-01-10T23:55:48.433Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2746 | 2024-01-10T23:55:48.437Z | Running `/home/build/.rustup/toolchains/1.74.1-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=eab953c2e747fee1 -C extra-filename=-eab953c2e747fee1 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings` |
2747 | 2024-01-10T23:55:49.205Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2748 | 2024-01-10T23:55:49.209Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f1294c5c104b66b7 -C extra-filename=-f1294c5c104b66b7 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings` |
2749 | 2024-01-10T23:55:50.277Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2750 | 2024-01-10T23:55:50.312Z | Running `/home/build/.rustup/toolchains/1.74.1-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=74dd3921076b600a -C extra-filename=-74dd3921076b600a --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-eab953c2e747fee1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --cap-lints allow -D warnings` |
2751 | 2024-01-10T23:55:50.454Z | Running `/work/oxidecomputer/omicron/target/debug/build/mg-admin-client-035c4308c99ffdbb/build-script-build` |
2752 | 2024-01-10T23:55:50.763Z | Compiling chacha20poly1305 v0.10.1 |
2753 | 2024-01-10T23:55:50.773Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2754 | 2024-01-10T23:55:50.773Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=1576e190f351d2d0 -C extra-filename=-1576e190f351d2d0 --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-c493a992f7baba5e.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-473d44ea6db44537.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-464c14e3646e4b42.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-2f851431d105b2c7.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --cap-lints allow -D warnings` |
2755 | 2024-01-10T23:55:50.788Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' -C metadata=ce3ee4a697e2f601 -C extra-filename=-ce3ee4a697e2f601 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-f1294c5c104b66b7.so --cap-lints allow -D warnings` |
2756 | 2024-01-10T23:55:50.998Z | Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-b193a917dec71cf9/build-script-build` |
2757 | 2024-01-10T23:55:51.024Z | Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-782717c4a314dbe3/build-script-build` |
2758 | 2024-01-10T23:55:51.098Z | Compiling vsss-rs v3.3.2 |
2759 | 2024-01-10T23:55:51.114Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4e29700f4020e47d -C extra-filename=-4e29700f4020e47d --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-16d1f389a1cfe257.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings` |
2760 | 2024-01-10T23:55:51.114Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vsss-rs-3.3.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=28425d6dc6b405aa -C extra-filename=-28425d6dc6b405aa --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-d03e221c1d06c419.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-6b1c2940db0b2fdc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-07b056034bd98ac0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-595de3a4e24d6123.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-e14725cd8197114a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --cap-lints allow -D warnings` |
2761 | 2024-01-10T23:55:51.121Z | Running `/home/build/.rustup/toolchains/1.74.1-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=de5bb40e293cd965 -C extra-filename=-de5bb40e293cd965 --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-f055a26e6c4af7ec.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --cap-lints allow -D warnings --cfg tweetnacl` |
2762 | 2024-01-10T23:55:52.395Z | Running `/home/build/.rustup/toolchains/1.74.1-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=aa04ec678f9f5df5 -C extra-filename=-aa04ec678f9f5df5 --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-2ef3d8409111332a.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4062b93f57887b97.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-ff88d5c2e7048037.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-9ed4926c85986559.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-07cf9d199c5c31e6.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-ac6e649b210698f7.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-32a8d939afbff164.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-b8c488d42d9881c6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8389728073b7de3f.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-01252e02912316a3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-12c5e538a3addf2c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-adfe90cf71db4dee.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-47055d131dc991f3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
2763 | 2024-01-10T23:55:53.401Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2764 | 2024-01-10T23:55:53.406Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=38996f3bed29b617 -C extra-filename=-38996f3bed29b617 --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-1f7886dfc3672577.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-964eeca237d80e98.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
2765 | 2024-01-10T23:55:54.141Z | Compiling signal-hook-tokio v0.3.1 |
2766 | 2024-01-10T23:55:54.147Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' -C metadata=8577de76b417294a -C extra-filename=-8577de76b417294a --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-df288950ad332dec.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a7c8c56f1e9fd121.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --cap-lints allow -D warnings` |
2767 | 2024-01-10T23:55:54.431Z | Compiling serde-big-array v0.4.1 |
2768 | 2024-01-10T23:55:54.438Z | Running `/home/build/.rustup/toolchains/1.74.1-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=3a1a919fee250363 -C extra-filename=-3a1a919fee250363 --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-4e52e6aedc303fe4.rmeta --cap-lints allow -D warnings` |
2769 | 2024-01-10T23:55:54.677Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2770 | 2024-01-10T23:55:54.681Z | Running `/home/build/.rustup/toolchains/1.74.1-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=4e947af1c77493d9 -C extra-filename=-4e947af1c77493d9 --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-5c89d35aa6685bfa.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-74dd3921076b600a.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-de5bb40e293cd965.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-3a1a919fee250363.rmeta --cap-lints allow -D warnings` |
2771 | 2024-01-10T23:55:54.866Z | Compiling rayon v1.8.0 |
2772 | 2024-01-10T23:55:54.870Z | Running `/home/build/.rustup/toolchains/1.74.1-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=cec177c6f58aa418 -C extra-filename=-cec177c6f58aa418 --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-88da6cc752eb5faf.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-4e29700f4020e47d.rmeta --cap-lints allow -D warnings` |
2773 | 2024-01-10T23:55:55.777Z | Running `/home/build/.rustup/toolchains/1.74.1-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=cd66ff657cb29e11 -C extra-filename=-cd66ff657cb29e11 --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-6a7bea3b3edc87ca.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-0e102328a0a1d9d3.rmeta --cap-lints allow -D warnings` |
2774 | 2024-01-10T23:55:56.490Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2775 | 2024-01-10T23:55:56.496Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2f70fbf9ff1f3227 -C extra-filename=-2f70fbf9ff1f3227 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-6a4dc32a556df69a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a1b24fa01d0bc49d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-db2f4c546ccb2ecf.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-56b921464271f105.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-fcf112f4a78309bf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
2776 | 2024-01-10T23:55:56.766Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2777 | 2024-01-10T23:55:56.800Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=84f8bd394768deac -C extra-filename=-84f8bd394768deac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-aa04ec678f9f5df5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-fe082c5cad9f5e18.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a7c8c56f1e9fd121.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8577de76b417294a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ce3ee4a697e2f601.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c8ada11ec9ffe401.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-2aab747d2bcd6df8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
2778 | 2024-01-10T23:55:57.473Z | Running `/home/build/.rustup/toolchains/1.74.1-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=9c04cc372c502230 -C extra-filename=-9c04cc372c502230 --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-88da6cc752eb5faf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ac441130852d3970.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
2779 | 2024-01-10T23:55:59.263Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2780 | 2024-01-10T23:55:59.296Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -C metadata=7518a8b0a3a705f5 -C extra-filename=-7518a8b0a3a705f5 --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-6efcfb0956144885.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-24746cc2e0695558.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
2781 | 2024-01-10T23:56:01.125Z | Compiling corncobs v0.1.3 |
2782 | 2024-01-10T23:56:01.149Z | Running `/home/build/.rustup/toolchains/1.74.1-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=a5f02f7056344f34 -C extra-filename=-a5f02f7056344f34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2783 | 2024-01-10T23:56:01.617Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2784 | 2024-01-10T23:56:01.622Z | Running `/home/build/.rustup/toolchains/1.74.1-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=7a9befa41a54467f -C extra-filename=-7a9befa41a54467f --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-a5f02f7056344f34.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-74dd3921076b600a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-de5bb40e293cd965.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-4e947af1c77493d9.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-2f59d5358814a968.rmeta --cap-lints allow -D warnings` |
2785 | 2024-01-10T23:56:02.399Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=68290783cf0bd163 -C extra-filename=-68290783cf0bd163 --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-ffeea92cc230d805.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1576e190f351d2d0.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-f435cf2a40a9e015.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-99f0cc142149875c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1959fc6623356475.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-793a9d0e17bea403.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-28425d6dc6b405aa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
2786 | 2024-01-10T23:56:02.644Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
2787 | 2024-01-10T23:56:02.650Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/e71b10d/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=afa3d26cdaac59c9 -C extra-filename=-afa3d26cdaac59c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-84ecd44a98e3688b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64` |
2788 | 2024-01-10T23:56:03.419Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2789 | 2024-01-10T23:56:03.463Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/1e25649/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=6fee41c8b91e3b2b -C extra-filename=-6fee41c8b91e3b2b --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-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-2aab747d2bcd6df8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64` |
2790 | 2024-01-10T23:56:05.221Z | Compiling diff v0.1.13 |
2791 | 2024-01-10T23:56:05.228Z | Running `/home/build/.rustup/toolchains/1.74.1-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=5ba3fbbf1ae2423e -C extra-filename=-5ba3fbbf1ae2423e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2792 | 2024-01-10T23:56:06.726Z | Compiling bytecount v0.6.3 |
2793 | 2024-01-10T23:56:06.730Z | Running `/home/build/.rustup/toolchains/1.74.1-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=1f95f3084ef75bb6 -C extra-filename=-1f95f3084ef75bb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2794 | 2024-01-10T23:56:06.730Z | Compiling papergrid v0.10.0 |
2795 | 2024-01-10T23:56:06.730Z | Running `/home/build/.rustup/toolchains/1.74.1-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=49e1b680e4bb46be -C extra-filename=-49e1b680e4bb46be --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-1f95f3084ef75bb6.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings` |
2796 | 2024-01-10T23:56:08.710Z | Compiling tabled_derive v0.6.0 |
2797 | 2024-01-10T23:56:08.714Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled_derive-0.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=af5155f7df91650a -C extra-filename=-af5155f7df91650a --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-22616ea412428ac4.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-4aee7789a7204eaf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings` |
2798 | 2024-01-10T23:56:10.535Z | Compiling sqlparser_derive v0.1.1 |
2799 | 2024-01-10T23:56:10.948Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser_derive-0.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=7fbd89cdd67de2aa -C extra-filename=-7fbd89cdd67de2aa --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings` |
2800 | 2024-01-10T23:56:10.948Z | Compiling nix v0.26.4 |
2801 | 2024-01-10T23:56:10.948Z | Running `/home/build/.rustup/toolchains/1.74.1-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=33b3a38be1b8557c -C extra-filename=-33b3a38be1b8557c --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-8861c4fe0bf9ac1d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings` |
2802 | 2024-01-10T23:56:12.702Z | Compiling unicode_categories v0.1.1 |
2803 | 2024-01-10T23:56:12.713Z | Running `/home/build/.rustup/toolchains/1.74.1-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=e0252d069718e29c -C extra-filename=-e0252d069718e29c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2804 | 2024-01-10T23:56:13.230Z | Compiling tabled v0.14.0 |
2805 | 2024-01-10T23:56:13.248Z | Running `/home/build/.rustup/toolchains/1.74.1-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=60fcd491cdfb06e7 -C extra-filename=-60fcd491cdfb06e7 --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-49e1b680e4bb46be.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-af5155f7df91650a.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings` |
2806 | 2024-01-10T23:56:13.253Z | Compiling sqlformat v0.2.3 |
2807 | 2024-01-10T23:56:13.261Z | Running `/home/build/.rustup/toolchains/1.74.1-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=1a42679c4f9c9d0c -C extra-filename=-1a42679c4f9c9d0c --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-41c284b060b44704.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-24dc8bd775458b21.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-e0252d069718e29c.rmeta --cap-lints allow -D warnings` |
2808 | 2024-01-10T23:56:19.591Z | Compiling sqlparser v0.36.1 |
2809 | 2024-01-10T23:56:19.846Z | Running `/home/build/.rustup/toolchains/1.74.1-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=850ca1c0f4a95772 -C extra-filename=-850ca1c0f4a95772 --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-a8da004f5204fad5.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-7fbd89cdd67de2aa.so --cap-lints allow -D warnings` |
2810 | 2024-01-10T23:56:20.056Z | Compiling rustyline v12.0.0 |
2811 | 2024-01-10T23:56:20.057Z | Running `/home/build/.rustup/toolchains/1.74.1-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=a0fb8dc96035df9d -C extra-filename=-a0fb8dc96035df9d --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-78cc1cceeaaa6abb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-9a4d78f4dd0c774c.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-814cad4654b5349a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-33b3a38be1b8557c.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-a8d026b080a5f1c0.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3db9a7183557834f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-23480799e7d77cab.rmeta --cap-lints allow -D warnings` |
2812 | 2024-01-10T23:56:20.058Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2813 | 2024-01-10T23:56:20.130Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=22e3fe43ce0ed30d -C extra-filename=-22e3fe43ce0ed30d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-84f8bd394768deac.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-7a9befa41a54467f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
2814 | 2024-01-10T23:56:20.131Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2815 | 2024-01-10T23:56:20.131Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/1e25649/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=04ded236ba34a3ef -C extra-filename=-04ded236ba34a3ef --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-287f0e3b3f6c4f0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --cap-lints allow -D warnings` |
2816 | 2024-01-10T23:56:20.131Z | Compiling bcs v0.1.6 |
2817 | 2024-01-10T23:56:20.131Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ce9256967bce078e -C extra-filename=-ce9256967bce078e --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-4e52e6aedc303fe4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --cap-lints allow -D warnings` |
2818 | 2024-01-10T23:56:20.217Z | Compiling highway v1.1.0 |
2819 | 2024-01-10T23:56:20.243Z | Running `/home/build/.rustup/toolchains/1.74.1-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=a460a3da56e42aa6 -C extra-filename=-a460a3da56e42aa6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2820 | 2024-01-10T23:56:21.496Z | Compiling prettyplease v0.2.16 |
2821 | 2024-01-10T23:56:21.511Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.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 -C metadata=902a41679263d555 -C extra-filename=-902a41679263d555 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-902a41679263d555 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2822 | 2024-01-10T23:56:22.071Z | Compiling http-range v0.1.5 |
2823 | 2024-01-10T23:56:22.075Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1f91b72b02bed1c7 -C extra-filename=-1f91b72b02bed1c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2824 | 2024-01-10T23:56:22.302Z | Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-902a41679263d555/build-script-build` |
2825 | 2024-01-10T23:56:22.306Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2826 | 2024-01-10T23:56:22.307Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/1e25649/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=355f1d17ef20e35a -C extra-filename=-355f1d17ef20e35a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-fed362899b4e2bd7.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-04ded236ba34a3ef.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-bb41e00dfbe79c9f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-2aab747d2bcd6df8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64` |
2827 | 2024-01-10T23:56:22.624Z | Compiling hyper-staticfile v0.9.5 |
2828 | 2024-01-10T23:56:22.628Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.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=54b5166303fa3c79 -C extra-filename=-54b5166303fa3c79 --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-cae882ec07323c8e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-1f91b72b02bed1c7.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-17048ad0d39f59d3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --cap-lints allow -D warnings` |
2829 | 2024-01-10T23:56:22.982Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2830 | 2024-01-10T23:56:22.987Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a09e7a016353112a -C extra-filename=-a09e7a016353112a --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-aaa19c355036061d.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1e6848bdbd9674f1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-db2f4c546ccb2ecf.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ab236b88a8321ed8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
2831 | 2024-01-10T23:56:24.693Z | Compiling assert_matches v1.5.0 |
2832 | 2024-01-10T23:56:24.694Z | Running `/home/build/.rustup/toolchains/1.74.1-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=237e8556096248b4 -C extra-filename=-237e8556096248b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2833 | 2024-01-10T23:56:24.694Z | Compiling humantime v2.1.0 |
2834 | 2024-01-10T23:56:24.694Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=553bdda45eb6aba6 -C extra-filename=-553bdda45eb6aba6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2835 | 2024-01-10T23:56:24.695Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e806ee555340808f -C extra-filename=-e806ee555340808f --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-71ee4d0da25619ef.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rmeta --cap-lints allow -D warnings` |
2836 | 2024-01-10T23:56:24.695Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2837 | 2024-01-10T23:56:24.695Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=98fcc5b2f4664d1d -C extra-filename=-98fcc5b2f4664d1d --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-1f7886dfc3672577.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
2838 | 2024-01-10T23:56:24.998Z | Compiling crunchy v0.2.2 |
2839 | 2024-01-10T23:56:25.010Z | Running `/home/build/.rustup/toolchains/1.74.1-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=276708032ba2aa8e -C extra-filename=-276708032ba2aa8e --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-276708032ba2aa8e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2840 | 2024-01-10T23:56:25.902Z | Compiling portable-atomic v1.4.3 |
2841 | 2024-01-10T23:56:25.906Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.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=b10aa26e1864131f -C extra-filename=-b10aa26e1864131f --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-b10aa26e1864131f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2842 | 2024-01-10T23:56:27.633Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2843 | 2024-01-10T23:56:27.637Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=96361fea5ee75b08 -C extra-filename=-96361fea5ee75b08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-ce9256967bce078e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-a460a3da56e42aa6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f6ee6e443fb470ec.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-04d093c7b409b9e1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-a0fb8dc96035df9d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-1a42679c4f9c9d0c.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-850ca1c0f4a95772.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-60fcd491cdfb06e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-adfe90cf71db4dee.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
2844 | 2024-01-10T23:56:27.687Z | Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-b10aa26e1864131f/build-script-build` |
2845 | 2024-01-10T23:56:27.729Z | Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-276708032ba2aa8e/build-script-build` |
2846 | 2024-01-10T23:56:27.768Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2847 | 2024-01-10T23:56:27.772Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7b4f062afb9893cc -C extra-filename=-7b4f062afb9893cc --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-725362fa7d2136c7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-84f8bd394768deac.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-22e3fe43ce0ed30d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
2848 | 2024-01-10T23:56:27.807Z | Compiling clang-sys v1.6.1 |
2849 | 2024-01-10T23:56:27.812Z | Running `/home/build/.rustup/toolchains/1.74.1-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=409f2ba701aff8c6 -C extra-filename=-409f2ba701aff8c6 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-409f2ba701aff8c6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --cap-lints allow -D warnings` |
2850 | 2024-01-10T23:56:28.886Z | Compiling fs-err v2.11.0 |
2851 | 2024-01-10T23:56:28.897Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d03364d7a6a5341a -C extra-filename=-d03364d7a6a5341a --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-d03364d7a6a5341a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings` |
2852 | 2024-01-10T23:56:29.109Z | Compiling tiny-keccak v2.0.2 |
2853 | 2024-01-10T23:56:29.120Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=3ea3e7c285d4b3be -C extra-filename=-3ea3e7c285d4b3be --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-3ea3e7c285d4b3be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2854 | 2024-01-10T23:56:29.530Z | Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-d03364d7a6a5341a/build-script-build` |
2855 | 2024-01-10T23:56:29.671Z | Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-409f2ba701aff8c6/build-script-build` |
2856 | 2024-01-10T23:56:29.706Z | Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-3ea3e7c285d4b3be/build-script-build` |
2857 | 2024-01-10T23:56:29.733Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.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=26b4efbb12889e47 -C extra-filename=-26b4efbb12889e47 --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` |
2858 | 2024-01-10T23:56:29.760Z | Running `/home/build/.rustup/toolchains/1.74.1-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=dc581852091c8239 -C extra-filename=-dc581852091c8239 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2859 | 2024-01-10T23:56:29.917Z | Compiling darling_core v0.14.4 |
2860 | 2024-01-10T23:56:29.921Z | Running `/home/build/.rustup/toolchains/1.74.1-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=41574f4f772e646b -C extra-filename=-41574f4f772e646b --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-6cf1b0ed1ebc9dce.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-8299fe9430dc73f9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-9615ee8240108c1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rmeta --cap-lints allow -D warnings` |
2861 | 2024-01-10T23:56:31.004Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2862 | 2024-01-10T23:56:31.014Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ebb57e97c6f84cfd -C extra-filename=-ebb57e97c6f84cfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-68290783cf0bd163.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4d836f5c32bab99c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5ada492474534254.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-afa3d26cdaac59c9.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82a037dcaf00db01.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-04e2a7d748cde519.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a7946f556a0f1d1f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-54b5166303fa3c79.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29acd8e4f57e23fd.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a8345670e85a19ae.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2ac1b83f4a8d280c.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9c04cc372c502230.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-964eeca237d80e98.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-50b51c25e742966f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7518a8b0a3a705f5.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-38996f3bed29b617.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6fee41c8b91e3b2b.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-355f1d17ef20e35a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8026a25d8b10785a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6b9e2c0ef51b9eb6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-56b921464271f105.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a61e88df37f7f39f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8535b81478884286.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-adfe90cf71db4dee.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-c15f7112dc112ba5.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
2863 | 2024-01-10T23:56:31.964Z | Compiling number_prefix v0.4.0 |
2864 | 2024-01-10T23:56:31.969Z | Running `/home/build/.rustup/toolchains/1.74.1-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=d6555b50a0192add -C extra-filename=-d6555b50a0192add --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2865 | 2024-01-10T23:56:32.286Z | Compiling indicatif v0.17.7 |
2866 | 2024-01-10T23:56:32.290Z | Running `/home/build/.rustup/toolchains/1.74.1-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=dcb60a92f524fcaf -C extra-filename=-dcb60a92f524fcaf --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-0c7113380fcb4386.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-d6555b50a0192add.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-26b4efbb12889e47.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings` |
2867 | 2024-01-10T23:56:35.926Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=e26093762467b69f -C extra-filename=-e26093762467b69f --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-dc581852091c8239.rmeta --cap-lints allow -D warnings` |
2868 | 2024-01-10T23:56:37.035Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f7f269a573d7ce7a -C extra-filename=-f7f269a573d7ce7a --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` |
2869 | 2024-01-10T23:56:37.940Z | Compiling ascii-canvas v3.0.0 |
2870 | 2024-01-10T23:56:37.944Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c47ced9f0e7d93e0 -C extra-filename=-c47ced9f0e7d93e0 --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-6a9714dafe5130d1.rmeta --cap-lints allow -D warnings` |
2871 | 2024-01-10T23:56:38.821Z | Compiling ena v0.14.2 |
2872 | 2024-01-10T23:56:38.825Z | Running `/home/build/.rustup/toolchains/1.74.1-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=e919ddcae1e97f38 -C extra-filename=-e919ddcae1e97f38 --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-a8da004f5204fad5.rmeta --cap-lints allow -D warnings` |
2873 | 2024-01-10T23:56:39.050Z | Compiling libloading v0.7.4 |
2874 | 2024-01-10T23:56:39.055Z | Running `/home/build/.rustup/toolchains/1.74.1-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=63bac09e9f2644e0 -C extra-filename=-63bac09e9f2644e0 --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-6efcfb0956144885.rmeta --cap-lints allow -D warnings` |
2875 | 2024-01-10T23:56:39.510Z | Compiling regex-syntax v0.6.29 |
2876 | 2024-01-10T23:56:39.521Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=3c4bae917f8cf355 -C extra-filename=-3c4bae917f8cf355 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2877 | 2024-01-10T23:56:39.586Z | Compiling ref-cast v1.0.20 |
2878 | 2024-01-10T23:56:39.592Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.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=821b2ffc3e6d43e9 -C extra-filename=-821b2ffc3e6d43e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-821b2ffc3e6d43e9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2879 | 2024-01-10T23:56:40.007Z | Compiling darling_macro v0.14.4 |
2880 | 2024-01-10T23:56:40.012Z | Running `/home/build/.rustup/toolchains/1.74.1-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=046db699290b2100 -C extra-filename=-046db699290b2100 --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-41574f4f772e646b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings` |
2881 | 2024-01-10T23:56:40.416Z | Compiling bindgen v0.65.1 |
2882 | 2024-01-10T23:56:40.425Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.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=551da9e7f0cc4585 -C extra-filename=-551da9e7f0cc4585 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-551da9e7f0cc4585 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2883 | 2024-01-10T23:56:40.461Z | Compiling parse-size v1.0.0 |
2884 | 2024-01-10T23:56:40.482Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-size-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8e24ec9991093909 -C extra-filename=-8e24ec9991093909 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2885 | 2024-01-10T23:56:40.852Z | Compiling maplit v1.0.2 |
2886 | 2024-01-10T23:56:40.870Z | Running `/home/build/.rustup/toolchains/1.74.1-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=83ebfaaf8e08f401 -C extra-filename=-83ebfaaf8e08f401 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2887 | 2024-01-10T23:56:41.010Z | Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-821b2ffc3e6d43e9/build-script-build` |
2888 | 2024-01-10T23:56:41.152Z | Running `/home/build/.rustup/toolchains/1.74.1-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=6bcd66cfe095307e -C extra-filename=-6bcd66cfe095307e --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-219023a8387da708.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-63bac09e9f2644e0.rmeta --cap-lints allow -D warnings` |
2889 | 2024-01-10T23:56:41.601Z | Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-551da9e7f0cc4585/build-script-build` |
2890 | 2024-01-10T23:56:41.644Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2891 | 2024-01-10T23:56:41.669Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f1e608b0a129121e -C extra-filename=-f1e608b0a129121e --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-0e8324c5fbd673ce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
2892 | 2024-01-10T23:56:42.031Z | Compiling darling v0.14.4 |
2893 | 2024-01-10T23:56:42.037Z | Running `/home/build/.rustup/toolchains/1.74.1-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=d34eee12f5336b03 -C extra-filename=-d34eee12f5336b03 --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-41574f4f772e646b.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-046db699290b2100.so --cap-lints allow -D warnings` |
2894 | 2024-01-10T23:56:42.213Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2895 | 2024-01-10T23:56:42.217Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=818b2c4097da9a55 -C extra-filename=-818b2c4097da9a55 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-818b2c4097da9a55 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-afc30e330ff2bb4b.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
2896 | 2024-01-10T23:56:42.750Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2897 | 2024-01-10T23:56:43.169Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ac158a2b25169010 -C extra-filename=-ac158a2b25169010 --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-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0b697697215187f4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
2898 | 2024-01-10T23:56:44.556Z | Compiling cexpr v0.6.0 |
2899 | 2024-01-10T23:56:44.556Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e2953340f9db8097 -C extra-filename=-e2953340f9db8097 --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-24dc8bd775458b21.rmeta --cap-lints allow -D warnings` |
2900 | 2024-01-10T23:56:45.582Z | Compiling lalrpop v0.19.12 |
2901 | 2024-01-10T23:56:45.586Z | Running `/home/build/.rustup/toolchains/1.74.1-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=8afdf9050b616547 -C extra-filename=-8afdf9050b616547 --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-c47ced9f0e7d93e0.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1273314ddbc76afe.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-5ba3fbbf1ae2423e.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-e919ddcae1e97f38.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-884335afa75d44a8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-5f0c5f1a0483f4f9.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-70594a4c8724edd8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-3c4bae917f8cf355.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-01252e02912316a3.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6a9714dafe5130d1.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-e26093762467b69f.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-bcfe243e41aa4734.rmeta --cap-lints allow -D warnings` |
2902 | 2024-01-10T23:56:47.454Z | Compiling ref-cast-impl v1.0.20 |
2903 | 2024-01-10T23:56:47.475Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-impl-1.0.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=0620e6f75c815219 -C extra-filename=-0620e6f75c815219 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro --cap-lints allow -D warnings` |
2904 | 2024-01-10T23:56:48.533Z | Compiling which v4.4.0 |
2905 | 2024-01-10T23:56:48.537Z | Running `/home/build/.rustup/toolchains/1.74.1-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=356e1fe5f8c649df -C extra-filename=-356e1fe5f8c649df --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-88da6cc752eb5faf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings` |
2906 | 2024-01-10T23:56:48.645Z | Compiling rustc-hash v1.1.0 |
2907 | 2024-01-10T23:56:48.654Z | Running `/home/build/.rustup/toolchains/1.74.1-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=7b7bac8460bb1330 -C extra-filename=-7b7bac8460bb1330 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2908 | 2024-01-10T23:56:48.869Z | Compiling peeking_take_while v0.1.2 |
2909 | 2024-01-10T23:56:48.874Z | Running `/home/build/.rustup/toolchains/1.74.1-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=c3d1425bfda4ae47 -C extra-filename=-c3d1425bfda4ae47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2910 | 2024-01-10T23:56:49.068Z | Compiling lazycell v1.3.0 |
2911 | 2024-01-10T23:56:49.071Z | Running `/home/build/.rustup/toolchains/1.74.1-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=8779f586eb159602 -C extra-filename=-8779f586eb159602 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2912 | 2024-01-10T23:56:49.327Z | Compiling shlex v1.1.0 |
2913 | 2024-01-10T23:56:49.330Z | Running `/home/build/.rustup/toolchains/1.74.1-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=81148a4ce92371cd -C extra-filename=-81148a4ce92371cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2914 | 2024-01-10T23:56:49.532Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-818b2c4097da9a55/build-script-build` |
2915 | 2024-01-10T23:56:49.551Z | Running `/home/build/.rustup/toolchains/1.74.1-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=df5a9912b5f5e6b7 -C extra-filename=-df5a9912b5f5e6b7 --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-8861c4fe0bf9ac1d.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-e2953340f9db8097.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-6bcd66cfe095307e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-8779f586eb159602.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern peeking_take_while=/work/oxidecomputer/omicron/target/debug/deps/libpeeking_take_while-c3d1425bfda4ae47.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e806ee555340808f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-7b7bac8460bb1330.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-81148a4ce92371cd.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-356e1fe5f8c649df.rmeta --cap-lints allow -D warnings` |
2916 | 2024-01-10T23:56:49.592Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.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=df3be6fbde8a7cc9 -C extra-filename=-df3be6fbde8a7cc9 --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-0620e6f75c815219.so --cap-lints allow -D warnings` |
2917 | 2024-01-10T23:56:49.761Z | Compiling derive_builder_core v0.12.0 |
2918 | 2024-01-10T23:56:49.765Z | Running `/home/build/.rustup/toolchains/1.74.1-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=7dba1b7c17941c2b -C extra-filename=-7dba1b7c17941c2b --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-d34eee12f5336b03.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rmeta --cap-lints allow -D warnings` |
2919 | 2024-01-10T23:56:49.791Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2920 | 2024-01-10T23:56:49.795Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2921 | 2024-01-10T23:56:49.816Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fd5f01974fddbb7d -C extra-filename=-fd5f01974fddbb7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-be6980d79858a36d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-07cf9d199c5c31e6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8e24ec9991093909.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-f4314a6301ca2450.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ed1b803b166cf2d1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-47055d131dc991f3.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
2922 | 2024-01-10T23:56:49.817Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=be0dacc3821e882d -C extra-filename=-be0dacc3821e882d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5244c7d96d5c4255.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
2923 | 2024-01-10T23:56:50.421Z | Compiling libxml v0.3.3 |
2924 | 2024-01-10T23:56:50.453Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=11de4411db6ff758 -C extra-filename=-11de4411db6ff758 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-11de4411db6ff758 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d5e8df27f8d820e4.rlib --cap-lints allow -D warnings` |
2925 | 2024-01-10T23:56:51.114Z | Running `/work/oxidecomputer/omicron/target/debug/build/libxml-11de4411db6ff758/build-script-build` |
2926 | 2024-01-10T23:56:51.171Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2927 | 2024-01-10T23:56:51.179Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=caaa6613b92b55ab -C extra-filename=-caaa6613b92b55ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-964eeca237d80e98.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f70fbf9ff1f3227.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98fcc5b2f4664d1d.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-96361fea5ee75b08.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
2928 | 2024-01-10T23:56:53.732Z | Compiling strum_macros v0.24.3 |
2929 | 2024-01-10T23:56:53.766Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=63355744010351b0 -C extra-filename=-63355744010351b0 --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-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-aa4a5c579286af9a.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings` |
2930 | 2024-01-10T23:56:54.214Z | Compiling derive_builder_macro v0.12.0 |
2931 | 2024-01-10T23:56:54.214Z | Running `/home/build/.rustup/toolchains/1.74.1-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=b0841bb1e771ea34 -C extra-filename=-b0841bb1e771ea34 --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-7dba1b7c17941c2b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings` |
2932 | 2024-01-10T23:56:55.684Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2933 | 2024-01-10T23:56:55.688Z | Running `/home/build/.rustup/toolchains/1.74.1-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=bfa9a024476342ec -C extra-filename=-bfa9a024476342ec --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-bfa9a024476342ec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings` |
2934 | 2024-01-10T23:56:56.256Z | Compiling cookie v0.18.0 |
2935 | 2024-01-10T23:56:56.260Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.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=0b1b277098cc37eb -C extra-filename=-0b1b277098cc37eb --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-0b1b277098cc37eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings` |
2936 | 2024-01-10T23:56:56.863Z | Compiling indoc v1.0.9 |
2937 | 2024-01-10T23:56:56.898Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=63b7117dbf8d1e97 -C extra-filename=-63b7117dbf8d1e97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings` |
2938 | 2024-01-10T23:56:58.684Z | Running `/work/oxidecomputer/omicron/target/debug/build/cookie-0b1b277098cc37eb/build-script-build` |
2939 | 2024-01-10T23:56:58.782Z | Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-bfa9a024476342ec/build-script-build` |
2940 | 2024-01-10T23:56:58.885Z | Compiling derive_builder v0.12.0 |
2941 | 2024-01-10T23:56:58.890Z | Running `/home/build/.rustup/toolchains/1.74.1-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=514c4a70345695a5 -C extra-filename=-514c4a70345695a5 --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-b0841bb1e771ea34.so --cap-lints allow -D warnings` |
2942 | 2024-01-10T23:56:59.133Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3bfca88c61a02e15 -C extra-filename=-3bfca88c61a02e15 --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-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l xml2` |
2943 | 2024-01-10T23:57:00.302Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=de584eae1179cc7e -C extra-filename=-de584eae1179cc7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ac158a2b25169010.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4e7cf574ab08229e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2ac1b83f4a8d280c.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f1e608b0a129121e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f70fbf9ff1f3227.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a09e7a016353112a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a1b24fa01d0bc49d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8026a25d8b10785a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-56b921464271f105.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-fcf112f4a78309bf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
2944 | 2024-01-10T23:57:03.145Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2945 | 2024-01-10T23:57:03.186Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=91deccb398fd176b -C extra-filename=-91deccb398fd176b --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-91deccb398fd176b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-afc30e330ff2bb4b.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
2946 | 2024-01-10T23:57:04.127Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2947 | 2024-01-10T23:57:04.208Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6868d63918ed9717 -C extra-filename=-6868d63918ed9717 --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-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0b697697215187f4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
2948 | 2024-01-10T23:57:04.214Z | Compiling bb8 v0.8.1 |
2949 | 2024-01-10T23:57:04.215Z | Running `/home/build/.rustup/toolchains/1.74.1-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=053a26277fdb012b -C extra-filename=-053a26277fdb012b --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-2ef3d8409111332a.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-cae882ec07323c8e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-aee7eb93d952742f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --cap-lints allow -D warnings` |
2950 | 2024-01-10T23:57:07.445Z | Compiling quick-xml v0.23.1 |
2951 | 2024-01-10T23:57:07.680Z | Running `/home/build/.rustup/toolchains/1.74.1-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=0b3428c06bd4090d -C extra-filename=-0b3428c06bd4090d --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-19c64e24300af82f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --cap-lints allow -D warnings` |
2952 | 2024-01-10T23:57:07.680Z | Compiling oso-derive v0.27.0 |
2953 | 2024-01-10T23:57:07.680Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-derive-0.27.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=b5ea570b0b9e08c6 -C extra-filename=-b5ea570b0b9e08c6 --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-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings` |
2954 | 2024-01-10T23:57:07.680Z | Compiling impl-trait-for-tuples v0.2.2 |
2955 | 2024-01-10T23:57:07.680Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=21c026713829e9b8 -C extra-filename=-21c026713829e9b8 --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-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-dcbbb9b7f306ce44.rlib --extern proc_macro --cap-lints allow -D warnings` |
2956 | 2024-01-10T23:57:07.681Z | Compiling is_ci v1.1.1 |
2957 | 2024-01-10T23:57:07.681Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_ci-1.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=f51f43a5767b927b -C extra-filename=-f51f43a5767b927b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2958 | 2024-01-10T23:57:07.681Z | Compiling smawk v0.3.1 |
2959 | 2024-01-10T23:57:07.681Z | Running `/home/build/.rustup/toolchains/1.74.1-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=114b268f418e4796 -C extra-filename=-114b268f418e4796 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2960 | 2024-01-10T23:57:09.411Z | Compiling unicode-linebreak v0.1.5 |
2961 | 2024-01-10T23:57:09.411Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dac2249bb67fad46 -C extra-filename=-dac2249bb67fad46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2962 | 2024-01-10T23:57:09.688Z | Compiling supports-color v2.1.0 |
2963 | 2024-01-10T23:57:09.688Z | Running `/home/build/.rustup/toolchains/1.74.1-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=749e7aa96ef7acc7 -C extra-filename=-749e7aa96ef7acc7 --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-884335afa75d44a8.rmeta --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-f51f43a5767b927b.rmeta --cap-lints allow -D warnings` |
2964 | 2024-01-10T23:57:09.689Z | Compiling textwrap v0.16.0 |
2965 | 2024-01-10T23:57:09.690Z | Running `/home/build/.rustup/toolchains/1.74.1-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=a9fe9f90ca417355 -C extra-filename=-a9fe9f90ca417355 --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-114b268f418e4796.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-dac2249bb67fad46.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings` |
2966 | 2024-01-10T23:57:09.690Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2967 | 2024-01-10T23:57:09.690Z | Running `/home/build/.rustup/toolchains/1.74.1-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=a4ba6833457049cd -C extra-filename=-a4ba6833457049cd --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-2ef3d8409111332a.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-053a26277fdb012b.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4e7cf574ab08229e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64` |
2968 | 2024-01-10T23:57:09.917Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-91deccb398fd176b/build-script-build` |
2969 | 2024-01-10T23:57:09.917Z | Running `/home/build/.rustup/toolchains/1.74.1-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=d41be4383008a506 -C extra-filename=-d41be4383008a506 --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-4e7cf574ab08229e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-adfe90cf71db4dee.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64` |
2970 | 2024-01-10T23:57:10.284Z | Running `/home/build/.rustup/toolchains/1.74.1-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=1a39e916f42b29e0 -C extra-filename=-1a39e916f42b29e0 --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-669ce683fdc86f01.rmeta --cap-lints allow -D warnings` |
2971 | 2024-01-10T23:57:10.489Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2972 | 2024-01-10T23:57:10.571Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=23207e30c250a5ac -C extra-filename=-23207e30c250a5ac --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-1f7886dfc3672577.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29acd8e4f57e23fd.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5244c7d96d5c4255.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-be0dacc3821e882d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
2973 | 2024-01-10T23:57:12.078Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2974 | 2024-01-10T23:57:12.082Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bb55998112e46465 -C extra-filename=-bb55998112e46465 --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-2ef3d8409111332a.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f70fbf9ff1f3227.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
2975 | 2024-01-10T23:57:12.701Z | Compiling crossterm v0.27.0 |
2976 | 2024-01-10T23:57:12.723Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="windows"' -C metadata=69c293f7f4c5cb41 -C extra-filename=-69c293f7f4c5cb41 --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-78cc1cceeaaa6abb.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-db9c338b076acc72.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-aee7eb93d952742f.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a7c8c56f1e9fd121.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-0cee8f234e4adae3.rmeta --cap-lints allow -D warnings` |
2977 | 2024-01-10T23:57:18.170Z | Compiling indoc v2.0.3 |
2978 | 2024-01-10T23:57:18.174Z | Running `/home/build/.rustup/toolchains/1.74.1-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=da4a49defead9c2a -C extra-filename=-da4a49defead9c2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings` |
2979 | 2024-01-10T23:57:20.105Z | Compiling cassowary v0.3.0 |
2980 | 2024-01-10T23:57:20.109Z | Running `/home/build/.rustup/toolchains/1.74.1-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=62d3458e82eb5912 -C extra-filename=-62d3458e82eb5912 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2981 | 2024-01-10T23:57:22.305Z | Compiling ratatui v0.23.0 |
2982 | 2024-01-10T23:57:22.328Z | Running `/home/build/.rustup/toolchains/1.74.1-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=82806b58381731ad -C extra-filename=-82806b58381731ad --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-78cc1cceeaaa6abb.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-62d3458e82eb5912.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-69c293f7f4c5cb41.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-da4a49defead9c2a.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-89a889cf9a6c2547.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3db9a7183557834f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings` |
2983 | 2024-01-10T23:57:26.784Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2984 | 2024-01-10T23:57:26.790Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=979d53cd387b3bb4 -C extra-filename=-979d53cd387b3bb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f70fbf9ff1f3227.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-56b921464271f105.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
2985 | 2024-01-10T23:57:31.454Z | Compiling rtoolbox v0.0.1 |
2986 | 2024-01-10T23:57:31.459Z | Running `/home/build/.rustup/toolchains/1.74.1-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=b8dbe2a3d15abc37 -C extra-filename=-b8dbe2a3d15abc37 --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-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings` |
2987 | 2024-01-10T23:57:32.098Z | Compiling rpassword v7.3.1 |
2988 | 2024-01-10T23:57:32.103Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=70ab01582b18a2fd -C extra-filename=-70ab01582b18a2fd --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-d26aefcc4de11e53.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-b8dbe2a3d15abc37.rmeta --cap-lints allow -D warnings` |
2989 | 2024-01-10T23:57:32.123Z | Compiling tui-tree-widget v0.13.0 |
2990 | 2024-01-10T23:57:32.128Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.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=db499ff19a8ac6ad -C extra-filename=-db499ff19a8ac6ad --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-82806b58381731ad.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings` |
2991 | 2024-01-10T23:57:32.560Z | Compiling yansi v0.5.1 |
2992 | 2024-01-10T23:57:32.565Z | Running `/home/build/.rustup/toolchains/1.74.1-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=ea7e7c397c8cc657 -C extra-filename=-ea7e7c397c8cc657 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2993 | 2024-01-10T23:57:33.148Z | Compiling shell-words v1.1.0 |
2994 | 2024-01-10T23:57:33.172Z | Running `/home/build/.rustup/toolchains/1.74.1-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=42243f9dff0c01c7 -C extra-filename=-42243f9dff0c01c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2995 | 2024-01-10T23:57:33.176Z | Compiling pretty_assertions v1.4.0 |
2996 | 2024-01-10T23:57:33.177Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty_assertions-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=49915d2a1e363f07 -C extra-filename=-49915d2a1e363f07 --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-5ba3fbbf1ae2423e.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-ea7e7c397c8cc657.rmeta --cap-lints allow -D warnings` |
2997 | 2024-01-10T23:57:33.657Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2998 | 2024-01-10T23:57:33.694Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=78ca98d3b0e28087 -C extra-filename=-78ca98d3b0e28087 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-78ca98d3b0e28087 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-afc30e330ff2bb4b.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
2999 | 2024-01-10T23:57:33.739Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3000 | 2024-01-10T23:57:33.744Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5048baae9cba3d87 -C extra-filename=-5048baae9cba3d87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-be6980d79858a36d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-f435cf2a40a9e015.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-69c293f7f4c5cb41.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f6ee6e443fb470ec.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-dcb60a92f524fcaf.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a1b24fa01d0bc49d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-82806b58381731ad.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-70ab01582b18a2fd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-749e7aa96ef7acc7.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-81acbc8328d15ad1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-940b69ec621c5943.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-db499ff19a8ac6ad.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5244c7d96d5c4255.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-be0dacc3821e882d.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-23207e30c250a5ac.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3001 | 2024-01-10T23:57:34.215Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-78ca98d3b0e28087/build-script-build` |
3002 | 2024-01-10T23:57:34.258Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
3003 | 2024-01-10T23:57:34.263Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/e71b10d/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=1adb49e965ce840f -C extra-filename=-1adb49e965ce840f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-84ecd44a98e3688b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64` |
3004 | 2024-01-10T23:57:35.793Z | Compiling fatfs v0.3.6 |
3005 | 2024-01-10T23:57:35.802Z | Running `/home/build/.rustup/toolchains/1.74.1-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=f682511d400815c1 -C extra-filename=-f682511d400815c1 --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-8861c4fe0bf9ac1d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --cap-lints allow -D warnings` |
3006 | 2024-01-10T23:57:36.107Z | Compiling target-lexicon v0.12.12 |
3007 | 2024-01-10T23:57:36.149Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.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=58441bb8d71fd0c2 -C extra-filename=-58441bb8d71fd0c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-58441bb8d71fd0c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3008 | 2024-01-10T23:57:38.207Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-58441bb8d71fd0c2/build-script-build` |
3009 | 2024-01-10T23:57:38.212Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3010 | 2024-01-10T23:57:38.213Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9c8e1be95b7cfd2b -C extra-filename=-9c8e1be95b7cfd2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-0c7113380fcb4386.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd5f01974fddbb7d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3011 | 2024-01-10T23:57:38.428Z | Compiling guppy-workspace-hack v0.1.0 |
3012 | 2024-01-10T23:57:38.434Z | Running `/home/build/.rustup/toolchains/1.74.1-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=01fb90101b4967fb -C extra-filename=-01fb90101b4967fb --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-01fb90101b4967fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3013 | 2024-01-10T23:57:38.970Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.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=9650606a6b096b6a -C extra-filename=-9650606a6b096b6a --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"'` |
3014 | 2024-01-10T23:57:38.996Z | Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-01fb90101b4967fb/build-script-build` |
3015 | 2024-01-10T23:57:39.037Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3016 | 2024-01-10T23:57:39.045Z | Running `/home/build/.rustup/toolchains/1.74.1-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=a302cae4e86560f7 -C extra-filename=-a302cae4e86560f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29acd8e4f57e23fd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3017 | 2024-01-10T23:57:40.207Z | Compiling rand v0.4.6 |
3018 | 2024-01-10T23:57:40.221Z | Running `/home/build/.rustup/toolchains/1.74.1-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=6feb69aa793286f1 -C extra-filename=-6feb69aa793286f1 --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-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings` |
3019 | 2024-01-10T23:57:41.328Z | Compiling plotters-backend v0.3.5 |
3020 | 2024-01-10T23:57:41.359Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e462c2a67ec472b3 -C extra-filename=-e462c2a67ec472b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3021 | 2024-01-10T23:57:42.243Z | Compiling target-spec v3.0.1 |
3022 | 2024-01-10T23:57:42.248Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.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=a061793d02d3ccdb -C extra-filename=-a061793d02d3ccdb --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-a061793d02d3ccdb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3023 | 2024-01-10T23:57:43.189Z | Compiling remove_dir_all v0.5.3 |
3024 | 2024-01-10T23:57:43.208Z | Running `/home/build/.rustup/toolchains/1.74.1-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=661434d0dc50455e -C extra-filename=-661434d0dc50455e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3025 | 2024-01-10T23:57:43.341Z | Compiling tempdir v0.3.7 |
3026 | 2024-01-10T23:57:43.345Z | Running `/home/build/.rustup/toolchains/1.74.1-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=85ddbdbdd9a7b6f1 -C extra-filename=-85ddbdbdd9a7b6f1 --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-6feb69aa793286f1.rmeta --extern remove_dir_all=/work/oxidecomputer/omicron/target/debug/deps/libremove_dir_all-661434d0dc50455e.rmeta --cap-lints allow -D warnings` |
3027 | 2024-01-10T23:57:44.008Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-a061793d02d3ccdb/build-script-build` |
3028 | 2024-01-10T23:57:44.048Z | Compiling plotters-svg v0.3.5 |
3029 | 2024-01-10T23:57:44.052Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0f7ec5feb44a5134 -C extra-filename=-0f7ec5feb44a5134 --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-e462c2a67ec472b3.rmeta --cap-lints allow -D warnings` |
3030 | 2024-01-10T23:57:44.718Z | Compiling cfg-expr v0.15.5 |
3031 | 2024-01-10T23:57:44.725Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.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=1d24bd8863dd03f6 -C extra-filename=-1d24bd8863dd03f6 --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-b9214902439ca54b.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-9650606a6b096b6a.rmeta --cap-lints allow -D warnings` |
3032 | 2024-01-10T23:57:45.007Z | Running `/home/build/.rustup/toolchains/1.74.1-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=15002156b02673e3 -C extra-filename=-15002156b02673e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3033 | 2024-01-10T23:57:45.172Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3034 | 2024-01-10T23:57:45.179Z | Running `/home/build/.rustup/toolchains/1.74.1-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=a216a076fc5a4165 -C extra-filename=-a216a076fc5a4165 --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-29acd8e4f57e23fd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5244c7d96d5c4255.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3035 | 2024-01-10T23:57:47.062Z | Compiling assert_cmd v2.0.12 |
3036 | 2024-01-10T23:57:47.097Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.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=bc7c67ff4ee2f67e -C extra-filename=-bc7c67ff4ee2f67e --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-ae5ed257b591d4e2.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-ce6aeddc0b5d8d62.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-07fc207f0825dc23.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-9b09d7118d86b34c.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-7d111e89a58c4d20.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-a10b956f74bf4c45.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-6994f79223f2cbd5.rmeta --cap-lints allow -D warnings` |
3037 | 2024-01-10T23:57:49.295Z | Compiling cargo-platform v0.1.3 |
3038 | 2024-01-10T23:57:49.299Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.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=9192397c03d7b61c -C extra-filename=-9192397c03d7b61c --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-4e52e6aedc303fe4.rmeta --cap-lints allow -D warnings` |
3039 | 2024-01-10T23:57:50.227Z | Compiling cast v0.3.0 |
3040 | 2024-01-10T23:57:50.235Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2242429bf0d1ca7e -C extra-filename=-2242429bf0d1ca7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3041 | 2024-01-10T23:57:50.945Z | Compiling criterion-plot v0.5.0 |
3042 | 2024-01-10T23:57:50.952Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4c1e8b9104795524 -C extra-filename=-4c1e8b9104795524 --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-2242429bf0d1ca7e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rmeta --cap-lints allow -D warnings` |
3043 | 2024-01-10T23:57:52.563Z | Compiling cargo_metadata v0.18.1 |
3044 | 2024-01-10T23:57:52.572Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=93e2147fa25e7137 -C extra-filename=-93e2147fa25e7137 --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-725362fa7d2136c7.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-9192397c03d7b61c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8026a25d8b10785a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --cap-lints allow -D warnings` |
3045 | 2024-01-10T23:57:56.384Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.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=579ae90924db0ad3 -C extra-filename=-579ae90924db0ad3 --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-1d24bd8863dd03f6.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-15002156b02673e3.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-9650606a6b096b6a.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings` |
3046 | 2024-01-10T23:57:58.180Z | Compiling plotters v0.3.5 |
3047 | 2024-01-10T23:57:58.184Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' -C metadata=e92a635b62a210e4 -C extra-filename=-e92a635b62a210e4 --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-cc34ce3dd45ecec2.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-e462c2a67ec472b3.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-0f7ec5feb44a5134.rmeta --cap-lints allow -D warnings` |
3048 | 2024-01-10T23:57:59.142Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3049 | 2024-01-10T23:57:59.154Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a89630ce27adf584 -C extra-filename=-a89630ce27adf584 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8cfdc7077dd75e0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
3050 | 2024-01-10T23:58:02.478Z | Compiling pathdiff v0.2.1 |
3051 | 2024-01-10T23:58:02.483Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="camino"' -C metadata=7f44dfb34b016a59 -C extra-filename=-7f44dfb34b016a59 --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-725362fa7d2136c7.rmeta --cap-lints allow -D warnings` |
3052 | 2024-01-10T23:58:02.724Z | Compiling tinytemplate v1.2.1 |
3053 | 2024-01-10T23:58:02.728Z | Running `/home/build/.rustup/toolchains/1.74.1-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=238b1c1b054343b8 -C extra-filename=-238b1c1b054343b8 --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-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --cap-lints allow -D warnings` |
3054 | 2024-01-10T23:58:04.584Z | Compiling anes v0.1.6 |
3055 | 2024-01-10T23:58:04.605Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=4dc1630ea95817a2 -C extra-filename=-4dc1630ea95817a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3056 | 2024-01-10T23:58:05.434Z | Compiling oorandom v11.1.3 |
3057 | 2024-01-10T23:58:11.408Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e694ec5b9251c269 -C extra-filename=-e694ec5b9251c269 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3058 | 2024-01-10T23:58:11.408Z | Compiling nested v0.1.1 |
3059 | 2024-01-10T23:58:11.408Z | Running `/home/build/.rustup/toolchains/1.74.1-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=1f2a3b2e80653418 -C extra-filename=-1f2a3b2e80653418 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3060 | 2024-01-10T23:58:11.408Z | Compiling guppy v0.17.4 |
3061 | 2024-01-10T23:58:11.408Z | Running `/home/build/.rustup/toolchains/1.74.1-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=a59585a20737125d -C extra-filename=-a59585a20737125d --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-c7811a1e3c94d9e9.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-93e2147fa25e7137.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-df657a3bdf785ff2.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-15002156b02673e3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f6ee6e443fb470ec.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-1f2a3b2e80653418.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-7f44dfb34b016a59.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-70594a4c8724edd8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8026a25d8b10785a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-579ae90924db0ad3.rmeta --cap-lints allow -D warnings` |
3062 | 2024-01-10T23:58:15.444Z | Compiling criterion v0.5.1 |
3063 | 2024-01-10T23:58:15.451Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --cfg 'feature="tokio"' -C metadata=7d3d58bc20b923ff -C extra-filename=-7d3d58bc20b923ff --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-4dc1630ea95817a2.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-2242429bf0d1ca7e.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-f435cf2a40a9e015.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-4c1e8b9104795524.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-884335afa75d44a8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-e694ec5b9251c269.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-e92a635b62a210e4.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-50371f6172499d1b.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-238b1c1b054343b8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings` |
3064 | 2024-01-10T23:58:21.975Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3065 | 2024-01-10T23:58:22.421Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=076d2b5e4acf6117 -C extra-filename=-076d2b5e4acf6117 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-07cf9d199c5c31e6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-81acbc8328d15ad1.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ed1b803b166cf2d1.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd5f01974fddbb7d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3066 | 2024-01-10T23:58:25.418Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
3067 | 2024-01-10T23:58:25.434Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4bab5365b6718fc4 -C extra-filename=-4bab5365b6718fc4 --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-a60463b08676cf93.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
3068 | 2024-01-10T23:58:28.124Z | Compiling threadpool v1.8.1 |
3069 | 2024-01-10T23:58:28.128Z | Running `/home/build/.rustup/toolchains/1.74.1-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=d1e830ff1fe27396 -C extra-filename=-d1e830ff1fe27396 --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-b2be53810e5075d2.rmeta --cap-lints allow -D warnings` |
3070 | 2024-01-10T23:58:29.560Z | Compiling nanorand v0.7.0 |
3071 | 2024-01-10T23:58:29.564Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' -C metadata=be935b56a233f54b -C extra-filename=-be935b56a233f54b --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-0404c7768b906e03.rmeta --cap-lints allow -D warnings` |
3072 | 2024-01-10T23:58:30.523Z | Compiling flume v0.11.0 |
3073 | 2024-01-10T23:58:30.527Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' -C metadata=4b6702aa37163546 -C extra-filename=-4b6702aa37163546 --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-df288950ad332dec.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-be935b56a233f54b.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --cap-lints allow -D warnings` |
3074 | 2024-01-10T23:58:31.672Z | Compiling libtest-mimic v0.6.1 |
3075 | 2024-01-10T23:58:31.675Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-0.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=f9c902f1107aa7e5 -C extra-filename=-f9c902f1107aa7e5 --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-d38d5f51ab9eaeda.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2e558ad2340e05ad.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-d1e830ff1fe27396.rmeta --cap-lints allow -D warnings` |
3076 | 2024-01-10T23:58:35.055Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3077 | 2024-01-10T23:58:35.059Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a1abfa132f3228b7 -C extra-filename=-a1abfa132f3228b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-be6980d79858a36d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5ada492474534254.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82a037dcaf00db01.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-a216a076fc5a4165.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29acd8e4f57e23fd.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-fe082c5cad9f5e18.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a61e88df37f7f39f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd5f01974fddbb7d.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5244c7d96d5c4255.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3078 | 2024-01-10T23:58:37.920Z | Compiling rstest_macros v0.18.2 |
3079 | 2024-01-10T23:58:37.924Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.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=2b35b00fe0329582 -C extra-filename=-2b35b00fe0329582 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-2b35b00fe0329582 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-865507f69706fdc6.rlib --cap-lints allow -D warnings` |
3080 | 2024-01-10T23:58:38.553Z | Compiling datatest-stable v0.2.3 |
3081 | 2024-01-10T23:58:38.559Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datatest-stable-0.2.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=058e45a460b72d6d -C extra-filename=-058e45a460b72d6d --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-725362fa7d2136c7.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-f9c902f1107aa7e5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings` |
3082 | 2024-01-10T23:58:38.888Z | Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-2b35b00fe0329582/build-script-build` |
3083 | 2024-01-10T23:58:39.046Z | Compiling httptest v0.15.5 |
3084 | 2024-01-10T23:58:39.073Z | Running `/home/build/.rustup/toolchains/1.74.1-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=456fea97f03b5679 -C extra-filename=-456fea97f03b5679 --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-b8e8dc310f6d46a3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-32a85d5b9d9472a5.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-f43b5444f1071237.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ae6d5553a02081ed.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --cap-lints allow -D warnings` |
3085 | 2024-01-10T23:58:39.469Z | Compiling similar-asserts v1.5.0 |
3086 | 2024-01-10T23:58:39.473Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-asserts-1.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=b1165e23a197da7f -C extra-filename=-b1165e23a197da7f --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-0c7113380fcb4386.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4a7b84e25ebd2235.rmeta --cap-lints allow -D warnings` |
3087 | 2024-01-10T23:58:41.407Z | Compiling trybuild v1.0.88 |
3088 | 2024-01-10T23:58:41.412Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.88/build.rs --error-format=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=26c34508dfec4302 -C extra-filename=-26c34508dfec4302 --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-26c34508dfec4302 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3089 | 2024-01-10T23:58:42.184Z | Compiling relative-path v1.9.0 |
3090 | 2024-01-10T23:58:42.190Z | Running `/home/build/.rustup/toolchains/1.74.1-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=3a2ec034d746b546 -C extra-filename=-3a2ec034d746b546 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3091 | 2024-01-10T23:58:44.260Z | Compiling topological-sort v0.2.2 |
3092 | 2024-01-10T23:58:44.264Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2d8a79eafcf012fe -C extra-filename=-2d8a79eafcf012fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3093 | 2024-01-10T23:58:44.264Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.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=9c38cb86df4e3d56 -C extra-filename=-9c38cb86df4e3d56 --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-6efcfb0956144885.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-3a2ec034d746b546.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rlib --extern proc_macro --cap-lints allow -D warnings` |
3094 | 2024-01-10T23:58:48.947Z | Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-26c34508dfec4302/build-script-build` |
3095 | 2024-01-10T23:58:48.952Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3096 | 2024-01-10T23:58:48.952Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0652682b579aa61e -C extra-filename=-0652682b579aa61e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4d836f5c32bab99c.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-be6980d79858a36d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82a037dcaf00db01.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a7946f556a0f1d1f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4b6702aa37163546.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-07cf9d199c5c31e6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-a302cae4e86560f7.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29acd8e4f57e23fd.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a09e7a016353112a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a1b24fa01d0bc49d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-464c3b73e7236c93.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c8ada11ec9ffe401.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-81acbc8328d15ad1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ed1b803b166cf2d1.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8cfdc7077dd75e0.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd5f01974fddbb7d.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-076d2b5e4acf6117.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5244c7d96d5c4255.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-be0dacc3821e882d.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-23207e30c250a5ac.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3097 | 2024-01-10T23:58:50.405Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3098 | 2024-01-10T23:58:50.410Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5082eac0f6fe9d3a -C extra-filename=-5082eac0f6fe9d3a --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-5082eac0f6fe9d3a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-afc30e330ff2bb4b.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
3099 | 2024-01-10T23:58:50.965Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3100 | 2024-01-10T23:58:50.969Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=06eca593d6c01cf6 -C extra-filename=-06eca593d6c01cf6 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-06eca593d6c01cf6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-afc30e330ff2bb4b.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
3101 | 2024-01-10T23:58:51.534Z | Compiling basic-toml v0.1.8 |
3102 | 2024-01-10T23:58:51.537Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name basic_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-toml-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4adb5bc066c9a0d3 -C extra-filename=-4adb5bc066c9a0d3 --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-4e52e6aedc303fe4.rmeta --cap-lints allow -D warnings` |
3103 | 2024-01-10T23:58:54.944Z | Compiling constant_time_eq v0.2.6 |
3104 | 2024-01-10T23:58:54.949Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.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=5a566bdcef8f3648 -C extra-filename=-5a566bdcef8f3648 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3105 | 2024-01-10T23:58:55.224Z | Compiling futures-timer v3.0.2 |
3106 | 2024-01-10T23:58:55.240Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-timer-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=03c4018de16c3e74 -C extra-filename=-03c4018de16c3e74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3107 | 2024-01-10T23:58:56.631Z | Compiling crossbeam-queue v0.3.8 |
3108 | 2024-01-10T23:58:56.660Z | Running `/home/build/.rustup/toolchains/1.74.1-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=bd3cd4be0d1da9fa -C extra-filename=-bd3cd4be0d1da9fa --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-bd3cd4be0d1da9fa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3109 | 2024-01-10T23:58:57.536Z | Compiling arrayvec v0.7.4 |
3110 | 2024-01-10T23:58:57.553Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=310e9298594bc586 -C extra-filename=-310e9298594bc586 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3111 | 2024-01-10T23:58:58.235Z | Compiling arrayref v0.3.7 |
3112 | 2024-01-10T23:58:58.246Z | Running `/home/build/.rustup/toolchains/1.74.1-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=c82937e0539cd78a -C extra-filename=-c82937e0539cd78a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3113 | 2024-01-10T23:58:58.394Z | Compiling blake2b_simd v1.0.1 |
3114 | 2024-01-10T23:58:58.407Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2b_simd-1.0.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=33fc952068f258a4 -C extra-filename=-33fc952068f258a4 --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-c82937e0539cd78a.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-310e9298594bc586.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-5a566bdcef8f3648.rmeta --cap-lints allow -D warnings` |
3115 | 2024-01-10T23:59:03.015Z | Compiling rstest v0.18.2 |
3116 | 2024-01-10T23:59:03.313Z | Running `/home/build/.rustup/toolchains/1.74.1-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=ebb781db3624f5fe -C extra-filename=-ebb781db3624f5fe --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-c21ecd57664edbf3.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-03c4018de16c3e74.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-9c38cb86df4e3d56.so --cap-lints allow -D warnings` |
3117 | 2024-01-10T23:59:03.314Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-bd3cd4be0d1da9fa/build-script-build` |
3118 | 2024-01-10T23:59:03.314Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.88/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=df8b2b5909631461 -C extra-filename=-df8b2b5909631461 --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-4adb5bc066c9a0d3.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-50371f6172499d1b.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2e558ad2340e05ad.rmeta --cap-lints allow -D warnings` |
3119 | 2024-01-10T23:59:08.721Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-06eca593d6c01cf6/build-script-build` |
3120 | 2024-01-10T23:59:08.763Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-5082eac0f6fe9d3a/build-script-build` |
3121 | 2024-01-10T23:59:08.801Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3122 | 2024-01-10T23:59:08.805Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=89037f3833e954fe -C extra-filename=-89037f3833e954fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-dcb60a92f524fcaf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-1ed87735fe004111.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-70594a4c8724edd8.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8026a25d8b10785a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-2d8a79eafcf012fe.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3123 | 2024-01-10T23:59:13.150Z | Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3124 | 2024-01-10T23:59:13.154Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7c15aabcac10968d -C extra-filename=-7c15aabcac10968d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-f435cf2a40a9e015.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-69c293f7f4c5cb41.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-04d093c7b409b9e1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5048baae9cba3d87.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
3125 | 2024-01-10T23:59:16.004Z | Compiling partial-io v0.5.4 |
3126 | 2024-01-10T23:59:16.008Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=5858a8b8bafe0359 -C extra-filename=-5858a8b8bafe0359 --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-c21ecd57664edbf3.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-eb1e71e977cb5743.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c36720f9e8cb569a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --cap-lints allow -D warnings` |
3127 | 2024-01-10T23:59:16.775Z | Compiling approx v0.5.1 |
3128 | 2024-01-10T23:59:16.779Z | Running `/home/build/.rustup/toolchains/1.74.1-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=4f8b84f57001d30c -C extra-filename=-4f8b84f57001d30c --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-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings` |
3129 | 2024-01-10T23:59:17.185Z | Compiling hex-literal v0.4.1 |
3130 | 2024-01-10T23:59:17.189Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=085e4acea661f57d -C extra-filename=-085e4acea661f57d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3131 | 2024-01-10T23:59:17.421Z | Compiling constant_time_eq v0.3.0 |
3132 | 2024-01-10T23:59:17.442Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=488618ce28bbcd62 -C extra-filename=-488618ce28bbcd62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3133 | 2024-01-10T23:59:17.694Z | Compiling rust-argon2 v1.0.1 |
3134 | 2024-01-10T23:59:17.698Z | Running `/home/build/.rustup/toolchains/1.74.1-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=daa0a5d347d61269 -C extra-filename=-daa0a5d347d61269 --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-d970d59fde0d4eb8.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-33fc952068f258a4.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-488618ce28bbcd62.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings` |
3135 | 2024-01-10T23:59:17.732Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
3136 | 2024-01-10T23:59:17.736Z | Running `/home/build/.rustup/toolchains/1.74.1-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=3f822f735d7dea4a -C extra-filename=-3f822f735d7dea4a --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-3f822f735d7dea4a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-df5a9912b5f5e6b7.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d5e8df27f8d820e4.rlib --cap-lints allow -D warnings` |
3137 | 2024-01-10T23:59:19.240Z | Running `/home/build/.rustup/toolchains/1.74.1-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=59af466b54d38a09 -C extra-filename=-59af466b54d38a09 --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-6efcfb0956144885.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings` |
3138 | 2024-01-10T23:59:19.673Z | Compiling crossbeam v0.8.2 |
3139 | 2024-01-10T23:59:19.679Z | Running `/home/build/.rustup/toolchains/1.74.1-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=d47bdef88776902c -C extra-filename=-d47bdef88776902c --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-6efcfb0956144885.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-32a85d5b9d9472a5.rmeta --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-16d1f389a1cfe257.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rmeta --extern crossbeam_queue=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_queue-59af466b54d38a09.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings` |
3140 | 2024-01-10T23:59:19.841Z | Compiling termios v0.3.3 |
3141 | 2024-01-10T23:59:19.845Z | Running `/home/build/.rustup/toolchains/1.74.1-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=724932e2c0066b19 -C extra-filename=-724932e2c0066b19 --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-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings` |
3142 | 2024-01-10T23:59:20.208Z | Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3143 | 2024-01-10T23:59:20.261Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3a3e36114f60a7c0 -C extra-filename=-3a3e36114f60a7c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-724932e2c0066b19.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-2aab747d2bcd6df8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
3144 | 2024-01-10T23:59:21.386Z | Running `/work/oxidecomputer/omicron/target/debug/build/samael-3f822f735d7dea4a/build-script-bindings` |
3145 | 2024-01-10T23:59:23.017Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=fbab9dac7d810d82 -C extra-filename=-fbab9dac7d810d82 --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-6f86fa6fcf728419.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7d3d58bc20b923ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-daa0a5d347d61269.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-793a9d0e17bea403.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
3146 | 2024-01-10T23:59:24.841Z | Compiling omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
3147 | 2024-01-10T23:59:24.867Z | Running `/home/build/.rustup/toolchains/1.74.1-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=54e6126bf61e48fe -C extra-filename=-54e6126bf61e48fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern crossbeam=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam-d47bdef88776902c.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-89037f3833e954fe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-50371f6172499d1b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3148 | 2024-01-10T23:59:24.903Z | Running `/home/build/.rustup/toolchains/1.74.1-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=5b221f594b7792a5 -C extra-filename=-5b221f594b7792a5 --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-d970d59fde0d4eb8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-e5f44abe68a68320.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-514c4a70345695a5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-3bfca88c61a02e15.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-db2f4c546ccb2ecf.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-52fc005630b42931.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ab236b88a8321ed8.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-0b3428c06bd4090d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-464c3b73e7236c93.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.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` |
3149 | 2024-01-10T23:59:26.850Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=899d94925590a294 -C extra-filename=-899d94925590a294 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-be6980d79858a36d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5ada492474534254.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82a037dcaf00db01.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-085e4acea661f57d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-a1abfa132f3228b7.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-a216a076fc5a4165.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29acd8e4f57e23fd.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-fe082c5cad9f5e18.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-5858a8b8bafe0359.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c36720f9e8cb569a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a61e88df37f7f39f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-942493d6afb74a22.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c8ada11ec9ffe401.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd5f01974fddbb7d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5244c7d96d5c4255.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3150 | 2024-01-10T23:59:29.933Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=10cc2192079064bd -C extra-filename=-10cc2192079064bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-be6980d79858a36d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5ada492474534254.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82a037dcaf00db01.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-085e4acea661f57d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-a216a076fc5a4165.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29acd8e4f57e23fd.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-fe082c5cad9f5e18.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-5858a8b8bafe0359.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c36720f9e8cb569a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a61e88df37f7f39f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-942493d6afb74a22.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c8ada11ec9ffe401.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd5f01974fddbb7d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5244c7d96d5c4255.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3151 | 2024-01-10T23:59:33.959Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=cdaa1749295202f4 -C extra-filename=-cdaa1749295202f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-f435cf2a40a9e015.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-69c293f7f4c5cb41.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-04d093c7b409b9e1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5048baae9cba3d87.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-7c15aabcac10968d.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
3152 | 2024-01-10T23:59:35.276Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6210c16758e1d104 -C extra-filename=-6210c16758e1d104 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-f435cf2a40a9e015.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-69c293f7f4c5cb41.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-04d093c7b409b9e1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5048baae9cba3d87.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-7c15aabcac10968d.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
3153 | 2024-01-10T23:59:35.664Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0a1b51e934578c19 -C extra-filename=-0a1b51e934578c19 --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-4f8b84f57001d30c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-aa56a7303df8436e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0989bda420f52838.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-ebb781db3624f5fe.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-df8b2b5909631461.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3154 | 2024-01-10T23:59:36.796Z | Running `/home/build/.rustup/toolchains/1.74.1-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=b65753c2822f1cc7 -C extra-filename=-b65753c2822f1cc7 --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-4f8b84f57001d30c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-aa56a7303df8436e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0989bda420f52838.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-ebb781db3624f5fe.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-df8b2b5909631461.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3155 | 2024-01-10T23:59:38.143Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=beb59975b5e10a9d -C extra-filename=-beb59975b5e10a9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-dcb60a92f524fcaf.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-89037f3833e954fe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-1ed87735fe004111.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-70594a4c8724edd8.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8026a25d8b10785a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-2d8a79eafcf012fe.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3156 | 2024-01-10T23:59:38.235Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=be85db44ff22b702 -C extra-filename=-be85db44ff22b702 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4d836f5c32bab99c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-be6980d79858a36d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82a037dcaf00db01.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a7946f556a0f1d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4b6702aa37163546.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7b4f062afb9893cc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-07cf9d199c5c31e6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-a1abfa132f3228b7.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-a216a076fc5a4165.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-a302cae4e86560f7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29acd8e4f57e23fd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a09e7a016353112a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a1b24fa01d0bc49d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1acdbf8e4791723.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-464c3b73e7236c93.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c8ada11ec9ffe401.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-81acbc8328d15ad1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ed1b803b166cf2d1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8cfdc7077dd75e0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9c8e1be95b7cfd2b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd5f01974fddbb7d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-076d2b5e4acf6117.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5244c7d96d5c4255.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5048baae9cba3d87.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-be0dacc3821e882d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-23207e30c250a5ac.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3157 | 2024-01-10T23:59:41.828Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f9b5e05b895ce1d1 -C extra-filename=-f9b5e05b895ce1d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-dcb60a92f524fcaf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-1ed87735fe004111.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-70594a4c8724edd8.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8026a25d8b10785a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-2d8a79eafcf012fe.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3158 | 2024-01-10T23:59:42.675Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=70d5018f009fa892 -C extra-filename=-70d5018f009fa892 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-68290783cf0bd163.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4d836f5c32bab99c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5ada492474534254.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-afa3d26cdaac59c9.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82a037dcaf00db01.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-04e2a7d748cde519.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a7946f556a0f1d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-54b5166303fa3c79.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29acd8e4f57e23fd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a8345670e85a19ae.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2ac1b83f4a8d280c.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9c04cc372c502230.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-964eeca237d80e98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ebb57e97c6f84cfd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-50b51c25e742966f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7518a8b0a3a705f5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-38996f3bed29b617.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6fee41c8b91e3b2b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-355f1d17ef20e35a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8026a25d8b10785a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6b9e2c0ef51b9eb6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-56b921464271f105.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a61e88df37f7f39f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8535b81478884286.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-adfe90cf71db4dee.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-c15f7112dc112ba5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3159 | 2024-01-10T23:59:50.550Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1d82c0449ea5ac62 -C extra-filename=-1d82c0449ea5ac62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-68290783cf0bd163.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4d836f5c32bab99c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5ada492474534254.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-afa3d26cdaac59c9.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82a037dcaf00db01.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-04e2a7d748cde519.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a7946f556a0f1d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-a59585a20737125d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-54b5166303fa3c79.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29acd8e4f57e23fd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a8345670e85a19ae.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2ac1b83f4a8d280c.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9c04cc372c502230.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-964eeca237d80e98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ebb57e97c6f84cfd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1acdbf8e4791723.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-50b51c25e742966f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7518a8b0a3a705f5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-38996f3bed29b617.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6fee41c8b91e3b2b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-355f1d17ef20e35a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4d2811ced7180849.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8026a25d8b10785a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6b9e2c0ef51b9eb6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-56b921464271f105.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a61e88df37f7f39f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8535b81478884286.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c8ada11ec9ffe401.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-81acbc8328d15ad1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-adfe90cf71db4dee.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-c15f7112dc112ba5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3160 | 2024-01-10T23:59:50.557Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=67f02d9c4bbc5155 -C extra-filename=-67f02d9c4bbc5155 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-68290783cf0bd163.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4d836f5c32bab99c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5ada492474534254.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-afa3d26cdaac59c9.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82a037dcaf00db01.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-04e2a7d748cde519.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a7946f556a0f1d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-54b5166303fa3c79.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29acd8e4f57e23fd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a8345670e85a19ae.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2ac1b83f4a8d280c.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9c04cc372c502230.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-964eeca237d80e98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ebb57e97c6f84cfd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-50b51c25e742966f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7518a8b0a3a705f5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-38996f3bed29b617.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6fee41c8b91e3b2b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-355f1d17ef20e35a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8026a25d8b10785a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6b9e2c0ef51b9eb6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-56b921464271f105.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a61e88df37f7f39f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8535b81478884286.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-adfe90cf71db4dee.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-c15f7112dc112ba5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3161 | 2024-01-10T23:59:54.064Z | Running `/home/build/.rustup/toolchains/1.74.1-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=2132033511c4dddc -C extra-filename=-2132033511c4dddc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-68290783cf0bd163.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4d836f5c32bab99c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5ada492474534254.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-afa3d26cdaac59c9.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82a037dcaf00db01.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-04e2a7d748cde519.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a7946f556a0f1d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-54b5166303fa3c79.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29acd8e4f57e23fd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a8345670e85a19ae.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2ac1b83f4a8d280c.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9c04cc372c502230.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-964eeca237d80e98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ebb57e97c6f84cfd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-50b51c25e742966f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7518a8b0a3a705f5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-38996f3bed29b617.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6fee41c8b91e3b2b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-355f1d17ef20e35a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8026a25d8b10785a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6b9e2c0ef51b9eb6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-56b921464271f105.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a61e88df37f7f39f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8535b81478884286.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-adfe90cf71db4dee.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-c15f7112dc112ba5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3162 | 2024-01-11T00:00:00.952Z | Running `/home/build/.rustup/toolchains/1.74.1-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=4565c91c62868e46 -C extra-filename=-4565c91c62868e46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-68290783cf0bd163.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4d836f5c32bab99c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5ada492474534254.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-afa3d26cdaac59c9.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82a037dcaf00db01.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-04e2a7d748cde519.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a7946f556a0f1d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-a59585a20737125d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-54b5166303fa3c79.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29acd8e4f57e23fd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a8345670e85a19ae.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2ac1b83f4a8d280c.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9c04cc372c502230.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-964eeca237d80e98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ebb57e97c6f84cfd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1acdbf8e4791723.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-50b51c25e742966f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7518a8b0a3a705f5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-38996f3bed29b617.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6fee41c8b91e3b2b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-355f1d17ef20e35a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4d2811ced7180849.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8026a25d8b10785a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6b9e2c0ef51b9eb6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-56b921464271f105.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a61e88df37f7f39f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8535b81478884286.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c8ada11ec9ffe401.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-81acbc8328d15ad1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-adfe90cf71db4dee.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-c15f7112dc112ba5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3163 | 2024-01-11T00:00:04.825Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=27fa0cdff995968c -C extra-filename=-27fa0cdff995968c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-68290783cf0bd163.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4d836f5c32bab99c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5ada492474534254.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-afa3d26cdaac59c9.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82a037dcaf00db01.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-04e2a7d748cde519.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a7946f556a0f1d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-a59585a20737125d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-54b5166303fa3c79.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29acd8e4f57e23fd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a8345670e85a19ae.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2ac1b83f4a8d280c.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9c04cc372c502230.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-964eeca237d80e98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ebb57e97c6f84cfd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1acdbf8e4791723.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-50b51c25e742966f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7518a8b0a3a705f5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-38996f3bed29b617.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6fee41c8b91e3b2b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-355f1d17ef20e35a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4d2811ced7180849.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8026a25d8b10785a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6b9e2c0ef51b9eb6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-56b921464271f105.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a61e88df37f7f39f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8535b81478884286.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c8ada11ec9ffe401.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-81acbc8328d15ad1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-adfe90cf71db4dee.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-c15f7112dc112ba5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3164 | 2024-01-11T00:00:08.615Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5e98fec701e762a4 -C extra-filename=-5e98fec701e762a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7b4f062afb9893cc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f70fbf9ff1f3227.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ebb57e97c6f84cfd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-56b921464271f105.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3165 | 2024-01-11T00:00:17.170Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3f39d9e14781ed74 -C extra-filename=-3f39d9e14781ed74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-68290783cf0bd163.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4d836f5c32bab99c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5ada492474534254.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-afa3d26cdaac59c9.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82a037dcaf00db01.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-04e2a7d748cde519.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a7946f556a0f1d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-a59585a20737125d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-54b5166303fa3c79.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29acd8e4f57e23fd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a8345670e85a19ae.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2ac1b83f4a8d280c.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9c04cc372c502230.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-964eeca237d80e98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ebb57e97c6f84cfd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1acdbf8e4791723.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-50b51c25e742966f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7518a8b0a3a705f5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-38996f3bed29b617.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6fee41c8b91e3b2b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-355f1d17ef20e35a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4d2811ced7180849.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8026a25d8b10785a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6b9e2c0ef51b9eb6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-56b921464271f105.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a61e88df37f7f39f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8535b81478884286.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c8ada11ec9ffe401.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-81acbc8328d15ad1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-adfe90cf71db4dee.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-c15f7112dc112ba5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3166 | 2024-01-11T00:00:19.219Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7bb90b8a32c6172d -C extra-filename=-7bb90b8a32c6172d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4d836f5c32bab99c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-be6980d79858a36d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82a037dcaf00db01.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a7946f556a0f1d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4b6702aa37163546.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-07cf9d199c5c31e6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-a302cae4e86560f7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29acd8e4f57e23fd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a09e7a016353112a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a1b24fa01d0bc49d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-464c3b73e7236c93.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c8ada11ec9ffe401.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-81acbc8328d15ad1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ed1b803b166cf2d1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8cfdc7077dd75e0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd5f01974fddbb7d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-076d2b5e4acf6117.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5244c7d96d5c4255.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-be0dacc3821e882d.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-0652682b579aa61e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-23207e30c250a5ac.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3167 | 2024-01-11T00:00:21.622Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f021925b7c85e087 -C extra-filename=-f021925b7c85e087 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4d836f5c32bab99c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-be6980d79858a36d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82a037dcaf00db01.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a7946f556a0f1d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4b6702aa37163546.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7b4f062afb9893cc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-07cf9d199c5c31e6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-a1abfa132f3228b7.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-a216a076fc5a4165.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-a302cae4e86560f7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29acd8e4f57e23fd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a09e7a016353112a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a1b24fa01d0bc49d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1acdbf8e4791723.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-464c3b73e7236c93.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c8ada11ec9ffe401.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-81acbc8328d15ad1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ed1b803b166cf2d1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8cfdc7077dd75e0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9c8e1be95b7cfd2b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd5f01974fddbb7d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-076d2b5e4acf6117.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5244c7d96d5c4255.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5048baae9cba3d87.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-be0dacc3821e882d.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-0652682b579aa61e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-23207e30c250a5ac.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3168 | 2024-01-11T00:00:25.248Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=26862bcb45c242b0 -C extra-filename=-26862bcb45c242b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4d836f5c32bab99c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-be6980d79858a36d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82a037dcaf00db01.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a7946f556a0f1d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4b6702aa37163546.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7b4f062afb9893cc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-07cf9d199c5c31e6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-a1abfa132f3228b7.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-a216a076fc5a4165.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-a302cae4e86560f7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29acd8e4f57e23fd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a09e7a016353112a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a1b24fa01d0bc49d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1acdbf8e4791723.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-464c3b73e7236c93.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c8ada11ec9ffe401.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-81acbc8328d15ad1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ed1b803b166cf2d1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8cfdc7077dd75e0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9c8e1be95b7cfd2b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd5f01974fddbb7d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-076d2b5e4acf6117.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5244c7d96d5c4255.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5048baae9cba3d87.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-be0dacc3821e882d.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-0652682b579aa61e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-23207e30c250a5ac.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3169 | 2024-01-11T00:00:25.922Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c917728ab773101c -C extra-filename=-c917728ab773101c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-68290783cf0bd163.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4d836f5c32bab99c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5ada492474534254.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-afa3d26cdaac59c9.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82a037dcaf00db01.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-04e2a7d748cde519.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a7946f556a0f1d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-54b5166303fa3c79.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29acd8e4f57e23fd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a8345670e85a19ae.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2ac1b83f4a8d280c.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9c04cc372c502230.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-964eeca237d80e98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ebb57e97c6f84cfd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-50b51c25e742966f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7518a8b0a3a705f5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-38996f3bed29b617.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6fee41c8b91e3b2b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-355f1d17ef20e35a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8026a25d8b10785a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6b9e2c0ef51b9eb6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-56b921464271f105.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a61e88df37f7f39f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8535b81478884286.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-adfe90cf71db4dee.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-c15f7112dc112ba5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3170 | 2024-01-11T00:00:30.018Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b29d2e7f7301289d -C extra-filename=-b29d2e7f7301289d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-68290783cf0bd163.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4d836f5c32bab99c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5ada492474534254.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-afa3d26cdaac59c9.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82a037dcaf00db01.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-04e2a7d748cde519.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a7946f556a0f1d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-a59585a20737125d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-54b5166303fa3c79.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29acd8e4f57e23fd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a8345670e85a19ae.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2ac1b83f4a8d280c.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9c04cc372c502230.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-964eeca237d80e98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ebb57e97c6f84cfd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1acdbf8e4791723.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-50b51c25e742966f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7518a8b0a3a705f5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-38996f3bed29b617.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6fee41c8b91e3b2b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-355f1d17ef20e35a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4d2811ced7180849.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8026a25d8b10785a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6b9e2c0ef51b9eb6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-56b921464271f105.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a61e88df37f7f39f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8535b81478884286.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c8ada11ec9ffe401.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-81acbc8328d15ad1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-adfe90cf71db4dee.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-c15f7112dc112ba5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3171 | 2024-01-11T00:00:46.145Z | Compiling polar-core v0.27.0 |
3172 | 2024-01-11T00:00:46.150Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.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=7ae2d5bce5f13339 -C extra-filename=-7ae2d5bce5f13339 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-7ae2d5bce5f13339 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-8afdf9050b616547.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-50371f6172499d1b.so --cap-lints allow -D warnings` |
3173 | 2024-01-11T00:00:48.986Z | Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-7ae2d5bce5f13339/build-script-build` |
3174 | 2024-01-11T00:00:52.460Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.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=5addf029a15bcb56 -C extra-filename=-5addf029a15bcb56 --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-63b7117dbf8d1e97.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-5f0c5f1a0483f4f9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-63355744010351b0.so --cap-lints allow -D warnings` |
3175 | 2024-01-11T00:01:02.890Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=de8f24761c233436 -C extra-filename=-de8f24761c233436 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-bc7c67ff4ee2f67e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-0c7113380fcb4386.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-058e45a460b72d6d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-9b09d7118d86b34c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9c8e1be95b7cfd2b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd5f01974fddbb7d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3176 | 2024-01-11T00:01:05.763Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 tufaceous/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e8613b9d1de8d893 -C extra-filename=-e8613b9d1de8d893 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-bc7c67ff4ee2f67e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-0c7113380fcb4386.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-058e45a460b72d6d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-9b09d7118d86b34c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9c8e1be95b7cfd2b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd5f01974fddbb7d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3177 | 2024-01-11T00:01:13.944Z | Compiling oso v0.27.0 |
3178 | 2024-01-11T00:01:13.951Z | Running `/home/build/.rustup/toolchains/1.74.1-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=e5cfc8ce0dabe16f -C extra-filename=-e5cfc8ce0dabe16f --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-21c026713829e9b8.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-b5ea570b0b9e08c6.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-5addf029a15bcb56.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bce6351cf9e30709.rmeta --cap-lints allow -D warnings` |
3179 | 2024-01-11T00:01:24.934Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4f35497662110b66 -C extra-filename=-4f35497662110b66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a4ba6833457049cd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-6868d63918ed9717.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-053a26277fdb012b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1a39e916f42b29e0.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ac158a2b25169010.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4e7cf574ab08229e.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-d41be4383008a506.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e5fda55841eca3e6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2ac1b83f4a8d280c.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-de584eae1179cc7e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f70fbf9ff1f3227.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a1b24fa01d0bc49d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-db2f4c546ccb2ecf.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e5cfc8ce0dabe16f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-5b221f594b7792a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ae6d5553a02081ed.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-793a9d0e17bea403.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-56b921464271f105.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-fcf112f4a78309bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-adfe90cf71db4dee.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3180 | 2024-01-11T00:01:26.020Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bfff167e0c6119f9 -C extra-filename=-bfff167e0c6119f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-bc7c67ff4ee2f67e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-0c7113380fcb4386.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-058e45a460b72d6d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-9b09d7118d86b34c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd5f01974fddbb7d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3181 | 2024-01-11T00:01:29.599Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name manifest_tests --edition=2021 tufaceous/tests/manifest-tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg test -C metadata=1fb284c9c4feb3eb -C extra-filename=-1fb284c9c4feb3eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-bc7c67ff4ee2f67e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-0c7113380fcb4386.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-058e45a460b72d6d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-9b09d7118d86b34c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9c8e1be95b7cfd2b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd5f01974fddbb7d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3182 | 2024-01-11T00:01:36.571Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=abd8cb468772039f -C extra-filename=-abd8cb468772039f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-f435cf2a40a9e015.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-69c293f7f4c5cb41.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-04d093c7b409b9e1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5048baae9cba3d87.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
3183 | 2024-01-11T00:01:40.315Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1ed01b29836a3522 -C extra-filename=-1ed01b29836a3522 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-be6980d79858a36d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-f435cf2a40a9e015.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-69c293f7f4c5cb41.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f6ee6e443fb470ec.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-dcb60a92f524fcaf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a1b24fa01d0bc49d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-82806b58381731ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-70ab01582b18a2fd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-749e7aa96ef7acc7.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-81acbc8328d15ad1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-940b69ec621c5943.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-db499ff19a8ac6ad.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5244c7d96d5c4255.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5048baae9cba3d87.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-be0dacc3821e882d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-23207e30c250a5ac.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3184 | 2024-01-11T00:01:53.521Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f0be289fb995ad57 -C extra-filename=-f0be289fb995ad57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-bc7c67ff4ee2f67e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-be6980d79858a36d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-f435cf2a40a9e015.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-69c293f7f4c5cb41.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f6ee6e443fb470ec.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-dcb60a92f524fcaf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a1b24fa01d0bc49d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c36720f9e8cb569a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-82806b58381731ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-70ab01582b18a2fd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-749e7aa96ef7acc7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-81acbc8328d15ad1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-940b69ec621c5943.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-db499ff19a8ac6ad.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5244c7d96d5c4255.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5048baae9cba3d87.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-be0dacc3821e882d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-23207e30c250a5ac.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3185 | 2024-01-11T00:01:55.742Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d2af35dcbe0250f3 -C extra-filename=-d2af35dcbe0250f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-bc7c67ff4ee2f67e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-be6980d79858a36d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-f435cf2a40a9e015.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-69c293f7f4c5cb41.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f6ee6e443fb470ec.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-dcb60a92f524fcaf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a1b24fa01d0bc49d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c36720f9e8cb569a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-82806b58381731ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-70ab01582b18a2fd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-749e7aa96ef7acc7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-81acbc8328d15ad1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-940b69ec621c5943.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-db499ff19a8ac6ad.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5244c7d96d5c4255.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5048baae9cba3d87.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-be0dacc3821e882d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-23207e30c250a5ac.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3186 | 2024-01-11T00:01:58.632Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c5c2da4cd4ce308c -C extra-filename=-c5c2da4cd4ce308c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-68290783cf0bd163.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4d836f5c32bab99c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5ada492474534254.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-afa3d26cdaac59c9.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82a037dcaf00db01.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-04e2a7d748cde519.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a7946f556a0f1d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-a59585a20737125d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-54b5166303fa3c79.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29acd8e4f57e23fd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a8345670e85a19ae.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2ac1b83f4a8d280c.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9c04cc372c502230.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-964eeca237d80e98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1acdbf8e4791723.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-50b51c25e742966f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7518a8b0a3a705f5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-38996f3bed29b617.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6fee41c8b91e3b2b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-355f1d17ef20e35a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4d2811ced7180849.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8026a25d8b10785a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6b9e2c0ef51b9eb6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-56b921464271f105.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a61e88df37f7f39f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8535b81478884286.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c8ada11ec9ffe401.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-81acbc8328d15ad1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-adfe90cf71db4dee.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-c15f7112dc112ba5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3187 | 2024-01-11T00:01:58.743Z | Running `/home/build/.rustup/toolchains/1.74.1-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=1b54c1f7e05b713f -C extra-filename=-1b54c1f7e05b713f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-a302cae4e86560f7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29acd8e4f57e23fd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1acdbf8e4791723.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3188 | 2024-01-11T00:02:01.714Z | Running `/home/build/.rustup/toolchains/1.74.1-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=c06125d3361005f5 -C extra-filename=-c06125d3361005f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-a302cae4e86560f7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29acd8e4f57e23fd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3189 | 2024-01-11T00:02:06.318Z | Running `/home/build/.rustup/toolchains/1.74.1-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=bc0ac5353ff99b54 -C extra-filename=-bc0ac5353ff99b54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-a302cae4e86560f7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29acd8e4f57e23fd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1acdbf8e4791723.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3190 | 2024-01-11T00:02:26.111Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3191 | 2024-01-11T00:02:26.116Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="omicron-dev"' -C metadata=88e535c09067e9e7 -C extra-filename=-88e535c09067e9e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-afa3d26cdaac59c9.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-04e2a7d748cde519.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7b4f062afb9893cc.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e5fda55841eca3e6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4f35497662110b66.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bb55998112e46465.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f70fbf9ff1f3227.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a1b24fa01d0bc49d.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ebb57e97c6f84cfd.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-caaa6613b92b55ab.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-38996f3bed29b617.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ae6d5553a02081ed.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8cfdc7077dd75e0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3192 | 2024-01-11T00:02:37.989Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f3b5328336974d30 -C extra-filename=-f3b5328336974d30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-be6980d79858a36d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5ada492474534254.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-afa3d26cdaac59c9.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1adb49e965ce840f.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a7946f556a0f1d1f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f682511d400815c1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e5fda55841eca3e6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2ac1b83f4a8d280c.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9c04cc372c502230.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-de584eae1179cc7e.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4f35497662110b66.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f1e608b0a129121e.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-979d53cd387b3bb4.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bb55998112e46465.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f70fbf9ff1f3227.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a1b24fa01d0bc49d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-db2f4c546ccb2ecf.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98fcc5b2f4664d1d.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-96361fea5ee75b08.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7518a8b0a3a705f5.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-38996f3bed29b617.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ac441130852d3970.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6fee41c8b91e3b2b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0ad605307619fb24.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-5b221f594b7792a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8026a25d8b10785a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ae6d5553a02081ed.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-793a9d0e17bea403.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-56b921464271f105.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-fcf112f4a78309bf.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-10323b5ab37cdd2a.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ed1b803b166cf2d1.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8cfdc7077dd75e0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3193 | 2024-01-11T00:02:39.092Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=68f66c90bb059750 -C extra-filename=-68f66c90bb059750 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-bc7c67ff4ee2f67e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-be6980d79858a36d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-f435cf2a40a9e015.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-69c293f7f4c5cb41.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f6ee6e443fb470ec.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-dcb60a92f524fcaf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a1b24fa01d0bc49d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c36720f9e8cb569a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-82806b58381731ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-70ab01582b18a2fd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-749e7aa96ef7acc7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-81acbc8328d15ad1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-940b69ec621c5943.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-db499ff19a8ac6ad.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5244c7d96d5c4255.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-be0dacc3821e882d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-23207e30c250a5ac.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3194 | 2024-01-11T00:02:42.552Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ba7ac005177553a6 -C extra-filename=-ba7ac005177553a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-04e2a7d748cde519.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1acdbf8e4791723.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-85ddbdbdd9a7b6f1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-c3b4dbcd981d592a.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b5613a9e088ac3d6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8cfdc7077dd75e0.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e0f890a724aa6b10.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
3195 | 2024-01-11T00:02:45.380Z | Running `/home/build/.rustup/toolchains/1.74.1-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=5f8cb272078ac3e7 -C extra-filename=-5f8cb272078ac3e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-04e2a7d748cde519.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1acdbf8e4791723.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-85ddbdbdd9a7b6f1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-c3b4dbcd981d592a.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b5613a9e088ac3d6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8cfdc7077dd75e0.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e0f890a724aa6b10.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
3196 | 2024-01-11T00:02:46.182Z | Running `/home/build/.rustup/toolchains/1.74.1-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=61c8e12555b9b83d -C extra-filename=-61c8e12555b9b83d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-04e2a7d748cde519.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1acdbf8e4791723.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-85ddbdbdd9a7b6f1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-c3b4dbcd981d592a.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b5613a9e088ac3d6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8cfdc7077dd75e0.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e0f890a724aa6b10.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
3197 | 2024-01-11T00:02:48.564Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=004a306ab2808b2f -C extra-filename=-004a306ab2808b2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-04e2a7d748cde519.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1acdbf8e4791723.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-85ddbdbdd9a7b6f1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-c3b4dbcd981d592a.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b5613a9e088ac3d6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8cfdc7077dd75e0.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e0f890a724aa6b10.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
3198 | 2024-01-11T00:02:54.555Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3385dacca18a5727 -C extra-filename=-3385dacca18a5727 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-04e2a7d748cde519.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1acdbf8e4791723.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-85ddbdbdd9a7b6f1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-c3b4dbcd981d592a.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b5613a9e088ac3d6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8cfdc7077dd75e0.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e0f890a724aa6b10.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
3199 | 2024-01-11T00:02:55.493Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=58a714d7e34646d9 -C extra-filename=-58a714d7e34646d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1acdbf8e4791723.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-85ddbdbdd9a7b6f1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-c3b4dbcd981d592a.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b5613a9e088ac3d6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8cfdc7077dd75e0.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e0f890a724aa6b10.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
3200 | 2024-01-11T00:03:02.269Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7731b6e3fc051c16 -C extra-filename=-7731b6e3fc051c16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-04e2a7d748cde519.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1acdbf8e4791723.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-85ddbdbdd9a7b6f1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-c3b4dbcd981d592a.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b5613a9e088ac3d6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8cfdc7077dd75e0.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e0f890a724aa6b10.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
3201 | 2024-01-11T00:03:09.441Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bc4fb8b28106c092 -C extra-filename=-bc4fb8b28106c092 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-04e2a7d748cde519.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1acdbf8e4791723.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-85ddbdbdd9a7b6f1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-c3b4dbcd981d592a.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b5613a9e088ac3d6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8cfdc7077dd75e0.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e0f890a724aa6b10.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
3202 | 2024-01-11T00:03:11.499Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=482c563161fbe942 -C extra-filename=-482c563161fbe942 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-07cf9d199c5c31e6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-81acbc8328d15ad1.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ed1b803b166cf2d1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9c8e1be95b7cfd2b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd5f01974fddbb7d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3203 | 2024-01-11T00:03:15.270Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4bfdb8bb975194f0 -C extra-filename=-4bfdb8bb975194f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-0c7113380fcb4386.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9c8e1be95b7cfd2b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd5f01974fddbb7d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3204 | 2024-01-11T00:03:20.883Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=07065d099d50130e -C extra-filename=-07065d099d50130e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-964eeca237d80e98.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f70fbf9ff1f3227.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98fcc5b2f4664d1d.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-caaa6613b92b55ab.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-96361fea5ee75b08.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3205 | 2024-01-11T00:03:24.555Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ac20ed18897d06b8 -C extra-filename=-ac20ed18897d06b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-964eeca237d80e98.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f70fbf9ff1f3227.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1acdbf8e4791723.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98fcc5b2f4664d1d.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-caaa6613b92b55ab.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-96361fea5ee75b08.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3206 | 2024-01-11T00:03:40.134Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c8dd8d9c6764990a -C extra-filename=-c8dd8d9c6764990a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-964eeca237d80e98.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f70fbf9ff1f3227.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1acdbf8e4791723.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98fcc5b2f4664d1d.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-caaa6613b92b55ab.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-96361fea5ee75b08.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3207 | 2024-01-11T00:03:42.615Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8cc0480ee242e2d2 -C extra-filename=-8cc0480ee242e2d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-964eeca237d80e98.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f70fbf9ff1f3227.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1acdbf8e4791723.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98fcc5b2f4664d1d.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-caaa6613b92b55ab.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-96361fea5ee75b08.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3208 | 2024-01-11T00:03:44.649Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=70ddcf629669edcc -C extra-filename=-70ddcf629669edcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-964eeca237d80e98.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f70fbf9ff1f3227.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98fcc5b2f4664d1d.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-caaa6613b92b55ab.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-96361fea5ee75b08.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3209 | 2024-01-11T00:03:45.304Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6306eed651f4a3a6 -C extra-filename=-6306eed651f4a3a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-be6980d79858a36d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5ada492474534254.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-ee305a31aaa4c98d.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f6ee6e443fb470ec.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-dcb60a92f524fcaf.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-566a47f27284dfcf.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-abfded384cdfb682.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-70594a4c8724edd8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-793a9d0e17bea403.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-749e7aa96ef7acc7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c8ada11ec9ffe401.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3210 | 2024-01-11T00:03:45.551Z | Running `/home/build/.rustup/toolchains/1.74.1-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=2effd563e17a55bd -C extra-filename=-2effd563e17a55bd --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-630139d359f9182e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-be6980d79858a36d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5ada492474534254.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-ee305a31aaa4c98d.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f6ee6e443fb470ec.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-dcb60a92f524fcaf.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-566a47f27284dfcf.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-abfded384cdfb682.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-70594a4c8724edd8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-793a9d0e17bea403.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-749e7aa96ef7acc7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c8ada11ec9ffe401.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5244c7d96d5c4255.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3211 | 2024-01-11T00:03:54.054Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ee1b2f012afa83b0 -C extra-filename=-ee1b2f012afa83b0 --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-1f7886dfc3672577.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29acd8e4f57e23fd.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5244c7d96d5c4255.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-be0dacc3821e882d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3212 | 2024-01-11T00:03:55.678Z | Running `/home/build/.rustup/toolchains/1.74.1-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=3a56024266a4e7f9 -C extra-filename=-3a56024266a4e7f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-ce9256967bce078e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-a460a3da56e42aa6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f6ee6e443fb470ec.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-96361fea5ee75b08.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-04d093c7b409b9e1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-a0fb8dc96035df9d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-1a42679c4f9c9d0c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-850ca1c0f4a95772.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-60fcd491cdfb06e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-adfe90cf71db4dee.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3213 | 2024-01-11T00:03:59.221Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6dd6e4b5aeb10614 -C extra-filename=-6dd6e4b5aeb10614 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-964eeca237d80e98.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f70fbf9ff1f3227.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1acdbf8e4791723.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98fcc5b2f4664d1d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-96361fea5ee75b08.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3214 | 2024-01-11T00:04:05.674Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=98803104aeedb806 -C extra-filename=-98803104aeedb806 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a4ba6833457049cd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-be6980d79858a36d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5ada492474534254.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7d3d58bc20b923ff.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-afa3d26cdaac59c9.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1adb49e965ce840f.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4e7cf574ab08229e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-04e2a7d748cde519.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a7946f556a0f1d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f682511d400815c1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7b4f062afb9893cc.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e5fda55841eca3e6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-456fea97f03b5679.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-07cf9d199c5c31e6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6888b81fd7a6bd7e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2ac1b83f4a8d280c.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9c04cc372c502230.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-de584eae1179cc7e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4f35497662110b66.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f1e608b0a129121e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-979d53cd387b3bb4.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bb55998112e46465.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-88e535c09067e9e7.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-4bab5365b6718fc4.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f70fbf9ff1f3227.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a1b24fa01d0bc49d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ebb57e97c6f84cfd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1acdbf8e4791723.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-db2f4c546ccb2ecf.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a89630ce27adf584.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98fcc5b2f4664d1d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-96361fea5ee75b08.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7518a8b0a3a705f5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-38996f3bed29b617.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-364859c804c52d02.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-70594a4c8724edd8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ac441130852d3970.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6fee41c8b91e3b2b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4d2811ced7180849.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0ad605307619fb24.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-5b221f594b7792a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8026a25d8b10785a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ae6d5553a02081ed.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-793a9d0e17bea403.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-b1165e23a197da7f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-56b921464271f105.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-22e3fe43ce0ed30d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-fcf112f4a78309bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6a9714dafe5130d1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-10323b5ab37cdd2a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ed1b803b166cf2d1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8cfdc7077dd75e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3215 | 2024-01-11T00:04:08.191Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=36014396eab36594 -C extra-filename=-36014396eab36594 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a4ba6833457049cd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-afa3d26cdaac59c9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4e7cf574ab08229e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7b4f062afb9893cc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-964eeca237d80e98.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-de584eae1179cc7e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4f35497662110b66.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-88e535c09067e9e7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f70fbf9ff1f3227.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98fcc5b2f4664d1d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-56b921464271f105.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-60fcd491cdfb06e7.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3216 | 2024-01-11T00:04:20.021Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ae6a71edb2c05a48 -C extra-filename=-ae6a71edb2c05a48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a4ba6833457049cd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-6868d63918ed9717.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-053a26277fdb012b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1a39e916f42b29e0.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ac158a2b25169010.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4e7cf574ab08229e.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-d41be4383008a506.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e5fda55841eca3e6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6888b81fd7a6bd7e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2ac1b83f4a8d280c.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-de584eae1179cc7e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-979d53cd387b3bb4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-88e535c09067e9e7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f70fbf9ff1f3227.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a1b24fa01d0bc49d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ebb57e97c6f84cfd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-db2f4c546ccb2ecf.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e5cfc8ce0dabe16f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-364859c804c52d02.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-70594a4c8724edd8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4d2811ced7180849.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0ad605307619fb24.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-5b221f594b7792a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ae6d5553a02081ed.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-793a9d0e17bea403.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-56b921464271f105.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-fcf112f4a78309bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6a9714dafe5130d1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-adfe90cf71db4dee.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3217 | 2024-01-11T00:04:26.762Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8c66965b440c0acb -C extra-filename=-8c66965b440c0acb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ac158a2b25169010.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4e7cf574ab08229e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2ac1b83f4a8d280c.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f1e608b0a129121e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f70fbf9ff1f3227.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a09e7a016353112a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a1b24fa01d0bc49d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8026a25d8b10785a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-56b921464271f105.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-fcf112f4a78309bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3218 | 2024-01-11T00:04:30.473Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8daa0136d7bb989e -C extra-filename=-8daa0136d7bb989e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-84f8bd394768deac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-7a9befa41a54467f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3219 | 2024-01-11T00:04:36.295Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=eda76bc08760ae6a -C extra-filename=-eda76bc08760ae6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-aa04ec678f9f5df5.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7b4f062afb9893cc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-fe082c5cad9f5e18.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-84f8bd394768deac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1acdbf8e4791723.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a7c8c56f1e9fd121.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8577de76b417294a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ce3ee4a697e2f601.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-22e3fe43ce0ed30d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c8ada11ec9ffe401.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-2aab747d2bcd6df8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3220 | 2024-01-11T00:04:53.795Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c6a0072dfaaa8afa -C extra-filename=-c6a0072dfaaa8afa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-aa04ec678f9f5df5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-fe082c5cad9f5e18.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-84f8bd394768deac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a7c8c56f1e9fd121.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8577de76b417294a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ce3ee4a697e2f601.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c8ada11ec9ffe401.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-2aab747d2bcd6df8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3221 | 2024-01-11T00:04:53.833Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=42ac22731a8b703a -C extra-filename=-42ac22731a8b703a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-aa04ec678f9f5df5.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7b4f062afb9893cc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-fe082c5cad9f5e18.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-84f8bd394768deac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1acdbf8e4791723.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a7c8c56f1e9fd121.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8577de76b417294a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ce3ee4a697e2f601.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-22e3fe43ce0ed30d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c8ada11ec9ffe401.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-2aab747d2bcd6df8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3222 | 2024-01-11T00:04:57.281Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bdbd954516ba22c2 -C extra-filename=-bdbd954516ba22c2 --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-725362fa7d2136c7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-84f8bd394768deac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-22e3fe43ce0ed30d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3223 | 2024-01-11T00:05:00.312Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f5125be57ec7da54 -C extra-filename=-f5125be57ec7da54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-aa04ec678f9f5df5.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7b4f062afb9893cc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-fe082c5cad9f5e18.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1acdbf8e4791723.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a7c8c56f1e9fd121.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8577de76b417294a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ce3ee4a697e2f601.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-22e3fe43ce0ed30d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c8ada11ec9ffe401.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-2aab747d2bcd6df8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3224 | 2024-01-11T00:05:27.705Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d712e330a1c7c4ff -C extra-filename=-d712e330a1c7c4ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-84f8bd394768deac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-22e3fe43ce0ed30d.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-7a9befa41a54467f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3225 | 2024-01-11T00:05:29.151Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6491ece2942b8750 -C extra-filename=-6491ece2942b8750 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-be6980d79858a36d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-07cf9d199c5c31e6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8e24ec9991093909.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-f4314a6301ca2450.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ed1b803b166cf2d1.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-47055d131dc991f3.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3226 | 2024-01-11T00:05:30.721Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=cdac61c56c0e5179 -C extra-filename=-cdac61c56c0e5179 --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-237e8556096248b4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-68290783cf0bd163.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1576e190f351d2d0.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-f435cf2a40a9e015.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-99f0cc142149875c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c36720f9e8cb569a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1959fc6623356475.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-793a9d0e17bea403.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-28425d6dc6b405aa.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3227 | 2024-01-11T00:05:44.002Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=b8caebcef6ecaab7 -C extra-filename=-b8caebcef6ecaab7 --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-237e8556096248b4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-68290783cf0bd163.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1576e190f351d2d0.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-f435cf2a40a9e015.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-99f0cc142149875c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c36720f9e8cb569a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1959fc6623356475.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-793a9d0e17bea403.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-28425d6dc6b405aa.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3228 | 2024-01-11T00:06:08.616Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9a88fba9a20b1e64 -C extra-filename=-9a88fba9a20b1e64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-ce9256967bce078e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-a460a3da56e42aa6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f6ee6e443fb470ec.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-04d093c7b409b9e1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-a0fb8dc96035df9d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-1a42679c4f9c9d0c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-850ca1c0f4a95772.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-60fcd491cdfb06e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-adfe90cf71db4dee.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3229 | 2024-01-11T00:06:09.254Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b6c7f3be08673ae1 -C extra-filename=-b6c7f3be08673ae1 --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-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e806ee555340808f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0b697697215187f4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
3230 | 2024-01-11T00:06:15.151Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d92e5decc41ed839 -C extra-filename=-d92e5decc41ed839 --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-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e806ee555340808f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0b697697215187f4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
3231 | 2024-01-11T00:06:16.950Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=450fda0955ee0741 -C extra-filename=-450fda0955ee0741 --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-237e8556096248b4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1576e190f351d2d0.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-f435cf2a40a9e015.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-99f0cc142149875c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c36720f9e8cb569a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1959fc6623356475.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-793a9d0e17bea403.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-28425d6dc6b405aa.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3232 | 2024-01-11T00:06:17.607Z | Running `/home/build/.rustup/toolchains/1.74.1-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=9ac6386e6bbdf2ba -C extra-filename=-9ac6386e6bbdf2ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-04e2a7d748cde519.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8cfdc7077dd75e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
3233 | 2024-01-11T00:06:35.433Z | Running `/home/build/.rustup/toolchains/1.74.1-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=39229b38cc1d5a8d -C extra-filename=-39229b38cc1d5a8d --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-630139d359f9182e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-964eeca237d80e98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-38996f3bed29b617.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3234 | 2024-01-11T00:06:55.717Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bd3f465befc52c11 -C extra-filename=-bd3f465befc52c11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-6a4dc32a556df69a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a1b24fa01d0bc49d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-db2f4c546ccb2ecf.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-56b921464271f105.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-fcf112f4a78309bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3235 | 2024-01-11T00:07:11.828Z | Running `/home/build/.rustup/toolchains/1.74.1-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=1855c849a1fb1565 -C extra-filename=-1855c849a1fb1565 --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-88da6cc752eb5faf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ac441130852d3970.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3236 | 2024-01-11T00:07:16.087Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -C metadata=a814831fe780e265 -C extra-filename=-a814831fe780e265 --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-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-24746cc2e0695558.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3237 | 2024-01-11T00:07:16.388Z | Running `/home/build/.rustup/toolchains/1.74.1-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=ae8e156ce9eca5ea -C extra-filename=-ae8e156ce9eca5ea --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-88da6cc752eb5faf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ac441130852d3970.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3238 | 2024-01-11T00:07:20.226Z | Running `/home/build/.rustup/toolchains/1.74.1-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=f0f352627265a51b -C extra-filename=-f0f352627265a51b --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-29acd8e4f57e23fd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5244c7d96d5c4255.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3239 | 2024-01-11T00:07:23.410Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d8a1e405549e7140 -C extra-filename=-d8a1e405549e7140 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c36720f9e8cb569a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-793a9d0e17bea403.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-942493d6afb74a22.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5244c7d96d5c4255.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3240 | 2024-01-11T00:07:27.911Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=240073237df2fa08 -C extra-filename=-240073237df2fa08 --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-0e8324c5fbd673ce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3241 | 2024-01-11T00:07:33.734Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="testing"' -C metadata=430c029212239e4d -C extra-filename=-430c029212239e4d --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-2ef3d8409111332a.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a8345670e85a19ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3242 | 2024-01-11T00:07:40.966Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9237230788d52a8b -C extra-filename=-9237230788d52a8b --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-2ef3d8409111332a.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a61e88df37f7f39f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3243 | 2024-01-11T00:07:42.837Z | Running `/home/build/.rustup/toolchains/1.74.1-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=dec3fdb483c393cd -C extra-filename=-dec3fdb483c393cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29acd8e4f57e23fd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1acdbf8e4791723.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3244 | 2024-01-11T00:07:45.822Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=241dedbb3cd65bb1 -C extra-filename=-241dedbb3cd65bb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-c20047da96e19d74.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-db1d008d5ede8ee0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2ac1b83f4a8d280c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8535b81478884286.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out` |
3245 | 2024-01-11T00:07:58.424Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=fed8ef0118358bfc -C extra-filename=-fed8ef0118358bfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-964eeca237d80e98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3246 | 2024-01-11T00:08:01.369Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3247 | 2024-01-11T00:08:01.374Z | Running `/home/build/.rustup/toolchains/1.74.1-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=f04b1ebad4818a1a -C extra-filename=-f04b1ebad4818a1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-07cf9d199c5c31e6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64` |
3248 | 2024-01-11T00:08:02.200Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f1510c4b41cf9659 -C extra-filename=-f1510c4b41cf9659 --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-1f7886dfc3672577.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ac441130852d3970.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
3249 | 2024-01-11T00:08:02.382Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3250 | 2024-01-11T00:08:02.426Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 internal-dns-cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0a7c7b4bc7a5b383 -C extra-filename=-0a7c7b4bc7a5b383 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8cfdc7077dd75e0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3251 | 2024-01-11T00:08:05.261Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f5d44806d664468e -C extra-filename=-f5d44806d664468e --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-1f7886dfc3672577.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a1b24fa01d0bc49d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3252 | 2024-01-11T00:08:06.598Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3253 | 2024-01-11T00:08:06.604Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=359cf92c88a212af -C extra-filename=-359cf92c88a212af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3254 | 2024-01-11T00:08:09.107Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=81ea496958e93e25 -C extra-filename=-81ea496958e93e25 --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-1f7886dfc3672577.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3255 | 2024-01-11T00:08:09.715Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -C metadata=c3b9e2c3e5d3801f -C extra-filename=-c3b9e2c3e5d3801f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-2acbbd27a1b6163e.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-93008d3e8f7a6184.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2ac1b83f4a8d280c.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-7ff576ca943b7776.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-50b51c25e742966f.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-53ca1b07ddc52e0f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-c15f7112dc112ba5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3256 | 2024-01-11T00:08:12.429Z | Running `/home/build/.rustup/toolchains/1.74.1-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=0a732799adeba0cb -C extra-filename=-0a732799adeba0cb --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-f435cf2a40a9e015.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c36720f9e8cb569a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-942493d6afb74a22.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3257 | 2024-01-11T00:08:18.472Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=36d60801eddcd56e -C extra-filename=-36d60801eddcd56e --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-2ef3d8409111332a.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-99f0cc142149875c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1959fc6623356475.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3258 | 2024-01-11T00:08:22.823Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=16c8d82bce7689f1 -C extra-filename=-16c8d82bce7689f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5244c7d96d5c4255.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
3259 | 2024-01-11T00:08:26.533Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2a926cb4f1b1fe26 -C extra-filename=-2a926cb4f1b1fe26 --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-aaa19c355036061d.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1e6848bdbd9674f1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-db2f4c546ccb2ecf.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ab236b88a8321ed8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4d2811ced7180849.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3260 | 2024-01-11T00:08:29.193Z | Running `/home/build/.rustup/toolchains/1.74.1-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=40d1c866d8c649c2 -C extra-filename=-40d1c866d8c649c2 --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-630139d359f9182e.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-6a4dc32a556df69a.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4062b93f57887b97.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2ac1b83f4a8d280c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c36720f9e8cb569a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8026a25d8b10785a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6b9e2c0ef51b9eb6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ae6d5553a02081ed.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-793a9d0e17bea403.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-942493d6afb74a22.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-10323b5ab37cdd2a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3261 | 2024-01-11T00:08:30.465Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="seed-gen"' -C metadata=236999f370991ef5 -C extra-filename=-236999f370991ef5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-16b05ddd1cc679da.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-22693fcd42416a9b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e5fda55841eca3e6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-364859c804c52d02.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4d2811ced7180849.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0ad605307619fb24.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-10323b5ab37cdd2a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-adfe90cf71db4dee.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3262 | 2024-01-11T00:08:41.731Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d58ec7311adc4c57 -C extra-filename=-d58ec7311adc4c57 --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-0e8324c5fbd673ce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3263 | 2024-01-11T00:08:43.120Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8f29e0c8da4d343c -C extra-filename=-8f29e0c8da4d343c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-04e2a7d748cde519.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-c3b4dbcd981d592a.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b5613a9e088ac3d6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8cfdc7077dd75e0.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e0f890a724aa6b10.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
3264 | 2024-01-11T00:08:54.854Z | Running `/home/build/.rustup/toolchains/1.74.1-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=14ee94fd5763c0b9 -C extra-filename=-14ee94fd5763c0b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-04e2a7d748cde519.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-c3b4dbcd981d592a.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b5613a9e088ac3d6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8cfdc7077dd75e0.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e0f890a724aa6b10.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
3265 | 2024-01-11T00:08:58.945Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f1bb88f389963c2a -C extra-filename=-f1bb88f389963c2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-04e2a7d748cde519.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-c3b4dbcd981d592a.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b5613a9e088ac3d6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8cfdc7077dd75e0.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e0f890a724aa6b10.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
3266 | 2024-01-11T00:09:00.086Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=870026265bf1fc58 -C extra-filename=-870026265bf1fc58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-04e2a7d748cde519.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-c3b4dbcd981d592a.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b5613a9e088ac3d6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8cfdc7077dd75e0.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e0f890a724aa6b10.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
3267 | 2024-01-11T00:09:03.097Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e89fa1e2f700cf95 -C extra-filename=-e89fa1e2f700cf95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8cfdc7077dd75e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
3268 | 2024-01-11T00:09:03.187Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9d30886fc16f0375 -C extra-filename=-9d30886fc16f0375 --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-1f7886dfc3672577.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
3269 | 2024-01-11T00:09:05.312Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=d50b990ffd869cc8 -C extra-filename=-d50b990ffd869cc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-6a4dc32a556df69a.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4062b93f57887b97.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2ac1b83f4a8d280c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c36720f9e8cb569a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8026a25d8b10785a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6b9e2c0ef51b9eb6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ae6d5553a02081ed.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-793a9d0e17bea403.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-942493d6afb74a22.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-10323b5ab37cdd2a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib` |
3270 | 2024-01-11T00:09:15.934Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e12777bf656fa4e9 -C extra-filename=-e12777bf656fa4e9 --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-d970d59fde0d4eb8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
3271 | 2024-01-11T00:09:16.787Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b1a21b735e71d270 -C extra-filename=-b1a21b735e71d270 --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-a60463b08676cf93.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
3272 | 2024-01-11T00:09:19.189Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ea5fc23cc7ac019f -C extra-filename=-ea5fc23cc7ac019f --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-a60463b08676cf93.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib` |
3273 | 2024-01-11T00:11:56.322Z | Running `/home/build/.rustup/toolchains/1.74.1-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=2f94f8d2131622c4 -C extra-filename=-2f94f8d2131622c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7b4f062afb9893cc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bb55998112e46465.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-88e535c09067e9e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f3b5328336974d30.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4d2811ced7180849.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a7c8c56f1e9fd121.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8577de76b417294a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-10323b5ab37cdd2a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/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-83c9a97bcc0ada2b/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3274 | 2024-01-11T00:11:56.328Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ceb5ec16e30f28f4 -C extra-filename=-ceb5ec16e30f28f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a4ba6833457049cd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-afa3d26cdaac59c9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4e7cf574ab08229e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7b4f062afb9893cc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-964eeca237d80e98.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-de584eae1179cc7e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4f35497662110b66.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-88e535c09067e9e7.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-4bab5365b6718fc4.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f70fbf9ff1f3227.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f3b5328336974d30.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98fcc5b2f4664d1d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-56b921464271f105.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-60fcd491cdfb06e7.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3275 | 2024-01-11T00:11:56.329Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9570e28ed35b7193 -C extra-filename=-9570e28ed35b7193 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-be6980d79858a36d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5ada492474534254.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-afa3d26cdaac59c9.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1adb49e965ce840f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a7946f556a0f1d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f682511d400815c1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e5fda55841eca3e6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2ac1b83f4a8d280c.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9c04cc372c502230.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-de584eae1179cc7e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4f35497662110b66.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f1e608b0a129121e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-979d53cd387b3bb4.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bb55998112e46465.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f70fbf9ff1f3227.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f3b5328336974d30.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a1b24fa01d0bc49d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-db2f4c546ccb2ecf.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98fcc5b2f4664d1d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-96361fea5ee75b08.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7518a8b0a3a705f5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-38996f3bed29b617.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ac441130852d3970.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6fee41c8b91e3b2b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0ad605307619fb24.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-5b221f594b7792a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8026a25d8b10785a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ae6d5553a02081ed.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-793a9d0e17bea403.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-56b921464271f105.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-fcf112f4a78309bf.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-10323b5ab37cdd2a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ed1b803b166cf2d1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8cfdc7077dd75e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3276 | 2024-01-11T00:11:56.330Z | Running `/home/build/.rustup/toolchains/1.74.1-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=78e79d4d4ea74d56 -C extra-filename=-78e79d4d4ea74d56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7b4f062afb9893cc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bb55998112e46465.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-88e535c09067e9e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f3b5328336974d30.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-db2f4c546ccb2ecf.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a89630ce27adf584.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4d2811ced7180849.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a7c8c56f1e9fd121.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8577de76b417294a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-10323b5ab37cdd2a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/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-83c9a97bcc0ada2b/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3277 | 2024-01-11T00:12:02.798Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=27221c86d49ce5f5 -C extra-filename=-27221c86d49ce5f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a4ba6833457049cd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-afa3d26cdaac59c9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4e7cf574ab08229e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7b4f062afb9893cc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-964eeca237d80e98.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-de584eae1179cc7e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4f35497662110b66.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-88e535c09067e9e7.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-4bab5365b6718fc4.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f70fbf9ff1f3227.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f3b5328336974d30.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98fcc5b2f4664d1d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-56b921464271f105.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-60fcd491cdfb06e7.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3278 | 2024-01-11T00:12:07.143Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1dbda5cedaf127ae -C extra-filename=-1dbda5cedaf127ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-be6980d79858a36d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5ada492474534254.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-afa3d26cdaac59c9.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1adb49e965ce840f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a7946f556a0f1d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f682511d400815c1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e5fda55841eca3e6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2ac1b83f4a8d280c.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9c04cc372c502230.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-de584eae1179cc7e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4f35497662110b66.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f1e608b0a129121e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-979d53cd387b3bb4.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bb55998112e46465.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f70fbf9ff1f3227.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f3b5328336974d30.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a1b24fa01d0bc49d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-db2f4c546ccb2ecf.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98fcc5b2f4664d1d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-96361fea5ee75b08.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7518a8b0a3a705f5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-38996f3bed29b617.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ac441130852d3970.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6fee41c8b91e3b2b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0ad605307619fb24.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-5b221f594b7792a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8026a25d8b10785a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ae6d5553a02081ed.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-793a9d0e17bea403.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-56b921464271f105.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-fcf112f4a78309bf.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-10323b5ab37cdd2a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ed1b803b166cf2d1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8cfdc7077dd75e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3279 | 2024-01-11T00:12:34.470Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 dev-tools/omicron-dev/tests/test_omicron_dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=49834ff88317b633 -C extra-filename=-49834ff88317b633 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7b4f062afb9893cc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bb55998112e46465.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-88e535c09067e9e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f3b5328336974d30.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-db2f4c546ccb2ecf.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a89630ce27adf584.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4d2811ced7180849.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a7c8c56f1e9fd121.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8577de76b417294a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-10323b5ab37cdd2a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/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-83c9a97bcc0ada2b/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3280 | 2024-01-11T00:12:48.494Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=898dd667a0c14f5d -C extra-filename=-898dd667a0c14f5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a4ba6833457049cd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-be6980d79858a36d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5ada492474534254.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7d3d58bc20b923ff.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-afa3d26cdaac59c9.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1adb49e965ce840f.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4e7cf574ab08229e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-04e2a7d748cde519.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a7946f556a0f1d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f682511d400815c1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7b4f062afb9893cc.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e5fda55841eca3e6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-456fea97f03b5679.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-07cf9d199c5c31e6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6888b81fd7a6bd7e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2ac1b83f4a8d280c.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9c04cc372c502230.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-de584eae1179cc7e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4f35497662110b66.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f1e608b0a129121e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-979d53cd387b3bb4.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bb55998112e46465.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-88e535c09067e9e7.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-4bab5365b6718fc4.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f70fbf9ff1f3227.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f3b5328336974d30.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a1b24fa01d0bc49d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ebb57e97c6f84cfd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1acdbf8e4791723.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-db2f4c546ccb2ecf.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a89630ce27adf584.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98fcc5b2f4664d1d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-96361fea5ee75b08.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7518a8b0a3a705f5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-38996f3bed29b617.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-364859c804c52d02.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-70594a4c8724edd8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ac441130852d3970.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6fee41c8b91e3b2b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4d2811ced7180849.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0ad605307619fb24.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-5b221f594b7792a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8026a25d8b10785a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ae6d5553a02081ed.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-793a9d0e17bea403.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-b1165e23a197da7f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-56b921464271f105.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-22e3fe43ce0ed30d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-fcf112f4a78309bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6a9714dafe5130d1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-10323b5ab37cdd2a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ed1b803b166cf2d1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8cfdc7077dd75e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3281 | 2024-01-11T00:12:52.262Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=05940548f85a2daf -C extra-filename=-05940548f85a2daf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a4ba6833457049cd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-be6980d79858a36d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5ada492474534254.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7d3d58bc20b923ff.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-afa3d26cdaac59c9.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1adb49e965ce840f.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4e7cf574ab08229e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-04e2a7d748cde519.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a7946f556a0f1d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f682511d400815c1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7b4f062afb9893cc.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e5fda55841eca3e6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-456fea97f03b5679.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-07cf9d199c5c31e6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6888b81fd7a6bd7e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2ac1b83f4a8d280c.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9c04cc372c502230.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-de584eae1179cc7e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4f35497662110b66.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f1e608b0a129121e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-979d53cd387b3bb4.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bb55998112e46465.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-88e535c09067e9e7.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-4bab5365b6718fc4.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f70fbf9ff1f3227.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f3b5328336974d30.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a1b24fa01d0bc49d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ebb57e97c6f84cfd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1acdbf8e4791723.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-db2f4c546ccb2ecf.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a89630ce27adf584.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98fcc5b2f4664d1d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-96361fea5ee75b08.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7518a8b0a3a705f5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-38996f3bed29b617.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-364859c804c52d02.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-70594a4c8724edd8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ac441130852d3970.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6fee41c8b91e3b2b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4d2811ced7180849.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0ad605307619fb24.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-5b221f594b7792a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8026a25d8b10785a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ae6d5553a02081ed.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-793a9d0e17bea403.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-b1165e23a197da7f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-56b921464271f105.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-22e3fe43ce0ed30d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-fcf112f4a78309bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6a9714dafe5130d1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-10323b5ab37cdd2a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ed1b803b166cf2d1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8cfdc7077dd75e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3282 | 2024-01-11T00:13:02.532Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0f0af3e215c4d745 -C extra-filename=-0f0af3e215c4d745 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a4ba6833457049cd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-be6980d79858a36d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5ada492474534254.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7d3d58bc20b923ff.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-afa3d26cdaac59c9.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1adb49e965ce840f.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4e7cf574ab08229e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-04e2a7d748cde519.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a7946f556a0f1d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f682511d400815c1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7b4f062afb9893cc.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e5fda55841eca3e6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-456fea97f03b5679.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-07cf9d199c5c31e6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6888b81fd7a6bd7e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2ac1b83f4a8d280c.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9c04cc372c502230.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-de584eae1179cc7e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4f35497662110b66.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f1e608b0a129121e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-979d53cd387b3bb4.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bb55998112e46465.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-88e535c09067e9e7.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-4bab5365b6718fc4.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f70fbf9ff1f3227.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f3b5328336974d30.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a1b24fa01d0bc49d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ebb57e97c6f84cfd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1acdbf8e4791723.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-db2f4c546ccb2ecf.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a89630ce27adf584.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98fcc5b2f4664d1d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-96361fea5ee75b08.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7518a8b0a3a705f5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-38996f3bed29b617.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-364859c804c52d02.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-70594a4c8724edd8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ac441130852d3970.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6fee41c8b91e3b2b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4d2811ced7180849.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0ad605307619fb24.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-5b221f594b7792a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8026a25d8b10785a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ae6d5553a02081ed.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-793a9d0e17bea403.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-b1165e23a197da7f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-56b921464271f105.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-22e3fe43ce0ed30d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-fcf112f4a78309bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6a9714dafe5130d1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-10323b5ab37cdd2a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ed1b803b166cf2d1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8cfdc7077dd75e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3283 | 2024-01-11T00:24:57.940Z | Finished test [unoptimized + debuginfo] target(s) in 34m 10s |
3284 | 2024-01-11T00:24:58.634Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/authz_macros-d92e5decc41ed839` |
3285 | 2024-01-11T00:24:58.656Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstore-450fda0955ee0741` |
3286 | 2024-01-11T00:24:58.656Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_learner-b8caebcef6ecaab7` |
3287 | 2024-01-11T00:24:58.656Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_rack_coordinator-cdac61c56c0e5179` |
3288 | 2024-01-11T00:24:58.656Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstrap_agent_client-240073237df2fa08` |
3289 | 2024-01-11T00:24:58.656Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/caboose_util-f04b1ebad4818a1a` |
3290 | 2024-01-11T00:24:58.656Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/crdb_seed-359cf92c88a212af` |
3291 | 2024-01-11T00:24:58.657Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/db_macros-b6c7f3be08673ae1` |
3292 | 2024-01-11T00:24:58.657Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/ddm_admin_client-ae8e156ce9eca5ea` |
3293 | 2024-01-11T00:24:58.657Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-58a714d7e34646d9` |
3294 | 2024-01-11T00:24:58.657Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/apigen-61c8e12555b9b83d` |
3295 | 2024-01-11T00:24:58.657Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_db_dump-3385dacca18a5727` |
3296 | 2024-01-11T00:24:58.657Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-ba7ac005177553a6` |
3297 | 2024-01-11T00:24:58.657Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dnsadm-bc4fb8b28106c092` |
3298 | 2024-01-11T00:24:58.658Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/basic_test-7731b6e3fc051c16` |
3299 | 2024-01-11T00:24:58.658Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/commands_test-004a306ab2808b2f` |
3300 | 2024-01-11T00:24:58.658Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/openapi_test-5f8cb272078ac3e7` |
3301 | 2024-01-11T00:24:58.658Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_service_client-9d30886fc16f0375` |
3302 | 2024-01-11T00:24:58.658Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dpd_client-f1510c4b41cf9659` |
3303 | 2024-01-11T00:24:58.658Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_cli-3a3e36114f60a7c0` |
3304 | 2024-01-11T00:24:58.658Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_client-e12777bf656fa4e9` |
3305 | 2024-01-11T00:24:58.658Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_test_utils-bdbd954516ba22c2` |
3306 | 2024-01-11T00:24:58.658Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/illumos_utils-c3b9e2c3e5d3801f` |
3307 | 2024-01-11T00:24:58.658Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-10cc2192079064bd` |
3308 | 2024-01-11T00:24:58.658Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-899d94925590a294` |
3309 | 2024-01-11T00:24:58.659Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifact_client-f0f352627265a51b` |
3310 | 2024-01-11T00:24:58.659Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-dec3fdb483c393cd` |
3311 | 2024-01-11T00:24:58.659Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-1b54c1f7e05b713f` |
3312 | 2024-01-11T00:24:58.659Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-bc0ac5353ff99b54` |
3313 | 2024-01-11T00:24:58.659Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_common-d8a1e405549e7140` |
3314 | 2024-01-11T00:24:58.659Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/internal_dns-9ac6386e6bbdf2ba` |
3315 | 2024-01-11T00:24:58.659Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dnswait-0a7c7b4bc7a5b383` |
3316 | 2024-01-11T00:24:58.659Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/ipcc_key_value-0a732799adeba0cb` |
3317 | 2024-01-11T00:24:58.659Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/key_manager-36d60801eddcd56e` |
3318 | 2024-01-11T00:24:58.659Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mg_admin_client-1855c849a1fb1565` |
3319 | 2024-01-11T00:24:58.659Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_client-f5d44806d664468e` |
3320 | 2024-01-11T00:24:58.659Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_model-8c66965b440c0acb` |
3321 | 2024-01-11T00:24:58.660Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_queries-ae6a71edb2c05a48` |
3322 | 2024-01-11T00:24:58.660Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_defaults-d58ec7311adc4c57` |
3323 | 2024-01-11T00:24:58.660Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_inventory-5e98fec701e762a4` |
3324 | 2024-01-11T00:24:58.660Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_types-bd3f465befc52c11` |
3325 | 2024-01-11T00:24:58.661Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_certificates-2a926cb4f1b1fe26` |
3326 | 2024-01-11T00:24:58.661Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_common-d50b990ffd869cc8` |
3327 | 2024-01-11T00:24:58.661Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/thing_flinger-54e6126bf61e48fe` |
3328 | 2024-01-11T00:24:58.661Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_dev-78e79d4d4ea74d56` |
3329 | 2024-01-11T00:24:58.661Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_omicron_dev-49834ff88317b633` |
3330 | 2024-01-11T00:24:58.661Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_gateway-f5125be57ec7da54` |
3331 | 2024-01-11T00:24:58.662Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mgs-42ac22731a8b703a` |
3332 | 2024-01-11T00:24:58.662Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-eda76bc08760ae6a` |
3333 | 2024-01-11T00:24:58.662Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-98803104aeedb806` |
3334 | 2024-01-11T00:24:58.662Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus-0f0af3e215c4d745` |
3335 | 2024-01-11T00:24:58.662Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/schema_updater-898dd667a0c14f5d` |
3336 | 2024-01-11T00:24:58.662Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-05940548f85a2daf` |
3337 | 2024-01-11T00:24:58.662Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omdb-ceb5ec16e30f28f4` |
3338 | 2024-01-11T00:24:58.662Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all_output-27221c86d49ce5f5` |
3339 | 2024-01-11T00:24:58.662Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-f9b5e05b895ce1d1` |
3340 | 2024-01-11T00:24:58.662Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-beb59975b5e10a9d` |
3341 | 2024-01-11T00:24:58.663Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_passwords-fbab9dac7d810d82` |
3342 | 2024-01-11T00:24:58.663Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_rpaths-ea5fc23cc7ac019f` |
3343 | 2024-01-11T00:24:58.663Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_sled_agent-c5c2da4cd4ce308c` |
3344 | 2024-01-11T00:24:58.664Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/services_ledger_check_migrate-4565c91c62868e46` |
3345 | 2024-01-11T00:24:58.664Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent-1d82c0449ea5ac62` |
3346 | 2024-01-11T00:24:58.664Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_sim-27fa0cdff995968c` |
3347 | 2024-01-11T00:24:58.664Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/zone_bundle-3f39d9e14781ed74` |
3348 | 2024-01-11T00:24:58.664Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-b29d2e7f7301289d` |
3349 | 2024-01-11T00:24:58.664Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_test_utils-236999f370991ef5` |
3350 | 2024-01-11T00:24:58.664Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oxide_client-e89fa1e2f700cf95` |
3351 | 2024-01-11T00:24:58.664Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-0a1b51e934578c19` |
3352 | 2024-01-11T00:24:58.664Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_compilation-b65753c2822f1cc7` |
3353 | 2024-01-11T00:24:58.664Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_client-81ea496958e93e25` |
3354 | 2024-01-11T00:24:58.664Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_collector-6dd6e4b5aeb10614` |
3355 | 2024-01-11T00:24:58.664Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/clickhouse_schema_updater-8cc0480ee242e2d2` |
3356 | 2024-01-11T00:24:58.664Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-c8dd8d9c6764990a` |
3357 | 2024-01-11T00:24:58.664Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_commands-ac20ed18897d06b8` |
3358 | 2024-01-11T00:24:58.664Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_db-9a88fba9a20b1e64` |
3359 | 2024-01-11T00:24:58.664Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oxdb-3a56024266a4e7f9` |
3360 | 2024-01-11T00:24:58.666Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_instruments-a814831fe780e265` |
3361 | 2024-01-11T00:24:58.666Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_macro_impl-b1a21b735e71d270` |
3362 | 2024-01-11T00:24:58.666Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_producer-fed8ef0118358bfc` |
3363 | 2024-01-11T00:24:58.666Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_client-9237230788d52a8b` |
3364 | 2024-01-11T00:24:58.666Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_hardware-241dedbb3cd65bb1` |
3365 | 2024-01-11T00:24:58.666Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_storage-430c029212239e4d` |
3366 | 2024-01-11T00:24:58.667Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-8daa0136d7bb989e` |
3367 | 2024-01-11T00:24:58.667Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-d712e330a1c7c4ff` |
3368 | 2024-01-11T00:24:58.667Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-bfff167e0c6119f9` |
3369 | 2024-01-11T00:24:58.667Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-de8f24761c233436` |
3370 | 2024-01-11T00:24:58.667Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/integration_tests-e8613b9d1de8d893` |
3371 | 2024-01-11T00:24:58.667Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/manifest_tests-1fb284c9c4feb3eb` |
3372 | 2024-01-11T00:24:58.667Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous_lib-6491ece2942b8750` |
3373 | 2024-01-11T00:24:58.667Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/update_common-482c563161fbe942` |
3374 | 2024-01-11T00:24:58.667Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/update_engine-6306eed651f4a3a6` |
3375 | 2024-01-11T00:24:58.667Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-68f66c90bb059750` |
3376 | 2024-01-11T00:24:58.667Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-d2af35dcbe0250f3` |
3377 | 2024-01-11T00:24:58.667Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-f0be289fb995ad57` |
3378 | 2024-01-11T00:24:58.667Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_common-16c8d82bce7689f1` |
3379 | 2024-01-11T00:24:58.667Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-abd8cb468772039f` |
3380 | 2024-01-11T00:24:58.668Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-cdaa1749295202f4` |
3381 | 2024-01-11T00:24:58.668Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg_server-6210c16758e1d104` |
3382 | 2024-01-11T00:24:58.668Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-be85db44ff22b702` |
3383 | 2024-01-11T00:24:58.668Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-f021925b7c85e087` |
3384 | 2024-01-11T00:24:58.668Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-26862bcb45c242b0` |
3385 | 2024-01-11T00:24:58.674Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd_client-ee1b2f012afa83b0` |
3386 | 2024-01-11T00:24:58.930Z | |
3387 | 2024-01-11T00:24:58.938Z | real 34:12.462224387 |
3388 | 2024-01-11T00:24:58.938Z | user 3:12:45.495477178 |
3389 | 2024-01-11T00:24:58.939Z | sys 19:59.315511124 |
3390 | 2024-01-11T00:24:58.940Z | trap 9.440341827 |
3391 | 2024-01-11T00:24:58.941Z | tflt 7.757906780 |
3392 | 2024-01-11T00:24:58.941Z | dflt 1:08.807777747 |
3393 | 2024-01-11T00:24:58.941Z | kflt 0.033316518 |
3394 | 2024-01-11T00:24:58.941Z | lock 6:51:36.768539753 |
3395 | 2024-01-11T00:24:58.941Z | slp 12:12:13.371072685 |
3396 | 2024-01-11T00:24:58.941Z | lat 5:28.189015582 |
3397 | 2024-01-11T00:24:58.941Z | stop 5:55.857151480 |
3398 | 2024-01-11T00:25:00.927Z | |
3399 | 2024-01-11T00:25:00.927Z | ##### ###### #### ##### |
3400 | 2024-01-11T00:25:00.927Z | # # # # |
3401 | 2024-01-11T00:25:00.927Z | # ##### #### # |
3402 | 2024-01-11T00:25:00.927Z | # # # # |
3403 | 2024-01-11T00:25:00.927Z | # # # # # |
3404 | 2024-01-11T00:25:00.927Z | # ###### #### # |
3405 | 2024-01-11T00:25:00.927Z | |
3406 | 2024-01-11T00:25:01.932Z | Downloading crates ... |
3407 | 2024-01-11T00:25:03.221Z | Downloaded rdrand v0.4.0 |
3408 | 2024-01-11T00:25:03.228Z | Downloaded errno-dragonfly v0.1.2 |
3409 | 2024-01-11T00:25:03.236Z | Downloaded redox_users v0.4.3 |
3410 | 2024-01-11T00:25:03.236Z | Downloaded rfc6979 v0.4.0 |
3411 | 2024-01-11T00:25:03.237Z | Downloaded clipboard-win v4.5.0 |
3412 | 2024-01-11T00:25:03.237Z | Downloaded system-configuration-sys v0.5.0 |
3413 | 2024-01-11T00:25:03.245Z | Downloaded wasm-bindgen-shared v0.2.87 |
3414 | 2024-01-11T00:25:03.246Z | Downloaded aes v0.8.3 |
3415 | 2024-01-11T00:25:03.255Z | Downloaded windows-targets v0.48.5 |
3416 | 2024-01-11T00:25:03.255Z | Downloaded russh-cryptovec v0.7.0 |
3417 | 2024-01-11T00:25:03.255Z | Downloaded error-code v2.3.1 |
3418 | 2024-01-11T00:25:03.256Z | Downloaded wasm-bindgen-backend v0.2.87 |
3419 | 2024-01-11T00:25:03.256Z | Downloaded wasm-bindgen-macro v0.2.87 |
3420 | 2024-01-11T00:25:03.266Z | Downloaded hermit-abi v0.3.2 |
3421 | 2024-01-11T00:25:03.266Z | Downloaded security-framework-sys v2.9.1 |
3422 | 2024-01-11T00:25:03.277Z | Downloaded core-foundation-sys v0.8.4 |
3423 | 2024-01-11T00:25:03.277Z | Downloaded wasm-bindgen-macro-support v0.2.87 |
3424 | 2024-01-11T00:25:03.277Z | Downloaded schannel v0.1.22 |
3425 | 2024-01-11T00:25:03.284Z | Downloaded blowfish v0.9.1 |
3426 | 2024-01-11T00:25:03.285Z | Downloaded polyval v0.6.1 |
3427 | 2024-01-11T00:25:03.285Z | Downloaded primeorder v0.13.6 |
3428 | 2024-01-11T00:25:03.306Z | Downloaded redox_syscall v0.2.16 |
3429 | 2024-01-11T00:25:03.306Z | Downloaded p256 v0.13.2 |
3430 | 2024-01-11T00:25:03.321Z | Downloaded android-tzdata v0.1.1 |
3431 | 2024-01-11T00:25:03.322Z | Downloaded rand_core v0.5.1 |
3432 | 2024-01-11T00:25:03.322Z | Downloaded encode_unicode v0.3.6 |
3433 | 2024-01-11T00:25:03.322Z | Downloaded iana-time-zone-haiku v0.1.2 |
3434 | 2024-01-11T00:25:03.322Z | Downloaded ghash v0.5.0 |
3435 | 2024-01-11T00:25:03.322Z | Downloaded windows-targets v0.52.0 |
3436 | 2024-01-11T00:25:03.322Z | Downloaded windows-targets v0.42.2 |
3437 | 2024-01-11T00:25:03.322Z | Downloaded aes-gcm v0.10.3 |
3438 | 2024-01-11T00:25:03.355Z | Downloaded option-ext v0.2.0 |
3439 | 2024-01-11T00:25:03.356Z | Downloaded ipconfig v0.3.2 |
3440 | 2024-01-11T00:25:03.356Z | Downloaded fuchsia-cprng v0.1.1 |
3441 | 2024-01-11T00:25:03.356Z | Downloaded md5 v0.7.0 |
3442 | 2024-01-11T00:25:03.356Z | Downloaded dirs v5.0.1 |
3443 | 2024-01-11T00:25:03.356Z | Downloaded str-buf v1.0.6 |
3444 | 2024-01-11T00:25:03.373Z | Downloaded android_system_properties v0.1.5 |
3445 | 2024-01-11T00:25:03.373Z | Downloaded rand_core v0.4.2 |
3446 | 2024-01-11T00:25:03.374Z | Downloaded crossterm_winapi v0.9.1 |
3447 | 2024-01-11T00:25:03.374Z | Downloaded wasm-streams v0.3.0 |
3448 | 2024-01-11T00:25:03.374Z | Downloaded dirs-sys v0.4.1 |
3449 | 2024-01-11T00:25:03.374Z | Downloaded wasm-bindgen-futures v0.4.37 |
3450 | 2024-01-11T00:25:03.374Z | Downloaded anstyle-wincon v2.1.0 |
3451 | 2024-01-11T00:25:03.375Z | Downloaded hermit-abi v0.1.19 |
3452 | 2024-01-11T00:25:03.375Z | Downloaded cargo_toml v0.17.0 |
3453 | 2024-01-11T00:25:03.375Z | Downloaded atomic-polyfill v0.1.11 |
3454 | 2024-01-11T00:25:03.375Z | Downloaded critical-section v1.1.2 |
3455 | 2024-01-11T00:25:03.383Z | Downloaded fs2 v0.4.3 |
3456 | 2024-01-11T00:25:03.383Z | Downloaded ctr v0.9.2 |
3457 | 2024-01-11T00:25:03.384Z | Downloaded pbkdf2 v0.11.0 |
3458 | 2024-01-11T00:25:03.384Z | Downloaded pbkdf2 v0.12.2 |
3459 | 2024-01-11T00:25:03.384Z | Downloaded cbc v0.1.2 |
3460 | 2024-01-11T00:25:03.394Z | Downloaded bcrypt-pbkdf v0.10.0 |
3461 | 2024-01-11T00:25:03.394Z | Downloaded rand_core v0.3.1 |
3462 | 2024-01-11T00:25:03.394Z | Downloaded windows_x86_64_gnullvm v0.48.5 |
3463 | 2024-01-11T00:25:03.407Z | Downloaded rand_hc v0.2.0 |
3464 | 2024-01-11T00:25:03.415Z | Downloaded ed25519 v2.2.2 |
3465 | 2024-01-11T00:25:03.430Z | Downloaded redox_syscall v0.4.1 |
3466 | 2024-01-11T00:25:03.430Z | Downloaded password-hash v0.4.2 |
3467 | 2024-01-11T00:25:03.443Z | Downloaded getrandom v0.1.16 |
3468 | 2024-01-11T00:25:03.444Z | Downloaded wasi v0.11.0+wasi-snapshot-preview1 |
3469 | 2024-01-11T00:25:03.444Z | Downloaded redox_syscall v0.3.5 |
3470 | 2024-01-11T00:25:03.451Z | Downloaded winreg v0.50.0 |
3471 | 2024-01-11T00:25:03.451Z | Downloaded russh v0.40.2 |
3472 | 2024-01-11T00:25:03.458Z | Downloaded russh-keys v0.40.1 |
3473 | 2024-01-11T00:25:03.458Z | Downloaded rand_chacha v0.2.2 |
3474 | 2024-01-11T00:25:03.465Z | Downloaded core-foundation v0.9.3 |
3475 | 2024-01-11T00:25:03.470Z | Downloaded windows_i686_msvc v0.42.2 |
3476 | 2024-01-11T00:25:03.502Z | Downloaded wasi v0.9.0+wasi-snapshot-preview1 |
3477 | 2024-01-11T00:25:03.513Z | Downloaded system-configuration v0.5.1 |
3478 | 2024-01-11T00:25:03.513Z | Downloaded ecdsa v0.16.9 |
3479 | 2024-01-11T00:25:03.513Z | Downloaded windows_i686_gnu v0.48.5 |
3480 | 2024-01-11T00:25:03.564Z | Downloaded widestring v1.0.2 |
3481 | 2024-01-11T00:25:03.578Z | Downloaded windows_i686_msvc v0.52.0 |
3482 | 2024-01-11T00:25:03.587Z | Downloaded windows_i686_msvc v0.48.5 |
3483 | 2024-01-11T00:25:03.610Z | Downloaded ed25519-dalek v2.0.0 |
3484 | 2024-01-11T00:25:03.623Z | Downloaded js-sys v0.3.64 |
3485 | 2024-01-11T00:25:03.629Z | Downloaded bumpalo v3.13.0 |
3486 | 2024-01-11T00:25:03.629Z | Downloaded winapi-util v0.1.5 |
3487 | 2024-01-11T00:25:03.638Z | Downloaded security-framework v2.9.2 |
3488 | 2024-01-11T00:25:03.686Z | Downloaded rand v0.7.3 |
3489 | 2024-01-11T00:25:03.745Z | Downloaded wasm-bindgen v0.2.87 |
3490 | 2024-01-11T00:25:04.200Z | Downloaded windows_aarch64_gnullvm v0.42.2 |
3491 | 2024-01-11T00:25:04.227Z | Downloaded windows_x86_64_gnullvm v0.42.2 |
3492 | 2024-01-11T00:25:04.351Z | Downloaded windows_aarch64_gnullvm v0.48.5 |
3493 | 2024-01-11T00:25:04.370Z | Downloaded windows_aarch64_gnullvm v0.52.0 |
3494 | 2024-01-11T00:25:04.385Z | Downloaded windows_x86_64_gnullvm v0.52.0 |
3495 | 2024-01-11T00:25:04.427Z | Downloaded fiat-crypto v0.2.1 |
3496 | 2024-01-11T00:25:04.746Z | Downloaded windows_aarch64_msvc v0.42.2 |
3497 | 2024-01-11T00:25:04.777Z | Downloaded windows_x86_64_msvc v0.42.2 |
3498 | 2024-01-11T00:25:04.802Z | Downloaded windows_x86_64_gnu v0.42.2 |
3499 | 2024-01-11T00:25:04.872Z | Downloaded windows_i686_gnu v0.42.2 |
3500 | 2024-01-11T00:25:04.950Z | Downloaded web-sys v0.3.64 |
3501 | 2024-01-11T00:25:05.222Z | Downloaded windows_aarch64_msvc v0.52.0 |
3502 | 2024-01-11T00:25:05.229Z | Downloaded windows_x86_64_gnu v0.48.5 |
3503 | 2024-01-11T00:25:05.262Z | Downloaded windows_x86_64_gnu v0.52.0 |
3504 | 2024-01-11T00:25:05.304Z | Downloaded windows_x86_64_msvc v0.48.5 |
3505 | 2024-01-11T00:25:05.349Z | Downloaded windows_i686_gnu v0.52.0 |
3506 | 2024-01-11T00:25:05.374Z | Downloaded windows_x86_64_msvc v0.52.0 |
3507 | 2024-01-11T00:25:05.580Z | Downloaded windows_aarch64_msvc v0.48.5 |
3508 | 2024-01-11T00:25:05.596Z | Downloaded linux-raw-sys v0.3.8 |
3509 | 2024-01-11T00:25:05.596Z | Downloaded winapi v0.3.9 |
3510 | 2024-01-11T00:25:05.774Z | Downloaded linux-raw-sys v0.4.11 |
3511 | 2024-01-11T00:25:06.402Z | Downloaded windows-sys v0.52.0 |
3512 | 2024-01-11T00:25:06.540Z | Downloaded windows-sys v0.48.0 |
3513 | 2024-01-11T00:25:06.705Z | Downloaded winapi-i686-pc-windows-gnu v0.4.0 |
3514 | 2024-01-11T00:25:06.982Z | Downloaded windows-sys v0.45.0 |
3515 | 2024-01-11T00:25:07.145Z | Downloaded winapi-x86_64-pc-windows-gnu v0.4.0 |
3516 | 2024-01-11T00:25:08.126Z | Downloaded windows v0.48.0 |
3517 | 2024-01-11T00:25:09.220Z | info: experimental features enabled: setup-scripts |
3518 | 2024-01-11T00:25:10.966Z | Finished test [unoptimized + debuginfo] target(s) in 1.72s |
3519 | 2024-01-11T00:25:12.880Z | Starting 1013 tests across 102 binaries (3 skipped) |
3520 | 2024-01-11T00:25:12.899Z | SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test |
3521 | 2024-01-11T00:25:13.715Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
3522 | 2024-01-11T00:25:26.707Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3523 | 2024-01-11T00:25:29.629Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3524 | 2024-01-11T00:25:41.883Z | Finished test [unoptimized + debuginfo] target(s) in 28.92s |
3525 | 2024-01-11T00:25:41.927Z | Running `target/debug/crdb-seed` |
3526 | 2024-01-11T00:25:41.961Z | Jan 11 00:25:42.045 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmp1fiS9W |
3527 | 2024-01-11T00:25:41.965Z | Jan 11 00:25:42.046 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpaXpZfo,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmp1fiS9W/listen-url |
3528 | 2024-01-11T00:25:41.965Z | Jan 11 00:25:42.048 INFO cockroach environment: BUILDOMAT_JOB_ID=01HKTW95CB0ZKQN006VFD475H8 BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CI=true GITHUB_BRANCH=alan/crucible-new-new GITHUB_REF=refs/heads/alan/crucible-new-new GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=88154ff2f27554905ce54592cba889ca798defa8 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-0363be87c905e536/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out:/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out:/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out:/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-env3LaDBp NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out:/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out:/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=79c5ee6a-060d-4b8f-86fc-7ac6494d824b 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.1-x86_64-unknown-illumos RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime |
3529 | 2024-01-11T00:25:43.456Z | Jan 11 00:25:43.534 INFO cockroach pid: 3900 |
3530 | 2024-01-11T00:25:43.457Z | Jan 11 00:25:43.534 INFO cockroach listen URL: postgresql://root@[::1]:63659/omicron?sslmode=disable |
3531 | 2024-01-11T00:25:43.457Z | Jan 11 00:25:43.534 INFO cockroach: populating |
3532 | 2024-01-11T00:25:45.908Z | Jan 11 00:25:45.992 INFO cockroach: populated |
3533 | 2024-01-11T00:25:48.553Z | Jan 11 00:25:48.633 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/c4bcffac6e47230815228a665f7318f09a8e475762ca64bf442efe56ef9975f5.tar` |
3534 | 2024-01-11T00:25:48.565Z | SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test |
3535 | 2024-01-11T00:25:48.650Z | PASS [ 0.047s] authz-macros tests::test_authz_dump |
3536 | 2024-01-11T00:25:48.650Z | PASS [ 0.041s] bootstore schemes::tests::hello_roundtrip |
3537 | 2024-01-11T00:25:48.650Z | PASS [ 0.035s] bootstore schemes::v0::share_pkg::tests::create_packages |
3538 | 2024-01-11T00:25:48.671Z | PASS [ 0.037s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares |
3539 | 2024-01-11T00:25:48.671Z | PASS [ 0.043s] bootstore trust_quorum::rack_secret::tests::create_and_verify |
3540 | 2024-01-11T00:25:48.671Z | PASS [ 0.033s] db-macros tests::test_derive_metadata_identity_fails_for_enums |
3541 | 2024-01-11T00:25:48.671Z | PASS [ 0.025s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type |
3542 | 2024-01-11T00:25:48.688Z | PASS [ 0.030s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity |
3543 | 2024-01-11T00:25:48.688Z | PASS [ 0.029s] db-macros tests::test_derive_metadata_identity_fails_without_table_name |
3544 | 2024-01-11T00:25:48.688Z | PASS [ 0.026s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles |
3545 | 2024-01-11T00:25:48.706Z | PASS [ 0.106s] bootstore schemes::v0::peer::tests::network_config |
3546 | 2024-01-11T00:25:48.916Z | PASS [ 0.249s] dns-server storage::test::test_update_in_progress |
3547 | 2024-01-11T00:25:48.931Z | PASS [ 0.259s] dns-server storage::test::test_update_interrupted |
3548 | 2024-01-11T00:25:48.984Z | PASS [ 0.281s] dns-server storage::test::test_update_basic |
3549 | 2024-01-11T00:25:49.326Z | PASS [ 0.648s] dns-server::basic_test a_crud |
3550 | 2024-01-11T00:25:49.333Z | PASS [ 0.422s] dns-server::basic_test empty_record |
3551 | 2024-01-11T00:25:49.346Z | PASS [ 0.412s] dns-server::basic_test multi_record_crud |
3552 | 2024-01-11T00:25:49.347Z | PASS [ 0.656s] dns-server::basic_test aaaa_crud |
3553 | 2024-01-11T00:25:49.392Z | PASS [ 0.454s] dns-server::basic_test name_contains_zone |
3554 | 2024-01-11T00:25:49.598Z | PASS [ 0.204s] dns-server::openapi_test test_dns_server_openapi |
3555 | 2024-01-11T00:25:49.635Z | PASS [ 0.301s] dns-server::basic_test servfail |
3556 | 2024-01-11T00:25:49.684Z | PASS [ 0.044s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping |
3557 | 2024-01-11T00:25:49.691Z | PASS [ 0.094s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules |
3558 | 2024-01-11T00:25:49.756Z | PASS [ 0.065s] illumos-utils destructor::test::test_delayed_delete |
3559 | 2024-01-11T00:25:49.769Z | PASS [ 1.195s] bootstore schemes::v0::peer::tests::basic_3_nodes |
3560 | 2024-01-11T00:25:49.782Z | PASS [ 0.034s] illumos-utils destructor::test::test_destructor_bad_close |
3561 | 2024-01-11T00:25:49.798Z | PASS [ 0.029s] illumos-utils link::test::test_allocate |
3562 | 2024-01-11T00:25:49.812Z | PASS [ 0.032s] illumos-utils link::test::test_allocate_within_scopes |
3563 | 2024-01-11T00:25:49.826Z | PASS [ 0.028s] illumos-utils running_zone::tests::test_is_oxide_smf_log_file |
3564 | 2024-01-11T00:25:49.838Z | PASS [ 0.026s] illumos-utils running_zone::tests::test_is_oxide_smf_service |
3565 | 2024-01-11T00:25:49.860Z | PASS [ 0.032s] illumos-utils zone::tests::test_parse_ip_network |
3566 | 2024-01-11T00:25:49.870Z | PASS [ 0.542s] dns-server::basic_test nxdomain |
3567 | 2024-01-11T00:25:49.883Z | PASS [ 0.535s] dns-server::basic_test srv_crud |
3568 | 2024-01-11T00:25:49.883Z | PASS [ 0.038s] illumos-utils zpool::test::test_parse_bad_zpool_names |
3569 | 2024-01-11T00:25:49.890Z | PASS [ 0.033s] illumos-utils zpool::test::test_parse_external_zpool_name |
3570 | 2024-01-11T00:25:49.902Z | PASS [ 0.030s] illumos-utils zpool::test::test_parse_internal_zpool_name |
3571 | 2024-01-11T00:25:49.910Z | PASS [ 0.029s] illumos-utils zpool::test::test_parse_zpool |
3572 | 2024-01-11T00:25:49.919Z | PASS [ 0.030s] illumos-utils zpool::test::test_parse_zpool_missing_column |
3573 | 2024-01-11T00:25:49.927Z | PASS [ 0.030s] illumos-utils zpool::test::test_parse_zpool_name_json |
3574 | 2024-01-11T00:25:49.935Z | PASS [ 0.032s] illumos-utils zpool::test::test_zpool_name_regex |
3575 | 2024-01-11T00:25:50.104Z | PASS [ 0.167s] installinator-common block_size_writer::tests::proptest_block_writer |
3576 | 2024-01-11T00:25:50.128Z | PASS [ 0.030s] internal-dns config::test::display_hosts |
3577 | 2024-01-11T00:25:50.158Z | PASS [ 0.027s] internal-dns config::test::display_srv_service |
3578 | 2024-01-11T00:25:50.202Z | PASS [ 0.042s] internal-dns config::test::test_builder_errors |
3579 | 2024-01-11T00:25:50.255Z | PASS [ 0.060s] internal-dns config::test::test_builder_output |
3580 | 2024-01-11T00:25:50.527Z | PASS [ 0.836s] illumos-utils destructor::test::test_delayed_delete_with_error |
3581 | 2024-01-11T00:25:50.752Z | PASS [ 0.812s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi |
3582 | 2024-01-11T00:25:51.079Z | PASS [ 0.526s] internal-dns resolver::test::insert_and_lookup_one_record |
3583 | 2024-01-11T00:25:51.158Z | PASS [ 0.425s] internal-dns resolver::test::lookup_nonexistent_record_fails |
3584 | 2024-01-11T00:25:51.175Z | PASS [ 0.910s] internal-dns resolver::test::insert_and_lookup_multiple_records |
3585 | 2024-01-11T00:25:51.915Z | PASS [ 0.754s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client |
3586 | 2024-01-11T00:25:51.926Z | PASS [ 0.866s] internal-dns resolver::test::resolver_can_access_backup_dns_server |
3587 | 2024-01-11T00:25:51.949Z | PASS [ 0.030s] ipcc-key-value tests::deserialize_fixed_value |
3588 | 2024-01-11T00:25:52.041Z | PASS [ 0.081s] ipcc-key-value tests::installinator_image_id_round_trip |
3589 | 2024-01-11T00:25:52.100Z | PASS [ 0.921s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets |
3590 | 2024-01-11T00:25:52.135Z | PASS [ 0.094s] ipcc-key-value tests::serialized_size |
3591 | 2024-01-11T00:25:52.148Z | PASS [ 0.062s] key-manager tests::different_disks_produce_different_keys |
3592 | 2024-01-11T00:25:52.166Z | PASS [ 0.032s] key-manager tests::different_ikm_produces_different_keys |
3593 | 2024-01-11T00:25:52.179Z | PASS [ 0.031s] key-manager tests::disk_encryption_key_epoch_0 |
3594 | 2024-01-11T00:25:52.197Z | PASS [ 0.031s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch |
3595 | 2024-01-11T00:25:52.211Z | PASS [ 0.032s] nexus-db-model bytecount::test::test_bytecount_i64_conversions |
3596 | 2024-01-11T00:25:52.226Z | PASS [ 0.039s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count |
3597 | 2024-01-11T00:25:52.262Z | PASS [ 0.036s] nexus-db-model role_assignment::tests::test_role_assignment_from_database |
3598 | 2024-01-11T00:25:52.326Z | PASS [ 0.036s] nexus-db-model semver_version::test::test_to_from_sortable_string |
3599 | 2024-01-11T00:25:52.358Z | PASS [ 0.032s] nexus-db-model tests::test_ip_subnet_check_requestable_address |
3600 | 2024-01-11T00:25:52.358Z | PASS [ 0.128s] nexus-db-model device_auth::test::test_generate_user_code |
3601 | 2024-01-11T00:25:52.366Z | PASS [ 0.031s] nexus-db-model tests::test_ipv6_net_random_subnet |
3602 | 2024-01-11T00:25:52.379Z | PASS [ 0.034s] nexus-db-model tests::test_roles_database_strings |
3603 | 2024-01-11T00:25:52.401Z | PASS [ 0.032s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr |
3604 | 2024-01-11T00:25:52.439Z | PASS [ 0.056s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_empty_headers |
3605 | 2024-01-11T00:25:52.458Z | PASS [ 0.060s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_ignore_other_headers |
3606 | 2024-01-11T00:25:52.487Z | PASS [ 0.048s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_one_cookie |
3607 | 2024-01-11T00:25:52.497Z | PASS [ 0.578s] internal-dns resolver::test::update_record |
3608 | 2024-01-11T00:25:52.505Z | PASS [ 0.046s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers |
3609 | 2024-01-11T00:25:52.521Z | PASS [ 0.045s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name |
3610 | 2024-01-11T00:25:52.535Z | PASS [ 0.046s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookies |
3611 | 2024-01-11T00:25:52.582Z | PASS [ 0.082s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_absolute |
3612 | 2024-01-11T00:25:52.588Z | PASS [ 0.054s] nexus-db-queries authn::external::session_cookie::test::test_garbage_cookie |
3613 | 2024-01-11T00:25:52.602Z | PASS [ 0.074s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_idle |
3614 | 2024-01-11T00:25:52.631Z | PASS [ 0.049s] nexus-db-queries authn::external::session_cookie::test::test_get_token |
3615 | 2024-01-11T00:25:52.642Z | PASS [ 0.049s] nexus-db-queries authn::external::session_cookie::test::test_get_token_no_header |
3616 | 2024-01-11T00:25:52.677Z | PASS [ 0.051s] nexus-db-queries authn::external::session_cookie::test::test_get_token_other_cookie_present |
3617 | 2024-01-11T00:25:52.682Z | PASS [ 0.052s] nexus-db-queries authn::external::session_cookie::test::test_missing_cookie |
3618 | 2024-01-11T00:25:52.692Z | PASS [ 0.051s] nexus-db-queries authn::external::session_cookie::test::test_other_cookie |
3619 | 2024-01-11T00:25:52.716Z | PASS [ 0.049s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value |
3620 | 2024-01-11T00:25:52.724Z | PASS [ 0.043s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value_error |
3621 | 2024-01-11T00:25:52.754Z | PASS [ 0.045s] nexus-db-queries authn::external::spoof::test::test_make_header_value |
3622 | 2024-01-11T00:25:52.767Z | PASS [ 0.059s] nexus-db-queries authn::external::session_cookie::test::test_valid_cookie |
3623 | 2024-01-11T00:25:52.776Z | PASS [ 0.042s] nexus-db-queries authn::external::spoof::test::test_make_header_value_raw |
3624 | 2024-01-11T00:25:52.789Z | PASS [ 0.039s] nexus-db-queries authn::external::spoof::test::test_spoof_header_missing |
3625 | 2024-01-11T00:25:52.797Z | PASS [ 0.056s] nexus-db-queries authn::external::spoof::test::test_spoof_header_bad_uuids |
3626 | 2024-01-11T00:25:52.807Z | PASS [ 0.040s] nexus-db-queries authn::external::spoof::test::test_spoof_header_valid |
3627 | 2024-01-11T00:25:52.838Z | PASS [ 0.049s] nexus-db-queries authn::external::spoof::test::test_spoof_reserved_values |
3628 | 2024-01-11T00:25:52.851Z | PASS [ 0.052s] nexus-db-queries authn::external::test::test_authn_sequence |
3629 | 2024-01-11T00:25:52.856Z | PASS [ 0.051s] nexus-db-queries authn::external::token::test::test_make_header_value |
3630 | 2024-01-11T00:25:52.892Z | PASS [ 0.054s] nexus-db-queries authn::external::token::test::test_token_header_bad_utf8 |
3631 | 2024-01-11T00:25:52.931Z | PASS [ 0.042s] nexus-db-queries authn::external::token::test::test_token_header_valid |
3632 | 2024-01-11T00:25:52.932Z | PASS [ 0.050s] nexus-db-queries authn::external::token::test::test_token_header_missing |
3633 | 2024-01-11T00:25:52.956Z | PASS [ 0.052s] nexus-db-queries authn::test::test_internal_users |
3634 | 2024-01-11T00:25:52.977Z | PASS [ 0.068s] nexus-db-queries authz::oso_generic::test::test_duplicate_polar_classes |
3635 | 2024-01-11T00:25:53.702Z | PASS [ 4.341s] dns-server::commands_test test_dnsadm |
3636 | 2024-01-11T00:26:00.637Z | PASS [ 7.728s] nexus-db-queries authz::context::test::test_unregistered_resource |
3637 | 2024-01-11T00:26:01.122Z | PASS [ 7.432s] nexus-db-queries context::test::test_background_context |
3638 | 2024-01-11T00:26:09.561Z | PASS [ 16.617s] nexus-db-queries authz::policy_test::test_conferred_roles |
3639 | 2024-01-11T00:26:09.774Z | PASS [ 19.838s] installinator mock_peers::tests::proptest_fetch_artifact |
3640 | 2024-01-11T00:26:10.941Z | PASS [ 10.304s] nexus-db-queries context::test::test_child_context |
3641 | 2024-01-11T00:26:11.778Z | PASS [ 10.655s] nexus-db-queries context::test::test_test_context |
3642 | 2024-01-11T00:26:15.580Z | PASS [ 25.669s] installinator write::tests::proptest_write_artifact |
3643 | 2024-01-11T00:26:19.128Z | PASS [ 9.387s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails |
3644 | 2024-01-11T00:26:19.514Z | PASS [ 9.945s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails |
3645 | 2024-01-11T00:26:20.457Z | PASS [ 9.511s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails |
3646 | 2024-01-11T00:26:21.010Z | PASS [ 9.233s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails |
3647 | 2024-01-11T00:26:25.366Z | PASS [ 9.706s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times |
3648 | 2024-01-11T00:26:28.141Z | PASS [ 9.005s] nexus-db-queries db::collection_attach::test::test_attach_once |
3649 | 2024-01-11T00:26:28.202Z | PASS [ 0.052s] nexus-db-queries db::collection_attach::test::test_verify_query |
3650 | 2024-01-11T00:26:29.525Z | PASS [ 10.019s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous |
3651 | 2024-01-11T00:26:30.115Z | PASS [ 9.107s] nexus-db-queries db::collection_attach::test::test_attach_with_filters |
3652 | 2024-01-11T00:26:30.492Z | PASS [ 10.048s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached |
3653 | 2024-01-11T00:26:34.887Z | PASS [ 9.602s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter |
3654 | 2024-01-11T00:26:37.090Z | PASS [ 8.899s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails |
3655 | 2024-01-11T00:26:38.409Z | PASS [ 8.875s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails |
3656 | 2024-01-11T00:26:38.444Z | PASS [ 0.045s] nexus-db-queries db::collection_detach::test::test_verify_query |
3657 | 2024-01-11T00:26:38.655Z | PASS [ 8.540s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails |
3658 | 2024-01-11T00:26:39.867Z | PASS [ 9.379s] nexus-db-queries db::collection_detach::test::test_detach_once |
3659 | 2024-01-11T00:26:40.004Z | PASS [ 47.033s] nexus-db-queries authz::policy_test::test_iam_roles_behavior |
3660 | 2024-01-11T00:26:41.837Z | PASS [ 6.949s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached |
3661 | 2024-01-11T00:26:43.359Z | PASS [ 6.277s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter |
3662 | 2024-01-11T00:26:44.985Z | PASS [ 6.537s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource |
3663 | 2024-01-11T00:26:45.167Z | PASS [ 6.511s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection |
3664 | 2024-01-11T00:26:46.277Z | PASS [ 6.270s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails |
3665 | 2024-01-11T00:26:46.330Z | PASS [ 0.046s] nexus-db-queries db::collection_detach_many::test::test_verify_query |
3666 | 2024-01-11T00:26:46.352Z | PASS [ 6.469s] nexus-db-queries db::collection_detach_many::test::test_detach_many |
3667 | 2024-01-11T00:26:47.932Z | PASS [ 6.086s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds |
3668 | 2024-01-11T00:26:47.990Z | PASS [ 0.065s] nexus-db-queries db::collection_insert::test::test_verify_query |
3669 | 2024-01-11T00:26:48.040Z | PASS [ 0.052s] nexus-db-queries db::column_walker::test::test_walk_columns |
3670 | 2024-01-11T00:26:48.129Z | PASS [ 0.050s] nexus-db-queries db::column_walker::test::test_walk_table |
3671 | 2024-01-11T00:26:48.171Z | PASS [ 0.082s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_allows_valid_up_sql_collections |
3672 | 2024-01-11T00:26:48.232Z | PASS [ 0.059s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_invalid_up_sql_collections |
3673 | 2024-01-11T00:26:48.301Z | PASS [ 0.072s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_invalid_up_sql_names |
3674 | 2024-01-11T00:26:48.360Z | PASS [ 0.058s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_no_up_sql_files |
3675 | 2024-01-11T00:26:48.602Z | SLOW [> 60.000s] bootstore::v0-fsm-proptest-learner run |
3676 | 2024-01-11T00:26:48.606Z | SLOW [> 60.000s] bootstore::v0-fsm-proptest-rack-coordinator run |
3677 | 2024-01-11T00:26:49.526Z | PASS [ 6.169s] nexus-db-queries db::collection_detach_many::test::test_detach_once |
3678 | 2024-01-11T00:26:51.497Z | PASS [ 6.517s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous |
3679 | 2024-01-11T00:26:51.935Z | PASS [ 6.765s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached |
3680 | 2024-01-11T00:26:51.981Z | PASS [ 0.049s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic |
3681 | 2024-01-11T00:26:52.306Z | PASS [ 5.980s] nexus-db-queries db::collection_insert::test::test_collection_not_present |
3682 | 2024-01-11T00:26:52.368Z | PASS [ 5.985s] nexus-db-queries db::collection_insert::test::test_collection_present |
3683 | 2024-01-11T00:26:55.052Z | PASS [ 5.526s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version |
3684 | 2024-01-11T00:26:55.256Z | PASS [ 6.894s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward |
3685 | 2024-01-11T00:26:58.936Z | PASS [ 7.440s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent |
3686 | 2024-01-11T00:26:59.162Z | PASS [ 7.118s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness |
3687 | 2024-01-11T00:26:59.684Z | PASS [ 7.365s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic |
3688 | 2024-01-11T00:27:00.883Z | PASS [ 8.584s] nexus-db-queries db::datastore::dns::test::test_dns_update |
3689 | 2024-01-11T00:27:01.172Z | PASS [ 72.573s] bootstore::v0-fsm-proptest-learner run |
3690 | 2024-01-11T00:27:02.452Z | PASS [ 7.194s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized |
3691 | 2024-01-11T00:27:02.662Z | PASS [ 7.611s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex |
3692 | 2024-01-11T00:27:06.098Z | PASS [ 7.138s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found |
3693 | 2024-01-11T00:27:07.276Z | PASS [ 7.590s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools |
3694 | 2024-01-11T00:27:08.479Z | PASS [ 7.595s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool |
3695 | 2024-01-11T00:27:08.793Z | PASS [ 7.616s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking |
3696 | 2024-01-11T00:27:09.665Z | PASS [ 7.220s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted |
3697 | 2024-01-11T00:27:10.015Z | PASS [ 10.913s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert |
3698 | 2024-01-11T00:27:10.043Z | PASS [ 7.353s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency |
3699 | 2024-01-11T00:27:13.444Z | PASS [ 7.365s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_delete_reupsert_new_sled |
3700 | 2024-01-11T00:27:14.494Z | PASS [ 7.222s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_disks |
3701 | 2024-01-11T00:27:16.148Z | PASS [ 87.537s] bootstore::v0-fsm-proptest-rack-coordinator run |
3702 | 2024-01-11T00:27:16.334Z | PASS [ 7.848s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_uuid_idempotent |
3703 | 2024-01-11T00:27:16.565Z | PASS [ 7.779s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_reupsert_new_sled |
3704 | 2024-01-11T00:27:16.892Z | PASS [ 7.228s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_same_uuid_idempotent |
3705 | 2024-01-11T00:27:16.944Z | PASS [ 0.048s] nexus-db-queries db::datastore::region::test::test_extent_count |
3706 | 2024-01-11T00:27:17.904Z | PASS [ 7.477s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets |
3707 | 2024-01-11T00:27:17.918Z | PASS [ 7.827s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty |
3708 | 2024-01-11T00:27:20.661Z | PASS [ 7.216s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error |
3709 | 2024-01-11T00:27:21.635Z | PASS [ 7.139s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error |
3710 | 2024-01-11T00:27:24.288Z | PASS [ 7.726s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations |
3711 | 2024-01-11T00:27:24.628Z | PASS [ 7.135s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware |
3712 | 2024-01-11T00:27:24.806Z | PASS [ 7.861s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable |
3713 | 2024-01-11T00:27:24.853Z | PASS [ 8.522s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services |
3714 | 2024-01-11T00:27:24.923Z | PASS [ 8.781s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services |
3715 | 2024-01-11T00:27:25.008Z | PASS [ 7.159s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches |
3716 | 2024-01-11T00:27:27.444Z | PASS [ 6.785s] nexus-db-queries db::datastore::test::test_component_update_conflict |
3717 | 2024-01-11T00:27:28.331Z | PASS [ 6.680s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent |
3718 | 2024-01-11T00:27:30.508Z | PASS [ 5.661s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan |
3719 | 2024-01-11T00:27:31.601Z | PASS [ 7.310s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent |
3720 | 2024-01-11T00:27:32.017Z | PASS [ 7.213s] nexus-db-queries db::datastore::test::test_project_creation |
3721 | 2024-01-11T00:27:32.376Z | PASS [ 7.756s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints |
3722 | 2024-01-11T00:27:32.494Z | PASS [ 7.540s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent |
3723 | 2024-01-11T00:27:34.315Z | PASS [ 9.306s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent |
3724 | 2024-01-11T00:27:34.889Z | PASS [ 7.041s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools |
3725 | 2024-01-11T00:27:37.308Z | PASS [ 8.994s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails |
3726 | 2024-01-11T00:27:39.718Z | PASS [ 7.345s] nexus-db-queries db::datastore::test::test_service_upsert_and_list |
3727 | 2024-01-11T00:27:39.957Z | PASS [ 7.489s] nexus-db-queries db::datastore::test::test_session_methods |
3728 | 2024-01-11T00:27:40.217Z | PASS [ 5.912s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation |
3729 | 2024-01-11T00:27:40.812Z | PASS [ 10.296s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random |
3730 | 2024-01-11T00:27:41.709Z | PASS [ 7.213s] nexus-db-queries db::datastore::test::test_ssh_keys |
3731 | 2024-01-11T00:27:41.832Z | PASS [ 9.813s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails |
3732 | 2024-01-11T00:27:42.480Z | PASS [ 10.877s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds |
3733 | 2024-01-11T00:27:42.539Z | PASS [ 0.062s] nexus-db-queries db::fixed_data::role_builtin::test::test_fixed_role_data |
3734 | 2024-01-11T00:27:42.615Z | PASS [ 0.069s] nexus-db-queries db::fixed_data::silo_user::test::test_silo_user_ids_are_valid |
3735 | 2024-01-11T00:27:42.724Z | PASS [ 0.095s] nexus-db-queries db::fixed_data::test::test_builtin_fleet_id_is_valid |
3736 | 2024-01-11T00:27:42.806Z | PASS [ 0.103s] nexus-db-queries db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid |
3737 | 2024-01-11T00:27:43.943Z | PASS [ 6.635s] nexus-db-queries db::datastore::test::test_system_update_conflict |
3738 | 2024-01-11T00:27:46.711Z | PASS [ 6.992s] nexus-db-queries db::datastore::test::test_table_scan |
3739 | 2024-01-11T00:27:46.947Z | PASS [ 6.999s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources |
3740 | 2024-01-11T00:27:47.517Z | PASS [ 5.821s] nexus-db-queries db::explain::test::test_explain_async |
3741 | 2024-01-11T00:27:47.528Z | PASS [ 5.695s] nexus-db-queries db::explain::test::test_explain_full_table_scan |
3742 | 2024-01-11T00:27:47.576Z | PASS [ 0.051s] nexus-db-queries db::pagination::test::test_paginator |
3743 | 2024-01-11T00:27:47.682Z | PASS [ 7.460s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion |
3744 | 2024-01-11T00:27:48.309Z | PASS [ 7.495s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries |
3745 | 2024-01-11T00:27:49.340Z | PASS [ 6.535s] nexus-db-queries db::lookup::test::test_lookup |
3746 | 2024-01-11T00:27:50.256Z | PASS [ 6.289s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending |
3747 | 2024-01-11T00:27:53.098Z | PASS [ 5.522s] nexus-db-queries db::pool_connection::test::all_enums_in_prepopulate_list |
3748 | 2024-01-11T00:27:53.369Z | PASS [ 6.631s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending |
3749 | 2024-01-11T00:27:53.528Z | PASS [ 6.581s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending |
3750 | 2024-01-11T00:27:54.198Z | PASS [ 6.687s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending |
3751 | 2024-01-11T00:27:55.242Z | PASS [ 7.563s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool |
3752 | 2024-01-11T00:27:55.854Z | PASS [ 7.552s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap |
3753 | 2024-01-11T00:27:57.401Z | PASS [ 8.052s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_is_idempotent |
3754 | 2024-01-11T00:27:57.401Z | PASS [ 7.160s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_out_of_range |
3755 | 2024-01-11T00:28:00.708Z | PASS [ 7.611s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent |
3756 | 2024-01-11T00:28:00.948Z | PASS [ 7.603s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent_even_when_full |
3757 | 2024-01-11T00:28:01.000Z | PASS [ 0.049s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address |
3758 | 2024-01-11T00:28:01.055Z | PASS [ 7.528s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent |
3759 | 2024-01-11T00:28:01.681Z | PASS [ 7.481s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion |
3760 | 2024-01-11T00:28:02.597Z | PASS [ 7.358s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_for_service |
3761 | 2024-01-11T00:28:03.110Z | PASS [ 7.261s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools |
3762 | 2024-01-11T00:28:04.709Z | PASS [ 7.308s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range |
3763 | 2024-01-11T00:28:04.828Z | PASS [ 7.436s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok |
3764 | 2024-01-11T00:28:08.217Z | PASS [ 7.226s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds |
3765 | 2024-01-11T00:28:08.289Z | PASS [ 7.229s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails |
3766 | 2024-01-11T00:28:08.702Z | PASS [ 7.020s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails |
3767 | 2024-01-11T00:28:09.166Z | PASS [ 8.457s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion |
3768 | 2024-01-11T00:28:09.642Z | PASS [ 7.047s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip |
3769 | 2024-01-11T00:28:10.195Z | PASS [ 7.084s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac |
3770 | 2024-01-11T00:28:10.245Z | PASS [ 0.052s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset |
3771 | 2024-01-11T00:28:11.953Z | PASS [ 7.119s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails |
3772 | 2024-01-11T00:28:12.005Z | PASS [ 7.297s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails |
3773 | 2024-01-11T00:28:12.169Z | PASS [ 0.164s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count |
3774 | 2024-01-11T00:28:12.217Z | PASS [ 0.049s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps |
3775 | 2024-01-11T00:28:12.264Z | PASS [ 0.047s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping |
3776 | 2024-01-11T00:28:12.320Z | PASS [ 0.055s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping |
3777 | 2024-01-11T00:28:12.371Z | PASS [ 0.050s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping |
3778 | 2024-01-11T00:28:15.423Z | PASS [ 7.196s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails |
3779 | 2024-01-11T00:28:15.486Z | PASS [ 7.196s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails |
3780 | 2024-01-11T00:28:15.854Z | PASS [ 7.146s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails |
3781 | 2024-01-11T00:28:16.304Z | PASS [ 7.125s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation |
3782 | 2024-01-11T00:28:16.670Z | PASS [ 7.028s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails |
3783 | 2024-01-11T00:28:16.708Z | PASS [ 0.039s] nexus-defaults tests::test_random_vpc_ipv6_prefix |
3784 | 2024-01-11T00:28:16.912Z | PASS [ 0.202s] nexus-inventory builder::test::test_basic |
3785 | 2024-01-11T00:28:16.952Z | PASS [ 0.040s] nexus-inventory builder::test::test_empty |
3786 | 2024-01-11T00:28:17.010Z | PASS [ 0.057s] nexus-inventory builder::test::test_problems |
3787 | 2024-01-11T00:28:17.689Z | PASS [ 7.439s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query |
3788 | 2024-01-11T00:28:17.832Z | PASS [ 5.464s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query |
3789 | 2024-01-11T00:28:17.924Z | PASS [ 5.980s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query |
3790 | 2024-01-11T00:28:18.588Z | PASS [ 0.756s] nexus-inventory collector::test::test_multi_mgs_failure |
3791 | 2024-01-11T00:28:19.043Z | PASS [ 0.043s] nexus-types external_api::shared::test::test_policy_parsing |
3792 | 2024-01-11T00:28:19.065Z | PASS [ 1.711s] nexus-inventory collector::test::test_basic |
3793 | 2024-01-11T00:28:19.065Z | PASS [ 0.144s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid |
3794 | 2024-01-11T00:28:19.065Z | PASS [ 0.064s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist |
3795 | 2024-01-11T00:28:19.065Z | PASS [ 0.079s] omicron-certificates tests::test_cert_extended_key_usage |
3796 | 2024-01-11T00:28:19.065Z | PASS [ 0.079s] omicron-certificates tests::test_common_name_is_validated |
3797 | 2024-01-11T00:28:19.065Z | PASS [ 0.039s] omicron-common address::test::test_dns_subnets |
3798 | 2024-01-11T00:28:19.065Z | PASS [ 0.073s] omicron-certificates tests::test_subject_alternate_names_are_validated |
3799 | 2024-01-11T00:28:19.066Z | PASS [ 0.035s] omicron-common address::test::test_ip_range_checks_non_decreasing |
3800 | 2024-01-11T00:28:19.081Z | PASS [ 0.040s] omicron-common address::test::test_ip_range_enum_deserialization |
3801 | 2024-01-11T00:28:19.081Z | PASS [ 0.038s] omicron-common address::test::test_ip_range_iter |
3802 | 2024-01-11T00:28:19.082Z | PASS [ 0.029s] omicron-common address::test::test_ip_range_try_from |
3803 | 2024-01-11T00:28:19.082Z | PASS [ 0.033s] omicron-common address::test::test_ipv6_subnet_deserialize |
3804 | 2024-01-11T00:28:19.082Z | PASS [ 1.100s] nexus-inventory collector::test::test_sled_agent_failure |
3805 | 2024-01-11T00:28:19.082Z | PASS [ 0.036s] omicron-common address::test::test_sled_address |
3806 | 2024-01-11T00:28:19.082Z | PASS [ 0.039s] omicron-common api::external::error::test::test_bail_unless |
3807 | 2024-01-11T00:28:19.082Z | PASS [ 0.034s] omicron-common api::external::error::test::test_context |
3808 | 2024-01-11T00:28:19.089Z | PASS [ 0.044s] omicron-common api::external::http_pagination::test::test_pagination_examples |
3809 | 2024-01-11T00:28:19.089Z | PASS [ 0.039s] omicron-common api::external::http_pagination::test::test_pagination_schemas |
3810 | 2024-01-11T00:28:19.095Z | PASS [ 0.037s] omicron-common api::external::http_pagination::test::test_scan_by_id |
3811 | 2024-01-11T00:28:19.115Z | PASS [ 0.032s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic |
3812 | 2024-01-11T00:28:19.147Z | PASS [ 0.031s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name |
3813 | 2024-01-11T00:28:19.160Z | PASS [ 0.061s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id |
3814 | 2024-01-11T00:28:19.161Z | PASS [ 0.079s] omicron-common api::external::http_pagination::test::test_scan_by_name |
3815 | 2024-01-11T00:28:19.175Z | PASS [ 0.028s] omicron-common api::external::test::test_bytecount |
3816 | 2024-01-11T00:28:19.190Z | PASS [ 0.028s] omicron-common api::external::test::test_bytecount_display |
3817 | 2024-01-11T00:28:19.201Z | PASS [ 0.040s] omicron-common api::external::test::test_digest |
3818 | 2024-01-11T00:28:19.211Z | PASS [ 0.034s] omicron-common api::external::test::test_firewall_deserialization |
3819 | 2024-01-11T00:28:19.232Z | PASS [ 0.048s] omicron-common api::external::test::test_firewall_rule_host_filter_parse |
3820 | 2024-01-11T00:28:19.240Z | PASS [ 0.031s] omicron-common api::external::test::test_ip_port_range_from_str |
3821 | 2024-01-11T00:28:19.247Z | PASS [ 0.047s] omicron-common api::external::test::test_firewall_rule_target_parse |
3822 | 2024-01-11T00:28:19.263Z | PASS [ 0.033s] omicron-common api::external::test::test_ip_port_range_into_str |
3823 | 2024-01-11T00:28:19.271Z | PASS [ 0.031s] omicron-common api::external::test::test_ipnet_first_last_address |
3824 | 2024-01-11T00:28:19.278Z | PASS [ 0.031s] omicron-common api::external::test::test_ipnet_serde |
3825 | 2024-01-11T00:28:19.290Z | PASS [ 0.027s] omicron-common api::external::test::test_ipv4_net_operations |
3826 | 2024-01-11T00:28:19.300Z | PASS [ 0.029s] omicron-common api::external::test::test_ipv6_net_operations |
3827 | 2024-01-11T00:28:19.311Z | PASS [ 0.032s] omicron-common api::external::test::test_mac_system_iterator |
3828 | 2024-01-11T00:28:19.317Z | PASS [ 0.029s] omicron-common api::external::test::test_mac_to_int_conversions |
3829 | 2024-01-11T00:28:19.330Z | PASS [ 0.031s] omicron-common api::external::test::test_macaddr |
3830 | 2024-01-11T00:28:19.342Z | PASS [ 0.031s] omicron-common api::external::test::test_name_parse |
3831 | 2024-01-11T00:28:19.356Z | PASS [ 0.031s] omicron-common api::external::test::test_name_parse_from_param |
3832 | 2024-01-11T00:28:19.393Z | PASS [ 0.032s] omicron-common api::external::test::test_resource_name_parse |
3833 | 2024-01-11T00:28:19.400Z | PASS [ 0.036s] omicron-common api::external::test::test_role_name_parse |
3834 | 2024-01-11T00:28:19.400Z | PASS [ 0.045s] omicron-common api::external::test::test_route_destination_parse |
3835 | 2024-01-11T00:28:19.403Z | PASS [ 0.039s] omicron-common api::external::test::test_route_target_parse |
3836 | 2024-01-11T00:28:19.411Z | PASS [ 0.033s] omicron-common api::external::test::test_semver_serialize |
3837 | 2024-01-11T00:28:19.419Z | PASS [ 1.737s] nexus-inventory collector::test::test_multi_mgs |
3838 | 2024-01-11T00:28:19.428Z | PASS [ 0.033s] omicron-common api::external::test::test_semver_validation |
3839 | 2024-01-11T00:28:19.437Z | PASS [ 0.033s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip |
3840 | 2024-01-11T00:28:19.456Z | PASS [ 0.037s] omicron-common ledger::test::test_create_default_ledger |
3841 | 2024-01-11T00:28:19.470Z | PASS [ 0.035s] omicron-common ledger::test::test_create_ledger_reads_from_storage |
3842 | 2024-01-11T00:28:19.470Z | PASS [ 0.053s] omicron-common ledger::test::test_commit_handles_write_failures |
3843 | 2024-01-11T00:28:19.480Z | PASS [ 0.041s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage |
3844 | 2024-01-11T00:28:19.495Z | PASS [ 0.035s] omicron-common nexus_config::test::test_bad_authn_schemes |
3845 | 2024-01-11T00:28:19.511Z | PASS [ 0.035s] omicron-common nexus_config::test::test_config_bad_toml |
3846 | 2024-01-11T00:28:19.531Z | PASS [ 0.028s] omicron-common nexus_config::test::test_config_empty |
3847 | 2024-01-11T00:28:19.531Z | PASS [ 0.035s] omicron-common nexus_config::test::test_config_nonexistent |
3848 | 2024-01-11T00:28:19.552Z | PASS [ 0.032s] omicron-common nexus_config::test::test_deployment_config_schema |
3849 | 2024-01-11T00:28:19.553Z | PASS [ 0.034s] omicron-common nexus_config::test::test_invalid_ipv4_prefix_tunable |
3850 | 2024-01-11T00:28:19.557Z | PASS [ 0.036s] omicron-common nexus_config::test::test_valid |
3851 | 2024-01-11T00:28:19.562Z | PASS [ 0.032s] omicron-common postgres_config::test::test_bad_url |
3852 | 2024-01-11T00:28:19.563Z | PASS [ 0.050s] omicron-common nexus_config::test::test_repo_configs_are_valid |
3853 | 2024-01-11T00:28:19.567Z | PASS [ 0.034s] omicron-common postgres_config::test::test_example_url |
3854 | 2024-01-11T00:28:19.581Z | PASS [ 0.031s] omicron-common update::tests::serde_artifact_kind |
3855 | 2024-01-11T00:28:19.850Z | PASS [ 0.269s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd |
3856 | 2024-01-11T00:28:19.952Z | PASS [ 0.098s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args |
3857 | 2024-01-11T00:28:19.982Z | PASS [ 0.420s] omicron-dev::test_omicron_dev test_cert_create |
3858 | 2024-01-11T00:28:20.052Z | PASS [ 0.103s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args |
3859 | 2024-01-11T00:28:20.096Z | PASS [ 0.119s] omicron-dev::test_omicron_dev test_omicron_dev_no_args |
3860 | 2024-01-11T00:28:20.147Z | PASS [ 0.048s] omicron-gateway management_switch::location_map::tests::test_config_validation |
3861 | 2024-01-11T00:28:20.207Z | PASS [ 0.055s] omicron-gateway management_switch::location_map::tests::test_resolve_location |
3862 | 2024-01-11T00:28:20.565Z | PASS [ 0.361s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled |
3863 | 2024-01-11T00:28:20.874Z | PASS [ 0.311s] omicron-gateway::test_all integration_tests::component_list::component_list |
3864 | 2024-01-11T00:28:20.890Z | PASS [ 5.413s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery |
3865 | 2024-01-11T00:28:20.974Z | PASS [ 5.560s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered |
3866 | 2024-01-11T00:28:21.178Z | PASS [ 0.277s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication |
3867 | 2024-01-11T00:28:21.254Z | PASS [ 0.283s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach |
3868 | 2024-01-11T00:28:21.364Z | PASS [ 0.490s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations |
3869 | 2024-01-11T00:28:22.862Z | PASS [ 7.019s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples |
3870 | 2024-01-11T00:28:23.014Z | PASS [ 6.729s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples |
3871 | 2024-01-11T00:28:33.964Z | PASS [ 14.343s] omicron-dev::test_omicron_dev test_db_killed |
3872 | 2024-01-11T00:28:41.124Z | PASS [ 21.555s] omicron-dev::test_omicron_dev test_db_run |
3873 | 2024-01-11T00:28:41.404Z | PASS [ 21.312s] omicron-dev::test_omicron_dev test_run_all |
3874 | 2024-01-11T00:28:54.324Z | PASS [ 19.812s] omicron-nexus app::background::dns_servers::test::test_basic |
3875 | 2024-01-11T00:28:54.532Z | PASS [ 21.861s] omicron-nexus app::background::common::test::test_driver_basic |
3876 | 2024-01-11T00:28:54.532Z | PASS [ 21.919s] omicron-nexus app::background::dns_config::test::test_basic |
3877 | 2024-01-11T00:28:54.532Z | PASS [ 0.121s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic |
3878 | 2024-01-11T00:28:55.136Z | PASS [ 21.215s] omicron-nexus app::background::dns_propagation::test::test_basic |
3879 | 2024-01-11T00:28:55.136Z | PASS [ 0.109s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty |
3880 | 2024-01-11T00:28:55.137Z | PASS [ 0.064s] omicron-nexus app::external_endpoints::test::test_no_endpoint |
3881 | 2024-01-11T00:28:55.137Z | PASS [ 0.070s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying |
3882 | 2024-01-11T00:28:55.137Z | PASS [ 1.359s] omicron-nexus app::external_endpoints::test::test_authority |
3883 | 2024-01-11T00:28:55.137Z | PASS [ 23.990s] omicron-nexus app::background::common::test::test_activation_in_progress |
3884 | 2024-01-11T00:28:55.137Z | PASS [ 18.765s] omicron-nexus app::background::external_endpoints::test::test_basic |
3885 | 2024-01-11T00:28:55.137Z | PASS [ 10.994s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex |
3886 | 2024-01-11T00:29:00.520Z | PASS [ 19.400s] omicron-nexus app::background::init::test::test_dns_propagation_basic |
3887 | 2024-01-11T00:29:03.162Z | PASS [ 20.324s] omicron-nexus app::background::inventory_collection::test::test_db_sled_enumerator |
3888 | 2024-01-11T00:29:07.329Z | PASS [ 22.174s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently |
3889 | 2024-01-11T00:29:07.794Z | PASS [ 26.431s] omicron-nexus app::background::inventory_collection::test::test_basic |
3890 | 2024-01-11T00:29:08.885Z | PASS [ 24.562s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind |
3891 | 2024-01-11T00:29:09.530Z | PASS [ 25.058s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently |
3892 | 2024-01-11T00:29:13.340Z | PASS [ 20.671s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds |
3893 | 2024-01-11T00:29:16.618Z | PASS [ 22.227s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently |
3894 | 2024-01-11T00:29:22.343Z | PASS [ 21.822s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds |
3895 | 2024-01-11T00:29:34.253Z | PASS [ 25.375s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds |
3896 | 2024-01-11T00:29:35.102Z | PASS [ 27.313s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently |
3897 | 2024-01-11T00:29:35.904Z | PASS [ 26.351s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently |
3898 | 2024-01-11T00:29:39.832Z | PASS [ 26.495s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds |
3899 | 2024-01-11T00:29:50.371Z | PASS [ 28.033s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds |
3900 | 2024-01-11T00:30:01.235Z | PASS [ 26.134s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently |
3901 | 2024-01-11T00:30:01.533Z | PASS [ 25.655s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind |
3902 | 2024-01-11T00:30:03.146Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
3903 | 2024-01-11T00:30:04.943Z | PASS [ 25.113s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds |
3904 | 2024-01-11T00:30:05.924Z | PASS [ 31.673s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind |
3905 | 2024-01-11T00:30:05.992Z | PASS [ 0.066s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request |
3906 | 2024-01-11T00:30:07.325Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
3907 | 2024-01-11T00:30:14.585Z | PASS [ 57.962s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind |
3908 | 2024-01-11T00:30:32.234Z | PASS [ 29.697s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind |
3909 | 2024-01-11T00:30:32.589Z | PASS [ 20.631s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds |
3910 | 2024-01-11T00:30:33.374Z | PASS [ 26.108s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds |
3911 | 2024-01-11T00:30:39.980Z | PASS [ 18.119s] omicron-nexus app::sagas::test_saga::test_saga_stuck |
3912 | 2024-01-11T00:30:41.587Z | PASS [ 27.015s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set |
3913 | 2024-01-11T00:30:51.795Z | PASS [ 31.732s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset |
3914 | 2024-01-11T00:30:56.684Z | PASS [ 24.592s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind |
3915 | 2024-01-11T00:31:00.119Z | PASS [ 18.380s] omicron-nexus app::update::tests::test_populate_mock_system_updates |
3916 | 2024-01-11T00:31:01.575Z | PASS [ 21.189s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds |
3917 | 2024-01-11T00:31:01.581Z | SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
3918 | 2024-01-11T00:31:03.143Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
3919 | 2024-01-11T00:31:04.938Z | SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
3920 | 2024-01-11T00:31:08.034Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
3921 | 2024-01-11T00:31:11.122Z | PASS [ 19.326s] omicron-nexus app::update::tests::test_semver_max |
3922 | 2024-01-11T00:31:17.143Z | PASS [ 20.459s] omicron-nexus app::update::tests::test_system_updates |
3923 | 2024-01-11T00:31:17.203Z | PASS [ 0.060s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory |
3924 | 2024-01-11T00:31:17.262Z | PASS [ 0.059s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent |
3925 | 2024-01-11T00:31:17.321Z | PASS [ 0.059s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested |
3926 | 2024-01-11T00:31:17.391Z | PASS [ 0.060s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink |
3927 | 2024-01-11T00:31:17.453Z | PASS [ 0.060s] omicron-nexus external_api::console_api::test::test_find_file_finds_file |
3928 | 2024-01-11T00:31:17.522Z | PASS [ 0.075s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink |
3929 | 2024-01-11T00:31:17.603Z | PASS [ 0.083s] omicron-nexus external_api::console_api::test::test_relative_uri |
3930 | 2024-01-11T00:31:17.734Z | PASS [ 0.132s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy |
3931 | 2024-01-11T00:31:22.374Z | PASS [ 9.011s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input |
3932 | 2024-01-11T00:31:22.570Z | PASS [ 20.567s] omicron-nexus app::update::tests::test_update_deployments |
3933 | 2024-01-11T00:31:22.570Z | PASS [ 20.353s] omicron-nexus app::update::tests::test_updateable_components |
3934 | 2024-01-11T00:31:32.505Z | PASS [ 10.983s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie |
3935 | 2024-01-11T00:31:37.368Z | PASS [ 16.837s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range |
3936 | 2024-01-11T00:31:37.899Z | PASS [ 0.121s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured |
3937 | 2024-01-11T00:31:37.970Z | PASS [ 17.835s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud |
3938 | 2024-01-11T00:31:43.611Z | PASS [ 11.104s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed |
3939 | 2024-01-11T00:31:53.790Z | PASS [ 108.857s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
3940 | 2024-01-11T00:31:56.474Z | PASS [ 18.498s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv |
3941 | 2024-01-11T00:31:57.389Z | PASS [ 19.896s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys |
3942 | 2024-01-11T00:32:01.546Z | SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
3943 | 2024-01-11T00:32:03.137Z | SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
3944 | 2024-01-11T00:32:03.540Z | PASS [ 19.936s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv |
3945 | 2024-01-11T00:32:07.320Z | SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
3946 | 2024-01-11T00:32:13.356Z | PASS [ 19.507s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv |
3947 | 2024-01-11T00:32:15.927Z | PASS [ 18.539s] omicron-nexus::test_all integration_tests::basic::test_basic_failures |
3948 | 2024-01-11T00:32:16.746Z | PASS [ 20.287s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv |
3949 | 2024-01-11T00:32:17.746Z | SLOW [> 60.000s] omicron-nexus populate::test::test_populators |
3950 | 2024-01-11T00:32:22.091Z | PASS [ 18.530s] omicron-nexus::test_all integration_tests::basic::test_ping |
3951 | 2024-01-11T00:32:26.547Z | PASS [ 68.818s] omicron-nexus populate::test::test_populators |
3952 | 2024-01-11T00:32:35.614Z | PASS [ 18.867s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert |
3953 | 2024-01-11T00:32:38.438Z | PASS [ 25.112s] omicron-nexus::test_all integration_tests::basic::test_projects_basic |
3954 | 2024-01-11T00:32:41.087Z | PASS [ 19.012s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key |
3955 | 2024-01-11T00:32:45.438Z | PASS [ 29.517s] omicron-nexus::test_all integration_tests::basic::test_projects_list |
3956 | 2024-01-11T00:32:45.777Z | PASS [ 19.234s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert |
3957 | 2024-01-11T00:32:55.124Z | PASS [ 19.509s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name |
3958 | 2024-01-11T00:32:57.900Z | PASS [ 19.483s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key |
3959 | 2024-01-11T00:33:01.462Z | PASS [ 20.382s] omicron-nexus::test_all integration_tests::certificates::test_crud |
3960 | 2024-01-11T00:33:01.526Z | SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
3961 | 2024-01-11T00:33:01.624Z | PASS [ 0.149s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args |
3962 | 2024-01-11T00:33:01.844Z | PASS [ 6.723s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config |
3963 | 2024-01-11T00:33:02.344Z | PASS [ 0.503s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal |
3964 | 2024-01-11T00:33:02.568Z | PASS [ 0.953s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi |
3965 | 2024-01-11T00:33:03.138Z | SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
3966 | 2024-01-11T00:33:03.863Z | PASS [ 18.426s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation |
3967 | 2024-01-11T00:33:03.894Z | PASS [ 6.007s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config |
3968 | 2024-01-11T00:33:07.322Z | SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
3969 | 2024-01-11T00:33:12.182Z | PASS [ 26.397s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates |
3970 | 2024-01-11T00:33:21.964Z | PASS [ 19.402s] omicron-nexus::test_all integration_tests::console_api::test_assets |
3971 | 2024-01-11T00:33:22.186Z | PASS [ 19.837s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir |
3972 | 2024-01-11T00:33:23.237Z | PASS [ 19.377s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri |
3973 | 2024-01-11T00:33:27.044Z | PASS [ 23.153s] omicron-nexus::test_all integration_tests::console_api::test_console_pages |
3974 | 2024-01-11T00:33:37.439Z | PASS [ 25.270s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos |
3975 | 2024-01-11T00:33:41.639Z | PASS [ 19.448s] omicron-nexus::test_all integration_tests::console_api::test_session_me |
3976 | 2024-01-11T00:33:41.728Z | PASS [ 19.764s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple |
3977 | 2024-01-11T00:33:42.988Z | PASS [ 19.753s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups |
3978 | 2024-01-11T00:33:50.930Z | PASS [ 23.879s] omicron-nexus::test_all integration_tests::console_api::test_sessions |
3979 | 2024-01-11T00:33:56.611Z | PASS [ 19.169s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages |
3980 | 2024-01-11T00:34:01.383Z | PASS [ 19.750s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow |
3981 | 2024-01-11T00:34:01.529Z | SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
3982 | 2024-01-11T00:34:03.130Z | SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
3983 | 2024-01-11T00:34:03.934Z | PASS [ 22.205s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets |
3984 | 2024-01-11T00:34:07.312Z | SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
3985 | 2024-01-11T00:34:14.410Z | PASS [ 23.471s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails |
3986 | 2024-01-11T00:34:16.345Z | PASS [ 33.357s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete |
3987 | 2024-01-11T00:34:20.439Z | PASS [ 23.833s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing |
3988 | 2024-01-11T00:34:25.212Z | PASS [ 23.835s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started |
3989 | 2024-01-11T00:34:25.968Z | PASS [ 22.033s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected |
3990 | 2024-01-11T00:34:47.008Z | PASS [ 21.798s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation |
3991 | 2024-01-11T00:34:48.997Z | PASS [ 23.035s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure |
3992 | 2024-01-11T00:34:49.639Z | PASS [ 35.250s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics |
3993 | 2024-01-11T00:35:01.518Z | SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
3994 | 2024-01-11T00:35:03.134Z | SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
3995 | 2024-01-11T00:35:03.593Z | PASS [ 47.250s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated |
3996 | 2024-01-11T00:35:03.736Z | PASS [ 302.222s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
3997 | 2024-01-11T00:35:04.856Z | PASS [ 44.420s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances |
3998 | 2024-01-11T00:35:07.307Z | SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
3999 | 2024-01-11T00:35:10.751Z | PASS [ 23.745s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes |
4000 | 2024-01-11T00:35:12.765Z | PASS [ 23.761s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes |
4001 | 2024-01-11T00:35:13.332Z | PASS [ 23.684s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size |
4002 | 2024-01-11T00:35:25.209Z | PASS [ 21.617s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size |
4003 | 2024-01-11T00:35:30.382Z | PASS [ 26.616s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting |
4004 | 2024-01-11T00:35:32.217Z | PASS [ 21.471s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big |
4005 | 2024-01-11T00:35:37.511Z | PASS [ 24.192s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete |
4006 | 2024-01-11T00:35:37.766Z | PASS [ 25.001s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection |
4007 | 2024-01-11T00:35:41.535Z | PASS [ 36.679s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment |
4008 | 2024-01-11T00:35:47.957Z | PASS [ 22.750s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools |
4009 | 2024-01-11T00:35:52.920Z | PASS [ 20.695s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent |
4010 | 2024-01-11T00:35:55.028Z | PASS [ 24.663s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename |
4011 | 2024-01-11T00:35:57.666Z | PASS [ 20.113s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access |
4012 | 2024-01-11T00:36:02.991Z | PASS [ 21.451s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create |
4013 | 2024-01-11T00:36:03.137Z | SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4014 | 2024-01-11T00:36:06.626Z | PASS [ 3.645s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress |
4015 | 2024-01-11T00:36:06.890Z | PASS [ 29.137s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attachment |
4016 | 2024-01-11T00:36:07.310Z | SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4017 | 2024-01-11T00:36:07.429Z | PASS [ 0.798s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance |
4018 | 2024-01-11T00:36:07.574Z | PASS [ 0.686s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure |
4019 | 2024-01-11T00:36:08.014Z | PASS [ 0.585s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled |
4020 | 2024-01-11T00:36:08.138Z | PASS [ 20.178s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool |
4021 | 2024-01-11T00:36:13.152Z | PASS [ 20.239s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use |
4022 | 2024-01-11T00:36:15.645Z | PASS [ 20.635s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use |
4023 | 2024-01-11T00:36:17.961Z | PASS [ 20.334s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete |
4024 | 2024-01-11T00:36:27.669Z | PASS [ 20.096s] omicron-nexus::test_all integration_tests::images::test_image_create |
4025 | 2024-01-11T00:36:29.334Z | PASS [ 21.323s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions |
4026 | 2024-01-11T00:36:32.748Z | PASS [ 24.619s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails |
4027 | 2024-01-11T00:36:34.336Z | PASS [ 21.026s] omicron-nexus::test_all integration_tests::images::test_image_promotion |
4028 | 2024-01-11T00:36:36.795Z | PASS [ 21.149s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image |
4029 | 2024-01-11T00:36:38.073Z | PASS [ 20.109s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small |
4030 | 2024-01-11T00:36:39.857Z | PASS [ 7.106s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach |
4031 | 2024-01-11T00:36:42.059Z | PASS [ 7.468s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite |
4032 | 2024-01-11T00:36:45.656Z | PASS [ 8.856s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema |
4033 | 2024-01-11T00:36:47.816Z | PASS [ 9.611s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated |
4034 | 2024-01-11T00:36:47.970Z | PASS [ 20.221s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails |
4035 | 2024-01-11T00:36:48.677Z | PASS [ 19.273s] omicron-nexus::test_all integration_tests::images::test_silo_image_create |
4036 | 2024-01-11T00:37:03.119Z | SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4037 | 2024-01-11T00:37:06.051Z | PASS [ 26.200s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema |
4038 | 2024-01-11T00:37:07.300Z | SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4039 | 2024-01-11T00:37:15.268Z | PASS [ 26.746s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance |
4040 | 2024-01-11T00:37:16.543Z | PASS [ 27.733s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance |
4041 | 2024-01-11T00:37:23.201Z | PASS [ 41.564s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance |
4042 | 2024-01-11T00:37:24.370Z | PASS [ 35.569s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity |
4043 | 2024-01-11T00:37:26.168Z | PASS [ 38.493s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks |
4044 | 2024-01-11T00:37:26.757Z | PASS [ 20.697s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit |
4045 | 2024-01-11T00:37:42.894Z | PASS [ 18.729s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip |
4046 | 2024-01-11T00:37:48.702Z | PASS [ 25.491s] omicron-nexus::test_all integration_tests::instances::test_instance_access |
4047 | 2024-01-11T00:37:48.824Z | PASS [ 36.433s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity |
4048 | 2024-01-11T00:37:54.235Z | PASS [ 28.073s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips |
4049 | 2024-01-11T00:37:56.069Z | PASS [ 29.327s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks |
4050 | 2024-01-11T00:38:03.119Z | SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4051 | 2024-01-11T00:38:07.671Z | SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4052 | 2024-01-11T00:38:37.200Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed |
4053 | 2024-01-11T00:38:37.580Z | PASS [ 33.383s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo |
4054 | 2024-01-11T00:38:37.808Z | PASS [ 30.259s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo |
4055 | 2024-01-11T00:38:37.844Z | PASS [ 33.960s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface |
4056 | 2024-01-11T00:38:37.844Z | PASS [ 563.886s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4057 | 2024-01-11T00:38:37.844Z | PASS [ 34.697s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record |
4058 | 2024-01-11T00:38:37.845Z | PASS [ 563.856s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4059 | 2024-01-11T00:38:37.845Z | PASS [ 79.200s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed |
4060 | 2024-01-11T00:38:42.226Z | PASS [ 46.160s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool |
4061 | 2024-01-11T00:38:45.038Z | PASS [ 25.962s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error |
4062 | 2024-01-11T00:38:45.261Z | PASS [ 28.984s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool |
4063 | 2024-01-11T00:38:57.147Z | PASS [ 34.470s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_error |
4064 | 2024-01-11T00:39:00.504Z | PASS [ 31.562s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration |
4065 | 2024-01-11T00:39:00.805Z | PASS [ 29.662s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate |
4066 | 2024-01-11T00:39:06.228Z | PASS [ 31.418s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p |
4067 | 2024-01-11T00:39:10.046Z | PASS [ 43.050s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics |
4068 | 2024-01-11T00:39:11.336Z | PASS [ 29.068s] omicron-nexus::test_all integration_tests::instances::test_instance_serial |
4069 | 2024-01-11T00:39:18.436Z | PASS [ 33.370s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state |
4070 | 2024-01-11T00:39:18.467Z | PASS [ 21.306s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails |
4071 | 2024-01-11T00:39:21.334Z | PASS [ 20.517s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely |
4072 | 2024-01-11T00:39:21.843Z | PASS [ 36.579s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces |
4073 | 2024-01-11T00:39:30.608Z | PASS [ 19.232s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found |
4074 | 2024-01-11T00:39:31.337Z | PASS [ 30.851s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings |
4075 | 2024-01-11T00:39:32.292Z | PASS [ 26.067s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces |
4076 | 2024-01-11T00:39:35.631Z | PASS [ 25.595s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address |
4077 | 2024-01-11T00:39:39.560Z | PASS [ 17.677s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request |
4078 | 2024-01-11T00:39:44.565Z | PASS [ 26.150s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start |
4079 | 2024-01-11T00:39:49.377Z | PASS [ 28.065s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped |
4080 | 2024-01-11T00:39:50.098Z | PASS [ 19.574s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size |
4081 | 2024-01-11T00:39:50.745Z | PASS [ 19.410s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size |
4082 | 2024-01-11T00:39:52.193Z | PASS [ 19.902s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size |
4083 | 2024-01-11T00:39:55.886Z | PASS [ 37.124s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt |
4084 | 2024-01-11T00:39:56.137Z | PASS [ 20.340s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud |
4085 | 2024-01-11T00:40:00.183Z | PASS [ 20.671s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo |
4086 | 2024-01-11T00:40:03.859Z | PASS [ 19.294s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination |
4087 | 2024-01-11T00:40:09.216Z | PASS [ 19.093s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination |
4088 | 2024-01-11T00:40:10.413Z | PASS [ 21.026s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails |
4089 | 2024-01-11T00:40:10.515Z | PASS [ 19.769s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service |
4090 | 2024-01-11T00:40:11.643Z | PASS [ 19.452s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud |
4091 | 2024-01-11T00:40:16.490Z | PASS [ 20.969s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link |
4092 | 2024-01-11T00:40:16.890Z | PASS [ 20.926s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default |
4093 | 2024-01-11T00:40:29.262Z | PASS [ 20.085s] omicron-nexus::test_all integration_tests::loopback_address::test_anycast_loopback_address_basic_crud |
4094 | 2024-01-11T00:40:29.262Z | PASS [ 27.368s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails |
4095 | 2024-01-11T00:40:29.650Z | PASS [ 20.461s] omicron-nexus::test_all integration_tests::loopback_address::test_loopback_address_basic_crud |
4096 | 2024-01-11T00:40:29.686Z | PASS [ 18.041s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records |
4097 | 2024-01-11T00:40:41.350Z | PASS [ 24.860s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration |
4098 | 2024-01-11T00:40:46.426Z | PASS [ 29.536s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write |
4099 | 2024-01-11T00:40:48.684Z | PASS [ 21.143s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64 |
4100 | 2024-01-11T00:40:50.867Z | PASS [ 21.194s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple |
4101 | 2024-01-11T00:40:50.881Z | PASS [ 21.201s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk |
4102 | 2024-01-11T00:41:07.513Z | PASS [ 57.118s] omicron-nexus::test_all integration_tests::metrics::test_metrics |
4103 | 2024-01-11T00:41:08.839Z | PASS [ 44.494s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk |
4104 | 2024-01-11T00:41:10.179Z | PASS [ 21.496s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset |
4105 | 2024-01-11T00:41:10.514Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_collector_reregistration_gets_all_assignments |
4106 | 2024-01-11T00:41:27.824Z | PASS [ 36.942s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes |
4107 | 2024-01-11T00:41:27.845Z | PASS [ 46.501s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk |
4108 | 2024-01-11T00:41:31.601Z | PASS [ 45.180s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk |
4109 | 2024-01-11T00:41:33.733Z | PASS [ 23.556s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing |
4110 | 2024-01-11T00:41:36.484Z | PASS [ 45.638s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk |
4111 | 2024-01-11T00:41:37.612Z | PASS [ 30.085s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk |
4112 | 2024-01-11T00:41:39.755Z | PASS [ 31.324s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk |
4113 | 2024-01-11T00:41:50.617Z | PASS [ 100.111s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_collector_reregistration_gets_all_assignments |
4114 | 2024-01-11T00:41:53.492Z | PASS [ 19.760s] omicron-nexus::test_all integration_tests::projects::test_project_deletion |
4115 | 2024-01-11T00:41:58.066Z | PASS [ 20.466s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image |
4116 | 2024-01-11T00:41:58.597Z | PASS [ 22.126s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk |
4117 | 2024-01-11T00:42:04.046Z | PASS [ 24.291s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance |
4118 | 2024-01-11T00:42:13.905Z | PASS [ 46.085s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write |
4119 | 2024-01-11T00:42:14.705Z | PASS [ 21.213s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc |
4120 | 2024-01-11T00:42:16.682Z | PASS [ 48.830s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot |
4121 | 2024-01-11T00:42:18.361Z | PASS [ 20.297s] omicron-nexus::test_all integration_tests::projects::test_projects |
4122 | 2024-01-11T00:42:19.015Z | PASS [ 28.401s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot |
4123 | 2024-01-11T00:42:22.220Z | PASS [ 18.170s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack |
4124 | 2024-01-11T00:42:31.595Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users |
4125 | 2024-01-11T00:42:31.974Z | PASS [ 18.068s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack |
4126 | 2024-01-11T00:42:34.490Z | PASS [ 19.789s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization |
4127 | 2024-01-11T00:42:35.629Z | PASS [ 18.959s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized |
4128 | 2024-01-11T00:42:36.049Z | PASS [ 64.454s] omicron-nexus::test_all integration_tests::password_login::test_local_users |
4129 | 2024-01-11T00:42:37.425Z | PASS [ 19.071s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet |
4130 | 2024-01-11T00:42:37.982Z | PASS [ 0.554s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure |
4131 | 2024-01-11T00:42:38.879Z | PASS [ 19.860s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project |
4132 | 2024-01-11T00:42:39.257Z | PASS [ 3.628s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress |
4133 | 2024-01-11T00:42:39.852Z | PASS [ 3.745s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance |
4134 | 2024-01-11T00:42:39.939Z | PASS [ 0.135s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed |
4135 | 2024-01-11T00:42:39.987Z | PASS [ 17.775s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo |
4136 | 2024-01-11T00:42:40.059Z | PASS [ 0.124s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response |
4137 | 2024-01-11T00:42:40.110Z | PASS [ 0.121s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256 |
4138 | 2024-01-11T00:42:40.177Z | PASS [ 0.117s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes |
4139 | 2024-01-11T00:42:40.219Z | PASS [ 0.112s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name |
4140 | 2024-01-11T00:42:40.768Z | PASS [ 42.155s] omicron-nexus::test_all integration_tests::quotas::test_quotas |
4141 | 2024-01-11T00:42:41.462Z | PASS [ 3.484s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled |
4142 | 2024-01-11T00:42:42.359Z | PASS [ 3.484s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch |
4143 | 2024-01-11T00:42:49.639Z | PASS [ 17.671s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit |
4144 | 2024-01-11T00:42:53.380Z | PASS [ 18.882s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin |
4145 | 2024-01-11T00:42:58.820Z | PASS [ 18.639s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp |
4146 | 2024-01-11T00:42:58.961Z | PASS [ 18.204s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding |
4147 | 2024-01-11T00:42:59.083Z | PASS [ 0.111s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key |
4148 | 2024-01-11T00:42:59.686Z | PASS [ 18.855s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp |
4149 | 2024-01-11T00:42:59.686Z | PASS [ 0.068s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_with_xml_comment |
4150 | 2024-01-11T00:42:59.686Z | PASS [ 0.109s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response |
4151 | 2024-01-11T00:42:59.825Z | PASS [ 20.568s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes |
4152 | 2024-01-11T00:42:59.958Z | PASS [ 18.483s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated |
4153 | 2024-01-11T00:43:01.149Z | PASS [ 18.791s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys |
4154 | 2024-01-11T00:43:09.631Z | PASS [ 19.949s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys |
4155 | 2024-01-11T00:43:12.179Z | PASS [ 11.031s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns |
4156 | 2024-01-11T00:43:13.958Z | PASS [ 20.583s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response |
4157 | 2024-01-11T00:43:17.443Z | PASS [ 18.626s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state |
4158 | 2024-01-11T00:43:17.655Z | PASS [ 18.521s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404 |
4159 | 2024-01-11T00:43:17.913Z | PASS [ 18.092s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair |
4160 | 2024-01-11T00:43:17.948Z | PASS [ 18.760s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid |
4161 | 2024-01-11T00:43:18.053Z | PASS [ 18.099s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok |
4162 | 2024-01-11T00:43:20.169Z | PASS [ 10.580s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause |
4163 | 2024-01-11T00:43:22.506Z | PASS [ 10.328s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment |
4164 | 2024-01-11T00:43:23.796Z | PASS [ 5.855s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus |
4165 | 2024-01-11T00:43:24.547Z | PASS [ 10.592s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint |
4166 | 2024-01-11T00:43:27.997Z | PASS [ 10.563s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order |
4167 | 2024-01-11T00:43:28.837Z | PASS [ 11.187s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause |
4168 | 2024-01-11T00:43:43.079Z | PASS [ 22.912s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version |
4169 | 2024-01-11T00:43:44.846Z | PASS [ 20.304s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id |
4170 | 2024-01-11T00:43:47.999Z | PASS [ 19.166s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id |
4171 | 2024-01-11T00:43:48.504Z | PASS [ 20.509s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users |
4172 | 2024-01-11T00:43:54.829Z | PASS [ 32.315s] omicron-nexus::test_all integration_tests::schema::validate_data_migration |
4173 | 2024-01-11T00:43:56.090Z | PASS [ 37.645s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot |
4174 | 2024-01-11T00:43:58.314Z | PASS [ 34.520s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up |
4175 | 2024-01-11T00:44:03.981Z | PASS [ 20.909s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp |
4176 | 2024-01-11T00:44:04.325Z | PASS [ 19.480s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group |
4177 | 2024-01-11T00:44:07.994Z | PASS [ 19.996s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints |
4178 | 2024-01-11T00:44:08.170Z | PASS [ 19.670s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers |
4179 | 2024-01-11T00:44:14.316Z | PASS [ 19.499s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints |
4180 | 2024-01-11T00:44:16.907Z | PASS [ 18.597s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid |
4181 | 2024-01-11T00:44:17.481Z | PASS [ 21.798s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users |
4182 | 2024-01-11T00:44:17.906Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up |
4183 | 2024-01-11T00:44:23.777Z | PASS [ 19.046s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid |
4184 | 2024-01-11T00:44:23.782Z | PASS [ 19.618s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated |
4185 | 2024-01-11T00:44:24.149Z | PASS [ 66.232s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up |
4186 | 2024-01-11T00:44:27.370Z | PASS [ 19.377s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs |
4187 | 2024-01-11T00:44:27.987Z | PASS [ 19.819s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group |
4188 | 2024-01-11T00:44:36.345Z | PASS [ 18.865s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed |
4189 | 2024-01-11T00:44:36.518Z | PASS [ 19.613s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups |
4190 | 2024-01-11T00:44:40.528Z | PASS [ 26.209s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy |
4191 | 2024-01-11T00:44:42.870Z | PASS [ 19.502s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit |
4192 | 2024-01-11T00:44:43.008Z | PASS [ 19.411s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups |
4193 | 2024-01-11T00:44:43.292Z | PASS [ 19.149s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group |
4194 | 2024-01-11T00:44:46.492Z | PASS [ 19.121s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id |
4195 | 2024-01-11T00:44:51.276Z | PASS [ 23.291s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types |
4196 | 2024-01-11T00:44:56.935Z | PASS [ 20.384s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list |
4197 | 2024-01-11T00:45:01.111Z | PASS [ 18.234s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete |
4198 | 2024-01-11T00:45:02.252Z | PASS [ 25.904s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views |
4199 | 2024-01-11T00:45:02.364Z | PASS [ 19.079s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list |
4200 | 2024-01-11T00:45:04.911Z | PASS [ 24.351s] omicron-nexus::test_all integration_tests::silos::test_silos |
4201 | 2024-01-11T00:45:08.019Z | PASS [ 21.531s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space |
4202 | 2024-01-11T00:45:08.629Z | PASS [ 25.620s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list |
4203 | 2024-01-11T00:45:11.942Z | PASS [ 20.646s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent |
4204 | 2024-01-11T00:45:20.402Z | PASS [ 18.155s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent |
4205 | 2024-01-11T00:45:22.426Z | PASS [ 20.064s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot |
4206 | 2024-01-11T00:45:25.257Z | PASS [ 20.384s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot |
4207 | 2024-01-11T00:45:25.754Z | PASS [ 28.856s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot |
4208 | 2024-01-11T00:45:27.096Z | PASS [ 4.668s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress |
4209 | 2024-01-11T00:45:27.189Z | PASS [ 19.173s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot |
4210 | 2024-01-11T00:45:27.275Z | PASS [ 1.518s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure |
4211 | 2024-01-11T00:45:29.836Z | PASS [ 28.738s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent |
4212 | 2024-01-11T00:45:29.933Z | PASS [ 4.680s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance |
4213 | 2024-01-11T00:45:31.590Z | PASS [ 4.498s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled |
4214 | 2024-01-11T00:45:31.719Z | PASS [ 4.527s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch |
4215 | 2024-01-11T00:45:36.092Z | PASS [ 27.468s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic |
4216 | 2024-01-11T00:45:43.388Z | PASS [ 22.577s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance |
4217 | 2024-01-11T00:45:45.377Z | PASS [ 18.091s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys |
4218 | 2024-01-11T00:45:46.692Z | PASS [ 34.775s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind |
4219 | 2024-01-11T00:45:47.565Z | PASS [ 17.633s] omicron-nexus::test_all integration_tests::system_updates::test_get_update |
4220 | 2024-01-11T00:45:48.409Z | PASS [ 0.845s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage |
4221 | 2024-01-11T00:45:49.661Z | PASS [ 17.940s] omicron-nexus::test_all integration_tests::system_updates::test_list_update_components |
4222 | 2024-01-11T00:45:49.685Z | PASS [ 18.090s] omicron-nexus::test_all integration_tests::system_updates::test_list_components |
4223 | 2024-01-11T00:45:54.428Z | PASS [ 18.334s] omicron-nexus::test_all integration_tests::system_updates::test_list_updates |
4224 | 2024-01-11T00:46:01.883Z | PASS [ 18.799s] omicron-nexus::test_all integration_tests::system_updates::test_system_version |
4225 | 2024-01-11T00:46:02.077Z | PASS [ 32.043s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation |
4226 | 2024-01-11T00:46:04.022Z | PASS [ 18.654s] omicron-nexus::test_all integration_tests::system_updates::test_update_deployments |
4227 | 2024-01-11T00:46:06.364Z | PASS [ 17.950s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails |
4228 | 2024-01-11T00:46:07.509Z | PASS [ 17.832s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin |
4229 | 2024-01-11T00:46:28.950Z | PASS [ 19.748s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end |
4230 | 2024-01-11T00:46:28.950Z | PASS [ 27.496s] omicron-nexus::test_all integration_tests::utilization::test_utilization |
4231 | 2024-01-11T00:46:28.950Z | PASS [ 24.662s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot |
4232 | 2024-01-11T00:46:30.273Z | PASS [ 28.391s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete |
4233 | 2024-01-11T00:46:31.416Z | PASS [ 27.398s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1 |
4234 | 2024-01-11T00:46:34.517Z | PASS [ 28.160s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2 |
4235 | 2024-01-11T00:46:34.840Z | PASS [ 27.326s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3 |
4236 | 2024-01-11T00:46:37.465Z | PASS [ 28.058s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4 |
4237 | 2024-01-11T00:46:46.691Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
4238 | 2024-01-11T00:46:49.628Z | PASS [ 27.711s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5 |
4239 | 2024-01-11T00:46:53.816Z | PASS [ 19.300s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight |
4240 | 2024-01-11T00:46:54.986Z | PASS [ 28.555s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6 |
4241 | 2024-01-11T00:46:58.856Z | PASS [ 28.587s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk |
4242 | 2024-01-11T00:47:04.512Z | PASS [ 32.885s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly |
4243 | 2024-01-11T00:47:10.678Z | PASS [ 35.716s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1 |
4244 | 2024-01-11T00:47:31.348Z | PASS [ 35.572s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2 |
4245 | 2024-01-11T00:47:32.215Z | PASS [ 97.927s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
4246 | 2024-01-11T00:47:33.366Z | PASS [ 43.738s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first |
4247 | 2024-01-11T00:47:37.205Z | PASS [ 42.213s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order |
4248 | 2024-01-11T00:47:37.658Z | PASS [ 43.845s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first |
4249 | 2024-01-11T00:47:38.064Z | PASS [ 33.774s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly |
4250 | 2024-01-11T00:47:40.874Z | PASS [ 27.838s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk |
4251 | 2024-01-11T00:47:41.243Z | PASS [ 30.692s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk |
4252 | 2024-01-11T00:47:42.535Z | PASS [ 43.641s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots |
4253 | 2024-01-11T00:47:42.911Z | PASS [ 18.294s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout |
4254 | 2024-01-11T00:47:52.391Z | PASS [ 19.032s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only |
4255 | 2024-01-11T00:47:56.127Z | PASS [ 18.343s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen |
4256 | 2024-01-11T00:47:56.468Z | PASS [ 17.556s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen |
4257 | 2024-01-11T00:47:56.468Z | PASS [ 18.296s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing |
4258 | 2024-01-11T00:48:15.401Z | PASS [ 17.996s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent |
4259 | 2024-01-11T00:48:15.559Z | PASS [ 18.500s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen |
4260 | 2024-01-11T00:48:15.560Z | PASS [ 17.866s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume |
4261 | 2024-01-11T00:48:15.560Z | PASS [ 18.651s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base |
4262 | 2024-01-11T00:48:15.560Z | PASS [ 19.026s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent |
4263 | 2024-01-11T00:48:15.560Z | PASS [ 18.066s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume |
4264 | 2024-01-11T00:48:15.560Z | PASS [ 18.351s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga |
4265 | 2024-01-11T00:48:15.560Z | PASS [ 18.845s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted |
4266 | 2024-01-11T00:48:17.674Z | PASS [ 18.310s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume |
4267 | 2024-01-11T00:48:18.075Z | PASS [ 18.840s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume |
4268 | 2024-01-11T00:48:18.743Z | PASS [ 18.373s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice |
4269 | 2024-01-11T00:48:20.090Z | PASS [ 18.531s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume |
4270 | 2024-01-11T00:48:32.758Z | PASS [ 21.341s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall |
4271 | 2024-01-11T00:48:35.951Z | PASS [ 17.875s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_physical_disk_returns_not_found |
4272 | 2024-01-11T00:48:36.377Z | PASS [ 17.617s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_sled_returns_not_found |
4273 | 2024-01-11T00:48:36.517Z | PASS [ 22.832s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers |
4274 | 2024-01-11T00:48:37.120Z | PASS [ 0.196s] omicron-package dot::test::test_bad_dependency |
4275 | 2024-01-11T00:48:37.125Z | PASS [ 0.043s] omicron-package dot::test::test_dot_output |
4276 | 2024-01-11T00:48:37.851Z | PASS [ 17.765s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_success |
4277 | 2024-01-11T00:48:38.321Z | PASS [ 0.030s] omicron-passwords test::test_password_constraints |
4278 | 2024-01-11T00:48:38.321Z | PASS [ 23.824s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets |
4279 | 2024-01-11T00:48:40.928Z | PASS [ 4.584s] omicron-omdb::test_all_output test_omdb_usage_errors |
4280 | 2024-01-11T00:48:40.944Z | PASS [ 23.272s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs |
4281 | 2024-01-11T00:48:40.988Z | PASS [ 0.029s] omicron-passwords test::test_weak_hashes |
4282 | 2024-01-11T00:48:41.019Z | PASS [ 0.064s] omicron-passwords test::test_stable |
4283 | 2024-01-11T00:48:41.020Z | PASS [ 0.030s] omicron-rpaths internal::tests::test_configure_from_path |
4284 | 2024-01-11T00:48:41.043Z | PASS [ 0.026s] omicron-rpaths internal::tests::test_emit_rpath |
4285 | 2024-01-11T00:48:41.081Z | PASS [ 0.085s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar |
4286 | 2024-01-11T00:48:41.599Z | PASS [ 0.156s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously |
4287 | 2024-01-11T00:48:41.605Z | PASS [ 0.104s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match |
4288 | 2024-01-11T00:48:41.605Z | PASS [ 3.536s] omicron-passwords test::test_reproducible |
4289 | 2024-01-11T00:48:41.605Z | PASS [ 0.155s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed |
4290 | 2024-01-11T00:48:41.605Z | PASS [ 27.166s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails |
4291 | 2024-01-11T00:48:41.606Z | PASS [ 0.104s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running |
4292 | 2024-01-11T00:48:41.606Z | PASS [ 0.063s] omicron-sled-agent bootstrap::early_networking::tests::serialized_early_network_config_v0_to_v1_conversion |
4293 | 2024-01-11T00:48:41.606Z | PASS [ 0.042s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips |
4294 | 2024-01-11T00:48:41.606Z | PASS [ 0.058s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization |
4295 | 2024-01-11T00:48:41.613Z | PASS [ 0.047s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash |
4296 | 2024-01-11T00:48:41.630Z | PASS [ 0.044s] omicron-sled-agent bootstrap::params::tests::serialize_start_sled_agent_v0_deserialize_v1 |
4297 | 2024-01-11T00:48:41.667Z | PASS [ 0.054s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools |
4298 | 2024-01-11T00:48:41.691Z | PASS [ 0.056s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization |
4299 | 2024-01-11T00:48:42.122Z | PASS [ 0.622s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes |
4300 | 2024-01-11T00:48:42.128Z | PASS [ 0.054s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema |
4301 | 2024-01-11T00:48:42.128Z | PASS [ 0.047s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition |
4302 | 2024-01-11T00:48:42.128Z | PASS [ 0.044s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition |
4303 | 2024-01-11T00:48:42.128Z | PASS [ 0.039s] omicron-sled-agent common::instance::test::migration_out_after_migration_in |
4304 | 2024-01-11T00:48:42.128Z | PASS [ 0.036s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action |
4305 | 2024-01-11T00:48:42.128Z | PASS [ 0.040s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance |
4306 | 2024-01-11T00:48:42.128Z | PASS [ 0.037s] omicron-sled-agent common::instance::test::test_migration_ids_already_set |
4307 | 2024-01-11T00:48:42.128Z | PASS [ 0.049s] omicron-sled-agent config::test::test_smf_configs |
4308 | 2024-01-11T00:48:42.128Z | PASS [ 0.046s] omicron-sled-agent profile::tests::empty_profile |
4309 | 2024-01-11T00:48:42.128Z | PASS [ 0.043s] omicron-sled-agent profile::tests::test_disabled_instance |
4310 | 2024-01-11T00:48:42.129Z | PASS [ 0.038s] omicron-sled-agent profile::tests::test_instance |
4311 | 2024-01-11T00:48:42.129Z | PASS [ 0.037s] omicron-sled-agent profile::tests::test_multiple |
4312 | 2024-01-11T00:48:42.129Z | PASS [ 0.039s] omicron-sled-agent profile::tests::test_property |
4313 | 2024-01-11T00:48:42.129Z | PASS [ 0.036s] omicron-sled-agent profile::tests::test_property_group |
4314 | 2024-01-11T00:48:42.129Z | PASS [ 0.038s] omicron-sled-agent profile::tests::test_service |
4315 | 2024-01-11T00:48:42.129Z | PASS [ 0.040s] omicron-sled-agent profile::tests::test_service_property_group |
4316 | 2024-01-11T00:48:42.129Z | PASS [ 0.043s] omicron-sled-agent rack_setup::config::test::test_subnets |
4317 | 2024-01-11T00:48:42.129Z | PASS [ 0.040s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics |
4318 | 2024-01-11T00:48:42.129Z | PASS [ 0.063s] omicron-sled-agent rack_setup::config::test::test_extra_certs |
4319 | 2024-01-11T00:48:42.129Z | PASS [ 0.040s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion |
4320 | 2024-01-11T00:48:42.131Z | PASS [ 0.045s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips |
4321 | 2024-01-11T00:48:42.132Z | PASS [ 0.052s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v2_schema |
4322 | 2024-01-11T00:48:42.132Z | PASS [ 0.581s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk |
4323 | 2024-01-11T00:48:42.132Z | PASS [ 0.049s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema |
4324 | 2024-01-11T00:48:42.132Z | PASS [ 0.062s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs |
4325 | 2024-01-11T00:48:42.133Z | PASS [ 0.056s] omicron-sled-agent services::test::test_all_zones_requests_schema |
4326 | 2024-01-11T00:48:42.133Z | PASS [ 0.046s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes |
4327 | 2024-01-11T00:48:42.339Z | PASS [ 0.238s] omicron-sled-agent services::test::test_ensure_service_which_already_exists |
4328 | 2024-01-11T00:48:42.340Z | PASS [ 0.257s] omicron-sled-agent services::test::test_ensure_service |
4329 | 2024-01-11T00:48:42.340Z | PASS [ 0.248s] omicron-sled-agent services::test::test_ensure_service_before_timesync |
4330 | 2024-01-11T00:48:42.351Z | PASS [ 0.323s] omicron-sled-agent services::test::test_bad_generations |
4331 | 2024-01-11T00:48:42.555Z | PASS [ 0.218s] omicron-sled-agent services::test::test_old_ledger_migration |
4332 | 2024-01-11T00:48:42.560Z | PASS [ 0.219s] omicron-sled-agent services::test::test_old_ledger_migration_bad |
4333 | 2024-01-11T00:48:42.590Z | PASS [ 0.044s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema |
4334 | 2024-01-11T00:48:42.645Z | PASS [ 0.053s] omicron-sled-agent services_migration::test::test_all_services_requests_schema |
4335 | 2024-01-11T00:48:42.810Z | PASS [ 0.271s] omicron-sled-agent services::test::test_services_do_not_persist_without_config |
4336 | 2024-01-11T00:48:42.843Z | PASS [ 0.190s] omicron-sled-agent services_migration::test::test_convert_known_ledgers |
4337 | 2024-01-11T00:48:42.870Z | PASS [ 0.062s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy |
4338 | 2024-01-11T00:48:42.887Z | PASS [ 0.054s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault |
4339 | 2024-01-11T00:48:42.920Z | PASS [ 0.049s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states |
4340 | 2024-01-11T00:48:42.940Z | PASS [ 0.052s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop |
4341 | 2024-01-11T00:48:42.969Z | PASS [ 0.050s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot |
4342 | 2024-01-11T00:48:42.994Z | PASS [ 0.049s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed |
4343 | 2024-01-11T00:48:43.036Z | PASS [ 0.047s] omicron-sled-agent updates::test::test_query_no_components |
4344 | 2024-01-11T00:48:43.085Z | PASS [ 0.049s] omicron-sled-agent updates::test::test_query_sled_agent_version |
4345 | 2024-01-11T00:48:43.148Z | PASS [ 0.056s] omicron-sled-agent updates::test::test_query_zone_version |
4346 | 2024-01-11T00:48:43.229Z | PASS [ 0.873s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot |
4347 | 2024-01-11T00:48:43.229Z | PASS [ 0.882s] omicron-sled-agent services::test::test_old_ledger_migration_continue |
4348 | 2024-01-11T00:48:43.266Z | PASS [ 0.042s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour |
4349 | 2024-01-11T00:48:43.392Z | PASS [ 0.245s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem |
4350 | 2024-01-11T00:48:43.455Z | PASS [ 0.068s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files |
4351 | 2024-01-11T00:48:44.020Z | PASS [ 0.752s] omicron-sled-agent zone_bundle::illumos_tests::test_context |
4352 | 2024-01-11T00:48:44.911Z | PASS [ 1.681s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup |
4353 | 2024-01-11T00:48:44.986Z | PASS [ 0.967s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context |
4354 | 2024-01-11T00:48:45.071Z | PASS [ 0.079s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota |
4355 | 2024-01-11T00:48:45.098Z | PASS [ 0.040s] omicron-sled-agent zone_bundle::tests::test_compare_bundles |
4356 | 2024-01-11T00:48:45.169Z | PASS [ 0.071s] omicron-sled-agent zone_bundle::tests::test_disk_usage |
4357 | 2024-01-11T00:48:45.217Z | PASS [ 0.042s] omicron-sled-agent zone_bundle::tests::test_priority_dimension |
4358 | 2024-01-11T00:48:45.254Z | PASS [ 0.042s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause |
4359 | 2024-01-11T00:48:45.308Z | PASS [ 0.050s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available |
4360 | 2024-01-11T00:48:45.465Z | PASS [ 8.656s] omicron-passwords test::test_compatible |
4361 | 2024-01-11T00:48:45.562Z | PASS [ 0.154s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args |
4362 | 2024-01-11T00:48:45.704Z | PASS [ 2.248s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter |
4363 | 2024-01-11T00:48:45.847Z | PASS [ 0.545s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled |
4364 | 2024-01-11T00:48:45.937Z | PASS [ 0.374s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled |
4365 | 2024-01-11T00:48:45.964Z | PASS [ 1.056s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization |
4366 | 2024-01-11T00:48:45.973Z | PASS [ 0.126s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize |
4367 | 2024-01-11T00:48:45.995Z | PASS [ 0.059s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path |
4368 | 2024-01-11T00:48:46.019Z | PASS [ 0.044s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready |
4369 | 2024-01-11T00:48:46.035Z | PASS [ 0.041s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port |
4370 | 2024-01-11T00:48:46.076Z | PASS [ 0.042s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout |
4371 | 2024-01-11T00:48:46.107Z | PASS [ 0.090s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write |
4372 | 2024-01-11T00:48:46.297Z | PASS [ 0.591s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args |
4373 | 2024-01-11T00:48:46.476Z | PASS [ 0.361s] omicron-test-utils dev::db::test::test_bad_cmd |
4374 | 2024-01-11T00:48:46.942Z | PASS [ 3.785s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real |
4375 | 2024-01-11T00:48:46.942Z | PASS [ 0.048s] omicron-test-utils dev::db::test::test_make_pg_config_fail |
4376 | 2024-01-11T00:48:46.942Z | PASS [ 0.712s] omicron-test-utils dev::db::test::test_cmd_fails |
4377 | 2024-01-11T00:48:46.942Z | PASS [ 0.035s] omicron-test-utils dev::db::test::test_make_pg_config_ok |
4378 | 2024-01-11T00:48:46.942Z | PASS [ 0.420s] omicron-test-utils dev::db::test::test_database_start_hang |
4379 | 2024-01-11T00:48:46.942Z | PASS [ 0.050s] omicron-test-utils dev::db::test::test_process_exit_abnormal |
4380 | 2024-01-11T00:48:46.943Z | PASS [ 0.054s] omicron-test-utils dev::db::test::test_process_exit_normal |
4381 | 2024-01-11T00:48:47.017Z | PASS [ 1.046s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready |
4382 | 2024-01-11T00:48:47.059Z | PASS [ 0.048s] omicron-test-utils dev::db::test::test_starter_tmpdir |
4383 | 2024-01-11T00:48:47.109Z | PASS [ 0.049s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port |
4384 | 2024-01-11T00:48:47.156Z | PASS [ 0.044s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path |
4385 | 2024-01-11T00:48:47.202Z | PASS [ 0.040s] oximeter histogram::tests::test_bin_range |
4386 | 2024-01-11T00:48:47.238Z | PASS [ 0.032s] oximeter histogram::tests::test_bin_range_from |
4387 | 2024-01-11T00:48:47.272Z | PASS [ 0.039s] oximeter histogram::tests::test_bin_range_to |
4388 | 2024-01-11T00:48:47.314Z | PASS [ 0.045s] oximeter histogram::tests::test_empty_bins_not_supported |
4389 | 2024-01-11T00:48:47.351Z | PASS [ 0.036s] oximeter histogram::tests::test_ensure_finite |
4390 | 2024-01-11T00:48:47.408Z | PASS [ 0.051s] oximeter histogram::tests::test_histogram |
4391 | 2024-01-11T00:48:47.458Z | PASS [ 0.055s] oximeter histogram::tests::test_histogram_extreme_bins |
4392 | 2024-01-11T00:48:47.515Z | PASS [ 0.062s] oximeter histogram::tests::test_histogram_extreme_samples |
4393 | 2024-01-11T00:48:47.573Z | PASS [ 0.037s] oximeter histogram::tests::test_histogram_float_bins |
4394 | 2024-01-11T00:48:47.623Z | PASS [ 0.058s] oximeter histogram::tests::test_histogram_to_arrays |
4395 | 2024-01-11T00:48:47.687Z | PASS [ 0.052s] oximeter histogram::tests::test_histogram_unbounded_samples |
4396 | 2024-01-11T00:48:47.780Z | PASS [ 0.116s] oximeter histogram::tests::test_histogram_unsorted_bins |
4397 | 2024-01-11T00:48:47.833Z | PASS [ 0.033s] oximeter histogram::tests::test_histogram_with_bins |
4398 | 2024-01-11T00:48:47.866Z | PASS [ 0.042s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins |
4399 | 2024-01-11T00:48:47.914Z | PASS [ 0.054s] oximeter histogram::tests::test_histogram_with_overlapping_bins |
4400 | 2024-01-11T00:48:48.015Z | PASS [ 0.098s] oximeter histogram::tests::test_log_linear_bins_all_representable |
4401 | 2024-01-11T00:48:48.068Z | PASS [ 0.052s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1 |
4402 | 2024-01-11T00:48:48.152Z | PASS [ 0.063s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2 |
4403 | 2024-01-11T00:48:48.183Z | PASS [ 0.046s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3 |
4404 | 2024-01-11T00:48:48.239Z | PASS [ 0.050s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4 |
4405 | 2024-01-11T00:48:48.271Z | PASS [ 0.048s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks |
4406 | 2024-01-11T00:48:48.765Z | PASS [ 0.066s] oximeter histogram::tests::test_log_linear_bins_small_bin_count |
4407 | 2024-01-11T00:48:48.787Z | PASS [ 0.053s] oximeter histogram::tests::test_span_decades |
4408 | 2024-01-11T00:48:48.787Z | PASS [ 0.051s] oximeter histogram::tests::test_span_decades_other_counts_f64 |
4409 | 2024-01-11T00:48:48.787Z | PASS [ 0.037s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok |
4410 | 2024-01-11T00:48:48.788Z | PASS [ 0.037s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low |
4411 | 2024-01-11T00:48:48.788Z | PASS [ 0.067s] oximeter schema::tests::test_field_schema_ordering |
4412 | 2024-01-11T00:48:48.788Z | PASS [ 0.116s] oximeter schema::tests::test_schema_field_ordering_across_target_metric |
4413 | 2024-01-11T00:48:48.788Z | PASS [ 0.059s] oximeter schema::tests::test_timeseries_name |
4414 | 2024-01-11T00:48:48.853Z | PASS [ 0.071s] oximeter schema::tests::test_timeseries_name_from_str |
4415 | 2024-01-11T00:48:48.872Z | PASS [ 0.046s] oximeter schema::tests::test_timeseries_schema_from_parts |
4416 | 2024-01-11T00:48:48.921Z | PASS [ 0.042s] oximeter schema::tests::test_timeseries_schema_from_sample |
4417 | 2024-01-11T00:48:48.960Z | PASS [ 0.039s] oximeter test_util::tests::test_gen_test_samples |
4418 | 2024-01-11T00:48:49.009Z | PASS [ 0.048s] oximeter traits::tests::test_metric_trait |
4419 | 2024-01-11T00:48:49.053Z | PASS [ 0.034s] oximeter traits::tests::test_producer_trait |
4420 | 2024-01-11T00:48:49.095Z | PASS [ 0.058s] oximeter traits::tests::test_target_trait |
4421 | 2024-01-11T00:48:49.154Z | PASS [ 0.042s] oximeter types::tests::test_cumulative_f64 |
4422 | 2024-01-11T00:48:49.206Z | PASS [ 0.053s] oximeter types::tests::test_cumulative_i64 |
4423 | 2024-01-11T00:48:49.237Z | LEAK [ 2.353s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url |
4424 | 2024-01-11T00:48:49.249Z | PASS [ 0.058s] oximeter types::tests::test_datum |
4425 | 2024-01-11T00:48:49.260Z | PASS [ 0.044s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string |
4426 | 2024-01-11T00:48:49.290Z | PASS [ 0.035s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8 |
4427 | 2024-01-11T00:48:49.300Z | PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8 |
4428 | 2024-01-11T00:48:49.331Z | PASS [ 0.040s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16 |
4429 | 2024-01-11T00:48:49.367Z | PASS [ 0.042s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16 |
4430 | 2024-01-11T00:48:49.848Z | PASS [ 0.054s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32 |
4431 | 2024-01-11T00:48:49.858Z | PASS [ 0.066s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32 |
4432 | 2024-01-11T00:48:49.858Z | PASS [ 0.054s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64 |
4433 | 2024-01-11T00:48:49.858Z | PASS [ 0.062s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64 |
4434 | 2024-01-11T00:48:49.858Z | PASS [ 0.047s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid |
4435 | 2024-01-11T00:48:49.858Z | PASS [ 0.040s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr |
4436 | 2024-01-11T00:48:49.859Z | PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr |
4437 | 2024-01-11T00:48:49.859Z | PASS [ 0.045s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64 |
4438 | 2024-01-11T00:48:49.859Z | PASS [ 0.045s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid |
4439 | 2024-01-11T00:48:49.859Z | PASS [ 0.039s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool |
4440 | 2024-01-11T00:48:49.859Z | PASS [ 0.046s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr |
4441 | 2024-01-11T00:48:49.859Z | PASS [ 0.044s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid |
4442 | 2024-01-11T00:48:49.859Z | PASS [ 0.037s] oximeter types::tests::test_measurement |
4443 | 2024-01-11T00:48:49.860Z | PASS [ 0.036s] oximeter types::tests::test_sample_struct |
4444 | 2024-01-11T00:48:49.860Z | PASS [ 0.037s] oximeter types::tests::test_verify_field_names |
4445 | 2024-01-11T00:48:50.019Z | PASS [ 0.337s] oximeter-collector agent::tests::test_self_stat_error_counter |
4446 | 2024-01-11T00:48:50.030Z | PASS [ 0.359s] oximeter-collector agent::tests::test_self_stat_collection_count |
4447 | 2024-01-11T00:48:50.078Z | PASS [ 0.041s] oximeter-collector self_stats::tests::test_failure_reason_serialization |
4448 | 2024-01-11T00:48:50.137Z | PASS [ 0.067s] oximeter-collector self_stats::tests::test_no_schema_changes |
4449 | 2024-01-11T00:48:50.244Z | PASS [ 0.226s] oximeter-collector agent::tests::test_self_stat_unreachable_counter |
4450 | 2024-01-11T00:48:50.326Z | PASS [ 0.190s] oximeter-collector::test_commands test_oximeter_no_args |
4451 | 2024-01-11T00:48:50.446Z | PASS [ 0.194s] oximeter-collector::test_commands test_oximeter_openapi |
4452 | 2024-01-11T00:48:51.860Z | PASS [ 1.393s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node |
4453 | 2024-01-11T00:48:52.439Z | PASS [ 6.147s] omicron-test-utils dev::db::test::test_database_concurrent |
4454 | 2024-01-11T00:48:52.528Z | PASS [ 5.635s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir |
4455 | 2024-01-11T00:48:53.986Z | PASS [ 1.725s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node |
4456 | 2024-01-11T00:48:53.993Z | PASS [ 20.829s] omicron-omdb::test_all_output test_omdb_env_settings |
4457 | 2024-01-11T00:48:53.993Z | PASS [ 0.056s] oximeter-db client::tests::test_read_schema_upgrade_sql_files |
4458 | 2024-01-11T00:48:53.993Z | PASS [ 3.431s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated |
4459 | 2024-01-11T00:48:54.219Z | PASS [ 1.683s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails |
4460 | 2024-01-11T00:48:54.410Z | PASS [ 1.937s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails |
4461 | 2024-01-11T00:48:54.456Z | PASS [ 0.063s] oximeter-db client::tests::test_unravel_index |
4462 | 2024-01-11T00:48:54.541Z | PASS [ 0.095s] oximeter-db client::tests::test_verify_schema_upgrades |
4463 | 2024-01-11T00:48:54.581Z | PASS [ 0.039s] oximeter-db model::tests::test_db_bool |
4464 | 2024-01-11T00:48:55.009Z | PASS [ 0.391s] oximeter-db model::tests::test_db_bool_bad |
4465 | 2024-01-11T00:48:55.024Z | PASS [ 0.037s] oximeter-db model::tests::test_db_datum_type_conversion |
4466 | 2024-01-11T00:48:55.053Z | PASS [ 0.042s] oximeter-db model::tests::test_db_field_list_conversion |
4467 | 2024-01-11T00:48:55.083Z | PASS [ 0.038s] oximeter-db model::tests::test_db_field_type_conversion |
4468 | 2024-01-11T00:48:55.123Z | PASS [ 0.040s] oximeter-db model::tests::test_db_histogram |
4469 | 2024-01-11T00:48:55.167Z | PASS [ 0.041s] oximeter-db model::tests::test_histogram_to_arrays |
4470 | 2024-01-11T00:48:55.382Z | PASS [ 0.219s] oximeter-db model::tests::test_parse_bad_cumulative_json_data |
4471 | 2024-01-11T00:48:55.425Z | PASS [ 0.040s] oximeter-db model::tests::test_parse_bytes_measurement |
4472 | 2024-01-11T00:48:55.464Z | PASS [ 0.040s] oximeter-db model::tests::test_parse_string_datum_requiring_escape |
4473 | 2024-01-11T00:48:55.923Z | PASS [ 0.046s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement |
4474 | 2024-01-11T00:48:55.938Z | PASS [ 0.039s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement |
4475 | 2024-01-11T00:48:55.938Z | PASS [ 0.042s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement |
4476 | 2024-01-11T00:48:55.938Z | PASS [ 0.042s] oximeter-db model::tests::test_unroll_from_source |
4477 | 2024-01-11T00:48:55.939Z | PASS [ 2.063s] oximeter-db client::tests::test_select_all_field_types |
4478 | 2024-01-11T00:48:55.939Z | PASS [ 0.052s] oximeter-db model::tests::test_unroll_measurement_row |
4479 | 2024-01-11T00:48:55.940Z | PASS [ 0.050s] oximeter-db model::tests::test_unroll_missing_measurement_row |
4480 | 2024-01-11T00:48:55.940Z | PASS [ 0.041s] oximeter-db query::tests::test_field_cmp |
4481 | 2024-01-11T00:48:55.940Z | PASS [ 0.059s] oximeter-db query::tests::test_field_selector_as_query |
4482 | 2024-01-11T00:48:55.940Z | PASS [ 0.042s] oximeter-db query::tests::test_field_value_as_db_str |
4483 | 2024-01-11T00:48:55.940Z | PASS [ 0.071s] oximeter-db query::tests::test_select_query_builder_field_selectors |
4484 | 2024-01-11T00:48:55.940Z | PASS [ 0.100s] oximeter-db query::tests::test_select_query_builder_filter_raw |
4485 | 2024-01-11T00:48:55.940Z | PASS [ 0.055s] oximeter-db query::tests::test_select_query_builder_from_parts |
4486 | 2024-01-11T00:48:56.361Z | PASS [ 0.062s] oximeter-db query::tests::test_select_query_builder_limit_offset |
4487 | 2024-01-11T00:48:56.371Z | PASS [ 0.085s] oximeter-db query::tests::test_select_query_builder_full |
4488 | 2024-01-11T00:48:56.371Z | PASS [ 0.045s] oximeter-db query::tests::test_select_query_builder_no_fields |
4489 | 2024-01-11T00:48:56.372Z | PASS [ 0.047s] oximeter-db query::tests::test_select_query_builder_no_selectors |
4490 | 2024-01-11T00:48:56.372Z | PASS [ 0.044s] oximeter-db query::tests::test_time_range |
4491 | 2024-01-11T00:48:56.372Z | PASS [ 0.083s] oximeter-db query::tests::test_string_field_selector |
4492 | 2024-01-11T00:48:56.372Z | PASS [ 0.059s] oximeter-db sql::tests::test_allow_limit_offset |
4493 | 2024-01-11T00:48:56.373Z | PASS [ 0.060s] oximeter-db sql::tests::test_allow_subqueries |
4494 | 2024-01-11T00:48:56.373Z | PASS [ 0.064s] oximeter-db sql::tests::test_cannot_name_database |
4495 | 2024-01-11T00:48:56.373Z | PASS [ 0.056s] oximeter-db sql::tests::test_ctes_are_not_supported |
4496 | 2024-01-11T00:48:56.373Z | PASS [ 0.057s] oximeter-db sql::tests::test_function_allow_list |
4497 | 2024-01-11T00:48:56.373Z | PASS [ 0.046s] oximeter-db sql::tests::test_multiple_statements_are_not_supported |
4498 | 2024-01-11T00:48:56.373Z | PASS [ 0.096s] oximeter-db sql::tests::test_join_must_be_inner |
4499 | 2024-01-11T00:48:56.373Z | PASS [ 0.061s] oximeter-db sql::tests::test_query_must_be_select_statement |
4500 | 2024-01-11T00:48:56.374Z | PASS [ 0.062s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte |
4501 | 2024-01-11T00:48:56.401Z | PASS [ 0.067s] oximeter-db sql::tests::test_require_table_is_timeseries_name |
4502 | 2024-01-11T00:48:56.411Z | PASS [ 0.065s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias |
4503 | 2024-01-11T00:48:56.454Z | PASS [ 0.043s] oximeter-db tests::test_timeseries_key_field_stability |
4504 | 2024-01-11T00:48:56.469Z | PASS [ 0.064s] oximeter-db sql::tests::test_with_comma_join_fails |
4505 | 2024-01-11T00:48:56.498Z | PASS [ 0.045s] oximeter-db tests::test_timeseries_key_sample_stability |
4506 | 2024-01-11T00:48:56.522Z | PASS [ 0.054s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read |
4507 | 2024-01-11T00:48:56.553Z | PASS [ 0.055s] oximeter-instruments http::tests::test_latency_tracker |
4508 | 2024-01-11T00:48:56.564Z | PASS [ 0.044s] oximeter-instruments http::tests::test_normalize_uri_path |
4509 | 2024-01-11T00:48:56.698Z | PASS [ 0.135s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow |
4510 | 2024-01-11T00:48:56.706Z | PASS [ 0.156s] oximeter-instruments kstat::link::tests::test_kstat_sampler |
4511 | 2024-01-11T00:48:56.787Z | PASS [ 0.089s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal |
4512 | 2024-01-11T00:48:56.800Z | PASS [ 0.087s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration |
4513 | 2024-01-11T00:48:56.856Z | PASS [ 0.064s] oximeter-instruments kstat::link::tests::test_physical_datalink |
4514 | 2024-01-11T00:48:56.902Z | PASS [ 0.105s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone |
4515 | 2024-01-11T00:48:56.942Z | PASS [ 0.041s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field |
4516 | 2024-01-11T00:48:56.955Z | PASS [ 0.101s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed |
4517 | 2024-01-11T00:48:56.976Z | PASS [ 0.034s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name |
4518 | 2024-01-11T00:48:57.006Z | PASS [ 0.035s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields |
4519 | 2024-01-11T00:48:57.024Z | PASS [ 0.040s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated |
4520 | 2024-01-11T00:48:57.038Z | PASS [ 0.044s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field |
4521 | 2024-01-11T00:48:57.096Z | PASS [ 2.850s] oximeter-db client::tests::test_sql_query_output |
4522 | 2024-01-11T00:48:57.102Z | PASS [ 0.053s] oximeter-macro-impl tests::test_metric_annotated_field |
4523 | 2024-01-11T00:48:57.102Z | PASS [ 0.047s] oximeter-macro-impl tests::test_metric_datum_field |
4524 | 2024-01-11T00:48:57.103Z | PASS [ 0.035s] oximeter-macro-impl tests::test_metric_enum |
4525 | 2024-01-11T00:48:57.106Z | PASS [ 0.034s] oximeter-macro-impl tests::test_metric_without_datum_field |
4526 | 2024-01-11T00:48:57.114Z | PASS [ 0.036s] oximeter-macro-impl tests::test_target |
4527 | 2024-01-11T00:48:57.126Z | PASS [ 0.030s] oximeter-macro-impl tests::test_target_empty_struct |
4528 | 2024-01-11T00:48:57.138Z | PASS [ 0.034s] oximeter-macro-impl tests::test_target_enum |
4529 | 2024-01-11T00:48:57.152Z | PASS [ 0.036s] oximeter-macro-impl tests::test_target_unit_struct |
4530 | 2024-01-11T00:48:57.164Z | PASS [ 0.040s] oximeter-macro-impl tests::test_target_with_datum_field |
4531 | 2024-01-11T00:48:57.214Z | PASS [ 0.060s] sled-hardware disk::test::test_disk_paths |
4532 | 2024-01-11T00:48:57.226Z | PASS [ 0.072s] sled-hardware disk::test::test_partition_device_paths |
4533 | 2024-01-11T00:48:57.235Z | PASS [ 0.070s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format |
4534 | 2024-01-11T00:48:57.257Z | PASS [ 0.059s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt |
4535 | 2024-01-11T00:48:57.294Z | PASS [ 0.045s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt |
4536 | 2024-01-11T00:48:57.299Z | PASS [ 0.057s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format |
4537 | 2024-01-11T00:48:57.322Z | PASS [ 0.064s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path |
4538 | 2024-01-11T00:48:57.332Z | PASS [ 0.052s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path |
4539 | 2024-01-11T00:48:57.346Z | PASS [ 0.049s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format |
4540 | 2024-01-11T00:48:57.379Z | PASS [ 0.057s] sled-hardware underlay::tests::test_mac_to_bootstrap_ip |
4541 | 2024-01-11T00:48:57.396Z | PASS [ 0.060s] sled-storage dataset::test::serialize_dataset_name |
4542 | 2024-01-11T00:48:57.418Z | PASS [ 0.077s] sled-storage manager::tests::add_u2_disk_while_not_in_normal_stage_and_ensure_it_gets_queued |
4543 | 2024-01-11T00:48:59.105Z | PASS [ 20.898s] omicron-passwords test::test_smoke |
4544 | 2024-01-11T00:48:59.164Z | PASS [ 23.188s] omicron-omdb::test_all_output test_omdb_success_cases |
4545 | 2024-01-11T00:48:59.304Z | PASS [ 1.928s] sled-storage manager::tests::delete_disk_triggers_notification |
4546 | 2024-01-11T00:48:59.632Z | PASS [ 2.237s] sled-storage manager::tests::ensure_u2_gets_added_to_resources |
4547 | 2024-01-11T00:49:00.926Z | PASS [ 1.828s] sled-storage manager::tests::queued_disks_get_added_as_resources |
4548 | 2024-01-11T00:49:01.089Z | PASS [ 1.956s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error |
4549 | 2024-01-11T00:49:01.265Z | PASS [ 1.633s] sled-storage manager::tests::wait_for_bootdisk |
4550 | 2024-01-11T00:49:01.434Z | PASS [ 2.117s] sled-storage manager::tests::upsert_filesystem |
4551 | 2024-01-11T00:49:01.475Z | PASS [ 0.054s] tufaceous-lib archive::tests::test_validate_path |
4552 | 2024-01-11T00:49:01.539Z | PASS [ 0.063s] tufaceous-lib assemble::manifest::tests::fake_roundtrip |
4553 | 2024-01-11T00:49:01.584Z | PASS [ 0.046s] tufaceous-lib key::tests::test_from_str |
4554 | 2024-01-11T00:49:01.725Z | PASS [ 0.139s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename |
4555 | 2024-01-11T00:49:02.059Z | PASS [ 0.975s] tufaceous::integration-tests command_tests::test_init_and_add |
4556 | 2024-01-11T00:49:02.201Z | PASS [ 0.137s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts |
4557 | 2024-01-11T00:49:02.587Z | PASS [ 0.390s] update-engine buffer::tests::test_buffer |
4558 | 2024-01-11T00:49:02.689Z | PASS [ 0.103s] update-engine display::group_display::tests::test_stats |
4559 | 2024-01-11T00:49:02.733Z | PASS [ 0.038s] update-engine display::line_display_shared::tests::test_format_progress_counter |
4560 | 2024-01-11T00:49:02.785Z | PASS [ 0.050s] update-engine engine::tests::error_exits_early |
4561 | 2024-01-11T00:49:02.848Z | PASS [ 0.066s] update-engine events::tests::progress_event_parse_unknown |
4562 | 2024-01-11T00:49:02.903Z | PASS [ 0.048s] update-engine events::tests::step_event_parse_unknown |
4563 | 2024-01-11T00:49:02.996Z | PASS [ 0.103s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config |
4564 | 2024-01-11T00:49:03.028Z | PASS [ 1.766s] tufaceous::manifest-tests check_manifest::fake.toml |
4565 | 2024-01-11T00:49:03.038Z | PASS [ 0.041s] wicket state::inventory::tests::component_id_display |
4566 | 2024-01-11T00:49:03.048Z | PASS [ 2.121s] tufaceous::integration-tests command_tests::test_assemble_fake |
4567 | 2024-01-11T00:49:03.227Z | PASS [ 0.183s] wicketd installinator_progress::tests::test_states |
4568 | 2024-01-11T00:49:03.676Z | PASS [ 0.649s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like |
4569 | 2024-01-11T00:49:03.734Z | PASS [ 2.008s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake |
4570 | 2024-01-11T00:49:04.341Z | PASS [ 1.284s] wicketd::mod integration_tests::commands::test_wicketd_openapi |
4571 | 2024-01-11T00:49:04.772Z | PASS [ 17.912s] omicron-test-utils dev::db::test::test_setup_database_default_dir |
4572 | 2024-01-11T00:49:05.021Z | PASS [ 1.800s] wicketd::mod integration_tests::inventory::test_inventory |
4573 | 2024-01-11T00:49:06.678Z | PASS [ 2.954s] wicketd::mod integration_tests::updates::test_update_races |
4574 | 2024-01-11T00:49:08.226Z | PASS [ 3.904s] wicketd::mod integration_tests::updates::test_updates |
4575 | 2024-01-11T00:49:08.376Z | PASS [ 4.710s] wicketd::mod integration_tests::updates::test_installinator_fetch |
4576 | 2024-01-11T00:49:10.333Z | PASS [ 12.922s] sled-storage manager::tests::ensure_using_exactly_these_disks |
4577 | 2024-01-11T00:49:12.237Z | PASS [ 18.622s] oximeter-db client::tests::test_single_node |
4578 | 2024-01-11T00:49:15.010Z | PASS [ 21.257s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated |
4579 | 2024-01-11T00:50:23.108Z | SLOW [> 60.000s] oximeter-db client::tests::test_replicated |
4580 | 2024-01-11T00:51:15.052Z | SLOW [>120.000s] oximeter-db client::tests::test_replicated |
4581 | 2024-01-11T00:52:15.497Z | SLOW [>180.000s] oximeter-db client::tests::test_replicated |
4582 | 2024-01-11T00:53:14.993Z | SLOW [>240.000s] oximeter-db client::tests::test_replicated |
4583 | 2024-01-11T00:54:15.023Z | SLOW [>300.000s] oximeter-db client::tests::test_replicated |
4584 | 2024-01-11T00:55:14.990Z | SLOW [>360.000s] oximeter-db client::tests::test_replicated |
4585 | 2024-01-11T00:56:21.531Z | SLOW [>420.000s] oximeter-db client::tests::test_replicated |
4586 | 2024-01-11T00:57:04.577Z | PASS [ 469.611s] oximeter-db client::tests::test_replicated |
4587 | 2024-01-11T00:57:04.582Z | ------------ |
4588 | 2024-01-11T00:57:04.582Z | Summary [1911.870s] 1013 tests run: 1013 passed (13 slow, 1 leaky), 3 skipped |
4589 | 2024-01-11T00:57:04.724Z | |
4590 | 2024-01-11T00:57:04.724Z | real 32:04.802685001 |
4591 | 2024-01-11T00:57:04.724Z | user 2:13:22.524117288 |
4592 | 2024-01-11T00:57:04.724Z | sys 44:12.547068882 |
4593 | 2024-01-11T00:57:04.724Z | trap 3:07.192092980 |
4594 | 2024-01-11T00:57:04.724Z | tflt 7.841581601 |
4595 | 2024-01-11T00:57:04.724Z | dflt 24.299436123 |
4596 | 2024-01-11T00:57:04.724Z | kflt 0.226386739 |
4597 | 2024-01-11T00:57:04.724Z | lock 639:14:07.758968395 |
4598 | 2024-01-11T00:57:04.727Z | slp 35:48:29.845253292 |
4599 | 2024-01-11T00:57:04.727Z | lat 2:00:42.115160712 |
4600 | 2024-01-11T00:57:04.727Z | stop 23:32.777949696 |
4601 | 2024-01-11T00:57:04.727Z | |
4602 | 2024-01-11T00:57:04.727Z | ##### #### #### ##### ###### #### ##### |
4603 | 2024-01-11T00:57:04.728Z | # # # # # # # # # # |
4604 | 2024-01-11T00:57:04.728Z | # # # # # # ##### #### # |
4605 | 2024-01-11T00:57:04.728Z | # # # # # # # # # |
4606 | 2024-01-11T00:57:04.728Z | # # # # # # # # # # # |
4607 | 2024-01-11T00:57:04.728Z | ##### #### #### # ###### #### # |
4608 | 2024-01-11T00:57:04.728Z | |
4609 | 2024-01-11T00:57:06.597Z | Fresh unicode-ident v1.0.12 |
4610 | 2024-01-11T00:57:06.611Z | Fresh cfg-if v1.0.0 |
4611 | 2024-01-11T00:57:06.611Z | Fresh autocfg v1.1.0 |
4612 | 2024-01-11T00:57:06.611Z | Fresh version_check v0.9.4 |
4613 | 2024-01-11T00:57:06.611Z | Fresh memchr v2.6.3 |
4614 | 2024-01-11T00:57:06.611Z | Fresh log v0.4.20 |
4615 | 2024-01-11T00:57:06.611Z | Fresh scopeguard v1.2.0 |
4616 | 2024-01-11T00:57:06.638Z | Fresh once_cell v1.19.0 |
4617 | 2024-01-11T00:57:06.638Z | Fresh proc-macro2 v1.0.74 |
4618 | 2024-01-11T00:57:06.638Z | Fresh libc v0.2.152 |
4619 | 2024-01-11T00:57:06.638Z | Fresh smallvec v1.11.2 |
4620 | 2024-01-11T00:57:06.638Z | Fresh itoa v1.0.9 |
4621 | 2024-01-11T00:57:06.638Z | Fresh quote v1.0.35 |
4622 | 2024-01-11T00:57:06.638Z | Fresh getrandom v0.2.10 |
4623 | 2024-01-11T00:57:06.639Z | Fresh lock_api v0.4.10 |
4624 | 2024-01-11T00:57:06.639Z | Fresh byteorder v1.5.0 |
4625 | 2024-01-11T00:57:06.639Z | Fresh syn v2.0.46 |
4626 | 2024-01-11T00:57:06.639Z | Fresh syn v1.0.109 |
4627 | 2024-01-11T00:57:06.639Z | Fresh parking_lot_core v0.9.8 |
4628 | 2024-01-11T00:57:06.639Z | Fresh libm v0.2.7 |
4629 | 2024-01-11T00:57:06.639Z | Fresh spin v0.5.2 |
4630 | 2024-01-11T00:57:06.639Z | Fresh cc v1.0.83 |
4631 | 2024-01-11T00:57:06.639Z | Fresh pin-project-lite v0.2.13 |
4632 | 2024-01-11T00:57:06.639Z | Fresh serde_derive v1.0.194 |
4633 | 2024-01-11T00:57:06.639Z | Fresh parking_lot v0.12.1 |
4634 | 2024-01-11T00:57:06.639Z | Fresh num-traits v0.2.16 |
4635 | 2024-01-11T00:57:06.639Z | Fresh thiserror-impl v1.0.49 |
4636 | 2024-01-11T00:57:06.639Z | Fresh signal-hook-registry v1.4.1 |
4637 | 2024-01-11T00:57:06.639Z | Fresh rand_core v0.6.4 |
4638 | 2024-01-11T00:57:06.639Z | Fresh mio v0.8.9 |
4639 | 2024-01-11T00:57:06.639Z | Fresh ryu v1.0.15 |
4640 | 2024-01-11T00:57:06.639Z | Fresh serde v1.0.194 |
4641 | 2024-01-11T00:57:06.640Z | Fresh thiserror v1.0.49 |
4642 | 2024-01-11T00:57:06.640Z | Fresh futures-core v0.3.30 |
4643 | 2024-01-11T00:57:06.640Z | Fresh num_cpus v1.16.0 |
4644 | 2024-01-11T00:57:06.640Z | Fresh zeroize_derive v1.4.2 |
4645 | 2024-01-11T00:57:06.653Z | Fresh heck v0.4.1 |
4646 | 2024-01-11T00:57:06.654Z | Fresh fnv v1.0.7 |
4647 | 2024-01-11T00:57:06.654Z | Fresh bytes v1.5.0 |
4648 | 2024-01-11T00:57:06.654Z | Fresh bitflags v2.4.0 |
4649 | 2024-01-11T00:57:06.654Z | Fresh zeroize v1.7.0 |
4650 | 2024-01-11T00:57:06.654Z | Fresh tokio-macros v2.2.0 |
4651 | 2024-01-11T00:57:06.654Z | Fresh socket2 v0.5.5 |
4652 | 2024-01-11T00:57:06.654Z | Fresh futures-sink v0.3.30 |
4653 | 2024-01-11T00:57:06.654Z | Fresh lazy_static v1.4.0 |
4654 | 2024-01-11T00:57:06.654Z | Fresh serde_json v1.0.111 |
4655 | 2024-01-11T00:57:06.654Z | Fresh tokio v1.35.1 |
4656 | 2024-01-11T00:57:06.654Z | Fresh errno v0.3.2 |
4657 | 2024-01-11T00:57:06.654Z | Fresh regex-syntax v0.8.2 |
4658 | 2024-01-11T00:57:06.654Z | Fresh pin-utils v0.1.0 |
4659 | 2024-01-11T00:57:06.654Z | Fresh hashbrown v0.14.2 |
4660 | 2024-01-11T00:57:06.654Z | Fresh equivalent v1.0.1 |
4661 | 2024-01-11T00:57:06.654Z | Fresh futures-channel v0.3.30 |
4662 | 2024-01-11T00:57:06.654Z | Fresh futures-macro v0.3.30 |
4663 | 2024-01-11T00:57:06.654Z | Fresh aho-corasick v1.0.4 |
4664 | 2024-01-11T00:57:06.654Z | Fresh futures-io v0.3.30 |
4665 | 2024-01-11T00:57:06.654Z | Fresh slab v0.4.9 |
4666 | 2024-01-11T00:57:06.654Z | Fresh indexmap v2.1.0 |
4667 | 2024-01-11T00:57:06.654Z | Fresh futures-task v0.3.30 |
4668 | 2024-01-11T00:57:06.654Z | Fresh regex-automata v0.4.3 |
4669 | 2024-01-11T00:57:06.655Z | Fresh typenum v1.16.0 |
4670 | 2024-01-11T00:57:06.655Z | Fresh iana-time-zone v0.1.57 |
4671 | 2024-01-11T00:57:06.655Z | Fresh subtle v2.5.0 |
4672 | 2024-01-11T00:57:06.655Z | Fresh futures-util v0.3.30 |
4673 | 2024-01-11T00:57:06.670Z | Fresh regex v1.10.2 |
4674 | 2024-01-11T00:57:06.670Z | Fresh generic-array v0.14.7 |
4675 | 2024-01-11T00:57:06.671Z | Fresh chrono v0.4.31 |
4676 | 2024-01-11T00:57:06.671Z | Fresh pkg-config v0.3.27 |
4677 | 2024-01-11T00:57:06.671Z | Fresh uuid v1.6.1 |
4678 | 2024-01-11T00:57:06.671Z | Fresh tinyvec_macros v0.1.1 |
4679 | 2024-01-11T00:57:06.696Z | Fresh tinyvec v1.6.0 |
4680 | 2024-01-11T00:57:06.696Z | Fresh crypto-common v0.1.6 |
4681 | 2024-01-11T00:57:06.696Z | Fresh tracing-attributes v0.1.26 |
4682 | 2024-01-11T00:57:06.696Z | Fresh spin v0.9.8 |
4683 | 2024-01-11T00:57:06.696Z | Fresh tracing-core v0.1.31 |
4684 | 2024-01-11T00:57:06.696Z | Fresh bitflags v1.3.2 |
4685 | 2024-01-11T00:57:06.696Z | Fresh const-oid v0.9.5 |
4686 | 2024-01-11T00:57:06.697Z | Fresh rustix v0.38.25 |
4687 | 2024-01-11T00:57:06.697Z | Fresh unicode-normalization v0.1.22 |
4688 | 2024-01-11T00:57:06.697Z | Fresh tracing v0.1.37 |
4689 | 2024-01-11T00:57:06.697Z | Fresh base64 v0.21.6 |
4690 | 2024-01-11T00:57:06.697Z | Fresh http v0.2.11 |
4691 | 2024-01-11T00:57:06.697Z | Fresh unicode-bidi v0.3.13 |
4692 | 2024-01-11T00:57:06.733Z | Fresh serde_derive_internals v0.26.0 |
4693 | 2024-01-11T00:57:06.734Z | Fresh percent-encoding v2.3.1 |
4694 | 2024-01-11T00:57:06.734Z | Fresh unicode-width v0.1.11 |
4695 | 2024-01-11T00:57:06.734Z | Fresh dyn-clone v1.0.13 |
4696 | 2024-01-11T00:57:06.734Z | Fresh schemars_derive v0.8.16 |
4697 | 2024-01-11T00:57:06.734Z | Fresh ppv-lite86 v0.2.17 |
4698 | 2024-01-11T00:57:06.734Z | Fresh semver v1.0.21 |
4699 | 2024-01-11T00:57:06.734Z | Fresh rand_chacha v0.3.1 |
4700 | 2024-01-11T00:57:06.734Z | Fresh form_urlencoded v1.2.1 |
4701 | 2024-01-11T00:57:06.734Z | Fresh block-buffer v0.10.4 |
4702 | 2024-01-11T00:57:06.734Z | Fresh zerocopy-derive v0.7.31 |
4703 | 2024-01-11T00:57:06.734Z | Fresh hashbrown v0.12.3 |
4704 | 2024-01-11T00:57:06.734Z | Fresh schemars v0.8.16 |
4705 | 2024-01-11T00:57:06.734Z | Fresh rand v0.8.5 |
4706 | 2024-01-11T00:57:06.734Z | Fresh vcpkg v0.2.15 |
4707 | 2024-01-11T00:57:06.734Z | Fresh either v1.9.0 |
4708 | 2024-01-11T00:57:06.734Z | Fresh zerocopy v0.7.31 |
4709 | 2024-01-11T00:57:06.734Z | Fresh digest v0.10.7 |
4710 | 2024-01-11T00:57:06.734Z | Fresh indexmap v1.9.3 |
4711 | 2024-01-11T00:57:06.734Z | Fresh idna v0.5.0 |
4712 | 2024-01-11T00:57:06.734Z | Fresh ucd-trie v0.1.6 |
4713 | 2024-01-11T00:57:06.734Z | Fresh tokio-util v0.7.10 |
4714 | 2024-01-11T00:57:06.735Z | Fresh toml_datetime v0.6.5 |
4715 | 2024-01-11T00:57:06.735Z | Fresh serde_spanned v0.6.4 |
4716 | 2024-01-11T00:57:06.735Z | Fresh httparse v1.8.0 |
4717 | 2024-01-11T00:57:06.735Z | Fresh url v2.5.0 |
4718 | 2024-01-11T00:57:06.735Z | Fresh pest v2.7.2 |
4719 | 2024-01-11T00:57:06.735Z | Fresh socket2 v0.4.9 |
4720 | 2024-01-11T00:57:06.735Z | Fresh winnow v0.5.15 |
4721 | 2024-01-11T00:57:06.735Z | Fresh adler v1.0.2 |
4722 | 2024-01-11T00:57:06.735Z | Fresh ahash v0.8.6 |
4723 | 2024-01-11T00:57:06.735Z | Fresh strsim v0.10.0 |
4724 | 2024-01-11T00:57:06.735Z | Fresh untrusted v0.7.1 |
4725 | 2024-01-11T00:57:06.735Z | Fresh miniz_oxide v0.7.1 |
4726 | 2024-01-11T00:57:06.735Z | Fresh httpdate v1.0.3 |
4727 | 2024-01-11T00:57:06.735Z | Fresh try-lock v0.2.4 |
4728 | 2024-01-11T00:57:06.735Z | Fresh ring v0.16.20 |
4729 | 2024-01-11T00:57:06.735Z | Fresh h2 v0.3.21 |
4730 | 2024-01-11T00:57:06.735Z | Fresh http-body v0.4.5 |
4731 | 2024-01-11T00:57:06.735Z | Fresh tower-service v0.3.2 |
4732 | 2024-01-11T00:57:06.735Z | Fresh want v0.3.1 |
4733 | 2024-01-11T00:57:06.735Z | Fresh openssl-probe v0.1.5 |
4734 | 2024-01-11T00:57:06.735Z | Fresh cpufeatures v0.2.9 |
4735 | 2024-01-11T00:57:06.736Z | Fresh untrusted v0.9.0 |
4736 | 2024-01-11T00:57:06.736Z | Fresh foreign-types-shared v0.1.1 |
4737 | 2024-01-11T00:57:06.736Z | Fresh async-trait v0.1.77 |
4738 | 2024-01-11T00:57:06.736Z | Fresh hashbrown v0.13.2 |
4739 | 2024-01-11T00:57:06.736Z | Fresh foreign-types v0.3.2 |
4740 | 2024-01-11T00:57:06.736Z | Fresh ring v0.17.7 |
4741 | 2024-01-11T00:57:06.736Z | Fresh hyper v0.14.27 |
4742 | 2024-01-11T00:57:06.736Z | Fresh openssl-sys v0.9.96 |
4743 | 2024-01-11T00:57:06.736Z | Fresh openssl-macros v0.1.1 |
4744 | 2024-01-11T00:57:06.736Z | Fresh mime v0.3.17 |
4745 | 2024-01-11T00:57:06.736Z | Fresh openssl v0.10.60 |
4746 | 2024-01-11T00:57:06.736Z | Fresh rustls-webpki v0.101.7 |
4747 | 2024-01-11T00:57:06.736Z | Fresh sct v0.7.0 |
4748 | 2024-01-11T00:57:06.736Z | Fresh rustc_version v0.4.0 |
4749 | 2024-01-11T00:57:06.736Z | Fresh ipnet v2.8.0 |
4750 | 2024-01-11T00:57:06.736Z | Fresh toml_edit v0.19.15 |
4751 | 2024-01-11T00:57:06.736Z | Fresh rustls v0.21.9 |
4752 | 2024-01-11T00:57:06.737Z | Fresh rustls-pemfile v1.0.3 |
4753 | 2024-01-11T00:57:06.737Z | Fresh gimli v0.28.0 |
4754 | 2024-01-11T00:57:06.737Z | Fresh unicode-xid v0.2.4 |
4755 | 2024-01-11T00:57:06.737Z | Fresh serde_urlencoded v0.7.1 |
4756 | 2024-01-11T00:57:06.737Z | Fresh object v0.32.1 |
4757 | 2024-01-11T00:57:06.737Z | Fresh addr2line v0.21.0 |
4758 | 2024-01-11T00:57:06.737Z | Fresh native-tls v0.2.11 |
4759 | 2024-01-11T00:57:06.737Z | Fresh tokio-rustls v0.24.1 |
4760 | 2024-01-11T00:57:06.737Z | Fresh encoding_rs v0.8.33 |
4761 | 2024-01-11T00:57:06.737Z | Fresh rustc-demangle v0.1.23 |
4762 | 2024-01-11T00:57:06.737Z | Fresh rustls-native-certs v0.6.3 |
4763 | 2024-01-11T00:57:06.737Z | Fresh tokio-native-tls v0.3.1 |
4764 | 2024-01-11T00:57:06.737Z | Fresh backtrace v0.3.69 |
4765 | 2024-01-11T00:57:06.737Z | Fresh utf8parse v0.2.1 |
4766 | 2024-01-11T00:57:06.737Z | Fresh hyper-rustls v0.24.2 |
4767 | 2024-01-11T00:57:06.737Z | Fresh anyhow v1.0.75 |
4768 | 2024-01-11T00:57:06.737Z | Fresh hyper-tls v0.5.0 |
4769 | 2024-01-11T00:57:06.737Z | Fresh openapiv3 v2.0.0 |
4770 | 2024-01-11T00:57:06.737Z | Fresh base64ct v1.6.0 |
4771 | 2024-01-11T00:57:06.737Z | Fresh webpki-roots v0.25.2 |
4772 | 2024-01-11T00:57:06.737Z | Fresh crossbeam-utils v0.8.16 |
4773 | 2024-01-11T00:57:06.737Z | Fresh slog v2.7.0 |
4774 | 2024-01-11T00:57:06.738Z | Fresh crc32fast v1.3.2 |
4775 | 2024-01-11T00:57:06.738Z | Fresh reqwest v0.11.22 |
4776 | 2024-01-11T00:57:06.738Z | Fresh anstyle v1.0.2 |
4777 | 2024-01-11T00:57:06.738Z | Fresh hex v0.4.3 |
4778 | 2024-01-11T00:57:06.738Z | Fresh time-core v0.1.1 |
4779 | 2024-01-11T00:57:06.746Z | Fresh pem-rfc7468 v0.7.0 |
4780 | 2024-01-11T00:57:06.746Z | Fresh synstructure v0.12.6 |
4781 | 2024-01-11T00:57:06.746Z | Fresh pest_meta v2.7.2 |
4782 | 2024-01-11T00:57:06.746Z | Fresh rustversion v1.0.14 |
4783 | 2024-01-11T00:57:06.746Z | Fresh time-macros v0.2.13 |
4784 | 2024-01-11T00:57:06.746Z | Fresh io-lifetimes v1.0.11 |
4785 | 2024-01-11T00:57:06.778Z | Fresh futures-executor v0.3.30 |
4786 | 2024-01-11T00:57:06.779Z | Fresh der_derive v0.7.2 |
4787 | 2024-01-11T00:57:06.779Z | Fresh flagset v0.4.3 |
4788 | 2024-01-11T00:57:06.779Z | Fresh deranged v0.3.8 |
4789 | 2024-01-11T00:57:06.779Z | Fresh num_threads v0.1.6 |
4790 | 2024-01-11T00:57:06.779Z | Fresh unicode-segmentation v1.10.1 |
4791 | 2024-01-11T00:57:06.779Z | Fresh num-integer v0.1.45 |
4792 | 2024-01-11T00:57:06.779Z | Fresh der v0.7.8 |
4793 | 2024-01-11T00:57:06.779Z | Fresh rustix v0.37.23 |
4794 | 2024-01-11T00:57:06.779Z | Fresh pest_generator v2.7.2 |
4795 | 2024-01-11T00:57:06.779Z | Fresh zerocopy-derive v0.2.0 |
4796 | 2024-01-11T00:57:06.779Z | Fresh time v0.3.27 |
4797 | 2024-01-11T00:57:06.779Z | Fresh flate2 v1.0.28 |
4798 | 2024-01-11T00:57:06.779Z | Fresh anstyle-parse v0.2.1 |
4799 | 2024-01-11T00:57:06.779Z | Fresh anstyle-query v1.0.0 |
4800 | 2024-01-11T00:57:06.779Z | Fresh siphasher v0.3.11 |
4801 | 2024-01-11T00:57:06.779Z | Fresh colorchoice v1.0.0 |
4802 | 2024-01-11T00:57:06.779Z | Fresh terminal_size v0.2.6 |
4803 | 2024-01-11T00:57:06.779Z | Fresh pest_derive v2.7.2 |
4804 | 2024-01-11T00:57:06.779Z | Fresh anstream v0.5.0 |
4805 | 2024-01-11T00:57:06.779Z | Fresh zerocopy v0.3.0 |
4806 | 2024-01-11T00:57:06.779Z | Fresh spki v0.7.2 |
4807 | 2024-01-11T00:57:06.779Z | Fresh futures v0.3.30 |
4808 | 2024-01-11T00:57:06.780Z | Fresh bit-vec v0.6.3 |
4809 | 2024-01-11T00:57:06.780Z | Fresh clap_lex v0.5.1 |
4810 | 2024-01-11T00:57:06.780Z | Fresh clap_builder v4.4.2 |
4811 | 2024-01-11T00:57:06.780Z | Fresh dof v0.1.5 |
4812 | 2024-01-11T00:57:06.780Z | Fresh dtrace-parser v0.1.14 |
4813 | 2024-01-11T00:57:06.780Z | Fresh toml v0.7.8 |
4814 | 2024-01-11T00:57:06.790Z | Fresh toml_edit v0.21.0 |
4815 | 2024-01-11T00:57:06.790Z | Fresh itertools v0.10.5 |
4816 | 2024-01-11T00:57:06.790Z | Fresh clap_derive v4.4.2 |
4817 | 2024-01-11T00:57:06.790Z | Fresh hash32 v0.2.1 |
4818 | 2024-01-11T00:57:06.790Z | Fresh thread-id v4.2.0 |
4819 | 2024-01-11T00:57:06.790Z | Fresh data-encoding v2.4.0 |
4820 | 2024-01-11T00:57:06.790Z | Fresh stable_deref_trait v1.2.0 |
4821 | 2024-01-11T00:57:06.790Z | Fresh pkcs8 v0.10.2 |
4822 | 2024-01-11T00:57:06.790Z | Fresh strum_macros v0.25.2 |
4823 | 2024-01-11T00:57:06.791Z | Fresh heapless v0.7.16 |
4824 | 2024-01-11T00:57:06.791Z | Fresh clap v4.4.3 |
4825 | 2024-01-11T00:57:06.791Z | Fresh usdt-impl v0.3.5 |
4826 | 2024-01-11T00:57:06.791Z | Fresh serde_tokenstream v0.1.7 |
4827 | 2024-01-11T00:57:06.791Z | Fresh zerocopy-derive v0.6.4 |
4828 | 2024-01-11T00:57:06.791Z | Fresh fixedbitset v0.4.2 |
4829 | 2024-01-11T00:57:06.791Z | Fresh managed v0.8.0 |
4830 | 2024-01-11T00:57:06.791Z | Fresh memoffset v0.9.0 |
4831 | 2024-01-11T00:57:06.791Z | Fresh zerocopy v0.6.4 |
4832 | 2024-01-11T00:57:06.791Z | Fresh bit-set v0.5.3 |
4833 | 2024-01-11T00:57:06.791Z | Fresh phf_shared v0.10.0 |
4834 | 2024-01-11T00:57:06.791Z | Fresh petgraph v0.6.4 |
4835 | 2024-01-11T00:57:06.792Z | Fresh sha2 v0.10.8 |
4836 | 2024-01-11T00:57:06.792Z | Fresh ipnetwork v0.20.0 |
4837 | 2024-01-11T00:57:06.792Z | Fresh new_debug_unreachable v1.0.4 |
4838 | 2024-01-11T00:57:06.792Z | Fresh precomputed-hash v0.1.1 |
4839 | 2024-01-11T00:57:06.792Z | Fresh minimal-lexical v0.2.1 |
4840 | 2024-01-11T00:57:06.792Z | Fresh crossbeam-epoch v0.9.15 |
4841 | 2024-01-11T00:57:06.792Z | Fresh num-iter v0.1.43 |
4842 | 2024-01-11T00:57:06.792Z | Fresh nom v7.1.3 |
4843 | 2024-01-11T00:57:06.792Z | Fresh string_cache v0.8.7 |
4844 | 2024-01-11T00:57:06.792Z | Fresh usdt-attr-macro v0.3.5 |
4845 | 2024-01-11T00:57:06.792Z | Fresh usdt-macro v0.3.5 |
4846 | 2024-01-11T00:57:06.792Z | Fresh hmac v0.12.1 |
4847 | 2024-01-11T00:57:06.793Z | Fresh itertools v0.11.0 |
4848 | 2024-01-11T00:57:06.793Z | Fresh usdt v0.3.5 |
4849 | 2024-01-11T00:57:06.793Z | Fresh pin-project-internal v1.1.3 |
4850 | 2024-01-11T00:57:06.793Z | Fresh regex-automata v0.1.10 |
4851 | 2024-01-11T00:57:06.793Z | Fresh matches v0.1.10 |
4852 | 2024-01-11T00:57:06.793Z | Fresh lalrpop-util v0.19.12 |
4853 | 2024-01-11T00:57:06.793Z | Fresh doc-comment v0.3.3 |
4854 | 2024-01-11T00:57:06.793Z | Fresh pin-project v1.1.3 |
4855 | 2024-01-11T00:57:06.793Z | Fresh idna v0.2.3 |
4856 | 2024-01-11T00:57:06.793Z | Fresh bzip2-sys v0.1.11+1.0.8 |
4857 | 2024-01-11T00:57:06.793Z | Fresh bstr v0.2.17 |
4858 | 2024-01-11T00:57:06.793Z | Fresh block-padding v0.3.3 |
4859 | 2024-01-11T00:57:06.793Z | Fresh enum-as-inner v0.5.1 |
4860 | 2024-01-11T00:57:06.793Z | Fresh scheduled-thread-pool v0.2.7 |
4861 | 2024-01-11T00:57:06.794Z | Fresh diesel_table_macro_syntax v0.1.0 |
4862 | 2024-01-11T00:57:06.794Z | Fresh predicates-core v1.0.6 |
4863 | 2024-01-11T00:57:06.794Z | Fresh regex-automata v0.3.8 |
4864 | 2024-01-11T00:57:06.794Z | Fresh static_assertions v1.1.0 |
4865 | 2024-01-11T00:57:06.794Z | Fresh inout v0.1.3 |
4866 | 2024-01-11T00:57:06.794Z | Fresh diesel_derives v2.1.2 |
4867 | 2024-01-11T00:57:06.794Z | Fresh r2d2 v0.8.10 |
4868 | 2024-01-11T00:57:06.794Z | Fresh bstr v1.6.0 |
4869 | 2024-01-11T00:57:06.794Z | Fresh trust-dns-proto v0.22.0 |
4870 | 2024-01-11T00:57:06.794Z | Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
4871 | 2024-01-11T00:57:06.795Z | Fresh bzip2 v0.4.4 |
4872 | 2024-01-11T00:57:06.796Z | Fresh md-5 v0.10.5 |
4873 | 2024-01-11T00:57:06.796Z | Fresh console v0.15.7 |
4874 | 2024-01-11T00:57:06.796Z | Fresh stringprep v0.1.3 |
4875 | 2024-01-11T00:57:06.796Z | Fresh ff v0.13.0 |
4876 | 2024-01-11T00:57:06.796Z | Fresh snafu-derive v0.7.5 |
4877 | 2024-01-11T00:57:06.796Z | Fresh float-cmp v0.9.0 |
4878 | 2024-01-11T00:57:06.799Z | Fresh hubpack_derive v0.1.1 |
4879 | 2024-01-11T00:57:07.403Z | Fresh normalize-line-endings v0.3.0 |
4880 | 2024-01-11T00:57:07.404Z | Fresh difflib v0.4.0 |
4881 | 2024-01-11T00:57:07.404Z | Fresh base16ct v0.2.0 |
4882 | 2024-01-11T00:57:07.404Z | Fresh fallible-iterator v0.2.0 |
4883 | 2024-01-11T00:57:07.404Z | Fresh group v0.13.0 |
4884 | 2024-01-11T00:57:07.404Z | Fresh snafu v0.7.5 |
4885 | 2024-01-11T00:57:07.404Z | Fresh hubpack v0.1.2 |
4886 | 2024-01-11T00:57:07.404Z | Fresh num-bigint v0.4.4 |
4887 | 2024-01-11T00:57:07.405Z | Fresh smoltcp v0.9.1 |
4888 | 2024-01-11T00:57:07.405Z | Fresh sec1 v0.7.3 |
4889 | 2024-01-11T00:57:07.405Z | Fresh predicates v3.0.4 |
4890 | 2024-01-11T00:57:07.405Z | Fresh postgres-protocol v0.6.6 |
4891 | 2024-01-11T00:57:07.405Z | Fresh diesel v2.1.4 |
4892 | 2024-01-11T00:57:07.405Z | Fresh zip v0.6.6 |
4893 | 2024-01-11T00:57:07.405Z | Fresh cipher v0.4.4 |
4894 | 2024-01-11T00:57:07.405Z | Fresh similar v2.3.0 |
4895 | 2024-01-11T00:57:07.405Z | Fresh hkdf v0.12.4 |
4896 | 2024-01-11T00:57:07.405Z | Fresh phf_shared v0.11.2 |
4897 | 2024-01-11T00:57:07.405Z | Fresh crypto-bigint v0.5.2 |
4898 | 2024-01-11T00:57:07.406Z | Fresh serde_repr v0.1.16 |
4899 | 2024-01-11T00:57:07.406Z | Fresh postgres-types v0.2.6 |
4900 | 2024-01-11T00:57:07.406Z | Fresh yasna v0.5.2 |
4901 | 2024-01-11T00:57:07.406Z | Fresh whoami v1.4.1 |
4902 | 2024-01-11T00:57:07.406Z | Fresh tokio-stream v0.1.14 |
4903 | 2024-01-11T00:57:07.406Z | Fresh serde_tokenstream v0.2.0 |
4904 | 2024-01-11T00:57:07.406Z | Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
4905 | 2024-01-11T00:57:07.406Z | Fresh elliptic-curve v0.13.8 |
4906 | 2024-01-11T00:57:07.406Z | Fresh phf v0.11.2 |
4907 | 2024-01-11T00:57:07.406Z | Fresh regress v0.7.1 |
4908 | 2024-01-11T00:57:07.406Z | Fresh getopts v0.2.21 |
4909 | 2024-01-11T00:57:07.407Z | Fresh unsafe-libyaml v0.2.10 |
4910 | 2024-01-11T00:57:07.407Z | Fresh progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
4911 | 2024-01-11T00:57:07.407Z | Fresh fastrand v2.0.0 |
4912 | 2024-01-11T00:57:07.407Z | Fresh tokio-postgres v0.7.10 |
4913 | 2024-01-11T00:57:07.407Z | Fresh typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
4914 | 2024-01-11T00:57:07.407Z | Fresh serde_yaml v0.9.25 |
4915 | 2024-01-11T00:57:07.407Z | Fresh tempfile v3.8.1 |
4916 | 2024-01-11T00:57:07.407Z | Fresh ident_case v1.0.1 |
4917 | 2024-01-11T00:57:07.407Z | Fresh dirs-sys-next v0.1.2 |
4918 | 2024-01-11T00:57:07.407Z | Fresh toml v0.8.8 |
4919 | 2024-01-11T00:57:07.407Z | Fresh typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
4920 | 2024-01-11T00:57:07.408Z | Fresh dirs-next v2.0.0 |
4921 | 2024-01-11T00:57:07.408Z | Fresh match_cfg v0.1.0 |
4922 | 2024-01-11T00:57:07.408Z | Fresh atty v0.2.14 |
4923 | 2024-01-11T00:57:07.408Z | Fresh quick-error v1.2.3 |
4924 | 2024-01-11T00:57:07.408Z | Fresh typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
4925 | 2024-01-11T00:57:07.408Z | Fresh term v0.7.0 |
4926 | 2024-01-11T00:57:07.408Z | Fresh hostname v0.3.1 |
4927 | 2024-01-11T00:57:07.408Z | Fresh camino v1.1.6 |
4928 | 2024-01-11T00:57:07.408Z | Fresh darling_core v0.20.3 |
4929 | 2024-01-11T00:57:07.408Z | Fresh sha1 v0.10.6 |
4930 | 2024-01-11T00:57:07.408Z | Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
4931 | 2024-01-11T00:57:07.408Z | Fresh progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
4932 | 2024-01-11T00:57:07.409Z | Fresh darling_macro v0.20.3 |
4933 | 2024-01-11T00:57:07.409Z | Fresh paste v1.0.14 |
4934 | 2024-01-11T00:57:07.409Z | Fresh crossbeam-channel v0.5.8 |
4935 | 2024-01-11T00:57:07.409Z | Fresh thread_local v1.1.7 |
4936 | 2024-01-11T00:57:07.409Z | Fresh instant v0.1.12 |
4937 | 2024-01-11T00:57:07.409Z | Fresh progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
4938 | 2024-01-11T00:57:07.409Z | Fresh darling v0.20.3 |
4939 | 2024-01-11T00:57:07.409Z | Fresh strum v0.25.0 |
4940 | 2024-01-11T00:57:07.409Z | Fresh debug-ignore v1.0.5 |
4941 | 2024-01-11T00:57:07.409Z | Fresh take_mut v0.2.2 |
4942 | 2024-01-11T00:57:07.409Z | Fresh slog-term v2.9.0 |
4943 | 2024-01-11T00:57:07.410Z | Fresh progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
4944 | 2024-01-11T00:57:07.410Z | Fresh slog-async v2.8.0 |
4945 | 2024-01-11T00:57:07.410Z | Fresh serde_with_macros v3.4.0 |
4946 | 2024-01-11T00:57:07.410Z | Fresh slog-json v2.6.1 |
4947 | 2024-01-11T00:57:07.410Z | Fresh async-stream-impl v0.3.5 |
4948 | 2024-01-11T00:57:07.410Z | Fresh structmeta-derive v0.2.0 |
4949 | 2024-01-11T00:57:07.410Z | Fresh wait-timeout v0.2.0 |
4950 | 2024-01-11T00:57:07.410Z | Fresh atomic-waker v1.1.1 |
4951 | 2024-01-11T00:57:07.410Z | Fresh serde_with v3.4.0 |
4952 | 2024-01-11T00:57:07.410Z | Fresh slog-bunyan v2.4.0 |
4953 | 2024-01-11T00:57:07.411Z | Fresh async-stream v0.3.5 |
4954 | 2024-01-11T00:57:07.411Z | Fresh multer v2.1.0 |
4955 | 2024-01-11T00:57:07.411Z | Fresh structmeta v0.2.0 |
4956 | 2024-01-11T00:57:07.411Z | Fresh dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
4957 | 2024-01-11T00:57:07.411Z | Fresh waitgroup v0.1.2 |
4958 | 2024-01-11T00:57:07.411Z | Fresh serde_path_to_error v0.1.15 |
4959 | 2024-01-11T00:57:07.411Z | Fresh rusty-fork v0.3.0 |
4960 | 2024-01-11T00:57:07.411Z | Fresh rand_xorshift v0.3.0 |
4961 | 2024-01-11T00:57:07.411Z | Fresh unarray v0.1.4 |
4962 | 2024-01-11T00:57:07.411Z | Fresh regex-syntax v0.7.5 |
4963 | 2024-01-11T00:57:07.411Z | Fresh backoff v0.4.0 |
4964 | 2024-01-11T00:57:07.411Z | Fresh dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
4965 | 2024-01-11T00:57:07.411Z | Fresh parse-display-derive v0.8.2 |
4966 | 2024-01-11T00:57:07.411Z | Fresh proptest v1.4.0 |
4967 | 2024-01-11T00:57:07.412Z | Fresh test-strategy v0.3.1 |
4968 | 2024-01-11T00:57:07.412Z | Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
4969 | 2024-01-11T00:57:07.412Z | Fresh serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
4970 | 2024-01-11T00:57:07.412Z | Fresh macaddr v1.0.1 |
4971 | 2024-01-11T00:57:07.500Z | Fresh is-terminal v0.4.9 |
4972 | 2024-01-11T00:57:07.500Z | Fresh parse-display v0.8.2 |
4973 | 2024-01-11T00:57:07.500Z | Fresh camino-tempfile v1.1.1 |
4974 | 2024-01-11T00:57:07.500Z | Fresh proc-macro-crate v1.3.1 |
4975 | 2024-01-11T00:57:07.500Z | Fresh num_enum_derive v0.5.11 |
4976 | 2024-01-11T00:57:07.502Z | Fresh embedded-io v0.4.0 |
4977 | 2024-01-11T00:57:07.502Z | Fresh proc-macro-error-attr v1.0.4 |
4978 | 2024-01-11T00:57:07.502Z | Fresh num_enum v0.5.11 |
4979 | 2024-01-11T00:57:07.530Z | Fresh cobs v0.2.3 |
4980 | 2024-01-11T00:57:07.530Z | Fresh smoltcp v0.10.0 |
4981 | 2024-01-11T00:57:07.530Z | Fresh foreign-types-macros v0.2.3 |
4982 | 2024-01-11T00:57:07.531Z | Fresh proc-macro-error v1.0.4 |
4983 | 2024-01-11T00:57:07.531Z | Fresh postcard v1.0.8 |
4984 | 2024-01-11T00:57:07.531Z | Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
4985 | 2024-01-11T00:57:07.531Z | Fresh termtree v0.4.1 |
4986 | 2024-01-11T00:57:07.531Z | Fresh foreign-types-shared v0.3.1 |
4987 | 2024-01-11T00:57:07.531Z | Fresh crucible-workspace-hack v0.1.0 |
4988 | 2024-01-11T00:57:07.531Z | Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
4989 | 2024-01-11T00:57:07.531Z | Fresh foreign-types v0.5.0 |
4990 | 2024-01-11T00:57:07.531Z | Fresh predicates-tree v1.0.9 |
4991 | 2024-01-11T00:57:07.531Z | Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
4992 | 2024-01-11T00:57:07.532Z | Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
4993 | 2024-01-11T00:57:07.532Z | Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
4994 | 2024-01-11T00:57:07.532Z | Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
4995 | 2024-01-11T00:57:07.532Z | Fresh cstr-argument v0.1.2 |
4996 | 2024-01-11T00:57:07.532Z | Fresh pretty-hex v0.2.1 |
4997 | 2024-01-11T00:57:07.532Z | Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
4998 | 2024-01-11T00:57:07.532Z | Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
4999 | 2024-01-11T00:57:07.532Z | Fresh colored v2.0.4 |
5000 | 2024-01-11T00:57:07.534Z | Fresh zone_cfg_derive v0.3.0 |
5001 | 2024-01-11T00:57:07.535Z | Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
5002 | 2024-01-11T00:57:07.535Z | Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
5003 | 2024-01-11T00:57:07.535Z | Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
5004 | 2024-01-11T00:57:07.535Z | Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
5005 | 2024-01-11T00:57:07.535Z | Fresh mockall_derive v0.12.0 |
5006 | 2024-01-11T00:57:07.535Z | Fresh num-derive v0.4.0 |
5007 | 2024-01-11T00:57:07.535Z | Fresh downcast v0.11.0 |
5008 | 2024-01-11T00:57:07.535Z | Fresh fragile v2.0.0 |
5009 | 2024-01-11T00:57:07.535Z | Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
5010 | 2024-01-11T00:57:07.535Z | Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
5011 | 2024-01-11T00:57:07.535Z | Fresh mockall v0.12.0 |
5012 | 2024-01-11T00:57:07.536Z | Fresh zone v0.3.0 |
5013 | 2024-01-11T00:57:07.536Z | Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
5014 | 2024-01-11T00:57:07.536Z | Fresh smf v0.2.2 |
5015 | 2024-01-11T00:57:07.536Z | Fresh filetime v0.2.23 |
5016 | 2024-01-11T00:57:07.536Z | Fresh xattr v1.0.1 |
5017 | 2024-01-11T00:57:07.536Z | Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
5018 | 2024-01-11T00:57:07.536Z | Fresh tar v0.4.40 |
5019 | 2024-01-11T00:57:07.536Z | Fresh heck v0.3.3 |
5020 | 2024-01-11T00:57:07.536Z | Fresh textwrap v0.11.0 |
5021 | 2024-01-11T00:57:07.536Z | Fresh same-file v1.0.6 |
5022 | 2024-01-11T00:57:07.537Z | Fresh vec_map v0.8.2 |
5023 | 2024-01-11T00:57:07.537Z | Fresh ansi_term v0.12.1 |
5024 | 2024-01-11T00:57:07.538Z | Fresh strsim v0.8.0 |
5025 | 2024-01-11T00:57:07.538Z | Fresh structopt-derive v0.4.18 |
5026 | 2024-01-11T00:57:07.538Z | Fresh walkdir v2.4.0 |
5027 | 2024-01-11T00:57:07.538Z | Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
5028 | 2024-01-11T00:57:07.538Z | Fresh glob v0.3.1 |
5029 | 2024-01-11T00:57:07.538Z | Fresh clap v2.34.0 |
5030 | 2024-01-11T00:57:07.538Z | Fresh libefi-sys v0.1.0 |
5031 | 2024-01-11T00:57:07.538Z | Fresh pem v3.0.2 |
5032 | 2024-01-11T00:57:07.539Z | Fresh convert_case v0.4.0 |
5033 | 2024-01-11T00:57:07.539Z | Fresh home v0.5.5 |
5034 | 2024-01-11T00:57:07.539Z | Fresh password-hash v0.5.0 |
5035 | 2024-01-11T00:57:07.539Z | Fresh blake2 v0.10.6 |
5036 | 2024-01-11T00:57:07.539Z | Fresh structopt v0.3.26 |
5037 | 2024-01-11T00:57:07.539Z | Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
5038 | 2024-01-11T00:57:07.539Z | Fresh derive_more v0.99.17 |
5039 | 2024-01-11T00:57:07.539Z | Fresh argon2 v0.5.2 |
5040 | 2024-01-11T00:57:07.539Z | Fresh headers-core v0.2.0 |
5041 | 2024-01-11T00:57:07.539Z | Fresh toml v0.5.11 |
5042 | 2024-01-11T00:57:07.539Z | Fresh tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
5043 | 2024-01-11T00:57:07.539Z | Fresh swrite v0.1.0 |
5044 | 2024-01-11T00:57:07.539Z | Fresh termcolor v1.2.0 |
5045 | 2024-01-11T00:57:07.540Z | Fresh keccak v0.1.4 |
5046 | 2024-01-11T00:57:07.540Z | Fresh sha3 v0.10.8 |
5047 | 2024-01-11T00:57:07.540Z | Fresh signal-hook v0.3.17 |
5048 | 2024-01-11T00:57:07.540Z | Fresh cancel-safe-futures v0.1.5 |
5049 | 2024-01-11T00:57:07.540Z | Fresh headers v0.3.9 |
5050 | 2024-01-11T00:57:07.540Z | Fresh itertools v0.12.0 |
5051 | 2024-01-11T00:57:07.545Z | Fresh secrecy v0.8.0 |
5052 | 2024-01-11T00:57:07.546Z | Fresh tap v1.0.1 |
5053 | 2024-01-11T00:57:07.546Z | Fresh ciborium-io v0.2.1 |
5054 | 2024-01-11T00:57:07.546Z | Fresh half v1.8.2 |
5055 | 2024-01-11T00:57:07.546Z | Fresh radium v0.7.0 |
5056 | 2024-01-11T00:57:07.546Z | Fresh semver-parser v0.10.2 |
5057 | 2024-01-11T00:57:07.546Z | Fresh libsw v3.3.1 |
5058 | 2024-01-11T00:57:07.546Z | Fresh wyz v0.5.1 |
5059 | 2024-01-11T00:57:07.546Z | Fresh ciborium-ll v0.2.1 |
5060 | 2024-01-11T00:57:07.546Z | Fresh derive-where v1.2.7 |
5061 | 2024-01-11T00:57:07.546Z | Fresh funty v2.0.0 |
5062 | 2024-01-11T00:57:07.547Z | Fresh crc-catalog v2.2.0 |
5063 | 2024-01-11T00:57:07.547Z | Fresh linked-hash-map v0.5.6 |
5064 | 2024-01-11T00:57:07.547Z | Fresh owo-colors v3.5.0 |
5065 | 2024-01-11T00:57:07.547Z | Fresh linear-map v1.2.0 |
5066 | 2024-01-11T00:57:07.547Z | Fresh bitvec v1.0.1 |
5067 | 2024-01-11T00:57:07.547Z | Fresh ciborium v0.2.1 |
5068 | 2024-01-11T00:57:07.547Z | Fresh lru-cache v0.1.2 |
5069 | 2024-01-11T00:57:07.547Z | Fresh maybe-uninit v2.0.0 |
5070 | 2024-01-11T00:57:07.547Z | Fresh crc v3.0.1 |
5071 | 2024-01-11T00:57:07.547Z | Fresh semver v0.11.0 |
5072 | 2024-01-11T00:57:07.547Z | Fresh rcgen v0.11.3 |
5073 | 2024-01-11T00:57:07.547Z | Fresh omicron-zone-package v0.9.1 |
5074 | 2024-01-11T00:57:07.547Z | Fresh atomicwrites v0.4.3 |
5075 | 2024-01-11T00:57:07.548Z | Fresh packed_struct_codegen v0.10.1 |
5076 | 2024-01-11T00:57:07.548Z | Fresh subprocess v0.2.9 |
5077 | 2024-01-11T00:57:07.548Z | Fresh nodrop v0.1.14 |
5078 | 2024-01-11T00:57:07.548Z | Fresh toolchain_find v0.2.0 |
5079 | 2024-01-11T00:57:07.563Z | Fresh num-bigint-dig v0.8.4 |
5080 | 2024-01-11T00:57:07.563Z | Fresh packed_struct v0.10.1 |
5081 | 2024-01-11T00:57:07.563Z | Fresh smallvec v0.6.14 |
5082 | 2024-01-11T00:57:07.563Z | Fresh pkcs1 v0.7.5 |
5083 | 2024-01-11T00:57:07.563Z | Fresh array-init v0.0.4 |
5084 | 2024-01-11T00:57:07.563Z | Fresh signature v2.1.0 |
5085 | 2024-01-11T00:57:07.564Z | Fresh bitfield v0.14.0 |
5086 | 2024-01-11T00:57:07.564Z | Fresh rustfmt-wrapper v0.2.0 |
5087 | 2024-01-11T00:57:07.564Z | Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
5088 | 2024-01-11T00:57:07.564Z | Fresh env_logger v0.10.0 |
5089 | 2024-01-11T00:57:07.564Z | Fresh serde-hex v0.1.0 |
5090 | 2024-01-11T00:57:07.564Z | Fresh lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
5091 | 2024-01-11T00:57:07.564Z | Fresh rsa v0.9.2 |
5092 | 2024-01-11T00:57:07.564Z | Fresh x509-cert v0.2.4 |
5093 | 2024-01-11T00:57:07.564Z | Fresh ron v0.8.1 |
5094 | 2024-01-11T00:57:07.564Z | Fresh crc-any v2.4.3 |
5095 | 2024-01-11T00:57:07.564Z | Fresh lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
5096 | 2024-01-11T00:57:07.565Z | Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
5097 | 2024-01-11T00:57:07.565Z | Fresh object v0.30.4 |
5098 | 2024-01-11T00:57:07.565Z | Fresh arc-swap v1.6.0 |
5099 | 2024-01-11T00:57:07.565Z | Fresh path-slash v0.1.5 |
5100 | 2024-01-11T00:57:07.565Z | Fresh hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
5101 | 2024-01-11T00:57:07.565Z | Fresh slog-dtrace v0.2.3 |
5102 | 2024-01-11T00:57:07.565Z | Fresh slog-scope v4.4.0 |
5103 | 2024-01-11T00:57:07.565Z | Fresh num-complex v0.4.4 |
5104 | 2024-01-11T00:57:07.565Z | Fresh semver v0.1.20 |
5105 | 2024-01-11T00:57:07.569Z | Fresh slog-stdlog v4.1.1 |
5106 | 2024-01-11T00:57:07.570Z | Fresh rustc_version v0.1.7 |
5107 | 2024-01-11T00:57:07.570Z | Fresh signal-hook-mio v0.2.3 |
5108 | 2024-01-11T00:57:07.570Z | Fresh resolv-conf v0.7.0 |
5109 | 2024-01-11T00:57:07.570Z | Fresh fxhash v0.2.1 |
5110 | 2024-01-11T00:57:07.570Z | Fresh nibble_vec v0.1.0 |
5111 | 2024-01-11T00:57:07.570Z | Fresh slog-envlogger v2.2.0 |
5112 | 2024-01-11T00:57:07.570Z | Fresh num-rational v0.4.1 |
5113 | 2024-01-11T00:57:07.570Z | Fresh display-error-chain v0.2.0 |
5114 | 2024-01-11T00:57:07.570Z | Fresh endian-type v0.1.2 |
5115 | 2024-01-11T00:57:07.570Z | Fresh utf-8 v0.7.6 |
5116 | 2024-01-11T00:57:07.570Z | Fresh trust-dns-resolver v0.22.0 |
5117 | 2024-01-11T00:57:07.570Z | Fresh buf-list v1.0.3 |
5118 | 2024-01-11T00:57:07.570Z | Fresh num v0.4.1 |
5119 | 2024-01-11T00:57:07.571Z | Fresh tungstenite v0.20.1 |
5120 | 2024-01-11T00:57:07.571Z | Fresh radix_trie v0.2.1 |
5121 | 2024-01-11T00:57:07.571Z | Fresh newline-converter v0.3.0 |
5122 | 2024-01-11T00:57:07.571Z | Fresh tokio-tungstenite v0.20.1 |
5123 | 2024-01-11T00:57:07.571Z | Fresh newtype_derive v0.1.6 |
5124 | 2024-01-11T00:57:07.571Z | Fresh expectorate v1.1.0 |
5125 | 2024-01-11T00:57:07.571Z | Fresh crossbeam-deque v0.8.3 |
5126 | 2024-01-11T00:57:07.571Z | Fresh steno v0.4.0 |
5127 | 2024-01-11T00:57:07.571Z | Fresh signature v1.6.4 |
5128 | 2024-01-11T00:57:07.571Z | Fresh rayon-core v1.12.0 |
5129 | 2024-01-11T00:57:07.571Z | Fresh memoffset v0.7.1 |
5130 | 2024-01-11T00:57:07.571Z | Fresh ed25519 v1.5.3 |
5131 | 2024-01-11T00:57:07.571Z | Fresh globset v0.4.13 |
5132 | 2024-01-11T00:57:07.572Z | Fresh olpc-cjson v0.1.3 |
5133 | 2024-01-11T00:57:07.574Z | Fresh serde_plain v1.0.2 |
5134 | 2024-01-11T00:57:07.574Z | Fresh hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
5135 | 2024-01-11T00:57:07.575Z | Fresh async-recursion v1.0.5 |
5136 | 2024-01-11T00:57:07.575Z | Fresh vte_generate_state_changes v0.1.1 |
5137 | 2024-01-11T00:57:07.575Z | Fresh typed-path v0.7.0 |
5138 | 2024-01-11T00:57:07.575Z | Fresh arrayvec v0.5.2 |
5139 | 2024-01-11T00:57:07.575Z | Fresh tough v0.16.0 |
5140 | 2024-01-11T00:57:07.575Z | Fresh hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
5141 | 2024-01-11T00:57:07.575Z | Fresh platforms v3.0.2 |
5142 | 2024-01-11T00:57:07.575Z | Fresh vte v0.10.1 |
5143 | 2024-01-11T00:57:07.575Z | Fresh salty v0.2.0 |
5144 | 2024-01-11T00:57:07.575Z | Fresh nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
5145 | 2024-01-11T00:57:07.575Z | Fresh rayon v1.8.0 |
5146 | 2024-01-11T00:57:07.575Z | Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
5147 | 2024-01-11T00:57:07.575Z | Fresh fd-lock v3.0.13 |
5148 | 2024-01-11T00:57:07.576Z | Fresh serde-big-array v0.4.1 |
5149 | 2024-01-11T00:57:07.576Z | Fresh serde-big-array v0.5.1 |
5150 | 2024-01-11T00:57:07.576Z | Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
5151 | 2024-01-11T00:57:07.576Z | Fresh diff v0.1.13 |
5152 | 2024-01-11T00:57:07.576Z | Fresh sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
5153 | 2024-01-11T00:57:07.576Z | Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
5154 | 2024-01-11T00:57:07.576Z | Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
5155 | 2024-01-11T00:57:07.576Z | Fresh strip-ansi-escapes v0.1.1 |
5156 | 2024-01-11T00:57:07.579Z | Fresh parking_lot_core v0.8.6 |
5157 | 2024-01-11T00:57:07.583Z | Fresh crunchy v0.2.2 |
5158 | 2024-01-11T00:57:07.584Z | Fresh unicase v2.7.0 |
5159 | 2024-01-11T00:57:07.584Z | Fresh prettyplease v0.2.16 |
5160 | 2024-01-11T00:57:07.584Z | Fresh crossterm v0.26.1 |
5161 | 2024-01-11T00:57:07.584Z | Fresh signal-hook-tokio v0.3.1 |
5162 | 2024-01-11T00:57:07.584Z | Fresh darling_core v0.14.4 |
5163 | 2024-01-11T00:57:07.584Z | Fresh corncobs v0.1.3 |
5164 | 2024-01-11T00:57:07.584Z | Fresh nu-ansi-term v0.49.0 |
5165 | 2024-01-11T00:57:07.584Z | Fresh parking_lot v0.11.2 |
5166 | 2024-01-11T00:57:07.585Z | Fresh darling_macro v0.14.4 |
5167 | 2024-01-11T00:57:07.585Z | Fresh reedline v0.22.0 |
5168 | 2024-01-11T00:57:07.585Z | Fresh sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
5169 | 2024-01-11T00:57:07.585Z | Fresh tiny-keccak v2.0.2 |
5170 | 2024-01-11T00:57:07.585Z | Fresh fs-err v2.11.0 |
5171 | 2024-01-11T00:57:07.585Z | Fresh trust-dns-client v0.22.0 |
5172 | 2024-01-11T00:57:07.585Z | Fresh ascii-canvas v3.0.0 |
5173 | 2024-01-11T00:57:07.585Z | Fresh universal-hash v0.5.1 |
5174 | 2024-01-11T00:57:07.585Z | Fresh thiserror-impl-no-std v2.0.2 |
5175 | 2024-01-11T00:57:07.585Z | Fresh curve25519-dalek-derive v0.1.0 |
5176 | 2024-01-11T00:57:07.585Z | Fresh ena v0.14.2 |
5177 | 2024-01-11T00:57:07.585Z | Fresh libloading v0.7.4 |
5178 | 2024-01-11T00:57:07.585Z | Fresh bytecount v0.6.3 |
5179 | 2024-01-11T00:57:07.598Z | Fresh regex-syntax v0.6.29 |
5180 | 2024-01-11T00:57:07.598Z | Fresh parse-size v1.0.0 |
5181 | 2024-01-11T00:57:07.598Z | Fresh opaque-debug v0.3.0 |
5182 | 2024-01-11T00:57:07.599Z | Fresh thiserror-no-std v2.0.2 |
5183 | 2024-01-11T00:57:07.600Z | Fresh lalrpop v0.19.12 |
5184 | 2024-01-11T00:57:07.600Z | Fresh clang-sys v1.6.1 |
5185 | 2024-01-11T00:57:07.600Z | Fresh poly1305 v0.8.0 |
5186 | 2024-01-11T00:57:07.600Z | Fresh papergrid v0.10.0 |
5187 | 2024-01-11T00:57:07.601Z | Fresh trust-dns-server v0.22.1 |
5188 | 2024-01-11T00:57:07.601Z | Fresh curve25519-dalek v4.1.1 |
5189 | 2024-01-11T00:57:07.601Z | Fresh darling v0.14.4 |
5190 | 2024-01-11T00:57:07.601Z | Fresh portable-atomic v1.4.3 |
5191 | 2024-01-11T00:57:07.601Z | Fresh sled v0.34.7 |
5192 | 2024-01-11T00:57:07.601Z | Fresh tabled_derive v0.6.0 |
5193 | 2024-01-11T00:57:07.601Z | Fresh chacha20 v0.9.1 |
5194 | 2024-01-11T00:57:07.601Z | Fresh cexpr v0.6.0 |
5195 | 2024-01-11T00:57:07.601Z | Fresh which v4.4.0 |
5196 | 2024-01-11T00:57:07.601Z | Fresh aead v0.5.2 |
5197 | 2024-01-11T00:57:07.601Z | Fresh nix v0.26.4 |
5198 | 2024-01-11T00:57:07.602Z | Fresh kstat-rs v0.2.3 |
5199 | 2024-01-11T00:57:07.602Z | Fresh sqlparser_derive v0.1.1 |
5200 | 2024-01-11T00:57:07.602Z | Fresh lazycell v1.3.0 |
5201 | 2024-01-11T00:57:07.602Z | Fresh unicode_categories v0.1.1 |
5202 | 2024-01-11T00:57:07.602Z | Fresh pretty-hex v0.4.1 |
5203 | 2024-01-11T00:57:07.602Z | Fresh rustc-hash v1.1.0 |
5204 | 2024-01-11T00:57:07.602Z | Fresh shlex v1.1.0 |
5205 | 2024-01-11T00:57:07.602Z | Fresh number_prefix v0.4.0 |
5206 | 2024-01-11T00:57:07.602Z | Fresh peeking_take_while v0.1.2 |
5207 | 2024-01-11T00:57:07.602Z | Fresh sqlformat v0.2.3 |
5208 | 2024-01-11T00:57:07.602Z | Fresh indicatif v0.17.7 |
5209 | 2024-01-11T00:57:07.602Z | Fresh bindgen v0.65.1 |
5210 | 2024-01-11T00:57:07.603Z | Fresh rustyline v12.0.0 |
5211 | 2024-01-11T00:57:07.603Z | Fresh chacha20poly1305 v0.10.1 |
5212 | 2024-01-11T00:57:07.603Z | Fresh tabled v0.14.0 |
5213 | 2024-01-11T00:57:07.603Z | Fresh sqlparser v0.36.1 |
5214 | 2024-01-11T00:57:07.603Z | Fresh mime_guess v2.0.4 |
5215 | 2024-01-11T00:57:07.603Z | Fresh derive_builder_core v0.12.0 |
5216 | 2024-01-11T00:57:07.603Z | Fresh vsss-rs v3.3.2 |
5217 | 2024-01-11T00:57:07.603Z | Fresh bcs v0.1.6 |
5218 | 2024-01-11T00:57:07.603Z | Fresh ref-cast-impl v1.0.20 |
5219 | 2024-01-11T00:57:07.603Z | Fresh humantime v2.1.0 |
5220 | 2024-01-11T00:57:07.603Z | Fresh highway v1.1.0 |
5221 | 2024-01-11T00:57:07.603Z | Fresh ref-cast v1.0.20 |
5222 | 2024-01-11T00:57:07.604Z | Fresh derive_builder_macro v0.12.0 |
5223 | 2024-01-11T00:57:07.604Z | Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
5224 | 2024-01-11T00:57:07.604Z | Fresh crossterm v0.27.0 |
5225 | 2024-01-11T00:57:07.604Z | Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
5226 | 2024-01-11T00:57:07.604Z | Fresh strum_macros v0.24.3 |
5227 | 2024-01-11T00:57:07.604Z | Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
5228 | 2024-01-11T00:57:07.604Z | Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
5229 | 2024-01-11T00:57:07.604Z | Fresh indoc v2.0.3 |
5230 | 2024-01-11T00:57:07.604Z | Fresh cassowary v0.3.0 |
5231 | 2024-01-11T00:57:07.604Z | Fresh is_ci v1.1.1 |
5232 | 2024-01-11T00:57:07.604Z | Fresh maplit v1.0.2 |
5233 | 2024-01-11T00:57:07.605Z | Fresh http-range v0.1.5 |
5234 | 2024-01-11T00:57:07.605Z | Fresh indoc v1.0.9 |
5235 | 2024-01-11T00:57:07.605Z | Fresh ratatui v0.23.0 |
5236 | 2024-01-11T00:57:07.605Z | Fresh supports-color v2.1.0 |
5237 | 2024-01-11T00:57:07.606Z | Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
5238 | 2024-01-11T00:57:07.606Z | Fresh hyper-staticfile v0.9.5 |
5239 | 2024-01-11T00:57:07.607Z | Fresh polar-core v0.27.0 |
5240 | 2024-01-11T00:57:07.607Z | Fresh derive_builder v0.12.0 |
5241 | 2024-01-11T00:57:07.607Z | Fresh libxml v0.3.3 |
5242 | 2024-01-11T00:57:07.607Z | Fresh bb8 v0.8.1 |
5243 | 2024-01-11T00:57:07.607Z | Fresh quick-xml v0.23.1 |
5244 | 2024-01-11T00:57:07.607Z | Fresh impl-trait-for-tuples v0.2.2 |
5245 | 2024-01-11T00:57:07.607Z | Fresh oso-derive v0.27.0 |
5246 | 2024-01-11T00:57:07.607Z | Fresh rtoolbox v0.0.1 |
5247 | 2024-01-11T00:57:07.607Z | Fresh unicode-linebreak v0.1.5 |
5248 | 2024-01-11T00:57:07.607Z | Fresh assert_matches v1.5.0 |
5249 | 2024-01-11T00:57:07.607Z | Fresh smawk v0.3.1 |
5250 | 2024-01-11T00:57:07.607Z | Fresh samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
5251 | 2024-01-11T00:57:07.607Z | Fresh textwrap v0.16.0 |
5252 | 2024-01-11T00:57:07.607Z | Fresh rpassword v7.3.1 |
5253 | 2024-01-11T00:57:07.607Z | Fresh oso v0.27.0 |
5254 | 2024-01-11T00:57:07.607Z | Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
5255 | 2024-01-11T00:57:07.607Z | Fresh diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
5256 | 2024-01-11T00:57:07.607Z | Fresh cookie v0.18.0 |
5257 | 2024-01-11T00:57:07.607Z | Fresh tui-tree-widget v0.13.0 |
5258 | 2024-01-11T00:57:07.608Z | Fresh plotters-backend v0.3.5 |
5259 | 2024-01-11T00:57:07.608Z | Fresh shell-words v1.1.0 |
5260 | 2024-01-11T00:57:07.608Z | Fresh target-lexicon v0.12.12 |
5261 | 2024-01-11T00:57:07.608Z | Fresh plotters-svg v0.3.5 |
5262 | 2024-01-11T00:57:07.608Z | Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
5263 | 2024-01-11T00:57:07.611Z | Fresh yansi v0.5.1 |
5264 | 2024-01-11T00:57:07.611Z | Fresh cast v0.3.0 |
5265 | 2024-01-11T00:57:07.611Z | Fresh plotters v0.3.5 |
5266 | 2024-01-11T00:57:07.611Z | Fresh guppy-workspace-hack v0.1.0 |
5267 | 2024-01-11T00:57:07.611Z | Fresh cfg-expr v0.15.5 |
5268 | 2024-01-11T00:57:07.611Z | Fresh pretty_assertions v1.4.0 |
5269 | 2024-01-11T00:57:07.611Z | Fresh criterion-plot v0.5.0 |
5270 | 2024-01-11T00:57:07.611Z | Fresh tinytemplate v1.2.1 |
5271 | 2024-01-11T00:57:07.611Z | Fresh cargo-platform v0.1.3 |
5272 | 2024-01-11T00:57:07.611Z | Fresh threadpool v1.8.1 |
5273 | 2024-01-11T00:57:07.611Z | Fresh nanorand v0.7.0 |
5274 | 2024-01-11T00:57:07.611Z | Fresh relative-path v1.9.0 |
5275 | 2024-01-11T00:57:07.611Z | Fresh arrayref v0.3.7 |
5276 | 2024-01-11T00:57:07.611Z | Fresh constant_time_eq v0.2.6 |
5277 | 2024-01-11T00:57:07.611Z | Fresh arrayvec v0.7.4 |
5278 | 2024-01-11T00:57:07.611Z | Fresh anes v0.1.6 |
5279 | 2024-01-11T00:57:07.621Z | Fresh oorandom v11.1.3 |
5280 | 2024-01-11T00:57:07.621Z | Fresh libtest-mimic v0.6.1 |
5281 | 2024-01-11T00:57:07.621Z | Fresh flume v0.11.0 |
5282 | 2024-01-11T00:57:07.622Z | Fresh blake2b_simd v1.0.1 |
5283 | 2024-01-11T00:57:07.622Z | Fresh rstest_macros v0.18.2 |
5284 | 2024-01-11T00:57:07.622Z | Fresh target-spec v3.0.1 |
5285 | 2024-01-11T00:57:07.622Z | Fresh cargo_metadata v0.18.1 |
5286 | 2024-01-11T00:57:07.622Z | Fresh criterion v0.5.1 |
5287 | 2024-01-11T00:57:07.622Z | Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
5288 | 2024-01-11T00:57:07.622Z | Fresh assert_cmd v2.0.12 |
5289 | 2024-01-11T00:57:07.622Z | Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
5290 | 2024-01-11T00:57:07.622Z | Fresh pathdiff v0.2.1 |
5291 | 2024-01-11T00:57:07.622Z | Fresh fatfs v0.3.6 |
5292 | 2024-01-11T00:57:07.622Z | Fresh basic-toml v0.1.8 |
5293 | 2024-01-11T00:57:07.622Z | Fresh rand v0.4.6 |
5294 | 2024-01-11T00:57:07.622Z | Fresh nested v0.1.1 |
5295 | 2024-01-11T00:57:07.622Z | Fresh futures-timer v3.0.2 |
5296 | 2024-01-11T00:57:07.622Z | Fresh constant_time_eq v0.3.0 |
5297 | 2024-01-11T00:57:07.622Z | Fresh topological-sort v0.2.2 |
5298 | 2024-01-11T00:57:07.622Z | Fresh remove_dir_all v0.5.3 |
5299 | 2024-01-11T00:57:07.622Z | Fresh tempdir v0.3.7 |
5300 | 2024-01-11T00:57:07.622Z | Fresh guppy v0.17.4 |
5301 | 2024-01-11T00:57:07.622Z | Fresh trybuild v1.0.88 |
5302 | 2024-01-11T00:57:07.623Z | Fresh rust-argon2 v1.0.1 |
5303 | 2024-01-11T00:57:07.623Z | Fresh rstest v0.18.2 |
5304 | 2024-01-11T00:57:07.623Z | Fresh datatest-stable v0.2.3 |
5305 | 2024-01-11T00:57:07.623Z | Fresh partial-io v0.5.4 |
5306 | 2024-01-11T00:57:07.623Z | Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
5307 | 2024-01-11T00:57:07.623Z | Fresh httptest v0.15.5 |
5308 | 2024-01-11T00:57:07.623Z | Fresh similar-asserts v1.5.0 |
5309 | 2024-01-11T00:57:07.623Z | Fresh approx v0.5.1 |
5310 | 2024-01-11T00:57:07.623Z | Fresh hex-literal v0.4.1 |
5311 | 2024-01-11T00:57:07.623Z | Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
5312 | 2024-01-11T00:57:07.623Z | Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
5313 | 2024-01-11T00:57:07.623Z | Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
5314 | 2024-01-11T00:57:07.623Z | Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
5315 | 2024-01-11T00:57:07.623Z | Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
5316 | 2024-01-11T00:57:07.623Z | Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
5317 | 2024-01-11T00:57:07.623Z | Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
5318 | 2024-01-11T00:57:07.623Z | Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
5319 | 2024-01-11T00:57:07.623Z | Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
5320 | 2024-01-11T00:57:07.623Z | Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
5321 | 2024-01-11T00:57:07.623Z | Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
5322 | 2024-01-11T00:57:07.623Z | Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
5323 | 2024-01-11T00:57:07.624Z | Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
5324 | 2024-01-11T00:57:07.624Z | Fresh installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
5325 | 2024-01-11T00:57:07.624Z | Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
5326 | 2024-01-11T00:57:07.624Z | Fresh installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
5327 | 2024-01-11T00:57:07.624Z | Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
5328 | 2024-01-11T00:57:07.624Z | Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
5329 | 2024-01-11T00:57:07.624Z | Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
5330 | 2024-01-11T00:57:07.624Z | Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
5331 | 2024-01-11T00:57:07.625Z | Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
5332 | 2024-01-11T00:57:07.625Z | Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
5333 | 2024-01-11T00:57:07.625Z | Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
5334 | 2024-01-11T00:57:07.625Z | Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
5335 | 2024-01-11T00:57:07.625Z | Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
5336 | 2024-01-11T00:57:07.625Z | Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
5337 | 2024-01-11T00:57:07.654Z | |
5338 | 2024-01-11T00:57:07.655Z | running 6 tests |
5339 | 2024-01-11T00:57:07.655Z | Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
5340 | 2024-01-11T00:57:07.655Z | Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
5341 | 2024-01-11T00:57:07.655Z | Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
5342 | 2024-01-11T00:57:07.655Z | Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
5343 | 2024-01-11T00:57:07.655Z | Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
5344 | 2024-01-11T00:57:07.656Z | Fresh mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
5345 | 2024-01-11T00:57:07.656Z | Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
5346 | 2024-01-11T00:57:07.656Z | Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
5347 | 2024-01-11T00:57:07.656Z | Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
5348 | 2024-01-11T00:57:07.656Z | Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
5349 | 2024-01-11T00:57:07.656Z | Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
5350 | 2024-01-11T00:57:07.656Z | Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
5351 | 2024-01-11T00:57:07.656Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 102) ... ignored |
5352 | 2024-01-11T00:57:07.656Z | Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
5353 | 2024-01-11T00:57:07.656Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 25) ... ignored |
5354 | 2024-01-11T00:57:07.656Z | Fresh ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
5355 | 2024-01-11T00:57:07.656Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 44) ... ignored |
5356 | 2024-01-11T00:57:07.657Z | Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
5357 | 2024-01-11T00:57:07.657Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 57) ... ignored |
5358 | 2024-01-11T00:57:07.660Z | Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
5359 | 2024-01-11T00:57:07.660Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 74) ... ignored |
5360 | 2024-01-11T00:57:07.660Z | Fresh ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
5361 | 2024-01-11T00:57:07.660Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 89) ... ignored |
5362 | 2024-01-11T00:57:07.661Z | Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
5363 | 2024-01-11T00:57:07.661Z | |
5364 | 2024-01-11T00:57:07.661Z | Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
5365 | 2024-01-11T00:57:07.661Z | test result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.01s |
5366 | 2024-01-11T00:57:07.661Z | |
5367 | 2024-01-11T00:57:07.661Z | Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
5368 | 2024-01-11T00:57:07.661Z | Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
5369 | 2024-01-11T00:57:07.661Z | Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
5370 | 2024-01-11T00:57:07.661Z | Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
5371 | 2024-01-11T00:57:07.661Z | Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
5372 | 2024-01-11T00:57:07.661Z | Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
5373 | 2024-01-11T00:57:07.661Z | Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
5374 | 2024-01-11T00:57:07.661Z | Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
5375 | 2024-01-11T00:57:07.661Z | Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
5376 | 2024-01-11T00:57:07.661Z | Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
5377 | 2024-01-11T00:57:07.662Z | Finished test [unoptimized + debuginfo] target(s) in 2.03s |
5378 | 2024-01-11T00:57:07.662Z | Doc-tests authz-macros |
5379 | 2024-01-11T00:57:07.683Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-6868d63918ed9717.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e806ee555340808f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0b697697215187f4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human` |
5380 | 2024-01-11T00:57:07.750Z | Doc-tests bootstore |
5381 | 2024-01-11T00:57:07.750Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-68290783cf0bd163.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1576e190f351d2d0.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-f435cf2a40a9e015.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-99f0cc142149875c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c36720f9e8cb569a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1959fc6623356475.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-793a9d0e17bea403.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-28425d6dc6b405aa.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human` |
5382 | 2024-01-11T00:57:08.635Z | |
5383 | 2024-01-11T00:57:08.636Z | running 0 tests |
5384 | 2024-01-11T00:57:08.637Z | |
5385 | 2024-01-11T00:57:08.637Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5386 | 2024-01-11T00:57:08.637Z | |
5387 | 2024-01-11T00:57:08.673Z | Doc-tests bootstrap-agent-client |
5388 | 2024-01-11T00:57:08.674Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4d836f5c32bab99c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -C embed-bitcode=no -D warnings --error-format human` |
5389 | 2024-01-11T00:57:09.750Z | |
5390 | 2024-01-11T00:57:09.751Z | running 0 tests |
5391 | 2024-01-11T00:57:09.751Z | |
5392 | 2024-01-11T00:57:09.751Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5393 | 2024-01-11T00:57:09.751Z | |
5394 | 2024-01-11T00:57:09.789Z | Doc-tests db-macros |
5395 | 2024-01-11T00:57:09.789Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ac158a2b25169010.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e806ee555340808f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0b697697215187f4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human` |
5396 | 2024-01-11T00:57:10.234Z | |
5397 | 2024-01-11T00:57:10.234Z | running 3 tests |
5398 | 2024-01-11T00:57:10.276Z | test nexus/db-macros/src/lib.rs - lookup_resource (line 28) ... ignored |
5399 | 2024-01-11T00:57:10.276Z | test nexus/db-macros/src/lib.rs - lookup_resource (line 48) ... ignored |
5400 | 2024-01-11T00:57:10.276Z | test nexus/db-macros/src/lib.rs - subquery_target (line 127) ... ignored |
5401 | 2024-01-11T00:57:10.276Z | |
5402 | 2024-01-11T00:57:10.276Z | test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5403 | 2024-01-11T00:57:10.276Z | |
5404 | 2024-01-11T00:57:10.277Z | Doc-tests ddm-admin-client |
5405 | 2024-01-11T00:57:10.277Z | Running `/home/build/.rustup/toolchains/1.74.1-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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82a037dcaf00db01.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ac441130852d3970.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib -C embed-bitcode=no -D warnings --error-format human` |
5406 | 2024-01-11T00:57:10.701Z | |
5407 | 2024-01-11T00:57:10.701Z | running 0 tests |
5408 | 2024-01-11T00:57:10.701Z | |
5409 | 2024-01-11T00:57:10.701Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5410 | 2024-01-11T00:57:10.701Z | |
5411 | 2024-01-11T00:57:10.738Z | Doc-tests dns-server |
5412 | 2024-01-11T00:57:10.778Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-04e2a7d748cde519.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1acdbf8e4791723.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-85ddbdbdd9a7b6f1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-c3b4dbcd981d592a.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b5613a9e088ac3d6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8cfdc7077dd75e0.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e0f890a724aa6b10.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -C embed-bitcode=no -D warnings --error-format human` |
5413 | 2024-01-11T00:57:11.361Z | |
5414 | 2024-01-11T00:57:11.361Z | running 0 tests |
5415 | 2024-01-11T00:57:11.362Z | |
5416 | 2024-01-11T00:57:11.362Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5417 | 2024-01-11T00:57:11.403Z | |
5418 | 2024-01-11T00:57:11.435Z | Doc-tests dns-service-client |
5419 | 2024-01-11T00:57:11.435Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib -C embed-bitcode=no -D warnings --error-format human` |
5420 | 2024-01-11T00:57:11.720Z | |
5421 | 2024-01-11T00:57:11.720Z | running 0 tests |
5422 | 2024-01-11T00:57:11.720Z | |
5423 | 2024-01-11T00:57:11.720Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5424 | 2024-01-11T00:57:11.720Z | |
5425 | 2024-01-11T00:57:11.769Z | Doc-tests dpd-client |
5426 | 2024-01-11T00:57:11.770Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dpd_client --test clients/dpd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dpd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a7946f556a0f1d1f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ac441130852d3970.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -C embed-bitcode=no -D warnings --error-format human` |
5427 | 2024-01-11T00:57:13.504Z | |
5428 | 2024-01-11T00:57:13.504Z | running 0 tests |
5429 | 2024-01-11T00:57:13.504Z | |
5430 | 2024-01-11T00:57:13.504Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5431 | 2024-01-11T00:57:13.504Z | |
5432 | 2024-01-11T00:57:13.559Z | Doc-tests gateway-client |
5433 | 2024-01-11T00:57:13.559Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -C embed-bitcode=no -D warnings --error-format human` |
5434 | 2024-01-11T00:57:14.974Z | |
5435 | 2024-01-11T00:57:14.975Z | running 0 tests |
5436 | 2024-01-11T00:57:14.975Z | |
5437 | 2024-01-11T00:57:14.975Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5438 | 2024-01-11T00:57:14.975Z | |
5439 | 2024-01-11T00:57:15.041Z | Doc-tests gateway-test-utils |
5440 | 2024-01-11T00:57:15.041Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7b4f062afb9893cc.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-84f8bd394768deac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-22e3fe43ce0ed30d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -C embed-bitcode=no -D warnings --error-format human` |
5441 | 2024-01-11T00:57:30.484Z | |
5442 | 2024-01-11T00:57:30.485Z | running 0 tests |
5443 | 2024-01-11T00:57:30.485Z | |
5444 | 2024-01-11T00:57:30.485Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5445 | 2024-01-11T00:57:30.485Z | |
5446 | 2024-01-11T00:57:30.543Z | Doc-tests illumos-utils |
5447 | 2024-01-11T00:57:30.543Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-2acbbd27a1b6163e.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-93008d3e8f7a6184.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2ac1b83f4a8d280c.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-7ff576ca943b7776.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-50b51c25e742966f.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-53ca1b07ddc52e0f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-c15f7112dc112ba5.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -D warnings --error-format human` |
5448 | 2024-01-11T00:57:30.543Z | |
5449 | 2024-01-11T00:57:30.543Z | running 0 tests |
5450 | 2024-01-11T00:57:30.545Z | |
5451 | 2024-01-11T00:57:30.545Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5452 | 2024-01-11T00:57:30.545Z | |
5453 | 2024-01-11T00:57:30.545Z | Doc-tests installinator |
5454 | 2024-01-11T00:57:30.545Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-be6980d79858a36d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5ada492474534254.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82a037dcaf00db01.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-085e4acea661f57d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-a1abfa132f3228b7.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-a216a076fc5a4165.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29acd8e4f57e23fd.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-fe082c5cad9f5e18.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-5858a8b8bafe0359.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c36720f9e8cb569a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a61e88df37f7f39f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-942493d6afb74a22.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c8ada11ec9ffe401.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd5f01974fddbb7d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5244c7d96d5c4255.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -C embed-bitcode=no -D warnings --error-format human` |
5455 | 2024-01-11T00:57:30.656Z | |
5456 | 2024-01-11T00:57:30.656Z | running 0 tests |
5457 | 2024-01-11T00:57:30.656Z | |
5458 | 2024-01-11T00:57:30.657Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5459 | 2024-01-11T00:57:30.657Z | |
5460 | 2024-01-11T00:57:30.657Z | Doc-tests installinator-artifact-client |
5461 | 2024-01-11T00:57:30.657Z | Running `/home/build/.rustup/toolchains/1.74.1-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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-a216a076fc5a4165.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29acd8e4f57e23fd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5244c7d96d5c4255.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -C embed-bitcode=no -D warnings --error-format human` |
5462 | 2024-01-11T00:57:30.659Z | |
5463 | 2024-01-11T00:57:30.659Z | running 0 tests |
5464 | 2024-01-11T00:57:30.659Z | |
5465 | 2024-01-11T00:57:30.659Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5466 | 2024-01-11T00:57:30.659Z | |
5467 | 2024-01-11T00:57:30.659Z | Doc-tests installinator-artifactd |
5468 | 2024-01-11T00:57:30.659Z | Running `/home/build/.rustup/toolchains/1.74.1-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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-a302cae4e86560f7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29acd8e4f57e23fd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1acdbf8e4791723.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -C embed-bitcode=no -D warnings --error-format human` |
5469 | 2024-01-11T00:57:30.661Z | |
5470 | 2024-01-11T00:57:30.661Z | running 0 tests |
5471 | 2024-01-11T00:57:30.661Z | |
5472 | 2024-01-11T00:57:30.661Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5473 | 2024-01-11T00:57:30.661Z | |
5474 | 2024-01-11T00:57:30.661Z | Doc-tests installinator-common |
5475 | 2024-01-11T00:57:30.661Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29acd8e4f57e23fd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c36720f9e8cb569a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-793a9d0e17bea403.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-942493d6afb74a22.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5244c7d96d5c4255.rlib -C embed-bitcode=no -D warnings --error-format human` |
5476 | 2024-01-11T00:57:30.665Z | |
5477 | 2024-01-11T00:57:30.665Z | running 0 tests |
5478 | 2024-01-11T00:57:30.665Z | |
5479 | 2024-01-11T00:57:30.665Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5480 | 2024-01-11T00:57:30.665Z | |
5481 | 2024-01-11T00:57:30.665Z | Doc-tests internal-dns |
5482 | 2024-01-11T00:57:30.665Z | Running `/home/build/.rustup/toolchains/1.74.1-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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-04e2a7d748cde519.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8cfdc7077dd75e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -C embed-bitcode=no -D warnings --error-format human` |
5483 | 2024-01-11T00:57:30.666Z | |
5484 | 2024-01-11T00:57:30.666Z | running 0 tests |
5485 | 2024-01-11T00:57:30.667Z | |
5486 | 2024-01-11T00:57:30.667Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5487 | 2024-01-11T00:57:30.667Z | |
5488 | 2024-01-11T00:57:30.667Z | Doc-tests ipcc-key-value |
5489 | 2024-01-11T00:57:30.670Z | Running `/home/build/.rustup/toolchains/1.74.1-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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-f435cf2a40a9e015.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-fe082c5cad9f5e18.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c36720f9e8cb569a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-942493d6afb74a22.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -C embed-bitcode=no -D warnings --error-format human` |
5490 | 2024-01-11T00:57:30.670Z | |
5491 | 2024-01-11T00:57:30.670Z | running 0 tests |
5492 | 2024-01-11T00:57:30.670Z | |
5493 | 2024-01-11T00:57:30.670Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5494 | 2024-01-11T00:57:30.671Z | |
5495 | 2024-01-11T00:57:30.671Z | Doc-tests key-manager |
5496 | 2024-01-11T00:57:30.671Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-99f0cc142149875c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a8345670e85a19ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1959fc6623356475.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib -C embed-bitcode=no -D warnings --error-format human` |
5497 | 2024-01-11T00:57:30.673Z | |
5498 | 2024-01-11T00:57:30.673Z | running 0 tests |
5499 | 2024-01-11T00:57:30.673Z | |
5500 | 2024-01-11T00:57:30.673Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5501 | 2024-01-11T00:57:30.673Z | |
5502 | 2024-01-11T00:57:30.673Z | Doc-tests mg-admin-client |
5503 | 2024-01-11T00:57:30.673Z | Running `/home/build/.rustup/toolchains/1.74.1-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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9c04cc372c502230.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ac441130852d3970.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib -C embed-bitcode=no -D warnings --error-format human` |
5504 | 2024-01-11T00:57:30.676Z | |
5505 | 2024-01-11T00:57:30.676Z | running 0 tests |
5506 | 2024-01-11T00:57:30.676Z | |
5507 | 2024-01-11T00:57:30.676Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5508 | 2024-01-11T00:57:30.676Z | |
5509 | 2024-01-11T00:57:30.676Z | Doc-tests nexus-client |
5510 | 2024-01-11T00:57:30.676Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-964eeca237d80e98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a1b24fa01d0bc49d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -C embed-bitcode=no -D warnings --error-format human` |
5511 | 2024-01-11T00:57:30.679Z | |
5512 | 2024-01-11T00:57:30.679Z | running 0 tests |
5513 | 2024-01-11T00:57:30.679Z | |
5514 | 2024-01-11T00:57:30.679Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5515 | 2024-01-11T00:57:30.679Z | |
5516 | 2024-01-11T00:57:30.680Z | Doc-tests nexus-db-model |
5517 | 2024-01-11T00:57:30.680Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ac158a2b25169010.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4e7cf574ab08229e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2ac1b83f4a8d280c.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-de584eae1179cc7e.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f1e608b0a129121e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f70fbf9ff1f3227.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a09e7a016353112a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a1b24fa01d0bc49d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8026a25d8b10785a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-56b921464271f105.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-fcf112f4a78309bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human` |
5518 | 2024-01-11T00:57:41.860Z | |
5519 | 2024-01-11T00:57:41.861Z | running 2 tests |
5520 | 2024-01-11T00:57:44.584Z | test nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok |
5521 | 2024-01-11T00:57:44.588Z | test nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok |
5522 | 2024-01-11T00:57:44.588Z | |
5523 | 2024-01-11T00:57:44.589Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.73s |
5524 | 2024-01-11T00:57:44.589Z | |
5525 | 2024-01-11T00:57:44.813Z | Doc-tests nexus-db-queries |
5526 | 2024-01-11T00:57:44.818Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a4ba6833457049cd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-6868d63918ed9717.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-053a26277fdb012b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1a39e916f42b29e0.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ac158a2b25169010.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4e7cf574ab08229e.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-d41be4383008a506.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e5fda55841eca3e6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6888b81fd7a6bd7e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2ac1b83f4a8d280c.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-de584eae1179cc7e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4f35497662110b66.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-979d53cd387b3bb4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-88e535c09067e9e7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f70fbf9ff1f3227.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a1b24fa01d0bc49d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ebb57e97c6f84cfd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-db2f4c546ccb2ecf.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e5cfc8ce0dabe16f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-364859c804c52d02.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-70594a4c8724edd8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4d2811ced7180849.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0ad605307619fb24.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-5b221f594b7792a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ae6d5553a02081ed.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-793a9d0e17bea403.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-56b921464271f105.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-fcf112f4a78309bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6a9714dafe5130d1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-adfe90cf71db4dee.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human` |
5527 | 2024-01-11T00:57:48.583Z | |
5528 | 2024-01-11T00:57:48.585Z | running 2 tests |
5529 | 2024-01-11T00:57:48.590Z | test nexus/db-queries/src/db/alias.rs - db::alias::ExpressionAlias (line 20) ... ignored |
5530 | 2024-01-11T00:58:07.247Z | test nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 193) ... ok |
5531 | 2024-01-11T00:58:07.248Z | |
5532 | 2024-01-11T00:58:07.248Z | test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 18.66s |
5533 | 2024-01-11T00:58:07.248Z | |
5534 | 2024-01-11T00:58:07.327Z | Doc-tests nexus-defaults |
5535 | 2024-01-11T00:58:07.335Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f1e608b0a129121e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib -C embed-bitcode=no -D warnings --error-format human` |
5536 | 2024-01-11T00:58:07.611Z | |
5537 | 2024-01-11T00:58:07.611Z | running 0 tests |
5538 | 2024-01-11T00:58:07.611Z | |
5539 | 2024-01-11T00:58:07.611Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5540 | 2024-01-11T00:58:07.611Z | |
5541 | 2024-01-11T00:58:07.632Z | Doc-tests nexus-inventory |
5542 | 2024-01-11T00:58:07.635Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7b4f062afb9893cc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-979d53cd387b3bb4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f70fbf9ff1f3227.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ebb57e97c6f84cfd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-56b921464271f105.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -C embed-bitcode=no -D warnings --error-format human` |
5543 | 2024-01-11T00:58:08.031Z | |
5544 | 2024-01-11T00:58:08.032Z | running 0 tests |
5545 | 2024-01-11T00:58:08.032Z | |
5546 | 2024-01-11T00:58:08.032Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5547 | 2024-01-11T00:58:08.032Z | |
5548 | 2024-01-11T00:58:08.055Z | Doc-tests nexus-types |
5549 | 2024-01-11T00:58:08.055Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-6a4dc32a556df69a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f70fbf9ff1f3227.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a1b24fa01d0bc49d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-db2f4c546ccb2ecf.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-56b921464271f105.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-fcf112f4a78309bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -C embed-bitcode=no -D warnings --error-format human` |
5550 | 2024-01-11T00:58:11.554Z | |
5551 | 2024-01-11T00:58:11.554Z | running 0 tests |
5552 | 2024-01-11T00:58:11.555Z | |
5553 | 2024-01-11T00:58:11.555Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5554 | 2024-01-11T00:58:11.555Z | |
5555 | 2024-01-11T00:58:11.615Z | Doc-tests omicron-certificates |
5556 | 2024-01-11T00:58:11.616Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1e6848bdbd9674f1.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a09e7a016353112a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-db2f4c546ccb2ecf.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ab236b88a8321ed8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4d2811ced7180849.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib -C embed-bitcode=no -D warnings --error-format human` |
5557 | 2024-01-11T00:58:11.998Z | |
5558 | 2024-01-11T00:58:11.998Z | running 0 tests |
5559 | 2024-01-11T00:58:11.998Z | |
5560 | 2024-01-11T00:58:11.998Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5561 | 2024-01-11T00:58:11.998Z | |
5562 | 2024-01-11T00:58:12.017Z | Doc-tests omicron-common |
5563 | 2024-01-11T00:58:12.021Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-6a4dc32a556df69a.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4062b93f57887b97.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2ac1b83f4a8d280c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c36720f9e8cb569a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8026a25d8b10785a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6b9e2c0ef51b9eb6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ae6d5553a02081ed.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-793a9d0e17bea403.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-942493d6afb74a22.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-10323b5ab37cdd2a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -D warnings --error-format human` |
5564 | 2024-01-11T00:58:14.669Z | |
5565 | 2024-01-11T00:58:14.669Z | running 2 tests |
5566 | 2024-01-11T00:58:14.681Z | test common/src/lib.rs - FileKv (line 59) ... ignored |
5567 | 2024-01-11T00:58:28.931Z | test common/src/api/external/error.rs - api::external::error::InternalContext (line 582) ... ok |
5568 | 2024-01-11T00:58:28.931Z | |
5569 | 2024-01-11T00:58:28.931Z | test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 8.86s |
5570 | 2024-01-11T00:58:28.931Z | |
5571 | 2024-01-11T00:58:29.003Z | Doc-tests omicron-gateway |
5572 | 2024-01-11T00:58:29.003Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-aa04ec678f9f5df5.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7b4f062afb9893cc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-fe082c5cad9f5e18.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-84f8bd394768deac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1acdbf8e4791723.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a7c8c56f1e9fd121.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8577de76b417294a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ce3ee4a697e2f601.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-22e3fe43ce0ed30d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c8ada11ec9ffe401.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-2aab747d2bcd6df8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -C embed-bitcode=no -D warnings --error-format human` |
5573 | 2024-01-11T00:58:29.052Z | |
5574 | 2024-01-11T00:58:29.053Z | running 0 tests |
5575 | 2024-01-11T00:58:29.053Z | |
5576 | 2024-01-11T00:58:29.053Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5577 | 2024-01-11T00:58:29.053Z | |
5578 | 2024-01-11T00:58:29.053Z | Doc-tests omicron-nexus |
5579 | 2024-01-11T00:58:29.053Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a4ba6833457049cd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-be6980d79858a36d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5ada492474534254.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7d3d58bc20b923ff.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-afa3d26cdaac59c9.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1adb49e965ce840f.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4e7cf574ab08229e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-04e2a7d748cde519.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a7946f556a0f1d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f682511d400815c1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7b4f062afb9893cc.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e5fda55841eca3e6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-456fea97f03b5679.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-07cf9d199c5c31e6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6888b81fd7a6bd7e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2ac1b83f4a8d280c.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9c04cc372c502230.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-de584eae1179cc7e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4f35497662110b66.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f1e608b0a129121e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-979d53cd387b3bb4.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bb55998112e46465.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-88e535c09067e9e7.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-4bab5365b6718fc4.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f70fbf9ff1f3227.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f3b5328336974d30.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a1b24fa01d0bc49d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ebb57e97c6f84cfd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1acdbf8e4791723.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-db2f4c546ccb2ecf.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a89630ce27adf584.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98fcc5b2f4664d1d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-96361fea5ee75b08.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7518a8b0a3a705f5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-38996f3bed29b617.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9c951f70953cf1ef.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-364859c804c52d02.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-70594a4c8724edd8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ac441130852d3970.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6fee41c8b91e3b2b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4d2811ced7180849.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-df3be6fbde8a7cc9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0ad605307619fb24.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-5b221f594b7792a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8026a25d8b10785a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ae6d5553a02081ed.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-793a9d0e17bea403.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-b1165e23a197da7f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-56b921464271f105.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-22e3fe43ce0ed30d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-fcf112f4a78309bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6a9714dafe5130d1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-10323b5ab37cdd2a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ed1b803b166cf2d1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8cfdc7077dd75e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human` |
5580 | 2024-01-11T00:58:29.501Z | |
5581 | 2024-01-11T00:58:29.501Z | running 5 tests |
5582 | 2024-01-11T00:58:29.507Z | test nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 229) ... ignored |
5583 | 2024-01-11T00:58:33.209Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 710) ... ok |
5584 | 2024-01-11T00:58:33.234Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 668) ... ok |
5585 | 2024-01-11T00:58:33.234Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 740) ... ok |
5586 | 2024-01-11T00:58:33.234Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 646) ... ok |
5587 | 2024-01-11T00:58:33.234Z | |
5588 | 2024-01-11T00:58:33.234Z | test result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.72s |
5589 | 2024-01-11T00:58:33.234Z | |
5590 | 2024-01-11T00:58:33.298Z | Doc-tests omicron-package |
5591 | 2024-01-11T00:58:33.310Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-dcb60a92f524fcaf.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-89037f3833e954fe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-1ed87735fe004111.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-70594a4c8724edd8.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8026a25d8b10785a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-2d8a79eafcf012fe.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rlib -C embed-bitcode=no -D warnings --error-format human` |
5592 | 2024-01-11T00:58:33.575Z | |
5593 | 2024-01-11T00:58:33.576Z | running 0 tests |
5594 | 2024-01-11T00:58:33.576Z | |
5595 | 2024-01-11T00:58:33.580Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5596 | 2024-01-11T00:58:33.581Z | |
5597 | 2024-01-11T00:58:33.592Z | Doc-tests omicron-passwords |
5598 | 2024-01-11T00:58:33.592Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-6f86fa6fcf728419.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7d3d58bc20b923ff.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a1b24fa01d0bc49d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-daa0a5d347d61269.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-793a9d0e17bea403.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib -C embed-bitcode=no -D warnings --error-format human` |
5599 | 2024-01-11T00:58:33.751Z | |
5600 | 2024-01-11T00:58:33.751Z | running 0 tests |
5601 | 2024-01-11T00:58:33.751Z | |
5602 | 2024-01-11T00:58:33.751Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5603 | 2024-01-11T00:58:33.751Z | |
5604 | 2024-01-11T00:58:34.175Z | Doc-tests omicron-rpaths |
5605 | 2024-01-11T00:58:34.176Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-afc30e330ff2bb4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib -C embed-bitcode=no -D warnings --error-format human` |
5606 | 2024-01-11T00:58:34.186Z | |
5607 | 2024-01-11T00:58:34.186Z | running 0 tests |
5608 | 2024-01-11T00:58:34.186Z | |
5609 | 2024-01-11T00:58:34.186Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5610 | 2024-01-11T00:58:34.186Z | |
5611 | 2024-01-11T00:58:34.187Z | Doc-tests omicron-sled-agent |
5612 | 2024-01-11T00:58:34.187Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-68290783cf0bd163.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4d836f5c32bab99c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5ada492474534254.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-afa3d26cdaac59c9.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82a037dcaf00db01.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-04e2a7d748cde519.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-249a0eed595077d4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a7946f556a0f1d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-a59585a20737125d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-54b5166303fa3c79.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29acd8e4f57e23fd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a8345670e85a19ae.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2ac1b83f4a8d280c.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9c04cc372c502230.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-964eeca237d80e98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ebb57e97c6f84cfd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1acdbf8e4791723.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-50b51c25e742966f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7518a8b0a3a705f5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-38996f3bed29b617.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6fee41c8b91e3b2b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-355f1d17ef20e35a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4d2811ced7180849.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8026a25d8b10785a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6b9e2c0ef51b9eb6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0ed79203f3b0abb3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-56b921464271f105.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a61e88df37f7f39f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e72cac7db9a599f9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8535b81478884286.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c8ada11ec9ffe401.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-81acbc8328d15ad1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-adfe90cf71db4dee.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-c15f7112dc112ba5.rlib -C embed-bitcode=no -D warnings --error-format human` |
5613 | 2024-01-11T00:58:46.970Z | |
5614 | 2024-01-11T00:58:46.970Z | running 0 tests |
5615 | 2024-01-11T00:58:46.970Z | |
5616 | 2024-01-11T00:58:46.970Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5617 | 2024-01-11T00:58:46.971Z | |
5618 | 2024-01-11T00:58:47.048Z | Doc-tests omicron-test-utils |
5619 | 2024-01-11T00:58:47.048Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-16b05ddd1cc679da.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-22693fcd42416a9b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e5fda55841eca3e6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-364859c804c52d02.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4d2811ced7180849.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0ad605307619fb24.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-10323b5ab37cdd2a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-adfe90cf71db4dee.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' -D warnings --error-format human` |
5620 | 2024-01-11T00:58:47.048Z | |
5621 | 2024-01-11T00:58:47.048Z | running 0 tests |
5622 | 2024-01-11T00:58:47.050Z | |
5623 | 2024-01-11T00:58:47.050Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5624 | 2024-01-11T00:58:47.050Z | |
5625 | 2024-01-11T00:58:47.050Z | Doc-tests oxide-client |
5626 | 2024-01-11T00:58:47.051Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a89630ce27adf584.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8cfdc7077dd75e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -C embed-bitcode=no -D warnings --error-format human` |
5627 | 2024-01-11T00:58:47.199Z | |
5628 | 2024-01-11T00:58:47.199Z | running 164 tests |
5629 | 2024-01-11T00:58:47.200Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored |
5630 | 2024-01-11T00:58:47.200Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored |
5631 | 2024-01-11T00:58:47.203Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored |
5632 | 2024-01-11T00:58:47.203Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored |
5633 | 2024-01-11T00:58:47.203Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored |
5634 | 2024-01-11T00:58:47.203Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored |
5635 | 2024-01-11T00:58:47.203Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored |
5636 | 2024-01-11T00:58:47.203Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored |
5637 | 2024-01-11T00:58:47.203Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored |
5638 | 2024-01-11T00:58:47.203Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored |
5639 | 2024-01-11T00:58:47.203Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored |
5640 | 2024-01-11T00:58:47.203Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored |
5641 | 2024-01-11T00:58:47.204Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored |
5642 | 2024-01-11T00:58:47.204Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored |
5643 | 2024-01-11T00:58:47.204Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored |
5644 | 2024-01-11T00:58:47.204Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored |
5645 | 2024-01-11T00:58:47.204Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored |
5646 | 2024-01-11T00:58:47.204Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored |
5647 | 2024-01-11T00:58:47.204Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored |
5648 | 2024-01-11T00:58:47.204Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored |
5649 | 2024-01-11T00:58:47.204Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored |
5650 | 2024-01-11T00:58:47.204Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored |
5651 | 2024-01-11T00:58:47.204Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored |
5652 | 2024-01-11T00:58:47.205Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored |
5653 | 2024-01-11T00:58:47.205Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored |
5654 | 2024-01-11T00:58:47.205Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored |
5655 | 2024-01-11T00:58:47.205Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored |
5656 | 2024-01-11T00:58:47.205Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored |
5657 | 2024-01-11T00:58:47.205Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored |
5658 | 2024-01-11T00:58:47.206Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored |
5659 | 2024-01-11T00:58:47.206Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored |
5660 | 2024-01-11T00:58:47.206Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored |
5661 | 2024-01-11T00:58:47.206Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored |
5662 | 2024-01-11T00:58:47.206Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored |
5663 | 2024-01-11T00:58:47.206Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored |
5664 | 2024-01-11T00:58:47.207Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored |
5665 | 2024-01-11T00:58:47.207Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored |
5666 | 2024-01-11T00:58:47.207Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored |
5667 | 2024-01-11T00:58:47.207Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored |
5668 | 2024-01-11T00:58:47.207Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored |
5669 | 2024-01-11T00:58:47.210Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored |
5670 | 2024-01-11T00:58:47.211Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored |
5671 | 2024-01-11T00:58:47.211Z | test clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored |
5672 | 2024-01-11T00:58:47.211Z | test clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored |
5673 | 2024-01-11T00:58:47.212Z | test clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 30) ... ignored |
5674 | 2024-01-11T00:58:47.212Z | test clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored |
5675 | 2024-01-11T00:58:47.212Z | test clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored |
5676 | 2024-01-11T00:58:47.212Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored |
5677 | 2024-01-11T00:58:47.212Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored |
5678 | 2024-01-11T00:58:47.213Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored |
5679 | 2024-01-11T00:58:47.213Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored |
5680 | 2024-01-11T00:58:47.213Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored |
5681 | 2024-01-11T00:58:47.213Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored |
5682 | 2024-01-11T00:58:47.214Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored |
5683 | 2024-01-11T00:58:47.214Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored |
5684 | 2024-01-11T00:58:47.214Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored |
5685 | 2024-01-11T00:58:47.214Z | test clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored |
5686 | 2024-01-11T00:58:47.214Z | test clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored |
5687 | 2024-01-11T00:58:47.214Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored |
5688 | 2024-01-11T00:58:47.216Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored |
5689 | 2024-01-11T00:58:47.216Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored |
5690 | 2024-01-11T00:58:47.216Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored |
5691 | 2024-01-11T00:58:47.216Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored |
5692 | 2024-01-11T00:58:47.216Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored |
5693 | 2024-01-11T00:58:47.216Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored |
5694 | 2024-01-11T00:58:47.216Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored |
5695 | 2024-01-11T00:58:47.217Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored |
5696 | 2024-01-11T00:58:47.217Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored |
5697 | 2024-01-11T00:58:47.217Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored |
5698 | 2024-01-11T00:58:47.217Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored |
5699 | 2024-01-11T00:58:47.217Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored |
5700 | 2024-01-11T00:58:47.217Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored |
5701 | 2024-01-11T00:58:47.217Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored |
5702 | 2024-01-11T00:58:47.217Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored |
5703 | 2024-01-11T00:58:47.217Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored |
5704 | 2024-01-11T00:58:47.217Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored |
5705 | 2024-01-11T00:58:47.217Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored |
5706 | 2024-01-11T00:58:47.217Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored |
5707 | 2024-01-11T00:58:47.219Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored |
5708 | 2024-01-11T00:58:47.219Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored |
5709 | 2024-01-11T00:58:47.219Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored |
5710 | 2024-01-11T00:58:47.219Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored |
5711 | 2024-01-11T00:58:47.220Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored |
5712 | 2024-01-11T00:58:47.220Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored |
5713 | 2024-01-11T00:58:47.220Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored |
5714 | 2024-01-11T00:58:47.220Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored |
5715 | 2024-01-11T00:58:47.220Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored |
5716 | 2024-01-11T00:58:47.220Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored |
5717 | 2024-01-11T00:58:47.220Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored |
5718 | 2024-01-11T00:58:47.220Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_state (line 25) ... ignored |
5719 | 2024-01-11T00:58:47.220Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored |
5720 | 2024-01-11T00:58:47.220Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored |
5721 | 2024-01-11T00:58:47.220Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored |
5722 | 2024-01-11T00:58:47.220Z | test clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 30) ... ignored |
5723 | 2024-01-11T00:58:47.221Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored |
5724 | 2024-01-11T00:58:47.221Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored |
5725 | 2024-01-11T00:58:47.222Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored |
5726 | 2024-01-11T00:58:47.222Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 25) ... ignored |
5727 | 2024-01-11T00:58:47.361Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored |
5728 | 2024-01-11T00:58:47.361Z | Doc-tests oximeter |
5729 | 2024-01-11T00:58:47.361Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-4f8b84f57001d30c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-aa56a7303df8436e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0989bda420f52838.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-ebb781db3624f5fe.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-df8b2b5909631461.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -C embed-bitcode=no -D warnings --error-format human` |
5730 | 2024-01-11T00:58:47.361Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored |
5731 | 2024-01-11T00:58:47.361Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 22) ... ignored |
5732 | 2024-01-11T00:58:47.362Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored |
5733 | 2024-01-11T00:58:47.362Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored |
5734 | 2024-01-11T00:58:47.362Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored |
5735 | 2024-01-11T00:58:47.362Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_link (line 25) ... ignored |
5736 | 2024-01-11T00:58:47.362Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_list (line 27) ... ignored |
5737 | 2024-01-11T00:58:47.362Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_unlink (line 24) ... ignored |
5738 | 2024-01-11T00:58:47.362Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_update (line 24) ... ignored |
5739 | 2024-01-11T00:58:47.362Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored |
5740 | 2024-01-11T00:58:47.362Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored |
5741 | 2024-01-11T00:58:47.362Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored |
5742 | 2024-01-11T00:58:47.362Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored |
5743 | 2024-01-11T00:58:47.362Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored |
5744 | 2024-01-11T00:58:47.362Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored |
5745 | 2024-01-11T00:58:47.362Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_create (line 22) ... ignored |
5746 | 2024-01-11T00:58:47.362Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored |
5747 | 2024-01-11T00:58:47.362Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 24) ... ignored |
5748 | 2024-01-11T00:58:47.363Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored |
5749 | 2024-01-11T00:58:47.367Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored |
5750 | 2024-01-11T00:58:47.367Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored |
5751 | 2024-01-11T00:58:47.367Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored |
5752 | 2024-01-11T00:58:47.367Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored |
5753 | 2024-01-11T00:58:47.367Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored |
5754 | 2024-01-11T00:58:47.368Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored |
5755 | 2024-01-11T00:58:47.368Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored |
5756 | 2024-01-11T00:58:47.368Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored |
5757 | 2024-01-11T00:58:47.368Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored |
5758 | 2024-01-11T00:58:47.368Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored |
5759 | 2024-01-11T00:58:47.368Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored |
5760 | 2024-01-11T00:58:47.368Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored |
5761 | 2024-01-11T00:58:47.368Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored |
5762 | 2024-01-11T00:58:47.368Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored |
5763 | 2024-01-11T00:58:47.368Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored |
5764 | 2024-01-11T00:58:47.368Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored |
5765 | 2024-01-11T00:58:47.368Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored |
5766 | 2024-01-11T00:58:47.383Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored |
5767 | 2024-01-11T00:58:47.383Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored |
5768 | 2024-01-11T00:58:47.383Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored |
5769 | 2024-01-11T00:58:47.383Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored |
5770 | 2024-01-11T00:58:47.383Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored |
5771 | 2024-01-11T00:58:47.383Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored |
5772 | 2024-01-11T00:58:47.383Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored |
5773 | 2024-01-11T00:58:47.383Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored |
5774 | 2024-01-11T00:58:47.383Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored |
5775 | 2024-01-11T00:58:47.383Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored |
5776 | 2024-01-11T00:58:47.383Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored |
5777 | 2024-01-11T00:58:47.383Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored |
5778 | 2024-01-11T00:58:47.383Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored |
5779 | 2024-01-11T00:58:47.383Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored |
5780 | 2024-01-11T00:58:47.383Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored |
5781 | 2024-01-11T00:58:47.383Z | test clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored |
5782 | 2024-01-11T00:58:47.383Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored |
5783 | 2024-01-11T00:58:47.384Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored |
5784 | 2024-01-11T00:58:47.384Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 26) ... ignored |
5785 | 2024-01-11T00:58:47.384Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored |
5786 | 2024-01-11T00:58:47.384Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored |
5787 | 2024-01-11T00:58:47.384Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored |
5788 | 2024-01-11T00:58:47.384Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored |
5789 | 2024-01-11T00:58:47.384Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored |
5790 | 2024-01-11T00:58:47.385Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored |
5791 | 2024-01-11T00:58:47.385Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored |
5792 | 2024-01-11T00:58:47.385Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored |
5793 | 2024-01-11T00:58:47.385Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored |
5794 | 2024-01-11T00:58:47.385Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored |
5795 | 2024-01-11T00:58:47.385Z | |
5796 | 2024-01-11T00:58:47.385Z | test result: ok. 0 passed; 0 failed; 164 ignored; 0 measured; 0 filtered out; finished in 0.21s |
5797 | 2024-01-11T00:58:47.385Z | |
5798 | 2024-01-11T00:58:47.385Z | |
5799 | 2024-01-11T00:58:47.385Z | running 8 tests |
5800 | 2024-01-11T00:58:47.385Z | test oximeter/oximeter/src/traits.rs - traits::Target (line 72) - compile fail ... ok |
5801 | 2024-01-11T00:58:47.508Z | test oximeter/oximeter/src/traits.rs - traits::Metric (line 164) - compile fail ... ok |
5802 | 2024-01-11T00:58:48.067Z | test oximeter/oximeter/src/lib.rs - (line 24) ... ok |
5803 | 2024-01-11T00:58:56.892Z | test oximeter/oximeter/src/traits.rs - traits::Target (line 46) ... ok |
5804 | 2024-01-11T00:58:57.774Z | test oximeter/oximeter/src/traits.rs - traits::Producer (line 334) ... ok |
5805 | 2024-01-11T00:58:58.002Z | test oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::span_decades (line 597) ... ok |
5806 | 2024-01-11T00:58:58.441Z | test oximeter/oximeter/src/traits.rs - traits::Metric (line 143) ... ok |
5807 | 2024-01-11T00:58:59.572Z | test oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::with_bins (line 357) ... ok |
5808 | 2024-01-11T00:58:59.573Z | |
5809 | 2024-01-11T00:58:59.574Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 13.32s |
5810 | 2024-01-11T00:58:59.574Z | |
5811 | 2024-01-11T00:58:59.617Z | Doc-tests oximeter-client |
5812 | 2024-01-11T00:58:59.617Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98fcc5b2f4664d1d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -C embed-bitcode=no -D warnings --error-format human` |
5813 | 2024-01-11T00:59:00.046Z | |
5814 | 2024-01-11T00:59:00.046Z | running 0 tests |
5815 | 2024-01-11T00:59:00.046Z | |
5816 | 2024-01-11T00:59:00.047Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5817 | 2024-01-11T00:59:00.047Z | |
5818 | 2024-01-11T00:59:00.069Z | Doc-tests oximeter-collector |
5819 | 2024-01-11T00:59:00.073Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-964eeca237d80e98.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f70fbf9ff1f3227.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1acdbf8e4791723.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98fcc5b2f4664d1d.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-caaa6613b92b55ab.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-96361fea5ee75b08.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -C embed-bitcode=no -D warnings --error-format human` |
5820 | 2024-01-11T00:59:00.653Z | |
5821 | 2024-01-11T00:59:00.653Z | running 0 tests |
5822 | 2024-01-11T00:59:00.654Z | |
5823 | 2024-01-11T00:59:00.654Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5824 | 2024-01-11T00:59:00.654Z | |
5825 | 2024-01-11T00:59:00.696Z | Doc-tests oximeter-db |
5826 | 2024-01-11T00:59:00.873Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-ce9256967bce078e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-a460a3da56e42aa6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f6ee6e443fb470ec.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-96361fea5ee75b08.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-04d093c7b409b9e1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-a0fb8dc96035df9d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-1a42679c4f9c9d0c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-850ca1c0f4a95772.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1109241962057dec.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-60fcd491cdfb06e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-adfe90cf71db4dee.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -C embed-bitcode=no -D warnings --error-format human` |
5827 | 2024-01-11T00:59:02.051Z | |
5828 | 2024-01-11T00:59:02.052Z | running 0 tests |
5829 | 2024-01-11T00:59:02.052Z | |
5830 | 2024-01-11T00:59:02.052Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5831 | 2024-01-11T00:59:02.052Z | |
5832 | 2024-01-11T00:59:02.093Z | Doc-tests oximeter-instruments |
5833 | 2024-01-11T00:59:02.093Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-24746cc2e0695558.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7518a8b0a3a705f5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.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` |
5834 | 2024-01-11T00:59:02.578Z | |
5835 | 2024-01-11T00:59:02.578Z | running 0 tests |
5836 | 2024-01-11T00:59:02.579Z | |
5837 | 2024-01-11T00:59:02.579Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5838 | 2024-01-11T00:59:02.580Z | |
5839 | 2024-01-11T00:59:02.603Z | Doc-tests oximeter-macro-impl |
5840 | 2024-01-11T00:59:02.608Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0989bda420f52838.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-71ee4d0da25619ef.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-146df160e3d540a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-62de4e73251d5b39.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human` |
5841 | 2024-01-11T00:59:02.738Z | |
5842 | 2024-01-11T00:59:02.738Z | running 0 tests |
5843 | 2024-01-11T00:59:02.738Z | |
5844 | 2024-01-11T00:59:02.738Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5845 | 2024-01-11T00:59:02.738Z | |
5846 | 2024-01-11T00:59:02.750Z | Doc-tests oximeter-producer |
5847 | 2024-01-11T00:59:02.770Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-964eeca237d80e98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-742cff2aaad731b2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-38996f3bed29b617.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -C embed-bitcode=no -D warnings --error-format human` |
5848 | 2024-01-11T00:59:03.107Z | |
5849 | 2024-01-11T00:59:03.107Z | running 0 tests |
5850 | 2024-01-11T00:59:03.107Z | |
5851 | 2024-01-11T00:59:03.107Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5852 | 2024-01-11T00:59:03.107Z | |
5853 | 2024-01-11T00:59:03.132Z | Doc-tests sled-agent-client |
5854 | 2024-01-11T00:59:03.132Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-56b921464271f105.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a61e88df37f7f39f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -C embed-bitcode=no -D warnings --error-format human` |
5855 | 2024-01-11T00:59:06.519Z | |
5856 | 2024-01-11T00:59:06.519Z | running 0 tests |
5857 | 2024-01-11T00:59:06.519Z | |
5858 | 2024-01-11T00:59:06.519Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5859 | 2024-01-11T00:59:06.519Z | |
5860 | 2024-01-11T00:59:06.579Z | Doc-tests sled-hardware |
5861 | 2024-01-11T00:59:06.580Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-c20047da96e19d74.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-db1d008d5ede8ee0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2ac1b83f4a8d280c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8535b81478884286.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -C embed-bitcode=no -D warnings --error-format human` |
5862 | 2024-01-11T00:59:12.254Z | |
5863 | 2024-01-11T00:59:12.254Z | running 0 tests |
5864 | 2024-01-11T00:59:12.255Z | |
5865 | 2024-01-11T00:59:12.255Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5866 | 2024-01-11T00:59:12.255Z | |
5867 | 2024-01-11T00:59:12.529Z | Doc-tests sled-storage |
5868 | 2024-01-11T00:59:12.529Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c89d35aa6685bfa.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a8345670e85a19ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a61e88df37f7f39f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -C embed-bitcode=no --cfg 'feature="testing"' -D warnings --error-format human` |
5869 | 2024-01-11T00:59:12.529Z | |
5870 | 2024-01-11T00:59:12.529Z | running 0 tests |
5871 | 2024-01-11T00:59:12.529Z | |
5872 | 2024-01-11T00:59:12.529Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5873 | 2024-01-11T00:59:12.529Z | |
5874 | 2024-01-11T00:59:12.529Z | Doc-tests sp-sim |
5875 | 2024-01-11T00:59:12.530Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-84f8bd394768deac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-22e3fe43ce0ed30d.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-7a9befa41a54467f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib -C embed-bitcode=no -D warnings --error-format human` |
5876 | 2024-01-11T00:59:12.530Z | |
5877 | 2024-01-11T00:59:12.530Z | running 0 tests |
5878 | 2024-01-11T00:59:12.530Z | |
5879 | 2024-01-11T00:59:12.530Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5880 | 2024-01-11T00:59:12.530Z | |
5881 | 2024-01-11T00:59:12.530Z | Doc-tests tufaceous |
5882 | 2024-01-11T00:59:12.530Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous --test tufaceous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-bc7c67ff4ee2f67e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-0c7113380fcb4386.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-058e45a460b72d6d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-9b09d7118d86b34c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9c8e1be95b7cfd2b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd5f01974fddbb7d.rlib -C embed-bitcode=no -D warnings --error-format human` |
5883 | 2024-01-11T00:59:12.687Z | |
5884 | 2024-01-11T00:59:12.691Z | running 0 tests |
5885 | 2024-01-11T00:59:12.691Z | |
5886 | 2024-01-11T00:59:12.691Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5887 | 2024-01-11T00:59:12.691Z | |
5888 | 2024-01-11T00:59:12.691Z | Doc-tests tufaceous-lib |
5889 | 2024-01-11T00:59:12.691Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous_lib --test tufaceous-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-be6980d79858a36d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-07cf9d199c5c31e6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8e24ec9991093909.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-f4314a6301ca2450.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ed1b803b166cf2d1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd5f01974fddbb7d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-47055d131dc991f3.rlib -C embed-bitcode=no -D warnings --error-format human` |
5890 | 2024-01-11T00:59:12.694Z | |
5891 | 2024-01-11T00:59:12.694Z | running 0 tests |
5892 | 2024-01-11T00:59:12.694Z | |
5893 | 2024-01-11T00:59:12.694Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5894 | 2024-01-11T00:59:12.694Z | |
5895 | 2024-01-11T00:59:12.694Z | Doc-tests update-common |
5896 | 2024-01-11T00:59:12.694Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name update_common --test update-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-07cf9d199c5c31e6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-81acbc8328d15ad1.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ed1b803b166cf2d1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9c8e1be95b7cfd2b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd5f01974fddbb7d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-076d2b5e4acf6117.rlib -C embed-bitcode=no -D warnings --error-format human` |
5897 | 2024-01-11T00:59:12.696Z | |
5898 | 2024-01-11T00:59:12.696Z | running 0 tests |
5899 | 2024-01-11T00:59:12.696Z | |
5900 | 2024-01-11T00:59:12.696Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5901 | 2024-01-11T00:59:12.699Z | |
5902 | 2024-01-11T00:59:12.699Z | Doc-tests update-engine |
5903 | 2024-01-11T00:59:12.699Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-be6980d79858a36d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5ada492474534254.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-ee305a31aaa4c98d.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f6ee6e443fb470ec.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-dcb60a92f524fcaf.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-566a47f27284dfcf.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-abfded384cdfb682.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-70594a4c8724edd8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-793a9d0e17bea403.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-749e7aa96ef7acc7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c8ada11ec9ffe401.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5244c7d96d5c4255.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib -C embed-bitcode=no -D warnings --error-format human` |
5904 | 2024-01-11T00:59:12.701Z | |
5905 | 2024-01-11T00:59:12.701Z | running 3 tests |
5906 | 2024-01-11T00:59:12.701Z | test update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored |
5907 | 2024-01-11T00:59:12.701Z | test update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored |
5908 | 2024-01-11T00:59:12.701Z | test update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored |
5909 | 2024-01-11T00:59:12.701Z | |
5910 | 2024-01-11T00:59:12.701Z | test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5911 | 2024-01-11T00:59:12.701Z | |
5912 | 2024-01-11T00:59:12.701Z | Doc-tests wicket |
5913 | 2024-01-11T00:59:12.701Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-bc7c67ff4ee2f67e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-be6980d79858a36d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-f435cf2a40a9e015.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-69c293f7f4c5cb41.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f6ee6e443fb470ec.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-dcb60a92f524fcaf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a1b24fa01d0bc49d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-c36720f9e8cb569a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-82806b58381731ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-70ab01582b18a2fd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-749e7aa96ef7acc7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-dd9d8b2e61020965.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-81acbc8328d15ad1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-940b69ec621c5943.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-db499ff19a8ac6ad.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5244c7d96d5c4255.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5048baae9cba3d87.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-be0dacc3821e882d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-23207e30c250a5ac.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-68651fb2271832c6.rlib -C embed-bitcode=no -D warnings --error-format human` |
5914 | 2024-01-11T00:59:12.702Z | |
5915 | 2024-01-11T00:59:12.702Z | running 0 tests |
5916 | 2024-01-11T00:59:12.702Z | |
5917 | 2024-01-11T00:59:12.702Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5918 | 2024-01-11T00:59:12.702Z | |
5919 | 2024-01-11T00:59:12.702Z | Doc-tests wicket-common |
5920 | 2024-01-11T00:59:12.702Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5244c7d96d5c4255.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-be0dacc3821e882d.rlib -C embed-bitcode=no -D warnings --error-format human` |
5921 | 2024-01-11T00:59:12.834Z | |
5922 | 2024-01-11T00:59:12.834Z | running 0 tests |
5923 | 2024-01-11T00:59:12.834Z | |
5924 | 2024-01-11T00:59:12.834Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5925 | 2024-01-11T00:59:12.834Z | |
5926 | 2024-01-11T00:59:12.861Z | Doc-tests wicket-dbg |
5927 | 2024-01-11T00:59:12.861Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-f435cf2a40a9e015.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-69c293f7f4c5cb41.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-04d093c7b409b9e1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0c42a218ab298948.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5048baae9cba3d87.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-7c15aabcac10968d.rlib -C embed-bitcode=no -D warnings --error-format human` |
5928 | 2024-01-11T00:59:13.332Z | |
5929 | 2024-01-11T00:59:13.332Z | running 0 tests |
5930 | 2024-01-11T00:59:13.333Z | |
5931 | 2024-01-11T00:59:13.333Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5932 | 2024-01-11T00:59:13.333Z | |
5933 | 2024-01-11T00:59:13.359Z | Doc-tests wicketd |
5934 | 2024-01-11T00:59:13.368Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2ef3d8409111332a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d970d59fde0d4eb8.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4d836f5c32bab99c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-be6980d79858a36d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ffeea92cc230d805.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-725362fa7d2136c7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-f6388813d2ff9805.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d38d5f51ab9eaeda.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-82a037dcaf00db01.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a7946f556a0f1d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ea97b9d6d6e5fcd3.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3646fdf8bab585b6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4b6702aa37163546.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-c21ecd57664edbf3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03fc655a784ae532.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-52337ebaf8397122.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7b4f062afb9893cc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-c4d93b7110657c5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-79880a9d5e238611.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-07cf9d199c5c31e6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0cbfc524af954e23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-76da4f24431f49e1.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-a1abfa132f3228b7.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-a216a076fc5a4165.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-a302cae4e86560f7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29acd8e4f57e23fd.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f0574865e42db628.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a09e7a016353112a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-da3989d39b0ac2cb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a1b24fa01d0bc49d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e5ca688224491a5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b1acdbf8e4791723.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-03e170d83ad527a6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74ac8a7266ded6e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cb755aad460432b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-96e43607fa57d770.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-464c3b73e7236c93.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-39f1521536167e1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f2d62d16b5aa5bc3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c8ada11ec9ffe401.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-81acbc8328d15ad1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0b67ce5d59da67ef.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ed1b803b166cf2d1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8cfdc7077dd75e0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9c8e1be95b7cfd2b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd5f01974fddbb7d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-076d2b5e4acf6117.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5244c7d96d5c4255.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5048baae9cba3d87.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-be0dacc3821e882d.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-0652682b579aa61e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-23207e30c250a5ac.rlib -C embed-bitcode=no -D warnings --error-format human` |
5935 | 2024-01-11T00:59:14.674Z | |
5936 | 2024-01-11T00:59:14.674Z | running 0 tests |
5937 | 2024-01-11T00:59:14.674Z | |
5938 | 2024-01-11T00:59:14.674Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5939 | 2024-01-11T00:59:14.674Z | |
5940 | 2024-01-11T00:59:14.764Z | Doc-tests wicketd-client |
5941 | 2024-01-11T00:59:14.764Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1f7886dfc3672577.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-29acd8e4f57e23fd.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0e8324c5fbd673ce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a60463b08676cf93.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3278990b814b024c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-51b191ee83324b72.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75157b808614489e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-287f0e3b3f6c4f0d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-4e52e6aedc303fe4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-99bac49805f4cf62.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5244c7d96d5c4255.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8eda84e5412b3139.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-be0dacc3821e882d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-23207e30c250a5ac.rlib -C embed-bitcode=no -D warnings --error-format human` |
5942 | 2024-01-11T00:59:17.032Z | |
5943 | 2024-01-11T00:59:17.032Z | running 0 tests |
5944 | 2024-01-11T00:59:17.032Z | |
5945 | 2024-01-11T00:59:17.032Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5946 | 2024-01-11T00:59:17.032Z | |
5947 | 2024-01-11T00:59:17.123Z | |
5948 | 2024-01-11T00:59:17.123Z | real 2:12.512935883 |
5949 | 2024-01-11T00:59:17.123Z | user 2:18.815900526 |
5950 | 2024-01-11T00:59:17.123Z | sys 42.430462931 |
5951 | 2024-01-11T00:59:17.123Z | trap 0.033258435 |
5952 | 2024-01-11T00:59:17.123Z | tflt 0.833016641 |
5953 | 2024-01-11T00:59:17.124Z | dflt 8.009352781 |
5954 | 2024-01-11T00:59:17.137Z | kflt 0.031957122 |
5955 | 2024-01-11T00:59:17.138Z | lock 2:19.528037590 |
5956 | 2024-01-11T00:59:17.138Z | slp 13:45.457015227 |
5957 | 2024-01-11T00:59:17.138Z | lat 1.003065608 |
5958 | 2024-01-11T00:59:17.138Z | stop 2.798902199 |
5959 | 2024-01-11T00:59:17.138Z | files in /var/tmp/omicron_tmp (none expected on success): |
5960 | 2024-01-11T00:59:17.149Z | 164283 11 drwxr-xr-x 2 build build 2 Jan 11 00:59 /var/tmp/omicron_tmp |
5961 | 2024-01-11T00:59:17.753Z | process exited: duration 4266703 ms, exit code 0 |
|
5962 | 2024-01-11T00:59:17.767Z | found 0 output files |